Jump to content

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

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

访客
Add a comment...