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