Re: t5.0.17 how to pass an email address from url

2008-11-28 Thread Andy Pahne
I have the same problem, except that the string I want to pass contains a space character. Andy Angelo Chen schrieb: Hi, public Object onActivate(String email); if i activate it with: http://localhost/mypage/[EMAIL PROTECTED] I got an error: Input string '[EMAIL PROTECTED]' is not va

Re: t5.0.17 how to pass an email address from url

2008-11-28 Thread Andy Pahne
Space = $0020 '@' = $0040 Tobias Wehrum schrieb: Sorry, my bad: I forgot to update with the project I tested it. Andy Pahne schrieb: Tobias Wehrum schrieb: Hi, URL encoding works fine for me: [EMAIL PROTECTED]: abc%40abc.com two words: two%20words - Tobias http://localhos

Re: t5.0.17 how to pass an email address from url

2008-11-28 Thread Tobias Wehrum
Sorry, my bad: I forgot to update with the project I tested it. Andy Pahne schrieb: Tobias Wehrum schrieb: Hi, URL encoding works fine for me: [EMAIL PROTECTED]: abc%40abc.com two words: two%20words - Tobias http://localhost:8080/oos/administration/task/list/type/two%20words Response:

Re: t5.0.17 how to pass an email address from url

2008-11-28 Thread Martijn Brinkers
The 'URL' encoder has been changed in 5.0.16. Since 5.0.16 @ is for example encoded as $0040. Seach the mail archive for the rationale for this and how to solve this. Martijn On Fri, 2008-11-28 at 05:38 -0800, Angelo Chen wrote: > kind of strange, abc%40abc.com does not work for me. > > > Tobi

Re: t5.0.17 how to pass an email address from url

2008-11-28 Thread Andy Pahne
Tobias Wehrum schrieb: Hi, URL encoding works fine for me: [EMAIL PROTECTED]: abc%40abc.com two words: two%20words - Tobias http://localhost:8080/oos/administration/task/list/type/two%20words Response: But definetly not for me. I double checked that I use 5.0.17. * java.lang.Illegal

Re: t5.0.17 how to pass an email address from url

2008-11-28 Thread Angelo Chen
t;> this used to work in 5.0.15, any idea? >>> >>> Thanks. >>> >> >> >> - >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >

Re: t5.0.17 how to pass an email address from url

2008-11-28 Thread Tobias Wehrum
Hi, URL encoding works fine for me: [EMAIL PROTECTED]: abc%40abc.com two words: two%20words - Tobias Andy Pahne schrieb: I have the same problem, except that my string contains a space character. Regular URL encoding does not seem to work. Andy Angelo Chen schrieb: Hi, public Object

Re: t5.0.17 how to pass an email address from url

2008-11-28 Thread Andy Pahne
I have the same problem, except that my string contains a space character. Regular URL encoding does not seem to work. Andy Angelo Chen schrieb: Hi, public Object onActivate(String email); if i activate it with: http://localhost/mypage/[EMAIL PROTECTED] I got an error: Input string '[E

t5.0.17 how to pass an email address from url

2008-11-28 Thread Angelo Chen
View this message in context: http://www.nabble.com/t5.0.17--how-to-pass-an-email-address-from-url-tp20732525p20732525.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTE