> -----Original Message----- > From: Ciaran Hanley [mailto:[EMAIL PROTECTED] > Sent: Friday, September 03, 2004 8:13 AM > To: Struts User Mailing List > Subject: Redirect to action > > > The struts logic user documentation shows the use of a > redirect to an action > is permitted > > > > http://struts.apache.org/userGuide/struts-logic.html#redirect > > > > But when I use it I get the following error: > > > > "Attribute action invalid for tag redirect according to TLD" > > > > This is where I call the tag: > > > > <logic:present name="someUser"> > > <logic:redirect action="/logout" /> > > </logic:present> > > > > Is this a mistake in the documentation? Or is there another > way to redirect > from within a JSP?
This is correct I think.... I'd check jar versions and tld versions etc. > > I am using struts 1.1 if that makes any difference. > > > > Thanks > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]