Issue Details (XML | Word | Printable)

Key: WW-642
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Bill Lynch
Reporter: Bill Lynch
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WebWork

Allow the 'name' attribute of the TextTag to be evaluated at runtime

Created: 19/Sep/04 04:01 PM   Updated: 19/Sep/04 04:02 PM
Component/s: Views
Affects Version/s: None
Fix Version/s: 2.1.2


 Description  « Hide
I'd like to allow the name attribute of the text tag to be evaulated at runtime. Currently, this fails:

<ww:text name="<%= key %>" />

Allowing the name to be set at run time is backwards compatible change and will make the tag a bit more flexible.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Bill Lynch added a comment - 19/Sep/04 04:02 PM
Updated the taglib.tld file for this - fix was trivial.