Re: @Result annotation - params field

2008-10-28 Thread col_chappy
Bump... with a little more info. Using struts 2.0.11.2. I have the annotation @Result(name="success", value="someaction", params={"id", "${id}"}, type=ServletActionRedirectResult.class). There is a getter and setter for "id" on both action classes. Neither is called. Results are the same setting

Display validation error messages when using simple theme?

2008-10-13 Thread col_chappy
Is there any way to display validation error messages when using the struts2 simple theme? -- View this message in context: http://www.nabble.com/Display-validation-error-messages-when-using-simple-theme--tp19964986p19964986.html Sent from the Struts - User mailing list archive at Nabble.com.

RE: URL param included on all URL's

2008-10-13 Thread col_chappy
s to figure out what's going on. Thanks for the help, Greg Kawczynski, David wrote: > > I think you want to use an includeParams="none" attribute in the s:url > tag > > -Original Message- > From: col_chappy [mailto:[EMAIL PROTECTED] > Sent: Monday, Oct

URL param included on all URL's

2008-10-13 Thread col_chappy
I'm developing a webapp with Struts 2.0.11.2. I've got a page that displays a list of customers and allows you to click on them to bring up a page with more information. Each customer has a unique ID which is passed as a parameter in the URL. The JSP code looks like this: This wo