Re: query string parameters?

2002-01-21 Thread Sean Owen
Request parameters in a query string are treated like inputs in a form post. So you can invoke a struts Action with an HTTP GET request and query parameters; it's no different than the usual POST stuff. You can validate the input, etc., as if it had come from a form. Sean On Sunday, January

query string parameters?

2002-01-20 Thread Robert Tyler Retzlaff
Does struts have any nice way of handling parameters received via the query string? Perhaps something similar to the ActionForm object that I can forward back to the source page if a validate() method fails? Thanks rob -- To unsubscribe, e-mail: For additional comm