Hi Kevin Thanks for the pointer. It works perfectly :)
Regards Ian Lim ----- Original Message ----- From: "Kevin Rutherford" <[EMAIL PROTECTED]> To: "'Turbine Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, February 12, 2002 06:38 AM Subject: RE: Actions is JSP > It looks like you are trying to get "action events" working with JSP. I have > not tried this, but I believe the issue is that you must extent the > ActionEvent class in some way, rather than extending the Action class. It > appears that the VelocityAction class does this, but there is no direct > equivalent on the JSP side. Although, simply extending ActionEvent instead > of Action might be all that you need to do ???? > > We just use "plain" actions, rather than action events, so I can't give you > any more specific help than this. > > Kevin > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
