rtexprvalue - what is it?
rtexprvalue - what is it?Peter PilgrimTue, 04 Sep 2001 01:47:08 -0700> In the .tld files, every attribute looks like this. But I can't find> anything anywhere about the third one: rtexprvalue, and when to set it> true and false.>> <attribute>> <name>value</name>> <required>false</required>> <rtexprvalue>true</rtexprvalue>> </attribute>It stands for "RUN-TIME EXPRESSION VALUE"It is describe the type of attribute for custom action tag whetherit is evaluated at run-time or not.BTW: In the JSP 1.1 Spec note you can do this:<mysimpleTag value="<%=scripletVariable%>"/>But this is illegal<mysimpleTag value="<anotherTag property="enterprise" />" />
1 评论
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new account登录
Already have an account? Sign in here.
现在登录