Re: UI Component - ${parameters.paramName} not working

2009-12-23 Thread Wes Wannemacher
On Wed, Dec 23, 2009 at 4:56 AM, Vitor E. Silva Souza wrote: > Hello all, > > I'm creating a UI Component with Struts 2.1.8.1. The FreeMarker variable > parameters seems to be made available as String and not as Hash as I expected > (and according to [1]). > > [1] = http://www.vitarara.org/cms/str

Re: UI Component - ${parameters.paramName} not working

2009-12-23 Thread Gabriel Belingueres
I have no useful thing to say about your particular problem with this s:component tag, but if you are rendering JSP pages, then you may well find it more compelling to create a custom tag file, hence avoiding the Freemarker scripts. 2009/12/23 Vitor E. Silva Souza : > Hello all, > > I'm creating a

UI Component - ${parameters.paramName} not working

2009-12-23 Thread Vitor E. Silva Souza
Hello all, I'm creating a UI Component with Struts 2.1.8.1. The FreeMarker variable parameters seems to be made available as String and not as Hash as I expected (and according to [1]). [1] = http://www.vitarara.org/cms/struts_2_cookbook/creating_a_ui_component In the web page, I have somethin