membersound
membersound

Reputation: 86757

Use Tapestry with Primefaces?

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?

Upvotes: 1

Views: 350

Answers (1)

Daniel
Daniel

Reputation: 37061

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?

Upvotes: 3

Related Questions