Re: changing template for s:text

2007-10-30 Thread Ivan Žučenko
Hi Tom, not yet... but I have no experience contributing to project like this, so I am afraid that my bothering this mail group would overweight the benefit... Also there is one big "?" what is the best way how to share "debug" flag across the all session/page or any scope... also since I am quit

Re: changing template for s:text

2007-10-30 Thread Tom Schneider
The s:text tag is considered a data tag, not a UI tag, so there is no ftl template backing that take. Your only option is to extend the tag to add the functionality that you describe. The functionality you describe sounds like it might be useful to others. Have you considered creating a patch t

changing template for s:text

2007-10-30 Thread Ivan Žučenko
Hi all, I have an intention to enabel debug mode in my application and one of the features should be that it shows resource name in front of every localized text in jsp retrieved by For example This is resource would render in html page as: [RESOURCE_1]This is resource. I thought of making my cus