I need to hide a textfield based on the URI path of the page that's
being visited. For instance:

 

http://www.mysite.com/app/foo (hide the field)

http://www.mysite.com/app/bar (hide the field)

 

http://www.mysite.com/app/* (any other path, show the field).

 

I don't want to use the HTTP URI var since I would have to change that
everytime I change wicket URI paths. What approach would you guys
suggest?

 

Thanks,

 

Michael

Reply via email to