| Author |
Question about TLD and variable
|
Oliver Rensen
Ranch Hand
Joined: Jul 23, 2004
Posts: 109
|
|
Hello ranchers, when I declare an attribute and a variable within the TLD like followed: <tag> <attribute> <name>testname</name> <required>true</required> <rtexprvalue>false</rtexprvalue> </attribute> <variable> <name-from-attribute>testname</name-from-attribute> <scope>AT_BEGIN</scope> </variable> </tag> How can I access the variable testname in the JSP? Only by EL or only by scriptlets? <my:variableTest testname="howToCallThis"/> ${howToCallThis} or <%= howToCallThis %> Regards Oliver
|
 |
 |
|
|
subject: Question about TLD and variable
|
|
|