Re: Avoid having an action property called id

2008-06-25 Thread Mark Menard
Hi Jonny, I have id properties on actions all over my application. I also have several actions that do a redirect to id. I think there's something wrong with either your environment or your action that's causing the issue. What exactly happens when it doesn't work? Mark The guy who wrote the a

Avoid having an action property called id

2008-06-25 Thread Jonny Cavell
d), again with a property called id on my action, when I use the <s:url> tag, it automatically adds the current value of the action's id to the URL even if I don't want it to. The docs don't mention that this should happen (it's annoying). It seems as if naming an action pro