From: "elisegev1" <[EMAIL PROTECTED]>
> Can anyone suggest why the 'execute' is never called before the
> initial display of the form?

What URL do you use to get the initial display of the form?

It sounds like you're allowing direct access to the JSP rather than forcing
everything to go through an Action.  The system doesn't know that a certain
JSP 'belongs' to a certain Action.  Many people use a separate 'setup'
action, I do it with DispatchActions that know to do different things based
on a request parameter.

-- 
Wendy Smoak


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

Reply via email to