G
guorui_wh
Unregistered / Unconfirmed
GUEST, unregistred user!
下面一段代码:
<%
String jspPath="../../";
String commonPath=jspPath+"common";
%>
<SUITagage pageID="11" commonPath="<%=commonPath%>" stylePath="defaultStyle">
<UITab:bcmTab tabID="tab0" styleName="defaultStyle" jspPath="<%=jspPath%>">
<SUITagage这个标签中取得commonPath的值是< %=commonPath%>字符串,而不是../../common字符串,但是 <UITab:bcmTab标签非常的正常,请问标签的写法有没有什么特殊的要求?
<%
String jspPath="../../";
String commonPath=jspPath+"common";
%>
<SUITagage pageID="11" commonPath="<%=commonPath%>" stylePath="defaultStyle">
<UITab:bcmTab tabID="tab0" styleName="defaultStyle" jspPath="<%=jspPath%>">
<SUITagage这个标签中取得commonPath的值是< %=commonPath%>字符串,而不是../../common字符串,但是 <UITab:bcmTab标签非常的正常,请问标签的写法有没有什么特殊的要求?