On 7/7/05, Marco Mistroni <[EMAIL PROTECTED]> wrote: > Hello, > Haven't used struts 1.2, just 1.1 & 1.3(in dev), but as far as I > know > You should have a 'type' attribute associated with each <action> > element... > > And I bet that hasn't been changed between different versions of > struts...
For actions using the forward attribute you don't need the type attribute (I use 1.1 and the struts config files I edit have lots of these), personally for readability I'd use the form <action path="/foo" forward="/bar.jsp"/> rather than <action path="/foo" forward="/bar.jsp"> </action> but the latter won't cause any problems Steve -- "A witty saying proves nothing." -- Voltaire --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]