Hello,

I have a problem with the navigation rules when i use the component
<t:panelTabbedPane>

I have this code:

(UserDetails.jsp)
<t:panelTabbedPane id="UserDetails">
                   <t:panelTab label="name">
                       <jsp:include page="personalData.jsp"/>
                   </t:panelTab>
                   <t:panelTab label="History">
                       <jsp:include page="historyInformation.jsp"/>
                  </t:panelTab>
</t:panelTabbedPane>

In the program personal data I have 3 button who call other pages  and in
historyInformation I have oder 2 buttons.

I have defined the navigation rules in faces.config.xml , but doesn't work
When I include the buttons  in UserDetails.jsp everything works fine.

What is't wrong?

Can anyone help me?

Best regards.

--
Att.
Edney

Reply via email to