You can construct the url using c:url
or, if you preffer using struts tags, you can use
html:link paramId and paramName 

Manuel

El mié, 03-08-2005 a las 05:13 -0700, EROL TEZCAN escribió:
> Hi ,
> 
> I have a simple question.
> 
> In a report page, I give a link on every record to show detail with this 
> code: (for example)
> 
> "myAction.do?myId=5"
> 
> Detail page is shown without any problem. When I submit this form to same 
> action, I cannot add myId parameter to myAction.do
> 
> Normally I can get myId parameter with jsp scriptlet like this.
> <%=request.getParameter("myId")%> 
> 
> 
> Also I can get it with <bean:parameter id="mid" name="myId" /> and show with 
> <%=mid%> 
> 
> How should I add, myId request parameter to action? 
> 
> It is not working this code 
> <html:form action="/myAction.do?myId=<%=mid%>" >
> 
> I dont want to set "myId" parameter to session object.
> 
> How can I add request parameters come from url to action?
> 
> Thanks,
> 
> 
> Erol
> 
> 
> 
>               
> ---------------------------------
>  Start your day with Yahoo! - make it your home page 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to