> Ironically, the original code that I was using had getParameter() as well :)
> 
> You are very welcome!  FYI, I posted this on the Wiki on the Struts
> Solutions page... it might be worth noting that getParameter() can be used
> when doing redirects... feel like doing the edit Konrad? :)

;-)

The only fault with URL variable can reveal in the most unexpected moment. 
Once, 
during PHP development, I named variable holding current action "action". It is 
obvious. I remember a horror when I was createing an admin form for creating 
new 
actions using, by mistake, GET send method. Variable from the addAction form 
was 
replacing the current action and real nasty things where taking place.

>From that on, I started naming my action variable "_action". So... beware. ;-)

Best regards,
Konrad Billewicz



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to