1

Is it possible to use Tapestry together with Primefaces? I wonder because primefaces uses xhtml tags to build the webpage. And tapestry does not use xhtml but own *tml file format.

Does anyone know?

membersound
  • 81,582
  • 193
  • 585
  • 1,120

1 Answers1

3

Well...

Since Tapestry is actually an alternative MVC framework to JSF (you can choose JSF or Tapestry , but not both), so the answer is NO, you either go with JSF as your MVC framework + Primefaces as component suite, or choose Tapestry as your MVC framework.

See Java Server Faces 2.0 or Tapestry 5.2?

Community
  • 1
  • 1
Daniel
  • 36,833
  • 10
  • 119
  • 200