My Account   Contact Us    
  
» HomeProductsSupportDeveloper CommunityCompany
No BackSlashes inside JSP tag attributes

BackSlashes will cause an exception to be thrown


It is common for windows programmers to use backslashes to specify directory names (c: ilepath).  However the JSP compiler will throw an exception (or just cause strange results in some cases) if you use back slashes inside an attribute (such as imagepath in the ActivEdit tag).  Windows will allow you to specify file names using front slashes (c:/file/path), or you can escape the back slashes with \

This throws an exception because backslashes are used for special characters in java (eg ).

Search Knowledge Base:
Sign up for our newsletter: | Subscribe with RSS: RSS
© ActivSoftware 1999 to 2005 | Privacy Statement