Hi Jerome, http://jakarta.apache.org/struts/struts-html.html#hidden the documentation doesn't mention it but try
<html:hidden name="userBean" property="callingPage" scope="request"/> If that doesn't work I'd say you can't & good thing too. The standard way is to have stuff like this travel between your action class & the form via the form bean. Keith. --- Jerome Josephraj <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to get an attribute value from the request object using >html:hidden tag. > > (i.e For <html:hidden name="userBean" property="callingPage"/> > > Instead of getting "callingPage" value from userForm bean I want to >get "callingPage" value > from request object) > > Ta, > > Jerome > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

