最新公告:goCom系统调整暂停注册,若需注册请访问gocom.cc地址进行操作。请点击此处
 
  网站地图
  
  高级搜索
  首页   技术论坛   博客 派计划   产品中心   资源中心   银弹在线   商城  





EOS整合ExtTLD报错    
#1楼
给作者发送短消息 给作者发送短消息 实名会员 
查看用户其他信息
总分 15 分
财富 50 goCom币
威望 21
排名 :(
段位 新手必读

EOS无法整合ExtTLD,在tomcat6.0中整和成功,在普元EOS中无法整合,不知是和原因,好像根本没有编译,不知道是什么原因。

<%@ taglib tagdir="/WEB-INF/tags/ext" prefix="ext" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ExtTLD Examples</title>
</head>
<body>
 
<ext:body>
  <ext:window title="Window example" width="300" height="240" id="window1">
   <ext:toolbar>
    <ext:toolbar.button text="Button 1" />
    <ext:toolbar.button text="Button 2" />
    <ext:toolbar.button cls="x-btn-icon" icon="img/list-items.gif" tooltip="Icon button test" />
   </ext:toolbar>
   
   <div style="padding:5px">Ext is not just a tool kit or another pretty face - it is genius! To be able to get access to a set of tools and advanced design patterns in working form (not some book) is amazing. At the cost of a few development hour per developer - we can all have genius websites. There is no better tool and no better ROI. Thanks Jack for sharing your genius. — Joseph Francis, Core Lan Corporation</div>
   <ext:button onClick="window1.close();">Close</ext:button>
  </ext:window>
 </ext:body>
 
 <ext:onReady>
  window1.show();
 </ext:onReady>
</body>
</html>

 

 

Re: EOS整合ExtTLD报错    
#2楼
给作者发送短消息 给作者发送短消息 实名会员 
查看用户其他信息
总分 303 分
财富 578 goCom币
威望 185
排名 第 58 名
段位 新手必读
 

Re: EOS整合ExtTLD报错    
#3楼
给作者发送短消息 给作者发送短消息 实名会员 
查看用户其他信息
总分 15 分
财富 50 goCom币
威望 21
排名 :(
段位 新手必读
不是ext,用ext写的代码不好维护,是标签化的Ext,写成了标签,EOS解析不了。
http://www.exttld.com/
希望普元EOS能够整合这个标签库。
 

Re: EOS整合ExtTLD报错    
#4楼
给作者发送短消息 给作者发送短消息 实名会员 
查看用户其他信息
总分 303 分
财富 578 goCom币
威望 185
排名 第 58 名
段位 新手必读
如果单纯把标签拿进来,是不能解析的.因为EOS中不是直接用原来的request,session对象,而是用的xml格式requestContex,SessionContext(放在原来
request,session中的一个attribute)
EOS中也提供了一套标签,是哪些方面不能满足楼主的要求呢?
 




发表回复
账号用户名   密码   登录
内容:url email imgsrc image code quote
范例 Example
bold italic underline linethrough   


 [更多...]