[jboss-user] [JBoss Seam] - Re: Back Button Problem

2007-02-28 Thread h.cahyadi
Thanks for all your answer and help, I have trial and error some posibilities to solve this problem, i.e : play with pages.xml and faces-config.xml and also web.xml, but still can't fix this problem, finally I try to upgrade to myfaces 1.1.5 and this can solved my problem partialy, I mean that

[jboss-user] [JBoss Seam] - Re: Back Button Problem

2007-02-28 Thread h.cahyadi
I found something different in the log, when we success to do back button the log is like this : | 15:51:23,734 362563 DEBUG [org.jboss.seam.jsf.SeamPortletPhaseListener] before phase: RENDER_RESPONSE(6) | 15:51:23,734 362563 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext

[jboss-user] [JBoss Seam] - Re: Back Button Problem

2007-02-27 Thread mjek2
Citation from Seam doc, section 7.1.2: | page name=checkout | view-id=/checkout.xhtml | back=enabled | redirect/ | transition to=checkout/ | transition name=complete to=complete/ | /page View the original post :

[jboss-user] [JBoss Seam] - Re: Back Button Problem

2007-02-27 Thread h.cahyadi
I have tried this way but I still can do back buttoning :( any other suggestion? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023008#4023008 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023008

[jboss-user] [JBoss Seam] - Re: Back Button Problem

2007-02-27 Thread mjek2
I'm using the same Seam version as you but I can use back button in both IE and Firefox (and if you look at Seam examples, they should all work with back button). So it seems to be something IE specific in your case (i.e. some weird javascript). Do you observe it in all pages of your app or

[jboss-user] [JBoss Seam] - Re: Back Button Problem

2007-02-26 Thread [EMAIL PROTECTED]
What specific problem are you observing? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022466#4022466 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022466 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Back Button Problem

2007-02-26 Thread h.cahyadi
The problem is I canot use back button in internet explorer, when I hit back button my application won't go back to the previous page, it stays on the current page, I read the seam faq, and it says that seam handle the back button problem, but is there a clue to handle back button? View the