Re: Ordered MappedConfiguration

2011-05-28 Thread Kalle Korhonen
Just to answer my own question: dug around a bit, and no, it doesn't look like that would be easily achievable. However, (the unordered) Configuration is internally implemented as a list, so surprisingly that's a better match for my use case (as long as the implementation doesn't suddenly change).

ChenilleKit Tapestry - updating a chart

2011-05-28 Thread Asdrubael
Hello, I want to add a chart on my page, with ChenilleKit. Like in this page : http://www.chenillekit.org/chenillekit-tapestry/ref/org/chenillekit/tapestry/core/components/Chart.html http://www.chenillekit.org/chenillekit-tapestry/ref/org/chenillekit/tapestry/core/components/Chart.html It works

Re: T5 Prevent user from multiple login

2011-05-28 Thread Thiago H. de Paula Figueiredo
On Sat, 28 May 2011 10:16:38 -0300, Denoite wrote: Hi! Hi! I would like to prevent users from login in multiple times at a time. Is there a simple way to do that wit T5? Nothing specific to Tapestry itself, as this is a business rule, not a web tier one. Just have a boolean loggedIn fie

Re: T5.2 Need Advice on JDBC and Transaction Mgmt

2011-05-28 Thread Thiago H. de Paula Figueiredo
On Fri, 27 May 2011 23:10:35 -0300, iberck wrote: Any plans for suppor live class reloading in spring beans? No, as they're not instantiated by Tapestry-IoC. -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, Ars

Re: File download breaks ajax zone manager

2011-05-28 Thread Joost Schouten (ml)
That sounds like a reasonable explenation. I've added https://issues.apache.org/jira/browse/TAP5-1533 as I could not find a ticket describing this issue. On 28/05/11 4:28 PM, Josh Canfield wrote: If I recall correctly this is because the browser calls the unload event so tapestry does some cl

Re: File download breaks ajax zone manager

2011-05-28 Thread Josh Canfield
If I recall correctly this is because the browser calls the unload event so tapestry does some cleanup. There may already be an issue filed,but if there isn't there should be. On May 28, 2011 6:22 AM, "Joost Schouten (ml)" wrote: > Hi, > > When downloading a file from a tapestry page that gets sa

Re: T5 Prevent user from multiple login

2011-05-28 Thread Joost Schouten (ml)
What do you mean? Multiple logins at the same time from different browsers/machines? If so, you could associate the user with the sessionId the user logged in with (in memory or persisted). If the same user now logs in with a different sessionId invalidate the first one or disalow login on the

File download breaks ajax zone manager

2011-05-28 Thread Joost Schouten (ml)
Hi, When downloading a file from a tapestry page that gets saved to disk and not opened in the window, it seems to break the zonemanagers on the page. Any Ajax request after the file download and before the next pagerefresh fails. The response is correct, it is just not handled correctly. On

T5 Prevent user from multiple login

2011-05-28 Thread Denoite
Hi! I would like to prevent users from login in multiple times at a time. Is there a simple way to do that wit T5? Thanks a lot. Jo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail