0

According to the post http://permalink.gmane.org/gmane.comp.web.sitemesh.sitemesh3.general/137 sitemesh3 does not tied to jsp. So there is no tag library associated with sitemesh3 tags. Any workarounds?

How I can add sitemesh3 namespace to jsp page?

Cherry
  • 31,309
  • 66
  • 224
  • 364

1 Answers1

0

Just add something like <sitemesh:write property='title' /> and it should work.

Alex
  • 11,451
  • 6
  • 37
  • 52
  • Yes it work, but IDE like Intellij Idea underline the tag as it wrong. I want something that will underline wrong tag like and do not underline correct tags. – Cherry Apr 03 '13 at 05:32