I have one big JSF page containing nearly 1000 lines using normal JSF forms and panelGrids. It would be easier if i keep them in several pages and integrate them as a single page. I would like to know how I can accomplish this in JSF.
I have several forms in that page, in which most of them are prependID="false"
etc.
Will that affect the flow of the page if I partition the page as several submodules?
I am using ajax extensively and mostly I update one form component from another form component.