Release:
Wicket 6.0-SNAPSHOT

The pages:
All pages extends a Skeleton, which has a header panel.

In this header panel, another panel is displayed, depending if the user is 
logged (ConnectedPanel) or not (HeaderLoginPanel).

So when a user is not connected, the component's structure is
Page-HeaderPanel-HeaderLoginPanel
and when the user is connected, the structure is
Page-HeaderPanel-ConnectedPanel


The problem:
The user logs in and waits until the session die.
Then when he clicks on link linktest  
(org.apache.wicket.markup.html.link.Link),  in the ConnectedPanel , the 
following error appears:

Could not find component 'HeaderPanel:HeaderLoginPanel:linktest on page 'class 
HomePage

Question 1
Why does Wicket try to find linktest in the HeaderLoginPanel  ?
As Linktest belongs to ConnectedPanel.

Question 2
Why don't I get a PageExpiredException ?


François
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to