Anybody? I couldn't find anything digging around in the archives...

-----Original Message-----
From: Michael Mehrle [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 02, 2008 11:13 AM
To: users@wicket.apache.org
Subject: Enabling compoents based on Wicket URI path?

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


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

Reply via email to