Re: Starting Tapestry with Parameters

2005-09-06 Thread Kevin Menard
On Sep 6, 2005, at 5:20 AM, Martin Gemballa wrote: Now I can start it with http://url:8080/name/app. But I want to start it with a value for 'blatt'. I already tried: http://url:8080/name/app?service=page/Home &blatt=xy. Maybe this is th

Re: Starting Tapestry with Parameters

2005-09-06 Thread Martin Gemballa
Thanks so far. . but that link does not point to a solution for my problem. Here a bit more definition of my problem: test KOPF ... http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd";> ...

Re: Starting Tapestry with Parameters

2005-09-06 Thread Radim Burget
Try this: http://tapestry-tutorial.cloudnine.net.nz/simplest-app.html Martin Gemballa wrote: How can I give parameters to the entry-point (Home)? And how can I read them in Home.java? Thanks. - To unsubscribe, e-m

Starting Tapestry with Parameters

2005-09-05 Thread Martin Gemballa
How can I give parameters to the entry-point (Home)? And how can I read them in Home.java? Thanks.