Anonymous | Login | Signup for a new account | 12-17-2024 08:27 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002723 | [Resin] | major | always | 06-07-08 17:08 | 06-23-08 10:20 | ||||
Reporter | wirah | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.5 | ||||||
Summary | 0002723: Tapestry 5.0.11 PropertyDisplayBlocks.tml doesn't render in Resin | ||||||||
Description |
When trying to render a page which has the t:grid component, which renders fine in embedded jetty 7 servlet container, I get the following error instead of the page rendering like it should: An unexpected application exception has occurred. Render queue error in BeginRender[accountHistory/Page:grid.rows.gridcell]: Failure parsing template classpath:org/apache/tapestry/corelib/pages/PropertyDisplayBlocks.tml: Element <container> does not support any attributes. I don't understand why this happens, since the <container> element in that tapestry supplied tml file doesn't have any attributes save for the xml namespace ones, I'm thinking resin is trying to parse the tml as some sort of configuration file - which is probably a bad thing! The tml file in question is supplied by tapestry as part of the tapestry-core jar thus not created by me. The tml file in which I use the t:grid component looks like this: <t:parameter name="content1"> <table t:type="grid" t:source="accountHistory" /> </t:parameter> as you can see, there isn't a huge amount to do wrong! In jetty, the table+page render perfectly. |
||||||||
Additional Information | Tested on 3.1.4 too. | ||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
33 total queries executed. 28 unique queries executed. |