Error Ajaxlink don't call onSubmit

2010-03-01 Thread Romeo Sheshi
Hi, I change the version of wicket from 1.4.0 to 1.4.6 and i can't submit my form. I have an new AjaxSubmitLink("addLink", form) { @Override public void onSubmit(AjaxRequestTarget target, Form form) { //do things } } in wicket 1.4.0 this work

Re: persisting a javascript object via wicket

2010-03-02 Thread Romeo Sheshi
hi I used wiquery for drag'n drop very easy

Re: OnChangeAjaxBehavior() - problem with id

2010-07-20 Thread Romeo Sheshi
hi you can try in this way setting item.getModelObject() as final final StandardTekst st = item.getModelObject(); and in the sva button you have to save the ListTekst final ListView list = new ListView("stListing", ListTekst) { @Override protected void populateItem(final ListItem item) { TextC

Re: wicket 1.5, resource gives error in log?

2010-10-13 Thread Romeo Sheshi
ative url and don't find it so you have the error ERROR [org.apache.wicket.request.cycle.RequestCycle] - Unable to execute request. No suitable RequestHandler found. URL=images/icons/arrow_down_end.png Romeo Sheshi 2010/10/12 nino martinez wael > done -- https://issues.apache.org/jira/