Re: TAP5-746: Zone Refresher

2011-11-23 Thread Dragan Sahpaski
Actually, tapestry-core-5.3.0.jar is a pretty old library. This is confusing because this library was created before tapestry had the alpha/beta/rc releases when the numbering then was done sequentially so it got to 5.3.x something before it chaged to alpha-x beta-x rc-x. I think now 5.3 is already

Re: TAP5-746: Zone Refresher

2011-11-23 Thread bogdan_cm
Ha, one of the issues that come with not using Maven to refresh your repository :). Thanks very much for the reply's. -- View this message in context: http://tapestry.1045711.n5.nabble.com/TAP5-746-Zone-Refresher-tp4529253p5017815.html Sent from the Tapestry - User mailing list archive at Nabb

Re: TAP5-746: Zone Refresher

2011-11-23 Thread Lenny Primak
That's a very old version of Tapestry. You need to be using rc_3 or later. On Nov 23, 2011, at 2:47 PM, bogdan_cm wrote: > Yes, I'm using 5.3: tapestry-core-5.3.0.jar > > http://tapestry.1045711.n5.nabble.com/file/n5017803/1.jpg > > -- > View this message in context: > http://tapestry.104571

Re: TAP5-746: Zone Refresher

2011-11-23 Thread bogdan_cm
Yes, I'm using 5.3: tapestry-core-5.3.0.jar http://tapestry.1045711.n5.nabble.com/file/n5017803/1.jpg -- View this message in context: http://tapestry.1045711.n5.nabble.com/TAP5-746-Zone-Refresher-tp4529253p5017803.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: TAP5-746: Zone Refresher

2011-11-23 Thread Dragan Sahpaski
Which version of tapestry are you using. Should be 5.3 Cheers, Dragan Sahpaski On Wed, Nov 23, 2011 at 8:39 PM, bogdan_cm wrote: > Sadly no, > > > My test: ${text} > > > Failure creating embedded component 'zone' of > com.example.tutorial.pages.Page: Unable to resolve 'zonerefresh' to a m

Re: TAP5-746: Zone Refresher

2011-11-23 Thread bogdan_cm
Sadly no, My test: ${text} Failure creating embedded component 'zone' of com.example.tutorial.pages.Page: Unable to resolve 'zonerefresh' to a mixin class name. -- View this message in context: http://tapestry.1045711.n5.nabble.com/TAP5-746-Zone-Refresher-tp4529253p5017774.html Sent from the

Re: TAP5-746: Zone Refresher

2011-11-23 Thread Lenny Primak
If you remove the tawus/ prefix from the mixin it should work. On Nov 23, 2011, at 1:06 PM, bogdan_cm wrote: > Hi Taha, > Now that the ZoneRefresh component is included in Tap-core, is there a > working example anywhere? > > I have this in my .tml: > > > My test: ${text} > > > and when

Re: TAP5-746: Zone Refresher

2011-11-23 Thread bogdan_cm
Hi Taha, Now that the ZoneRefresh component is included in Tap-core, is there a working example anywhere? I have this in my .tml: My test: ${text} and when I run it i get: Failure creating embedded component 'zone' of com.example.tutorial.pages.Page: Unable to resolve 'tawus/zonerefresh' t

Re: TAP5-746: Zone Refresher

2011-06-29 Thread Taha Hafeez
Also moved the zone-refresher to https://github.com/tawus/tawus/tree/master/tawus-addons Till new project for Tapestry Contributions is launched, I have decided to put all the components in a single library https://github.com/tawus/tawus/tree/master/tawus-addons Currently there are two 1. ZoneR

Re: TAP5-746: Zone Refresher

2011-06-29 Thread Taha Hafeez
Hi Bob, Done regards Taha On Tue, Jun 28, 2011 at 5:39 PM, Bob Harner wrote: > I haven't had a chance to try it out, but in general I would always say > patches are very welcome. > > Bob Harner > On Jun 27, 2011 1:56 PM, "Taha Hafeez" wrote: > > Hi > > > > It is written a mixin which can reso

Re: TAP5-746: Zone Refresher

2011-06-28 Thread Bob Harner
I haven't had a chance to try it out, but in general I would always say patches are very welcome. Bob Harner On Jun 27, 2011 1:56 PM, "Taha Hafeez" wrote: > Hi > > It is written a mixin which can resolve > > https://issues.apache.org/jira/browse/TAP5-746 > > It refreshes a zone after a given peri