Turbine style multiple method actions

2002-02-07 Thread Ken . Horn
I'm just trying to catch up with what's changed in struts 1.0.1 / 1.1 from the version I previously used (pre version numbers). Is there a facility to map a request to different methods / actions based on a request parameter? For example, if the request contains a parameter function, can I

Re: Turbine style multiple method actions

2002-02-07 Thread Ted Husted
See http://jakarta.apache.org/struts/api-1.0/org/apache/struts/actions/DispatchAction.html Really should mention this in the User Guide someplace =:0) -- Ted Husted, Husted dot Com, Fairport NY USA. -- Java Web Development with Struts. -- Tel +1 585 737-3463. -- Web

RE: Turbine style multiple method actions

2002-02-07 Thread Ken . Horn
Thanks, Ted. Spot on. -Original Message- From: husted Sent: 07 February 2002 10:52 To: struts-user Cc: husted Subject: Re: Turbine style multiple method actions See http://jakarta.apache.org/struts/api-1.0/org/apache/struts/actions/DispatchAction.html Really should mention