Re: Hibernate and SortableDataProvider

2009-01-22 Thread Frank Klein Koerkamp
Hi, The best i think to load full objects once. And put it in an loadable detachablemodel. In this model save id of object. Implement the load function, this will retrieve the object from hibrnate via id. Also see example in wicket in action. Regards, Frank Verstuurd vanaf mijn iPhone Op 23

Re: new bee jqery or dojo

2009-02-02 Thread Frank Klein Koerkamp
I would use jquery. With jQuery is good in accessibility(progressive enhanchment), performance and has a good plugin framework. And because the community is very large, there is plugin for each problem. They also working very hard to get 2.0 look and feel. And very easy to integrate with wicket

How to manipulate an AjaxRequest

2009-04-09 Thread Frank Klein Koerkamp
. At this moment i'm able to let the window popup, but not yet to delete the other content that has been added to the AjaxRequestTarget. Does anyone have any suggestions? Kind regards, Frank Klein Koerkamp The information contained in this communication

RE: How to manipulate an AjaxRequest

2009-04-09 Thread Frank Klein Koerkamp
the error occur at render-time? ** Martin 2009/4/9 Frank Klein Koerkamp fkleinkoerk...@educator.eu: Hi all, i have an Ajax call and when an exception occurs, i want to display the exception in an ModalWindow. But i also want to be able to delete everything(component, javascript

RE: How to manipulate an AjaxRequest

2009-04-09 Thread Frank Klein Koerkamp
add your components to refreshThese.add(component); and if your db update fails, just call refreshThese.clear()? Otherwise iterate through all refreshThese components and target.addComponent(refreshThese.get(itemIndex)); Could it work? Why not? ** Martin 2009/4/9 Frank Klein Koerkamp fkleinkoerk

RE: How to manipulate an AjaxRequest

2009-04-10 Thread Frank Klein Koerkamp
Hi Martin, we have an solution, thanks for your help. Sort like your proposal. But an command that has to be executed. This command will force to do the data manipulation before any markup changes. So markup changes won't be done if data manipulation gives exception. See example under: public

How to cancel an AjaxRequest

2009-04-13 Thread Frank Klein Koerkamp
. At this moment i'm able to let the window popup, but not yet to delete the other content that has been added to the AjaxRequestTarget. Does anyone have any suggestions? Kind regards, Frank Klein Koerkamp

RE: Any easy way to do client-side javascript-based validation with Wicket?

2009-05-25 Thread Frank Klein Koerkamp
and it works. Kind Regards, Frank Klein Koerkamp -Original Message- From: David Chang [mailto:david_q_zh...@yahoo.com] Sent: Monday, May 25, 2009 3:39 PM To: users@wicket.apache.org Subject: Re: Any easy way to do client-side javascript-based validation with Wicket? Thanks for your input, but I

RE: Any easy way to do client-side javascript-based validation with Wicket?

2009-05-25 Thread Frank Klein Koerkamp
plugin I only have to write validation rules ONCE (not write second time for the client side validation)? Is it correct? If it is true, I am eager to donate after tests:-) Warm regards. --- On Mon, 5/25/09, Frank Klein Koerkamp fkleinkoerk...@educator.eu wrote: From: Frank Klein Koerkamp

RE: TextTemplateHeaderContributor Questions

2009-07-29 Thread Frank Klein Koerkamp
Hi, To do this use. add(HeaderContributor.forJavaScript(Clazz.class, path from class to file example: js\helloworld.js)); This is for 1.3.5. Kind Regard, Frank -Original Message- From: Carlo Camerino [mailto:carlo.camer...@gmail.com] Sent: Wednesday, July 29, 2009 9:08 AM To:

RE: TextTemplateHeaderContributor Questions

2009-07-29 Thread Frank Klein Koerkamp
texttemplateheadercontributor together with it? Thanks On Wed, Jul 29, 2009 at 3:12 PM, Frank Klein Koerkamp fkleinkoerk...@educator.eu wrote: Hi, To do this use. add(HeaderContributor.forJavaScript(Clazz.class, path from class to file example: js\helloworld.js)); This is for 1.3.5. Kind Regard, Frank

Form tag in modal.js

2010-11-04 Thread Frank Klein Koerkamp
around your modalwindow as well for supporting innerforms. Kind regards, -- Frank Klein Koerkamp

Re: Form tag in modal.js

2010-11-08 Thread Frank Klein Koerkamp
. Now that's also possible but you need an form around your modalwindow as well for supporting innerforms. Kind regards, -- Frank Klein Koerkamp - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Keep focus in ModalWindow

2010-12-16 Thread Frank Klein Koerkamp
, Frank Klein Koerkamp