It sounds like a straight Javascript issue. Once the fields are
populated and submitted, Struts will pickup them up from the request,
and continue processing them. 

The Struts HTML tags expose all the Javascript event handlers, so you
can specifty an onchange scriptlet that calls a script to set the
fields. But this is all client-side, so Struts is not really involved.
Whatever would work without Struts will work the same with Struts.

-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel 716 737-3463.
-- http://www.husted.com/about/struts/

Reply via email to