Results 1 to 2 of 2

Thread: JSP & tags: Does not support runtime expressions

  1. #1
    Join Date
    Jul 2010
    Location
    Austria
    Posts
    13

    Default JSP & tags: Does not support runtime expressions

    I get quite a few JSP Problem warnings (for example with the pet clinic sample)
    Code:
    "data" does not support runtime expressions				
    "dateTimePattern" does not support runtime expressions	
    "dependencies" does not support runtime expressions		
    "field" does not support runtime expressions			
    "id" does not support runtime expressions				
    "items" does not support runtime expressions
    It looks like several tagx files are created with a missing rtexprvalue="true" attribute.

    Do I get this wrong, or is it worth an issue?

  2. #2
    Join Date
    Jan 2011
    Posts
    10

    Default solved, or still an issue?

    I have seen, it should be solved in 1.1.2.
    Last edited by klausJ; Jan 30th, 2011 at 03:47 AM. Reason: update, got new information

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •