SV: using breadcrumbs in Wicket 1.4.9

2010-08-03 Thread Wilhelmsen Tor Iver
>   panel A / panel B / panel C
> 
> to:
> 
>   panel A / panel B / panel D

One option could be to setActive(panel B) then activate(panel D factory); to 
get the panel B reference just loop through the model or keep a reference to it 
somewhere.

- Tor Iver

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



using breadcrumbs in Wicket 1.4.9

2010-08-02 Thread Lawrence Sewell
My first Wicket application uses Wicket 1.4.9 and breadcrumbs where I  
need to go from:


panel A / panel B / panel C

to:

panel A / panel B / panel D

by selecting a submit button on a form in panel C, e.g. replace panel  
C (after processing the form) with panel D as the active crumb.


Is this possible?

I have only been able to do the following:

panel A / panel B / panel C / panel D

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org