SV: Controlling the mousepointer or some load indication when using ajax to populate

2008-01-09 Thread Kjetil Paulsen
to populate See also the Indicating* components from wicket-extensions. Martijn On Jan 9, 2008 2:22 PM, Kjetil Paulsen <[EMAIL PROTECTED]> wrote: > Thanks for the feedback, the percentage isn't necessary, a waiting gif > will do just fine, any samples or links you coul

SV: Controlling the mousepointer or some load indication when using ajax to populate

2008-01-09 Thread Kjetil Paulsen
ng and a gif. So you could create a behavior that did that and attach it to the dropdown. The thing is if you want something that gives an actual percentage you will need to be able to provide that somehow and use the workerthread approach. regards Nino Kjetil Paulsen wrote: > Hi > > Is there

Controlling the mousepointer or some load indication when using ajax to populate

2008-01-09 Thread Kjetil Paulsen
Hi Is there an easy way to show the user that things are loading in the background when using ajax calls to populate e.g the palette component based on a selection in a dropdown? Like changing the mousepointer or have some kind of load indicator component indicating this to the user based on when

Re: Old Wicket QuickStart

2008-01-07 Thread Kjetil Paulsen
Where can I find this blog? :) On Jan 3, 2008 11:17 AM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > Yes I think so, dates anyone? Currently im free, although in the start > of next week our car has to go to the mechanic.. > > And what about topics? Should we have one about te

Re: ListMultipleChoice and submitting added list items

2007-12-08 Thread Kjetil Paulsen
te link) > > > > On Dec 5, 2007 4:29 AM, Kjetil Paulsen <[EMAIL PROTECTED]> wrote: > > I'm currently rewriting an application from Stripes to Wicket in a > > project here and have the following (simplified) problem. > > > > I've got two list compo

ListMultipleChoice and submitting added list items

2007-12-05 Thread Kjetil Paulsen
I'm currently rewriting an application from Stripes to Wicket in a project here and have the following (simplified) problem. I've got two list components that are filled from a model, and then I use javascript to transfer items between them, but when the lists are submitted no new values are added