ADF Fieldset Legend Tags
Does ADF allow the form Fieldset and Legend tags? When I attempt to use the <fieldset> tag inside an ADF page, ADF places the form components outside of the fieldset area. This happens when I place the <fieldset> inside <afh:html><afh:body><h:form> tags.
However, when I change the tags to <html><body><h:form> the <fieldset> works correctly. I can use the latter tags but it takes away ADF dialog: popup functionality for some reason.
Is there any alternative with <afh:html><afh:body><h:form> and Fieldset?
Thanks.