Re: [OT] Problem using eclipse+maven+jetty

2009-03-02 Thread Allex Juang
Sorry, It's a stupid mistake. I change jetty version from 6.0.0beta17 to 6.1.14, and every thing goes smoothly. But as Szemere said, add [scope] parameter into jetty-env.xml is not working. Allex J. Allex Juang 提到: > Hi, Tapestry Infodea, > > Thanks for your detail description. &g

Re: [OT] Problem using eclipse+maven+jetty

2009-03-02 Thread Allex Juang
heProvider > false > false > 3 > > > false > false > > > update > > > > Tapestry Infodea ha scritto: > >> In Run --> Run configurations...I've created a new Maven B

Re: [OT] Problem using eclipse+maven+jetty

2009-03-02 Thread Allex Juang
maven eclipse plugin?? You mean m2eclipse, or anything else? Since I didn't find any option about using DataSource in m2eclipse Allex J. Tapestry Infodea 提到: > I had the same problem and I solved using the maven eclipse plugin to > run Jetty > > Allex Juang ha scritto: >

[OT] Problem using eclipse+maven+jetty

2009-03-02 Thread Allex Juang
Hi, Sorry for offtopic. But I am writing my own website using T5+hibernate. And when I using eclipse 3.4 with m2eclipse, jetty can be launched very well. But here I got a problem using DataSource in jetty. In my webapp, I always using JNDI: jdbc/DS to access my datasource. With tomcat, I know how

Re: Redirect before page render

2008-12-10 Thread Allex Juang
"before:PageRender"); } cheers, Peter - Original Message - From: "Allex Juang" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Wednesday, 10 December, 2008 9:31:29 AM GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: R

Redirect before page render

2008-12-09 Thread Allex Juang
Hi, I have a Login page, and user will navigate to, say, Work page after success authenticate process. But when an authenticated user access Login page, I wish to just redirect to Work page. How can I do that? Allex J. - To

Re: problems with Tapestry IgnoredPaths

2008-10-28 Thread Allex Juang
Hi, Sagara Have you ever wondering your AppModule is working for other function? Like bind() or so. I did make a mistake that I define tapestry filter as following: tapestry org.apache.tapestry5.TapestryFilter But using AppModule as class name, which should be TapestryModule. Hope it wor