You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by janw <ja...@gmx.de> on 2007/03/07 16:45:06 UTC

Apply navigation-rule for collapsiblePanel does not work

Hello,

I have a question concerning the collapsiblePanel:
We need to have a navigation rule executed in order to apply a redirect when
clicking the link to collapse the panel.
We tried to declare the action for the headerLink:
 
 <t:collapsiblePanel …>
   <f:facet name="header">
     <t:headerLink immediate="false" action=”person_overview">
       <h:outputText value="…" rendered="#{collapsed}" />
       <h:outputText value="…" rendered="#{!collapsed}" />

The redirect is not executed: F5 shows the browser POST warning/dialog that
we want to avoid.
An actionListener for the headerLink was also without success, as well as
toggling the immediate attribute to true/false.
Is it somehow possible to apply the redirect in our scenario?

Regards,

Jan
-- 
View this message in context: http://www.nabble.com/Apply-navigation-rule-for-collapsiblePanel-does-not-work-tf3362859.html#a9355387
Sent from the MyFaces - Users mailing list archive at Nabble.com.