> From: Peter Neubauer <[EMAIL PROTECTED]> > > Hi, > is it right that I can't have a method called doDeleteFile(data, > context) in my action? > When I try to trigger it with > <input type="submit" name="eventSubmit_doDeleteFile" value="Delete"/> > Turbien gets into doPerform instead. > But it works when I rename the whole thing to > doDeletefile() > and trigger it via > <input type="submit" name="eventSubmit_doDeletefile" value="Delete"/> > > Why is that? > > /peter
It ties into the case folding that is configured in TR.props. I haven't looked into it too carefully - I just stick to lower case for everything after "eventSubmit_do" and everything works fine. Cheers, Scott -- Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
