you are probably using ajax to switch between tabs, in which case you
will not get the history

-igor


On Dec 5, 2007 11:08 PM, Alexander Landsnes Keül
<[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
>
>
> I'm looking at the TabbedPanel example at 
> http://wicketstuff.org/wicket13/compref/?wicket:bookmarkablePage=%3Aorg.apache.wicket.examples.compref.TabbedPanelPage,
>  and when you click on a panel, you can use the browser's back button to go 
> to the previously active tab. Our implementation of this doesn't permit the 
> same thing. Using back takes us back to the previous page visited. I tried to 
> look at the source, but the TabbedPanelPage.java looks the same, so I'm 
> guessing it's something in the WicketExamplePage which I cannot seem to 
> locate. Is it simply making it Bookmarkable which allows it to act like this?
>
>
>
> Another question I have is how does one go about closing a modal window from 
> within the panel it contains? I have a form set up, with an AjaxButton to 
> submit it. I can't quite see how I would go about getting the modal window 
> from that panel.
>
>
>
> Alex
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to