[
https://issues.apache.org/jira/browse/TAPESTRY-2385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592113#action_12592113
]
Robert Zeigler commented on TAPESTRY-2385:
------------------------------------------
The case-sensitivity of component class + template names can be compounded by
developing on a case in-sensitive platform (windows is case-insensitive; OSX is
case-preserving, but case-insensitive) and deploying in a case-sensitive
environment (any *nix other than osx...). This is exactly what sounds like is
going on here.
> Case Sensitivity on Nested Components Within Grid
> -------------------------------------------------
>
> Key: TAPESTRY-2385
> URL: https://issues.apache.org/jira/browse/TAPESTRY-2385
> Project: Tapestry
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.0.11
> Environment: windows vista business, eclipse 3.3, tomcat 6, run jetty
> run, maven 2
> Reporter: Evan M Rawson
> Priority: Minor
>
> this bug only appears when packaging project application into war file for
> deployment. Reproduced this bug on jetty 6 and tomcat, so its not the
> servlet. bug is not apparent when developing and using auto class reloading
> within eclipse and run jetty run.
> i have a component i nest within the grid component. everything works fine
> locally. when i go to deploy on production, the component is not rendered,
> and no exception is thrown. the cause of this error is that the first letter
> of my component name in this case searchResult is lower case, when changed to
> uppercase the bug disappears. I had another component which was not nested
> inside grid startinfg with a lower case letter and it was rendered okay.
> there should be an exception that is thrown in the case of this. all file
> names should begin with uppercase to represent objects
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]