Any form textfield will be submitted when page submitted which is effectively a parameter.

Adam

On 5 Mar 2010, at 19:46, lucas owen <sr.ilus...@gmail.com> 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: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to