tag的属性值中有java脚本中出错!!!(100分)

  • 主题发起人 主题发起人 guorui_wh
  • 开始时间 开始时间
G

guorui_wh

Unregistered / Unconfirmed
GUEST, unregistred user!
下面一段代码:
<%
String jspPath="../../";
String commonPath=jspPath+"common";
%>
<SUITag:page pageID="11" commonPath="<%=commonPath%>" stylePath="defaultStyle">
<UITab:bcmTab tabID="tab0" styleName="defaultStyle" jspPath="<%=jspPath%>">
<SUITag:page这个标签中取得commonPath的值是< %=commonPath%>字符串,而不是../../common字符串,但是 <UITab:bcmTab标签非常的正常,请问标签的写法有没有什么特殊的要求?
 
问题解决了,
tld中配置如下就可以了
<attribute>
<name>commonPath</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
 
结贴,给分吧
 
后退
顶部