Title: Form bean is null in pagecontext?

Hi,

Does anyone know, at what point does the form bean get added to the pageContext as an attribute? (with the key
org.apache.struts.taglib.html.Constants.FORM_KEY)

The reason I ask, is that I have a custom tag that needs to access the form bean class directly (I have created a base form bean class with methods I require), and I'm trying to do something like this in the tag code:


BaseForm form = (BaseForm)pageContext.getAttribute(Constants.FORM_KEY);


Where "BaseForm" is my form bean base class type.

However this returns null. Any ideas? The form is specified as "request" scope in the config file.

Thanks,

Kev
--
+44 (0)1628 589125
[EMAIL PROTECTED]

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


Reply via email to