betweenGo

Droplet Name Case Sensitivity

by on Jun.12, 2008, under Page Development

In one of our JSP files we included a droplet like this:

<dspel:droplet name="/betweengo/droplet/foo">

However the actual properties file is named Foo.properties. On Windows this was not an issue because Windows file system is case insensitive but when we moved to UNIX we saw this exception:

javax.servlet.jsp.JspException:  CANT_FIND_DROPLET: Unable to find the droplet with name  "/betweengo/droplet/foo"

This is not surprising since UNIX’s file system is case sensitive. Once we corrected the capitalization ATG was able to locate the droplet.

Share

Related posts:

  1. Windows hosts file not working
  2. How to Set an Array Property in an ATG Form
  3. Get JSTL Vars from PageContext
  4. ServletException root cause
  5. Mysterious dspel:include problem with flush=true

:

Leave a Reply

 

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!