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 <s:text>
For example <s:text name="RESOURCE_1">This is resource </s:text> would
render in html page as: [RESOURCE_1]This is resource.
I thought of making my custom tag with same fubctionality as in *
org.apache.struts2.components.Text *or try to extend  *
org.apache.struts2.components.Text  *or just modify text template. My first
idea was just to create custom theme for it but it is not possible since
text i snot UI tag.. So which way would you recomand t go?
Thanks Ivan

Reply via email to