Re: start page vs index page

2010-11-20 Thread Paul Stanton
I agree re keeping start .. or perhaps making the 'default' page a configurable item in the module. p. On 19/11/2010 2:41 PM, Howard Lewis Ship wrote: On Thu, Nov 18, 2010 at 2:51 PM, Paul Stanton wrote: Thanks robert, So 'start' is deprecated now, hopefully the latest tutorials/start guid

Re: Upcoming Tapestry Training: Howard Lewis Ship and SkillsMatter

2010-11-20 Thread Christopher Dodunski
Yes, we increasingly seem to be associated with JRR Tolkien and Peter Jackson's creations nowadays. Fear not; I'm yet to encounter any Orcs in the flesh. Just the occasional dodgy looking local! If there are any fellow Kiwis or Aussies listening in, perhaps you'd like to raise your hand if you a

Re: cometd in tapestry 5

2010-11-20 Thread françois facon
During Devoxx 2010 Atmopshere was mention a least in 3 conference. Paul Sandoz plan to use it for http streaming in jax-rs. There is some implementation for Web FWK like JSF and Wicket . Le 7 novembre 2

Re: [ANN] Tapestry IOC for Wicket

2010-11-20 Thread Christian Riedel
But Howard said, we have to evangelize people - why not by infiltration ;-) Am 20.11.2010 um 22:32 schrieb Igor Drobiazko: > We should ban you from the mailing list for it. > > No, no just joking. To be honest I don't believe this will help to improve > the adoption. I experienced the Wicket us

Re: [ANN] Tapestry IOC for Wicket

2010-11-20 Thread Igor Drobiazko
We should ban you from the mailing list for it. No, no just joking. To be honest I don't believe this will help to improve the adoption. I experienced the Wicket users as very religious about their framework and very aggressive towards Tapestry. A lot of them would rather die than using Tapestry.

Re: Tapestry Web Site Updated

2010-11-20 Thread Kevin Crenshaw
unsubscribe On 11/20/10 7:57 AM, Juan E. Maya wrote: Very nice ! Congratulations to the tapestry team and thank you for making java web development fun again! On 20 Nov 2010 10:51, "Joost Schouten (mailing lists)"< joost...@jsportal.com> wrote: Quick comment: the link to wooki on the homepage

[ANN] Tapestry IOC for Wicket

