Re: How to serve "nearly static" resources

2010-09-12 Thread Jochen Berger
Howard, Am Freitag, den 10.09.2010, 09:08 -0700 schrieb Howard Lewis Ship: > In 5.2 there's an AssetDispatcher service that can be contributed to; > the built in contributions are for context assets, classpath assets, > and stack assets (i.e., aggregated JavaScript libraries). You can add > your

Re: want to setup a ${xxxx} in my input element!!!

2010-09-12 Thread Fanzhen
yes, I really have read it carefully. On 2010-9-13 14:17, Igor Drobiazko wrote: You should have a look at Tapestry's form components. There is a Checkbox component. On Mon, Sep 13, 2010 at 8:14 AM, Fanzhen wrote: hey, friends want to code like this: aaa bbb ccc ddd actually, what is in

Re: want to setup a ${xxxx} in my input element!!!

2010-09-12 Thread Igor Drobiazko
You should have a look at Tapestry's form components. There is a Checkbox component. On Mon, Sep 13, 2010 at 8:14 AM, Fanzhen wrote: > > hey, friends want to code like this: > > aaa > bbb > ccc > ddd > > actually, what is in my page class are: > >public String getAudit0(){ >

want to setup a ${xxxx} in my input element!!!

2010-09-12 Thread Fanzhen
hey, friends want to code like this: aaa bbb ccc ddd actually, what is in my page class are: public String getAudit0(){ if() return "checked=\"checked\""; else return ""; } .. but the

Re: URL Patterns

2010-09-12 Thread Thiago H. de Paula Figueiredo
On Sun, 12 Sep 2010 17:23:25 -0300, Everton Agner wrote: Hi, Hi! Does Tapestry internally have any Utils class for URL Matching with wildcards? Or does it uses some external API for that (like Ant's). AFAIK, no for wildcards. For all its URL handling, Tapestry uses the ComponentEventL

How to set up Tapestry 5 on Tomcat 5

2010-09-12 Thread Christopher Dodunski
Hi, Thank you everyone for your help. For the sake of clarification (please correct me where I am wrong): 1) I install maven on my PC, where I will develop Tapestry web applications. 2) Maven will download any missing dependencies, and place them inside my apps lib folder. 3) I can then test run

Re: How to set up Tapestry 5 on Tomcat 5

2010-09-12 Thread Howard Lewis Ship
I'm a little concerned by the incorrect information in this thread. Maven does the dependency part OK, and in fact, can generate a dependency report: http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/dependencies.html (However, that page hasn't been regenerated since July for some reason)

URL Patterns

2010-09-12 Thread Everton Agner
Hi, Does Tapestry internally have any Utils class for URL Matching with wildcards? Or does it uses some external API for that (like Ant's). The thing is that I need to have something like that in my module, and I don't wanna reinvent the wheel and spend a good time on it. Thanks! __

Re: How to set up Tapestry 5 on Tomcat 5

2010-09-12 Thread Thiago H. de Paula Figueiredo
On Sun, 12 Sep 2010 05:40:26 -0300, Christopher Dodunski wrote: Hi, Hi! I would like to set up Tapestry 5 on Tomcat 5, which is running on my VPS. Why such an old version of Tomcat? I have downloaded Tapestry 5, unpackaged it, and can see the many JAR files contained in lib/. But w

Re: How to set up Tapestry 5 on Tomcat 5

2010-09-12 Thread Josh Canfield
Those don't look like directions for tapestry 5. You don't need ognl for example. You can put all of the dependencies in your WAR file so there is no clutter outside your apps lib folder. Josh -- Josh On Sep 12, 2010, at 1:40 AM, "Christopher Dodunski" wrote: > Hi, > > I would like to se

Re: How to set up Tapestry 5 on Tomcat 5

2010-09-12 Thread Elin
Well... if i understand u correctly u download tapestry from the website (so u are not using maven). The needed libraries depends on what are u goning to do. For a simple project you will need tapestry-core and tapestry-ioc, those are the main ones. Anyway, i would recommend u to use maven becaus

Re: How to set up Tapestry 5 on Tomcat 5

2010-09-12 Thread Charith Madusanka
Hi Chris, look this , http://bbwebcraft.blogspot.com/2008/12/task-1-create-skeleton-tapestry-5.html charith On Sun, Sep 12, 2010 at 2:10 PM, Christopher Dodunski < chrisfromsquir...@christopher.net.nz> wrote: > Hi, > > I would like to set up Tapestry 5 on Tomcat 5, which is running on my VPS.

How to set up Tapestry 5 on Tomcat 5

2010-09-12 Thread Christopher Dodunski
Hi, I would like to set up Tapestry 5 on Tomcat 5, which is running on my VPS. I have downloaded Tapestry 5, unpackaged it, and can see the many JAR files contained in lib/. But what I see far exceeds what I expected, having read through the Tapestry installation instructions found here: http://