Re: T5 5.2.4 NPE org.apache.tapestry5.runtime.ComponentEventException

2011-06-06 Thread ael
I will try this one... Thanks :) -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-5-2-4-NPE-org-apache-tapestry5-runtime-ComponentEventException-tp4438497p4460300.html Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: T5 5.2.4 NPE org.apache.tapestry5.runtime.ComponentEventException

2011-06-06 Thread Taha Hafeez
Sorry wrong link. This is the correct one http://tapestry.1045711.n5.nabble.com/Tapestry-FileUploader-Integration-tp4268987p4269518.html regards Taha On Mon, Jun 6, 2011 at 7:46 PM, Taha Hafeez wrote: > For ajax you can try this > > > http://tapestry.1045711.n5.nabble.com/Modalbox-Integration-

Re: T5 5.2.4 NPE org.apache.tapestry5.runtime.ComponentEventException

2011-06-06 Thread Taha Hafeez
For ajax you can try this http://tapestry.1045711.n5.nabble.com/Modalbox-Integration-Example-tp4248936p4369409.html regards Taha On Mon, Jun 6, 2011 at 4:46 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Mon, 06 Jun 2011 05:55:44 -0300, ael wrote: > > SIGH... >> This is

Re: T5 5.2.4 NPE org.apache.tapestry5.runtime.ComponentEventException

2011-06-06 Thread Thiago H. de Paula Figueiredo
On Mon, 06 Jun 2011 05:55:44 -0300, ael wrote: SIGH... This is a limitation of Tapestry you cannot use AJAX in Uploading Files. How SAD!!! http://tapestry.1045711.n5.nabble.com/tapestry-upload-and-zones-td3425668.html Why? Repeating what I wrote in the thread you linked: File uploading doesn

Re: T5 5.2.4 NPE org.apache.tapestry5.runtime.ComponentEventException

2011-06-06 Thread ael
SIGH... This is a limitation of Tapestry you cannot use AJAX in Uploading Files. How SAD!!! http://tapestry.1045711.n5.nabble.com/tapestry-upload-and-zones-td3425668.html http://tapestry.1045711.n5.nabble.com/tapestry-upload-and-zones-td3425668.html Why? -- View this message in context: http

Re: T5 5.2.4 NPE org.apache.tapestry5.runtime.ComponentEventException

2011-06-06 Thread ael
Already found the problem. I don't understand why file variable is null? Any idea's? -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-5-2-4-NPE-org-apache-tapestry5-runtime-ComponentEventException-tp4438497p4458015.html Sent from the Tapestry - User mailing list archi

Re: T5 5.2.4 NPE org.apache.tapestry5.runtime.ComponentEventException

2011-05-30 Thread ael
Hi Taha, The error will occur if validate required is set in the template for uploading files. Maintenance Class /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.dash.t5wdb.pages; import com.dash.t5wdb.daoservices.*; import com.da

Re: T5 5.2.4 NPE org.apache.tapestry5.runtime.ComponentEventException

2011-05-30 Thread Taha Hafeez
I think the solution lies in com.dash.t5wdb.pages.Maintenance.onSuccessFromguestForm(Maintenance.java:281) Can you share that code ? regards Taha On Mon, May 30, 2011 at 12:35 PM, ael wrote: > Can anyone explain this? > > An unexpected application exception has occurred. > >org.apache.tap

T5 5.2.4 NPE org.apache.tapestry5.runtime.ComponentEventException

2011-05-30 Thread ael
Can anyone explain this? An unexpected application exception has occurred. org.apache.tapestry5.runtime.ComponentEventException context eventType action location classpath:com/dash/t5wdb/pages/Maintenance.tml, line 133 128 129 130