[EMAIL PROTECTED] wrote:

> >  In the end, I've just grabbed the Form bean from the pageContext
>
> Pardon my ignorance but can you tell me the syntax in your JSP page to do
> just that above?    I think I'll need to be doing the same thing.

<%
MyForm form = (MyForm)pageContext.getAttribute("form_name, PageContext.SOME_SCOPE);
form.setSomething(something);
%>

-Mark


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

Reply via email to