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

2009-03-23 Thread Dragan Djuric
---- Original Message - > From: "Dragan Djuric" > To: > Sent: Monday, March 23, 2009 3:44 PM > Subject: Template Inheritance and Overriding - How to Do It? > > >> >> Howard mentioned in the announcement of 5.1.0.1 that it is now possible >>

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 i

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

2009-02-27 Thread Dragan Djuric
one 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 L

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

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 return

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 as

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 t5

Re: Snapshot repository down - alternative?

2008-08-09 Thread Dragan Djuric
: 3, Errors: 0, Skipped: 0 [INFO] [ERROR] BUILD FAILURE [INFO] [INFO] There are test failures. Please refer to /home/dragan/workspace/ws-tap/tapestry5/tapestry-ioc/target/surefire-reports for the individual

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 an

Re: [T5] Detailed error report page disappeared

2008-03-20 Thread Dragan Djuric
your runtime configuration to see 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 &

[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 thi

[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 this