[jboss-user] [JBoss Seam] - Problem using seam 2 with firefox and jbpm

fredbene do-not-reply at jboss.com
Mon Sep 3 17:40:35 EDT 2007


Hello,

I'm using this simple jpdl


  | 
  | <pageflow-definition
  |   name="editNews">
  |   
  |    <start-state name="start">
  |       <transition name="edit" to="editNews"></transition>
  |    </start-state>
  |    
  |    <page name="editNews" view-id="/editNews.xhtml">
  |    	<end-conversation/>
  |    </page>
  | </pageflow-definition>
  | 

When my firefox access the page editNews (sure, using jbpm) it only shows a blank page while in IE shows the correct page.

I can see only the correct page using firefox with I put the 

I'm using firefox 2.0.0.6 and test with 1.5.0.12.


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

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



More information about the jboss-user mailing list