RE: Using a session attribute inside a submit tag value.

2009-10-06 Thread Smith, David W
Solved the problem. Struts 1 code Get Rates Struts 2 equivalent David - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

RE: Using a session attribute inside a submit tag value.

2009-10-05 Thread Smith, David W
> You are nesting tags, it's not possible/permitted. Is there a way to replicate the functionality of the struts1 tags in struts2? Get Rates David - To unsubscribe, e-mail: [email protected] For addition

Re: Using a session attribute inside a submit tag value.

2009-10-05 Thread Paweł Wielgus
Hi David, You are nesting tags, it's not possible/permitted. Read more about OGNL. Best greetings, Paweł Wielgus. 2009/10/5 Smith, David W : > Using Struts 2.1.8 > > > > I am having a problem inserting an attribute from the session into the > value of a struts2 submit tag. I am trying to conve

Using a session attribute inside a submit tag value.

2009-10-05 Thread Smith, David W
Using Struts 2.1.8 I am having a problem inserting an attribute from the session into the value of a struts2 submit tag. I am trying to convert some struts1 tags to struts2. I converted the form tag to struts2 and can use a struts1 submit tag inside the struts2 form. The struts1 submit tag uses