Results 1 to 4 of 4

Thread: swf-booking-mvc standard.jsp error

  1. #1
    Join Date
    May 2010
    Posts
    14

    Default 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}"> ?

  2. #2
    Join Date
    Apr 2010
    Posts
    12

    Default 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.

  3. #3
    Join Date
    May 2010
    Posts
    14

    Default

    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.

  4. #4
    Join Date
    Apr 2010
    Posts
    12

    Default

    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
  •