Hi all
in an action method, i'm setting a string to request as
request.setAttribute("ACTIVITY_ID", activityId);
in the jsp page to which the action is forwaded after this action, i
need to set the value of this into a <html:hidden> tag.
Can anyone tell me how to do that.
Manish Pandit - 09 Oct 2006 17:10 GMT
<html:hidden property="someProperty"
value="${requestScope.ACTIVITY_ID}"/>
-cheers,
Manish