Template Inheritance and Overriding - How to Do It?

2009-03-23 Thread Dragan Djuric
Howard mentioned in the announcement of 5.1.0.1 that it is now possible to override a part of the template of the inherited component. I've tried to find some more info on how to actually do it but I couldn't find anything. The question is simple: How to do that overriding? -- View this message

Re: Template Inheritance and Overriding - How to Do It?

2009-03-23 Thread Dragan Djuric
Thanks a lot! :) I briefly looked at that exact page earlier, but missed the part about overriding. Now I've found it. DH-14 wrote: Here: http://tapestry.formos.com/nightly/tapestry5/guide/templates.html Template Inheritance Thanks DH - Original Message - From: Dragan

Re: Zone broken in 15 February 2009 5.1.0.0-SNAPSHOT changes

2009-02-27 Thread Dragan Djuric
of the components, I didn't created an explicit zone property, so it seems that the chain was broken at that point. In the prior versions of T5.1 it worked, and it seems that the newer version became more restrictive about that. Dragan Djuric wrote: Howard Lewis Ship wrote: Yes, a lot of code has

Zone broken in 15 February 2009 5.1.0.0-SNAPSHOT changes

2009-02-16 Thread Dragan Djuric
I have some pretty straightforward Ajax code in my project. I do not use any custom JavaScript or anything external to tapestry - just zones and blocks. I'm using Tapestry 5.1.0.0-SNAPSHOT. Everything worked fine until 15. February 2009, when Tapestry started complaining about the BlockImpl

Re: Zone broken in 15 February 2009 5.1.0.0-SNAPSHOT changes

2009-02-16 Thread Dragan Djuric
Howard Lewis Ship wrote: Yes, a lot of code has changed there. Can you create a JIRA issue, preferably with a sample app to demonstrate the problem? I thought about opening an issue, but I decided to wait a few days to see if there will be some simple solution. I am not sure how easy it

Tapestry and Grizzly

2008-09-30 Thread Dragan Djuric
Hi, Has anyone tried to use Tapestry without a classic Servlet container + war setup? I am thinking of using Tapestry with Grizzly, where Tapestry IoC or Spring is used as a container that configures and instantiates Grizzly and supplies it with a light Tapestry application preferably packaged

Better (more generic) paging for Grid AND Loop. Interested in adding it to Tapestry?

2008-08-11 Thread Dragan Djuric
Hi, I am creating a PagedLoop component that is able to use Grid's paging infrastructure directly. Are you interested in including such component in Tapestry corelib (a question is primarily for Howard and other relevant people here)? Here is an explanation why such component is preferable to

Snapshot repository down - alternative?

2008-08-09 Thread Dragan Djuric
Hi, It seems that the repository at http://tapestry.formos.com/maven-snapshot-repository is down (at least I cannot access it). Due to other dependencies and code refactoring I cannot use versions earlier then the latest snapshot. Two short questions: 1. What is the problem with the repository

Re: Snapshot repository down - alternative?

2008-08-09 Thread Dragan Djuric
] [INFO] For more information, run Maven with the -e switch [INFO] [INFO] Total time: 6 minutes 17 seconds [INFO] Finished at: Sat Aug 09 14:36:31 CEST 2008 [INFO] Final Memory: 42M/345M Dragan Djuric wrote

Re: [T5] Detailed error report page disappeared

2008-03-20 Thread Dragan Djuric
if that brings back the detailed exception reports. Robert On Mar 19, 2008, at 3/192:12 PM , Dragan Djuric wrote: HI, Today I got back to a project that I haven't touched for a couple of months and noticed that Tapestry error page that is displayed is totally short. Sometimes it displays

[T5] Detailed error report page disappeared

2008-03-19 Thread Dragan Djuric
HI, Today I got back to a project that I haven't touched for a couple of months and noticed that Tapestry error page that is displayed is totally short. Sometimes it displays only the heading and sometimes a heading and the first paragraph. I am pretty sure that this problem existed before in

[T5] Detailed error report page disappeared

2008-03-19 Thread Dragan Djuric
HI, Today I got back to a project that I haven't touched for a couple of months and noticed that Tapestry error page that is displayed is totally short. Sometimes it displays only the heading and sometimes a heading and the first paragraph. I am pretty sure that this problem existed before in