[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

rlhr do-not-reply at jboss.com
Tue Apr 17 15:26:22 EDT 2007


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



More information about the jboss-user mailing list