Wicket in Websphere 6.1

2009-07-14 Thread Subramanian Murali
Hi, I am using wicket 1.3 in websphere 6.1. And i am trying to use Wicket filter in my application but it doesn't seem to work. Anyways, wicket servlet is working absolutely fine. And also i find in the old mailing lists that wicket filter should work fine in websphere 6.1. http://www.nabble.com/

Adding components to Pages based on conditionals

2009-04-16 Thread Subramanian Murali
Hi, I am a new wicket user. How do we include / exclude content or components in pages based on conditions. What is the equivalent in Wicket to the if tag in the JSTL tag library? The reason i ask this question is because irrespective of whether i add the component in the page, i need to have the

Multiple Versions of HTML for a page/component

2009-04-13 Thread Subramanian Murali
Hi, I understand from the link http://cwiki.apache.org/WICKET/mobile-devices.html that we can have multiple versions of html for a page / component like below: person.html person_mobile.html Where / How do i implement which version of html should be chosen based on some condition? Moreover, if m

Session Invalidation

2009-04-11 Thread Subramanian Murali
Hi, I have a custom session for my wicket application 1 and the custom session has some attributes. from wicket application 1, i navigate to wicket application 2. And in wicket application 2, i have a custom request cycle in which retrieve the custom session of wicket application 1 is retrieved and

Custom rendering of components for different devices

2009-03-31 Thread Subramanian Murali
Hi, When we develop new custom components or customize existing components in Wicket, how do we change the rendering for the components for different devices like the way we configure a render kit for components in JSF? Thanks, Subbu.