RE: Can I use a Parameter in result definition?

2009-02-07 Thread Griffith, Michael *
Dave, Thanks for the reply, and the suggestion~ Cheers! MG -Original Message- From: Dale Newfield [mailto:d...@newfield.org] Sent: Friday, February 06, 2009 5:23 PM To: Struts Users Mailing List Subject: Re: Can I use a Parameter in result definition? Griffith, Michael * wrote

Re: Can I use a Parameter in result definition?

2009-02-06 Thread Dale Newfield
Musachy Barroso wrote: Should we change the documentation? (Is it documented anywhere other than the javadocs?) Should we include that change in the upgrade instructions? Feel free to update the wiki. I added a bit to the upgrade instructions. Changing the javadoc requires svn commit priv

Re: Can I use a Parameter in result definition?

2009-02-06 Thread Dale Newfield
Griffith, Michael * wrote: Cool, but looking at the doc, it looks like the only place I can declare a parm is in the result tag? It looked like the only place you wanted to use this substitution was in a result tag. I didn't notice what value it was you wanted until now. The action is on to

Re: Can I use a Parameter in result definition?

2009-02-06 Thread Musachy Barroso
On Fri, Feb 6, 2009 at 5:51 PM, Dale Newfield wrote: > Musachy Barroso wrote: >>> >>> Yes. You can include OGNL there (except it uses the JSTL ${} syntax >>> instead >>> of OGNL %{} syntax for a reason I've never understood): >> >> I think we fixed that already. > > I just looked in the source an

Re: Can I use a Parameter in result definition?

2009-02-06 Thread Dale Newfield
Musachy Barroso wrote: Yes. You can include OGNL there (except it uses the JSTL ${} syntax instead of OGNL %{} syntax for a reason I've never understood): I think we fixed that already. I just looked in the source and see that it should now work with either. I changed my current app and i

Re: Can I use a Parameter in result definition?

2009-02-06 Thread Musachy Barroso
> Yes. You can include OGNL there (except it uses the JSTL ${} syntax instead > of OGNL %{} syntax for a reason I've never understood): > I think we fixed that already. musachy -- "Hey you! Would you help me to carry the stone?" Pink Floyd --

RE: Can I use a Parameter in result definition?

2009-02-06 Thread Griffith, Michael *
Dale Newfield [mailto:d...@newfield.org] Sent: Friday, February 06, 2009 2:25 PM To: Struts Users Mailing List Subject: Re: Can I use a Parameter in result definition? Griffith, Michael * wrote: > Does anyone know if it is possible to use a parameter in my > action/result definition: Ye

Re: Can I use a Parameter in result definition?

2009-02-06 Thread Dale Newfield
Griffith, Michael * wrote: Does anyone know if it is possible to use a parameter in my action/result definition: Yes. You can include OGNL there (except it uses the JSTL ${} syntax instead of OGNL %{} syntax for a reason I've never understood): http://struts.apache.org/2.1.6/struts2-core/ap

Can I use a Parameter in result definition?

2009-02-06 Thread Griffith, Michael *
Hello all... Does anyone know if it is possible to use a parameter in my action/result definition: I want to use the package name in the result definition view-{0).panel Would become: view-component.panel Is this possible? Thanks in advance, MG -