开发者

Only one JSF form is it necessary?

开发者 https://www.devze.com 2023-02-25 06:23 出处:网络
I have some input in my page to submit a subscription and a h:dataTable. My doubt its necessary one h:form for the inputs and another f开发者_如何学运维or the dataTable, or only one containing both?If

I have some input in my page to submit a subscription and a h:dataTable. My doubt its necessary one h:form for the inputs and another f开发者_如何学运维or the dataTable, or only one containing both?


If you want to submit the elements together you can put them inside the same h:form.

If the h:dataTable doesn't contain input elements you don't need to put it inside a form.

0

精彩评论

暂无评论...
验证码 换一张
取 消