Be aware that you need to be going through actions if you want your configuration provided for things like <html:form>. Only by going through the controller are you able to have vital configuration information placed in the request - hitting JSP pages alone will not do it.
... sounds to me like that might be your problem. Bryan Hilterbrand wrote: >We are using Struts and frames, but it's not the easiest thing to do. >The biggest problem we had was trying to get the Struts html:form >tags to work -- we finally ditched them and just use HTML form >tags. > >I would send more, but I'm under a deadline today... > >Bryan > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

