Re: question-answer flow

2015-04-24 Thread Cheng Zhang
I talked with my boss again, our requirement is too simple to use these component. Thank you Thiago. On Thu, Apr 23, 2015 at 12:23 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Thu, 23 Apr 2015 14:53:27 -0300, Cheng Zhang < > charlesdenverj...@gmail.com> wrote: > > Hi, >> >

File upload with Tapestry-Stitch ProgressTask

2015-04-24 Thread Charles Karow
Hi All, I wold like to use a Tapestry-Stitch ProgressTask to process a file uploaded with Tapestry-Upload, with progress reported by a corresponding ProgressLink component. Has anyone done this or similar? Any suggestions on how to connect the form containing the file upload to the ProgressLin

Re: ArrayIndexOutOfBoundsException after random time

2015-04-24 Thread Cezary Biernacki
Random guess: Tomcat unpacks your application to a temporary directory monitored by tmpwatch service or something similar, and after some time less used files are removed by that service causing problems to Tapestry. For example /tmp directory is by default monitored on many Linux distributions, an

Re: ArrayIndexOutOfBoundsException after random time

2015-04-24 Thread Thiago H de Paula Figueiredo
On Fri, 24 Apr 2015 10:47:04 -0300, Nathan Quirynen wrote: Hi all, Hi! After rebooting Tomcat it all worked again so I'm not even sure if this is a Tapestry problem? Do you have the full stack trace? -- Thiago H. de Paula Figueiredo Tapestry, Java and Hibernate consultant and develope

ArrayIndexOutOfBoundsException after random time

2015-04-24 Thread Nathan Quirynen
Hi all, I have a webapp deployed on a tomcat server. It was running just fine, but after some time I keep getting following exception if I go to any page in the webapp: ... Caused by: java.lang.ArrayIndexOutOfBoundsException: -1 at java.util.ArrayList.elementData(ArrayList.java:400)

Re: Tapestry Export functionality Problem

2015-04-24 Thread Thiago H de Paula Figueiredo
On Fri, 24 Apr 2015 05:48:04 -0300, Siddharth Tyagi wrote: Hi Team, Hi! I need to develop a export functionality so that i can export the viewed HTML page into word document. I have achieved the same functionality in JSP (below is the code), but unable to develop the same in Tapestry. R

Tapestry Export functionality Problem

2015-04-24 Thread Siddharth Tyagi
Hi Team, I need to develop a export functionality so that i can export the viewed HTML page into word document. I have achieved the same functionality in JSP (below is the code), but unable to develop the same in Tapestry. Can you please help me so that i can develop the same functionality in T