• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Weblogic + Struts Taglib error

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I getting following exception while trying to view JSP page developed using Struts. The page works fine in Tomcat and other application servers. Please help me solving this issue.

Thanks in advance.

Regards
Sankar Srinivasan
---------------------------------------------------------------------------
java.io.IOException: javax.servlet.jsp.JspException: The taglib validator rejected the page: "tag = 'if' / attribute = 'test': An error occurred while parsing custom action attribute "test" with value "${runtimeForm.fromPage == \"synaptris\" && runtimeForm.queryCount == 1 && runtimeForm.permission == \"W\" }": Encountered "\", expected one of [<INTEGER_LITERAL>, <FLOATING_POINT_LITERAL>, <STRING_LITERAL>, "true", "false", "null", "(", "-", "not", "!", "empty", <IDENTIFIER>], "
---------------------------------------------------------------------------
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic