Adam is correct. Every item filled out in the form is sent to your
action. You can save these variables in the session or alternaitvely
store them in each subsequent jsp with hidden form variables. You can
use struts to display these properties/variables whereever you want. I
think you are making your requirement more complicated than necessary.

On 3/6/10, lucas owen <[email protected]> wrote:
> yes, of course...
>
> but imagine you have a list of elements, how do you pass the Id of the
> element you want to display in other page with a s:submit???
> (I cant use javascript)
> 2010/3/6 Adam Pinder <[email protected]>
>
>> 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]
>>
>>
>

-- 
Sent from my mobile device

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

Reply via email to