[ 
https://issues.apache.org/jira/browse/TAPESTRY-2385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Howard M. Lewis Ship closed TAPESTRY-2385.
------------------------------------------

    Resolution: Invalid
      Assignee: Howard M. Lewis Ship

What happened here is that you SearchComponents component did render, but due 
to case mismatch between the Java class and the template, no output was 
produced.

Documentation is *very* clear that you must match the case of the Java class 
and the template; it's effectively out of Tapestry's hands to fix this.

> 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
>            Assignee: Howard M. Lewis Ship
>            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]

Reply via email to