Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2723 | major | always | 06-07-08 17:08 | 06-23-08 10:20 | |
|
|||||
Reporter: | wirah | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.5 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.2.0 | ||
|
|||||
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. |
||||
Steps To Reproduce: | |||||
Additional Information: | Tested on 3.1.4 too. | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|