Hi, I'm new to Struts.. I have a problem with retrieving an attribute of an <html:link>. Here's the scenario:
1) MainScreen has this in the JSP page: <html:link action="/displayProperty" name="hashWeb" property="strWebApp"> where hashWeb is the bean name 2) After clicking this link, the value of "strWebApp" will be available to the next screen, DisplayScreen Now the question is, how do I retrieve this in the JSP page? Or what do I do to retrieve this? I tried this in the JSP page of Display Screen but an internal error is displayed: <td> <%=request.getParameter("hashWeb").length() %></td> Please help... My only concern is to get that value when I am in the next screen or other screen. -- "When life gives you LEMON, make a LEMONADE" --- unknown ---