views:

9

answers:

0

I'm trying to port a web app to JBOSS server. Application has jsp pages with <@include> to include a standard header fragment. Header fragment opens a jsp tag but it leaves to the main page to close.My understanding is that this style of include is like literal insertion of contents and I expected this to work. However I ended up with compile error.." header file has an unterminated tag".What could be the problem? Can any one please help me..