Re: Problem with submitting an additional param in a form

2008-04-03 Thread Ryan
I think what you are looking for is: This creates a hidden input field in the form which then passes the "status" parameter to the request when the form submits. On 4/3/08, Peter Theissen <[EMAIL PROTECTED]> wrote: > > Hello everbody, > > I'm new to Struts2 and also this mailing list. > I'm prog

Problem with submitting an additional param in a form

2008-04-03 Thread Peter Theissen
Hello everbody, I'm new to Struts2 and also this mailing list. I'm programming a user management for a non-profit organisation. My question is now: I have started with the basic struts2 application. In the index.jsp there is a form which looks (nearly) like this: >>>