every second you rerender the table?
is that page versioned? Because you you are constantly changing the tables
and generate new links
then a link click that is right after the ajax update behavior could target
a component that isn't there anymore
If the page is versioned then the link click should be able to rollback the
page and then the link is clicked.

johan


On Dec 13, 2007 1:18 PM, michalb_cz <[EMAIL PROTECTED]> wrote:

>
> I doesn't do that, but when I use setResponsePage(backPage) - links on
> backPage are broken from time to time (I don't know the reason)
> This exception is throwed:
>
> org.apache.wicket.WicketRuntimeException: component
> formChooseCategory:tableShowBooks:rows:202:cells:8:cell:editLink not found
> on page ChooseCategoryPage[id = 32], listener interface =
> [RequestListenerInterface name=ILinkListener, method=public abstract void
> org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()]
>     at
>
> org.apache.wicket.request.AbstractRequestCycleProcessor.resolveListenerInterfaceTarget
> (AbstractRequestCycleProcessor.java:411)
>     at
>
> org.apache.wicket.request.AbstractRequestCycleProcessor.resolveRenderedPage
> (AbstractRequestCycleProcessor.java:456)
>     at
> org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(
> WebRequestCycleProcessor.java:139)
>     at org.apache.wicket.RequestCycle.step(RequestCycle.java:1152)
>     at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1248)
>     at org.apache.wicket.RequestCycle.request(RequestCycle.java:489)
>     at
> org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:343)
>     at
> org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java
> :121)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>
> note that I use AjaxSelfUpdatingTimerBehavior behaviour on form, which
> refresh table each second (btw the row number is changed each second)
>
>
> Johan Compagner wrote:
> >
> > huh?
> > When are you doing back by javascript in your wicket application?
> > Do you have clientside scripts that does fancy things?
> >
> > normally if you want to go back to a previous page then just set that
> page
> > as a response page (on the serverside)
> >
> > johan
> >
> >
> >
> > On Dec 13, 2007 11:49 AM, michalb_cz <[EMAIL PROTECTED]> wrote:
> >
> >>
> >> Any workaround? I can't do just back in history (for example by
> >> javascript),
> >> because I need rerender the back page ('cos I modify back page's model)
> >>
> >>
> >> Sebastiaan van Erk wrote:
> >> >
> >> > It has to do with the page store. Note that the back button will
> work,
> >> > but clicking on links on the page after you use the back button will
> >> > cause page expired.
> >> >
> >> > See:
> >> >
> >> >
> >>
> http://www.slideshare.net/jcompagner/session-stores-page-maps-and-pages/
> >> >
> >> > if you want the nitty gritty details.
> >> >
> >> > But I still think you should first verify that this is actually what
> is
> >> > happening.
> >> >
> >> > Regards,
> >> > Sebastiaan
> >> >
> >> > michalb_cz wrote:
> >> >> And the reason? Why back button won't work on cluster?
> >> >>
> >> >>
> >> >>
> >> >> Matej Knopp-2 wrote:
> >> >>> Hi,
> >> >>>
> >> >>> at this point back button will not work across cluster (it's
> planned
> >> >>> though). However, the failover for last accessed page should work
> >> >>> anyway. If it doesn't, you have probably problem in your
> >> >>> configuration.
> >> >>>
> >> >>> -Matej
> >> >>>
> >> >>
> >> >
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/wicket-cluster-on-tomcat-6-tp14147973p14313634.html
> >>  Sent from the Wicket - User mailing list archive at
> >> Nabble.com <http://nabble.com/><http://nabble.com/>
> >> .
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/wicket-cluster-on-tomcat-6-tp14147973p14314938.html
>  Sent from the Wicket - User mailing list archive at 
> Nabble.com<http://nabble.com/>
> .
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to