You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How make a button that update 2 or more forms????
In PrimeFaces just put styleClass="mystyle" and to the commandButton update="@(.mystyle)"
But how I do in Bootsfaces?
The text was updated successfully, but these errors were encountered:
From a technical point of view, I'm sure you can do the same with BootsFaces 0.8.0 and above. We support the update="@(.mystyle)" syntax, too.
However, you should be aware you're using a feature that's not supported by HTML. Even worse, you're using a feature that's forbidden by the HTML specification. HTML doesn't allow you to submit multiple forms with a single click. So you build your application on weak foundations. In the case of BootsFaces I'm sure this won't break anytime soon, but it's perfectly possible that the PrimeFaces team fixes the bug in a future version.
How make a button that update 2 or more forms????
In PrimeFaces just put styleClass="mystyle" and to the commandButton update="@(.mystyle)"
But how I do in Bootsfaces?
The text was updated successfully, but these errors were encountered: