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
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
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
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
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