The progressbar (remoting) is broken in JBoss AS 4.2 CR1.

This is due to what I mentioned earlier.


  | <h:form onsubmit="queryProgress();return true;"> 
  |    
  |     <h:commandButton style="width:80px" value="Go!" 
action="#{progressBarAction.doSomething}" class="button"/>    
  |   
  | </h:form>
  | 

With JSF 1.2 RI, the onsubmit method is called only if submission occurs 
through the click on a submit button 


  | <input type="submit" value="Go!" />
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038119
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to