RE: isVisible() with surrounding Markup and LoadableDetachableModel

2008-04-22 Thread Warren
icket.Component.detach(Component.java:1088) > >at > > > > > org.apache.wicket.MarkupContainer.detachChildren(MarkupContainer.j > ava:1454) > >at org.apache.wicket.Component.detach(Component.java:1092) > > at > > > > > org.apache.

Re: isVisible() with surrounding Markup and LoadableDetachableModel

2008-04-22 Thread Johan Compagner
; va:178) >at > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126 > ) >at > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105 > ) >at > > org.apache.catalina.core.StandardEngineVa

Re: isVisible() with surrounding Markup and LoadableDetachableModel

2008-04-21 Thread Igor Vaynberg
return > "if(window.event.keyCode == 13){" + script + "};return > false;"; > } > }; > } > }); > > > > -Original Message- > > From: Igor Vaynberg [mailto:[EMAIL PROTECTED] > &g

RE: isVisible() with surrounding Markup and LoadableDetachableModel

2008-04-21 Thread Warren
at org.apache.wicket.RequestCycle.detach(RequestCycle.java:1046) > > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1334) > > at org.apache.wicket.RequestCycle.request(RequestCycle.java:493) > > at > > > org.apache.wicket.prot

Re: isVisible() with surrounding Markup and LoadableDetachableModel

2008-04-21 Thread Igor Vaynberg
ineValve.java > :107) > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) > at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825) > at > org.apache.coyote.http11.Http11Protocol$Http11ConnectionHa

RE: isVisible() with surrounding Markup and LoadableDetachableModel

2008-04-21 Thread Warren
(Thread.java:595) > -Original Message- > From: Igor Vaynberg [mailto:[EMAIL PROTECTED] > Sent: Monday, April 21, 2008 8:59 PM > To: users@wicket.apache.org > Subject: Re: isVisible() with surrounding Markup and > LoadableDetachableModel > > > ok, can you move newexcepti

Re: isVisible() with surrounding Markup and LoadableDetachableModel

2008-04-21 Thread Igor Vaynberg
public Load() > > { > > super(); > > IModel receiveModel = new LoadableDetachableModel() > > { > > private int load = 1; > > protected Object load() > >

Re: isVisible() with surrounding Markup and LoadableDetachableModel

2008-04-21 Thread Igor Vaynberg
;) > { > protected void onSubmit(AjaxRequestTarget > target) > { > target.addComponent(LoadForm.this); > } >

RE: isVisible() with surrounding Markup and LoadableDetachableModel

2008-04-21 Thread Warren
{ this.lastName = lastName; } } } > -Original Message- > From: Igor Vaynberg [mailto:[EMAIL PROTECTED] > Sent: Monday, April 21, 2008 8:09 PM > To: users@wicket.apache.org > Subject: Re: isVisible() with surrounding

Re: isVisible() with surrounding Markup and LoadableDetachableModel

2008-04-21 Thread Igor Vaynberg
> > To: users@wicket.apache.org > > Subject: Re: isVisible() with surrounding Markup and > > LoadableDetachableModel > > > > > > loadable detachable model caches the value for the request, so even > > though getobject() is called multiple times,

RE: isVisible() with surrounding Markup and LoadableDetachableModel

2008-04-21 Thread Warren
sers@wicket.apache.org > Subject: Re: isVisible() with surrounding Markup and > LoadableDetachableModel > > > loadable detachable model caches the value for the request, so even > though getobject() is called multiple times, load() is only called > once. > > -igor > >

Re: isVisible() with surrounding Markup and LoadableDetachableModel

2008-04-21 Thread Igor Vaynberg
loadable detachable model caches the value for the request, so even though getobject() is called multiple times, load() is only called once. -igor On Mon, Apr 21, 2008 at 6:59 PM, Warren <[EMAIL PROTECTED]> wrote: > I have a form that has a lot of labels with surrounding markup that needs to >