T5: How to handle caching for applications in multi-user environments

2008-02-04 Thread Thomas Zenglein
Hi, we encountered the situation where users authenticate in a web application, then using a web form to send mail to certain e-mail addresses. The T5 app for that resides under the same URI (here: https://some-server/mymailer/start). Certain web form elements (e.g. 1-line input fields) are pr

Re: T5: regexp for commas

2008-01-15 Thread Thomas Zenglein
>>> Michael Courcy <[EMAIL PROTECTED]> schrieb am Mo, Jan 14, 2008 um 4:18 in Nachricht <[EMAIL PROTECTED]>: > well I wonder if the comma is not playing a role in the interpretation > of the annotation ? > > did you try to replace the comma by its unicode value : \u002

Antw: Re: T5: regexp for commas

2008-01-14 Thread Thomas Zenglein
>> Michael Courcy <[EMAIL PROTECTED]> schrieb am Mo, Jan 14, 2008 um 1:33 in Nachricht <[EMAIL PROTECTED]>: > Did you try this regexp with in a regular java program ? > > Thomas Zenglein a écrit : >> Hello everybody, >> >> I want my textfie

T5: regexp for commas

2008-01-14 Thread Thomas Zenglein
Hello everybody, I want my textfield to allow a couple of signs. For that I have the following code. @Validate("required,regexp=[<>a-zA-ZöäüÖÄÜß0-9\\.\"\'?!§$%&\\-+*:/ ]+") public void setName(String name) { this.name = name; } Comma signs should also be allowed here. So I want to extend

Help wanted. Running T5 on Tomcat

2007-12-03 Thread Thomas Zenglein
Hi, I m currently evaluating T5 as a framework. I am new in tapestry. Fot that purpose I wrote a small test application that runs fine in jetty application server. Wedo however use tomcat 5.5 as the standard application server in our project and we must stick to this decision due to external de