I'm using Primefaces 6.x and JSF 2.x
I have a 'breadCrumb' and then I have put a CommandButton for 'Options' facet.
I'm seeing the button is generated with 'type=submit' instead of 'type=button' and cuz of it the form is getting submitted when the button is click.
Could you please advice why it is happening like that?
If I put the button outside of breadcrumb, the button is rendered as expected.
Thanks,