RE: [OS-webwork] How do I read request.getParameter in JSP from webwork?

2003-07-26 Thread James Pan
Thank you all very much! That worked wonderfully! Exactly what I've been looking for... thanks again! James > -Original Message- > From: Dick Zetterberg [mailto:[EMAIL PROTECTED] > Sent: Saturday, July 26, 2003 7:17 AM > To: [EMAIL PROTECTED] > Subject: Re: [OS-webwork] How do I read r

Re: [OS-webwork] How do I read request.getParameter in JSP from webwork?

2003-07-26 Thread Dick Zetterberg
If the include tag should look up the value on the value stack/request param you should use the value attribute rather than the page attribute. So in your example you should write: Cheers, Dick Zetterberg [EMAIL PROTECTED] - Original Message - From: "Scott Farquhar" <[EMAIL PROTECTED]

[OS-webwork] Properties not set on action

2003-07-26 Thread John Patterson
When using a model driven action the property setting interceptor does not use the value stack to set the properties like I expected it to.  Instead it replaces the OGNL root with EITHER the action or the model.  This is not how the rest of the application works and seems rather strange.