Is it possible to have some sort of a controller in wicket

2009-03-12 Thread rag...@directi
Is it possible to have some sort of a controller in wicket? i have a situation where i want to map a url to a controller sort of thing and based on certain conditions i want to redirect the user to different pages. for example all request to application.com/ should to go a controller and base

Adding multiple ajax behaviour on same event

2009-02-24 Thread rag...@directi
I am using an AjaxLink which has a javascript for onclick event now i want to add AjaxFormValidatingBehavior to this link on the same event "onclick" ...i tried adding the same...but the link does not work properly...i think the actual javascript is replacedcan any one please help me how to

Re: Adding multiple ajax behavious on same event

2009-02-20 Thread rag...@directi
er.java:1297) at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1476) Can anyone please help. I need to get this working asap..... rag...@directi wrote: > > I guess minis is part of wicketstuff-corei did not find any > CompoundBehavior in minis project. >

Re: Adding multiple ajax behavious on same event

2009-02-17 Thread rag...@directi
I guess minis is part of wicketstuff-corei did not find any CompoundBehavior in minis project. martin-g wrote: > > see CompoundBehavior in wicketstuff-minis > > El lun, 16-02-2009 a las 03:06 -0800, rag...@directi escribió: >> I am using an AjaxLink which has a java

Adding multiple ajax behavious on same event

2009-02-16 Thread rag...@directi
I am using an AjaxLink which has a javascript for onclick event now i want to add AjaxFormValidatingBehavior to this link on the same event "onclick" ...i tried adding the same...but the link does not work properly...i think the actual javascript is replacedcan any one please help me how to

Re: How to stop submit of form on AjaxSubmitLink onSubmit

2009-02-04 Thread rag...@directi
but the AjaxLink is not working properly coz i think the onclick has been replaced. So can u pls tell me how to add multiple ajax behaviors on the same event. Timo Rantalaiho wrote: > > On Wed, 04 Feb 2009, rag...@directi wrote: >> I have a AjaxSubmitLink which i only want to

How to stop submit of form on AjaxSubmitLink onSubmit

2009-02-04 Thread rag...@directi
Hi, I have a AjaxSubmitLink which i only want to use for some validation on some fields on the form. I do not want to submit the form if there are NO errors by clicking this link. I am using AjaxSubmitLink just to trigger validations, Incase there are any error they should be shown when i click t

How to test Ajax Submit Button on A form

2009-01-17 Thread rag...@directi
Can any one please help me with testing an AjaxSubmitButton on a form. I am using tester.executeAjaxEvent to call the event. But I am not sure how to set the data on the form and submit the data while using an ajax submit button -- View this message in context: http://www.nabble.com/How-to-te