0

I've been migrating away from using Tomahawk, since it has not been updated in such a very long time that it seems retired in practice if not officially. I also get errors similar to this one.

The only Tomahawk component that I use that I have not found a replacement for is the t:subform tag (see documentation), which I use inside of a Primefaces p:dialog to post back the dialog contents without validating the whole page.

Is there a replacement component or some other code/markup that will give me this ability?

Community
  • 1
  • 1
Pixelstix
  • 612
  • 5
  • 18
  • Thanks for the pointer to the pre-existing topic, @BalusC. I probably would have had to have already been thinking of things closer to the solution to have found that question myself. Creating an `h:panelGroup` inside the `p:dialog` and using `` on that `h:panelGroup` as suggested in that question should do the trick. – Pixelstix Nov 04 '16 at 15:52
  • [One of BalusC's other posts](http://stackoverflow.com/a/7372315/4266338) mentioned using multiple `` tags on a single page, so each `` entry could go in its own `` (in addition to using ``), which seems to me like an even more elegant solution. That way, only the fields in the individual ``(s) are posted to the server for the dialog, not all of the fields in the one big form being. – Pixelstix Nov 04 '16 at 20:57

0 Answers0