2010-11-20 Thread Christian Riedel
Hi everyone, I started a little project today: I made a module for Wicket so that it uses Tapestry IOC for injection (I'm not joking, seriously :-))! Yesterday I had the idea to do that after I was annoyed again while using Wicket for one of my projects... I was looking for a way to have fun wi

Re: Tapestry 5.2.4 issue

2010-11-20 Thread Kalle Korhonen
If upgrading didn't help, you have multiple slf4j libs in the classpath (newer api than impl). Using maven? Run mvn dependency:tree. Kalle On Sat, Nov 20, 2010 at 10:55 AM, Zubair Nuamaan wrote: > > Thanks, did that and same issue - upgraded to 1.6.1 > > How would I find out which libraries are

Re: Tapestry 5.2.4 issue

2010-11-20 Thread Zubair Nuamaan
Thanks, did that and same issue - upgraded to 1.6.1 How would I find out which libraries are using slf4j internally? Regards, Zubair -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-2-4-issue-tp3273778p3273814.html Sent from the Tapestry - User mailing list a

Re: Tapestry 5.2.4 issue

2010-11-20 Thread Kalle Korhonen
Update to a newer version of slf4j. Kalle On Sat, Nov 20, 2010 at 10:10 AM, Zubair Nuamaan wrote: > > Hi, > > upgraded to 5.2.4 today and I get the following error: > > tried to access field org.slf4j.impl.StaticLoggerBinder.SINGLETON from class > org.slf4j.LoggerFactory > > haven't seen anythi

Re: Tapestry 5.2.4 issue

2010-11-20 Thread Zubair Nuamaan
But the only thing I changed was tapestry 5.2.1 to 5.2.4. All other libraries stayed the same. I'll keep digging Zubair -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-2-4-issue-tp3273778p3273790.html Sent from the Tapestry - User mailing list archive at Na

Re: Tapestry 5.2.4 issue

2010-11-20 Thread Thiago H. de Paula Figueiredo
On Sat, 20 Nov 2010 16:10:53 -0200, Zubair Nuamaan wrote: Hi, Hi! upgraded to 5.2.4 today and I get the following error: tried to access field org.slf4j.impl.StaticLoggerBinder.SINGLETON from class org.slf4j.LoggerFactory This is not related to Tapestry at all. You probably have misma

Tapestry 5.2.4 issue

2010-11-20 Thread Zubair Nuamaan
Hi, upgraded to 5.2.4 today and I get the following error: tried to access field org.slf4j.impl.StaticLoggerBinder.SINGLETON from class org.slf4j.LoggerFactory haven't seen anything on the forum about it, any ideas? Thanks Zubair -- View this message in context: http://tapestry.1045711.n5.

Re: Tapestry Web Site Updated

2010-11-20 Thread Kalle Korhonen
On Sat, Nov 20, 2010 at 1:15 AM, Ulrich Stärk wrote: > For obvious reasons not everyone can change it. Only Tapestry committers and > people who signed an ICLA can. Right, but perhaps people should be encouraged to file the ICLAs... there's a difference between stating that and saying, for examp

Re: Multiple tml files per page/component

2010-11-20 Thread Thiago H. de Paula Figueiredo
On Sat, 20 Nov 2010 08:14:03 -0200, Timo Nentwig wrote: White labeling. Same code, different appearance. As Juan said, CSS can solve most of your problem here. If you need HTML structure differences, not just appearance ones, you can use blocks, components and the Delegate component. Ex

Re: Tapestry Web Site Updated

2010-11-20 Thread Geoff Callender
Nice work. But here's a howler of an error I think you'd like to fix in http://tapestry.apache.org/tutorial.html: "Tapestry began in January 2000, and now represents over seven years of experience" And may I suggest that this: "not just my experience, or that of the other Tape

Re: Tapestry Web Site Updated

2010-11-20 Thread Kevin Crenshaw
unsubscribe On 11/20/10 7:57 AM, Juan E. Maya wrote: Very nice ! Congratulations to the tapestry team and thank you for making java web development fun again! On 20 Nov 2010 10:51, "Joost Schouten (mailing lists)"< joost...@jsportal.com> wrote: Quick comment: the link to wooki on the homepag

Re: Tapestry Web Site Updated

2010-11-20 Thread Juan E. Maya
Very nice ! Congratulations to the tapestry team and thank you for making java web development fun again! On 20 Nov 2010 10:51, "Joost Schouten (mailing lists)" < joost...@jsportal.com> wrote: > Quick comment: the link to wooki on the homepage is broken. The URL > should be http://wookicentral.com/

Problem with ClassTransformation, MutableComponentModel and Parameters

2010-11-20 Thread Alessio Gambi
Hi, I have create a service implementing the ComponentClassTransformWorker and contributed after the OnEvent worker. During the class transformation I need to access component parameters thus I use the MutableComponentModel model. Unfortunately, this results in different behaviors: - the first

Re: Multiple tml files per page/component

2010-11-20 Thread Juan E. Maya
Timo, css should be used to modify the appearance of the content rendered by pages or components and because the nature of css you can always override parts defined in your component. Doesn't css fulfill your requirements ? On 20 Nov 2010 11:14, "Timo Nentwig" wrote: > > On Nov 19, 2010, at 18:24

Re: Multiple tml files per page/component

2010-11-20 Thread Juan E. Maya
Timo On 20 Nov 2010 11:14, "Timo Nentwig" wrote: > > On Nov 19, 2010, at 18:24, Thiago H. de Paula Figueiredo wrote: > >>> Btw, what's your scenario and why is the multiple templates per page a >>> requirement for you? Maybe you could achieve what you need with >>> Components... >> >> I'm also cur

Re: Multiple tml files per page/component

2010-11-20 Thread Timo Nentwig
On Nov 19, 2010, at 18:24, Thiago H. de Paula Figueiredo wrote: >> Btw, what's your scenario and why is the multiple templates per page a >> requirement for you? Maybe you could achieve what you need with >> Components... > > I'm also curious to know what these requirements are. I never needed t

Re: Tapestry Web Site Updated

2010-11-20 Thread Joost Schouten (mailing lists)
Quick comment: the link to wooki on the homepage is broken. The URL should be http://wookicentral.com/ right? Cheers, Joost On Sat, Nov 20, 2010 at 10:15 AM, Ulrich Stärk wrote: > For obvious reasons not everyone can change it. Only Tapestry committers and > people who signed an ICLA can. > >

Re: Tapestry Web Site Updated

2010-11-20 Thread Ulrich Stärk
For obvious reasons not everyone can change it. Only Tapestry committers and people who signed an ICLA can. Am 20.11.2010 um 04:37 schrieb Kalle Korhonen : > On Fri, Nov 19, 2010 at 6:38 PM, nille hammer > wrote: >> Hi Howard, >> just a minor error. On the index page >> (http://tapestry.apache

Re: Tapestry Web Site Updated

2010-11-20 Thread Joost Schouten (mailing lists)
Congrats! A great improvement that puts a worthy face on a kick-ass framework ;-) Cheers, Joost On Sat, Nov 20, 2010 at 4:37 AM, Kalle Korhonen wrote: > On Fri, Nov 19, 2010 at 6:38 PM, nille hammer > wrote: >> Hi Howard, >> just a minor error. On the index page >> (http://tapestry.apache.org/