Re: Back button problem in wicket

2011-04-29 Thread vineetsemwal
martin-g : heh yeah i realized it after hitting on submit but then i thought he will figure it out ,thanks :) - vineet semwal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Back-button-problem-in-wicket-tp3480260p3483658.html Sent from the Users forum mailing list

Re: Redirecting to another page in a WebPage constructor

2011-03-10 Thread vineetsemwal
use restartresponseexception - vineet semwal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Redirecting-to-another-page-in-a-WebPage-constructor-tp3345688p3345714.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: How to add Scroll to tabpanel

2010-08-16 Thread vineetsemwal
i meant don't add style in wicket:panel tag ,add it to say div.. your markup - vineet semwal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-add-Scroll-to-tabpanel-tp2324822p2326816.html Sent from the Wicket - User mailing list archive at Nabble.com.

Re: How to add Scroll to tabpanel

2010-08-15 Thread vineetsemwal
don't add them in - vineet semwal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-add-Scroll-to-tabpanel-tp2324822p2326413.html Sent from the Wicket - User mailing list archive at Nabble.com. --

Re: Internationalization on panels

2010-07-23 Thread vineetsemwal
yeah,you can.. - vineet semwal -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Internationalization-on-panels-tp2299768p2299771.html Sent from the Wicket - User mailing list archive at Nabble.com. -

Re: show modal window on cometd event using IChannelTarget

2010-07-22 Thread vineetsemwal
two things that you can try 1)you can try ajaxrequesttarget.get() in listener's onevent it may or may not give you ajaxrequesttarget, if it doesn't ,it will give you null,if it gives you null wich is my guess ;),try second point 2) you can just extend modalwindow and just create your own public

Re: new feature in trunk and branch: Component#onInitialize()

2010-07-12 Thread vineetsemwal
very good feature,thanks!! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/new-feature-in-trunk-and-branch-Component-onInitialize-tp2286924p2286961.html Sent from the Wicket - User mailing list archive at Nabble.com. --

Re: using comet to find all clients using a page

2010-07-12 Thread vineetsemwal
you are already using comet,just create a event when admin does some action, you must be having channel listener corresponding to a component in page. when a event is received ,do your stuff .. -- regards, Vineet Semwal -- View this message in context: http://apache-wicket.1842946.n4.nabble.

RE: Application addRenderHeadListener causing error

2010-07-07 Thread vineetsemwal
i have the same problem ,can't make addRenderHeadListener and ajaxselfupdatingtimerbehavior work together, it's not due to race condition is what i know at least that is what exception is pointing .. any pointer will be appreciated .. thanks, -- View this message in context: http://apache-wick