Re: Retrieving param values from s:include

2008-04-30 Thread Jeromy Evans
oscar perez wrote: Hi Jeromy, thanks for your quick reply. This was actually my workaround (i.e. to use s:set to put the values into the value stack). I wanted to use s:param since nesting the params into the s:include keep things tidy. PS: s:action is dangerous, s:include makes things difficult

Re: Retrieving param values from s:include

2008-04-30 Thread oscar perez
Hi Jeromy, thanks for your quick reply. This was actually my workaround (i.e. to use s:set to put the values into the value stack). I wanted to use s:param since nesting the params into the s:include keep things tidy. PS: s:action is dangerous, s:include makes things difficult to refactor, dojo plu

Re: Retrieving param values from s:include

2008-04-30 Thread Jeromy Evans
oscar perez wrote: Hi all, I've been struggling trying to get working the s:include with the nested s:params but I have to give up. It really puzzles me.. My problem is that I have no idea on how to access the parameters from the included file. There is a fine example in the struts 2 documentatio