OracleJSP error: oracle.jsp.parse.JspParseException: Error: Encountered deferred syntax #{ in template text. If intended as a literal, escape it or set directive deferredSyntaxAllowedAsLiteral This normally happens when you have some tag lib dependancy problems but this was not the case for me... My problem: For some reason my model project had web stuff in it(public html etc) so I had to remove the public html stuff from my project and manually edit the Model.jpr project file and remove the tag lib entries at the bottom o the file. Go figure.
Comments
Post a Comment