-
May 21st, 2010, 11:10 AM
#1
swf-booking-mvc standard.jsp error
After import sample in STS
there is error:
Description Resource Path Location Type
Type mismatch: cannot convert from boolean to String standard.jsp /swf-booking-mvc/src/main/webapp/WEB-INF/layouts line 53 JSP Problem
May be this error about line 23
<c:if test="${pageContext.request.userPrincipal != null}"> ?
-
Jul 20th, 2010, 10:25 AM
#2
I have the same problem.
However I can deploy the project and it runs just fine. Problem with STS? It's version 2.3.2.
Maybe resolving or ignoring this sort of thing is old hat to folks here... by all means, enlighten us about what you do.
-
Jul 20th, 2010, 10:42 AM
#3
It runs. But I'm not sure that correct.
If jsp has error how it was converted to servlet?
I thinkg that functionality not complete.
-
Jul 21st, 2010, 10:56 AM
#4
I don't think there's anything wrong with the JSP. STS just thinks there is, for some inscrutable reason. Package it up as WAR and deploy, the app seems to work fine. I'd like to understand what the error message comes from though.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules