Exception starting filter test

2011-03-02 Thread raj1jaiswal
Hi, I am developing very small program in tapestry its running fine but i am getting below exception.Please anybody help to solve this problem. Exception starting filter test java.lang.NullPointerException at org.apache.tapestry5.internal.TapestryAppInitializer.addSyntheticSymbolSourceMod

Re: Tapestry 5.2 - Request data shared in different client browser

2011-03-02 Thread Howard Lewis Ship
To reiterate: your code was broken in 5.1, just not as obviously as in 5.2. On Wed, Mar 2, 2011 at 3:06 AM, Thiago H. de Paula Figueiredo wrote: > On Tue, 01 Mar 2011 23:30:42 -0300, Dany wrote: > >> Hi, > > Hi! > >>        @Property >>        Private LoginVo loginVo; >> >>        @Log >>      

Re: how to plugin Jetty,jamstar and maven in eclipse

2011-03-02 Thread Thiago H. de Paula Figueiredo
On Wed, 02 Mar 2011 02:17:19 -0300, raj1jaiswal wrote: Hi, Hi! I very new in Tapestry framework.I don't know how to plugin Jetty,jamstar and maven in eclipse.I am using eclipse 3.3.2 and tapesrty 5. You can run Tapestry in any Eclipse version and in other IDEs too. The RunJettyRun plu

how to plugin Jetty,jamstar and maven in eclipse

2011-03-02 Thread raj1jaiswal
Hi, I very new in Tapestry framework.I don't know how to plugin Jetty,jamstar and maven in eclipse.I am using eclipse 3.3.2 and tapesrty 5. Is it necessary to plugin in jamstar,Jetty and maven in eclipse to run Tapestry program.Can anybody help to do this. Thanks in advance. Raj jaiswal -- Vi

Re: org.apache.tapestry5.runtime.ComponentEventException

2011-03-02 Thread Richard Hill
Yes. query the db for the id that has been created. On Wed, 2011-03-02 at 03:49 -0800, robnangle wrote: > Is it because when a new user registers there user id is set by the database > and not the java class? If so is there any way of solving the problem? > > -- > View this message in context:

Re: org.apache.tapestry5.runtime.ComponentEventException

2011-03-02 Thread robnangle
Is it because when a new user registers there user id is set by the database and not the java class? If so is there any way of solving the problem? -- View this message in context: http://tapestry.1045711.n5.nabble.com/org-apache-tapestry5-runtime-ComponentEventException-tp3404853p3406425.html Se

Re: Tapestry 5.2 - Request data shared in different client browser

2011-03-02 Thread Thiago H. de Paula Figueiredo
On Tue, 01 Mar 2011 23:30:42 -0300, Dany wrote: Hi, Hi! @Property Private LoginVo loginVo; @Log @PageLoaded void pageLoaded() { loginVo =new LoginVo(); } @PageLoaded is triggered just once, when the page is instantia