Wicket 6 Migration (ITestPanelSource and ITestPageSource)

2013-03-11 Thread ramin
Hi What has ITestPanelSource and ITestPageSource been replaced with in Wicket 6? I have a few methods (in 1.5) that return these types and don't know what to replace them with. Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-Migration-ITestPanelSou

Re: Wicket 6 Migration (ITestPanelSource and ITestPageSource)

2013-03-11 Thread ramin
(); fail(e.toString()); } return null; } }; } Are you saying I should replace ITestPanelSource with Panel? Many thanks Ramin -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-Migration-ITestPanelSource

Wicket 6 Migration (getEventHandler())

2013-03-11 Thread Ramin
x27;t understand what the replacement is. https://cwiki.apache.org/confluence/display/WICKET/Wicket+Ajax <https://cwiki.apache.org/confluence/display/WICKET/Wicket+Ajax> Any advice on what the replacement could be? Many thanks Ramin -- View this message in context: http://apache-wicket

Re: Wicket 6 Migration (getEventHandler())

2013-03-12 Thread Ramin
tHandler(), endCheck }); } but there seems to be no reference to this method anywhere in the code, hence I am guessing getEventHandler() was used by Wicket (1.5 and earlier) in some way. Thanks Ramin -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-Migra

Wicket 6 migration (AbstractValidator has been removed)

2013-03-12 Thread Ramin
Hi I have three overriden methods from this class that I cannot find a replacement for. These methods are: onValidate(IValidatable validatable) variablesMap(IValidatable validatable) resourceKey() All the guide points out to is that AbstractValidator has been removed. Many thanks Ramin

IThemableAplication no longer exists

2013-03-12 Thread Ramin
Hi I have a couple of issues with Wiquery in wicket 6. 1. What is an alternative for IThemableApplication#getTheme(Session session) 2. @WiQueryUIPlugin is missing from wicket 6, is there any replacement or is it not needed any more Many thanks Ramin -- View this message in context: http

TableTree#addTopToolbar(AbstractToolbar abstractToolbar)

2013-03-19 Thread Ramin
? Many thanks Ramin -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/TableTree-addTopToolbar-AbstractToolbar-abstractToolbar-tp4657354.html Sent from the Users forum mailing list archive at Nabble.com

- Conditional label

2013-04-18 Thread Ramin
Hi I have a textField with label "name" which is set by Issue is that when I hide the textField, the label ("name") is still displayed. Is there any way to condition to display alternative label (or even hide the label)? Thanks in advance for any response. Ramin --

Re: - Conditional label

2013-04-18 Thread Ramin
Worked like a charm. Thanks very much. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-message-Conditional-label-tp4658092p4658094.html Sent from the Users forum mailing list archive at Nabble.com. -