progress bar form

UI Components for JSF
Post Reply
ahmetcemrek
Posts: 8
Joined: 14 Aug 2011, 20:59

12 Sep 2011, 14:39

Hi,

the action progressBean.foo is never called when <p:progressBar is inside the form.

<h:form>
<h:outputText id="progressAsText" value="#{progressBean.progress}" />
<br /><br />
<p:commandButton value="change progress" action="#{progressBean.foo}" update="progressAsText" process="@this"/>
<br /><br />
<p:progressBar widgetVar="pbAjax" ajax="true" value="#{progressBean.progress}" style="width:350px"/>
</h:form>

How can i make it work?

Thanks
primefaces-3.1-SNAPSHOT on Mojarra-2.1.4

gbaird
Posts: 15
Joined: 03 Nov 2010, 13:29

15 Sep 2011, 22:43

Having the same issue. Please advise.
Payara 4.1.1, PrimeFaces 5.3

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 46 guests