OK, let's give a try!
The HashMap is stored in the session scope? Is it right?
If so, you can reach it in the whole session, in every action or jsp without
adding it as request parameter.
HTH
Regards,

Markus
> ok, i donīt know if we understand us :)
> 
> I have in a session a HashMap with parameters and i use it in other 
> JSPīs with 
> 
> <html:link page="/myAction.do" name="params">Link</html:link>
> 
> myAction.do forwards to a JSP, letīs say Form.jsp. Here is my form
> 
> <html:form action="/myAction2.do" method="post">
> ...
> and here i need to give in the action of form my params.
> How can i reach it ?
> 
> Tomek
> 
> -----Ursprüngliche Nachricht-----
> Von: Markus [mailto:[EMAIL PROTECTED] 
> Gesendet: Mittwoch, 4. Februar 2004 11:48
> An: Struts Users Mailing List
> Betreff: Re: newbie and html:form
> 
> 
> > > Hi experts :),
> > > 
> > > is it possible to add a request parameter to <html:form > ?
> > > In <html:link> i can add a bean with name="params", but i cannot 
> use 
> > > it
> > > on html:form. 
> > > Is there a trick to add the bean as request parameter ?
> > > Thanks for help
> > > Tomek
> > > 
> > > 
> > Hi,
> > try a hidden field.
> > Regards,
> > 
> > Markus
> Oh sorry I've answered to fast!
> The bean should be stored in the scope.
> And there you will reach it,
> Regards,
> 
> Markus
> 
> > 
> > ---------------------------------------------------------------------
> > 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]
> 
> 
> ---------------------------------------------------------------------
> 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