Jose Casas wrote:
> I don't understand what
> you're trying to say when you say that the <bean:define> is the only thing
> that is expecting the logonForm bean to be there.

        He's saying that since you're calling the JSP file directly (instead of 
calling the related action mapping, e.g., /logon.do), the ActionServlet 
won't be called, so you'll not have a ActionForm object instantiated and 
put in the "logonForm" key in some scope.

        So, if your "bean:define" tag tries to reference the logonForm bean, it 
will get a null value, and won't work.

-- 
[]'s
Marcelo Vanzin
Touch Tecnologia
[EMAIL PROTECTED]
"Life is too short to drink cheap beer"


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

Reply via email to