T5: outputRaw

2007-09-15 Thread Angelo Chen
Hi, I use following code to output a html text, but it works first time, when I switch to other users, the page will never be updated, remain the contents from the first user, any hint? thanks. A.c. -- View this message in context: http://www.nabble.com/T5%3A-outputRaw-tf44499

Re: How to init T5 pages on deployment? - 1st few hits would be faster

2007-09-15 Thread Martin_S
It does take longer if an HttpSession has to be created. But the second time is much faster. I found that accessing even just one page on deployment does make consecutive access faster. Accessing just one page that needs to create an HttpSession kills two birds with one stone. "1st" response time

T5 null to Integer Exception

2007-09-15 Thread matt22
I have easy form with Integer input value, but i cannot parse null value=blank field into Integer, i always get exception. So is this a bug in 5.0.5 or i do a mistake, somewhere? Similar problem with bigdecimal was here: http://thread.gmane.org/gmane.comp.java.tapestry.user/52351/focus=52367 Exc

Re: Tapestry 5 and images

2007-09-15 Thread Howard Lewis Ship
I suspect what's happening is that 2031.gif does not exist. If a resource exists, Tapestry lets the servlet container handle it normally, but if it doesn't exist, and it looks like a Tapestry URL (page = "images/icons/2031" component="gif" event="action") it tries to handle it. Please all further

T5: Problem with Decoding of Activation Parameters

2007-09-15 Thread Michael Gottschalk
Hi, we have the following problem with Tapestry 5: In onActivate methods, the parameter array always seems to be decoded once too often. That means that correctly encoded parameters in URLs will result in broken parameters in the onActivate method. Only double-encoded URLs result in correct pa