Again, what are you trying to do? Why do you need to set it in the
JSP, and what do you need it for in the action? Normally, you would
process the input in the action before the JSP is dispatched. Maybe
you need to look at your problem from a different angle.

Nils-H

On Sat, Mar 14, 2009 at 2:28 PM, PEGASUS84 <pegasu...@hotmail.it> wrote:
>
> and to access from the Action
>
> mgainty wrote:
>>
>>
>> ..to set..
>> <s:set name="user" value="user" scope="request"/>
>>
>> ..to access..
>> <s:property value="#request.user"/>Martin
>> ______________________________________________
>> Disclaimer and confidentiality note
>> Everything in this e-mail and any attachments relates to the official
>> business of Sender. This transmission is of a confidential nature and
>> Sender does not endorse distribution to any party other than intended
>> recipient. Sender does not necessarily endorse content contained within
>> this transmission.
>>
>>
>>
>>
>>> Date: Fri, 13 Mar 2009 16:05:36 -0700
>>> From: pegasu...@hotmail.it
>>> To: user@struts.apache.org
>>> Subject: Re: tag set
>>>
>>>
>>> certainly;
>>> but how do i achieve this thing?
>>>
>>> <s:set name="x" value="user">
>>> <% reqest.setAttribute("key",user)%>
>>>
>>> can i achieve this thing? in this way?
>>>
>>>
>>>
>>>
>>>
>>>
>>> Nils-Helge Garli wrote:
>>> >
>>> > Maybe you could try explaining what you're trying to achieve? Usually,
>>> > input is passed to the action through a form or request parameters.
>>> >
>>> > Nils-H
>>> >
>>> > On Fri, Mar 13, 2009 at 11:23 PM, PEGASUS84 <pegasu...@hotmail.it>
>>> wrote:
>>> >>
>>> >> good evenig
>>> >> i would ask if i can get the value of variable x <s: set name="x"> in
>>> an
>>> >> action
>>> >> --
>>> >> View this message in context:
>>> >> http://www.nabble.com/tag-set-tp22506157p22506157.html
>>> >> Sent from the Struts - User mailing list archive at Nabble.com.
>>> >>
>>> >>
>>> >> ---------------------------------------------------------------------
>>> >> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>>> >> For additional commands, e-mail: user-h...@struts.apache.org
>>> >>
>>> >>
>>> >
>>> > ---------------------------------------------------------------------
>>> > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>>> > For additional commands, e-mail: user-h...@struts.apache.org
>>> >
>>> >
>>> >
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/tag-set-tp22506157p22506748.html
>>> Sent from the Struts - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>>> For additional commands, e-mail: user-h...@struts.apache.org
>>>
>>
>> _________________________________________________________________
>> Express your personality in color! Preview and select themes for HotmailĀ®.
>> http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=TXT_MSGTX_WL_HM_express_032009#colortheme
>>
>
> --
> View this message in context: 
> http://www.nabble.com/tag-set-tp22506157p22512640.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to