H
hotsoup
Unregistered / Unconfirmed
GUEST, unregistred user!
定义了一个tag 类在jsp中使用,想要动态给标签属性付值:
<tags:WorkType name='sel_worktype' width='50' focus="<%out.print(jobengine.getWorkType());%>"/>
TLD文件中的 <rtexprvalue>true</rtexprvalue>已经设置,单后台看属性值仍为"<%out.print(jobengine.getWorkType());%>",请问是何原因。在下用的是TOMCAT4199。另外将下面这段话加入TOMCAT的WEB.XML也报错,所以只好写死在jsp中:
<taglib>
<taglib-uri>AllTags</taglib-uri>
<taglib-location>/WEB-INF/classes/com/intacpurun/css/system/tags/tags.tld</taglib-location>
</taglib>
<tags:WorkType name='sel_worktype' width='50' focus="<%out.print(jobengine.getWorkType());%>"/>
TLD文件中的 <rtexprvalue>true</rtexprvalue>已经设置,单后台看属性值仍为"<%out.print(jobengine.getWorkType());%>",请问是何原因。在下用的是TOMCAT4199。另外将下面这段话加入TOMCAT的WEB.XML也报错,所以只好写死在jsp中:
<taglib>
<taglib-uri>AllTags</taglib-uri>
<taglib-location>/WEB-INF/classes/com/intacpurun/css/system/tags/tags.tld</taglib-location>
</taglib>