You can use hidden fields inside of the form which will be sent too on submit as GET or POST params(usually good for IDs).

Alex

Em 05-03-2010 23:13, Adam Pinder escreveu:
Any form textfield will be submitted when page submitted which is
effectively a parameter.

Adam

On 5 Mar 2010, at 19:46, lucas owen <[email protected]> wrote:

Hi Struts users:

I'm wondering if it is possible to pass a parameter inside a s:submit
tag.

I'm working with the following form (this is just a sketch) on a
webpage, in
which I collect some user data and display a list of elements (let's say
books):

___________ ____________
Name:|___________| Surname: |____________|


List of Books:

Title
Author Details
--------------------------------------------------------------------------------------------------------------------------------------------

XYZ ABC
<s:submit action="bookDetails" param="bookId">


...

Note: it has to be a submit because if the user enters a name or
surname, I
want it to be displayed when the users comes back from the book details
page!

I dont know if this is possible with Struts 2

Thanks in advance

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to