On Thu, Feb 06, 2003 at 03:50:59PM -0500, Justin F. Knotzke wrote:
> On Thu, Feb 06, 2003 at 03:34:03PM -0500, Sri Sankaran wrote:
> > The action that you have shown gets invoked *after* your page is
> > submitted.
> > 
> > You need to populate the form-bean and place it in the request (as you
> > have stipulated in your mapping) *before* the page is loaded.

    I just rethunk your point and I just want to make sure we are on the
same page. I want the values of the fields to be populated inside the
JSP via the struts tags. I don't want to have to do something like:

<html:text name="triggerForm" value="<%triggerForm.getSubject%>"/>



-- 
Justin F. Knotzke
[EMAIL PROTECTED]
http://www.shampoo.ca

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

Reply via email to