S2 : using resource bundle values containing HTML in ui tags

2007-08-09 Thread j alex
Hi, I need to store the label values in the resource bundle ; and to support screenreaders these values may have some tags ex : label.primaryapp.firstName=First name of applicant Now, in s:label tag ; i'm using using it as : Note that it's a custom theme with the escaping set to false. <#if

Re: Using Resource Bundle

2006-08-14 Thread Daan
See the getResources(HttpServletRequest request) in the Action class Regards On 8/14/06, Ahmed Hashim <[EMAIL PROTECTED]> wrote: Dear All, I want to know if I can use the resource bundle defined in struts-config from Action Class I can use it in JSP using JSTL or struts tag lib, but for some r

Using Resource Bundle

2006-08-14 Thread Ahmed Hashim
Dear All, I want to know if I can use the resource bundle defined in struts-config from Action Class I can use it in JSP using JSTL or struts tag lib, but for some reason I want to use it from the Action class Is there any way I can use it without making new instance from the resource file? I keen