Re: AW: passing parameters

2006-02-01 Thread Gareth Evans
if your using the latest servlet spec you can do: Your Text although, it looks like your trying to access a static field? I use this trick, Make you constants class extend java.util.HashMap class Add this contructor your constant class public MyCons() { // create the internal map usin

AW: passing parameters

2006-02-01 Thread Markus Demetz
ok thanks, but I forgot that it should be dynamically, e.g: /myAction?action=<%= MyCons.EDIT %> but so it does not work. markus > -Ursprüngliche Nachricht- > Von: Gareth Evans [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 1. Februar 2006 12:14 > An: Struts Users Mailing List > Betreff: