Is there any good reason to use <rtexprvalue>false</rtexprvalue> in JSP tags?
- by Superfilin
Is there any good reason to disallow scriptlet or EL expression to be inserted as attribute value?
Let's say we have tag:
<tag>
<name>mytag</name>
<tag-class>org.apache.beehive.netui.tags.tree.Tree</tag-class>
<attribute>
<name>attr</name>
…