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.

Re: Custom rendering of components for different devices

2009-03-31 Thread nino martinez wael
Hi For a component (panel page etc) you can specify a variant, you can search the list for further information 2009/3/31 Subramanian Murali subramanian.mur...@gmail.com: Hi,. When we develop new custom components or customize existing components in Wicket, how do we change the rendering for

Re: Custom rendering of components for different devices

2009-03-31 Thread Martijn Dashorst
As long as it is markup. Having a telnet component is not in scope of wicket (but was in 2005/2006/2007 very much for JSF). Martijn On Tue, Mar 31, 2009 at 11:35 AM, nino martinez wael nino.martinez.w...@gmail.com wrote: Hi For a component (panel page etc) you can specify a variant, you can

Re: Custom rendering of components for different devices

2009-03-31 Thread nino martinez wael
Hehe.. Wasnt exactly thinking in those lines.. 2009/3/31 Martijn Dashorst martijn.dasho...@gmail.com: As long as it is markup. Having a telnet component is not in scope of wicket (but was in 2005/2006/2007 very much for JSF). Martijn On Tue, Mar 31, 2009 at 11:35 AM, nino martinez wael

Re: Custom rendering

2007-10-16 Thread Swaroop Belur
click; } else{ return hello u.get_name(); } } }); Similarly for link. just change the action in onClick for example -swaroop On 10/16/07, Cristi Manole [EMAIL PROTECTED] wrote: Hello, I was wondering if it is possible to do custom rendering in wicket. What

Re: Custom rendering

2007-10-16 Thread Cristi Manole
(); } } }); Similarly for link. just change the action in onClick for example -swaroop On 10/16/07, Cristi Manole [EMAIL PROTECTED] wrote: Hello, I was wondering if it is possible to do custom rendering in wicket. What i need is something like a panel in which

Re: Custom rendering

2007-10-16 Thread Cristi Manole
{ return hello u.get_name(); } } }); Similarly for link. just change the action in onClick for example -swaroop On 10/16/07, Cristi Manole [EMAIL PROTECTED] wrote: Hello, I was wondering if it is possible to do custom rendering in wicket. What i need

Custom rendering

2007-10-15 Thread Cristi Manole
Hello, I was wondering if it is possible to do custom rendering in wicket. What i need is something like a panel in which - if the user is not logged in, there will be a text with in order to sign in please click Sign in and then the link and - if the user is logged in, the same text component