[jboss-user] [JBoss Seam] - What must I do to make the back button stop working?

pettersonfp do-not-reply at jboss.com
Tue Jul 3 15:52:30 EDT 2007


Hi,

Following are the configurations I'm using.

Thanks in advance,

Petterson

--> registration.jpdl.xml
<start-page back="disabled" name="Choose Type" view-id="/registration/chooseRegisterType.xhtml">
    
    
      
    
  </start-page>
  <page name="Fill Form" view-id="/registration/registerStep1.xhtml" 
      back="disabled">
    
    
      
    
  
  <page name="Greetings" view-id="/registration/greetings.xhtml"
      back="disabled">
    
    <end-conversation/>
  

---->pages.xml
  <page view-id="/registration/chooseRegisterType.xhtml">
    <begin-conversation join="true" pageflow="registration"/>
  


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060121#4060121

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060121



More information about the jboss-user mailing list