RE: T3 binding issue for DatePicker

2007-06-17 Thread Bhuiyan, Nazmul
Hi Nick, I'm new in Tapestry. There is no usages doc with the component. Can you please provide me some sample code? Thanks a lot. Naz -Original Message- From: Nick Westgate [mailto:[EMAIL PROTECTED] Sent: Monday, 18 June 2007 4:34 p.m. To: Tapestry users Subject: Re: T3 binding issue

Re: T3 binding issue for DatePicker

2007-06-17 Thread Nick Westgate
Look on Tassel which has various validating components that you can use or study: http://www.tapestrycomponents.org/Tassel/app?service=direct/1/Browse/changeView&sp=SForm-element+%28validating%29 In fact one of them purports to be a ValidDatePicker. Depsite being marked as "GPL", no GPL license

RE: T3 binding issue for DatePicker

2007-06-17 Thread Bhuiyan, Nazmul
I want to use DatePicker to capture date from user. And would like to make this field mandatory. How do I do this? -Original Message- From: Nick Westgate [mailto:[EMAIL PROTECTED] Sent: Monday, 18 June 2007 4:01 p.m. To: Tapestry users Subject: Re: T3 binding issue for DatePicker Hi Naz.

Re: T3 binding issue for DatePicker

2007-06-17 Thread Nick Westgate
Hi Naz. You're getting confused between DatePicker and DateField. Cheers, Nick. Nazmul wrote: If I use the following code in my html and the page then get the following error: Html template: 82 83 Active Date 84 Active Date 85 86 Page specification: Error from Tapestry: Dis

T4 wml servlet context

2007-06-17 Thread Hyuuga Mawaddah
Dear all, my application has 2 contexts. on web.xml i have these lines MReunion org.apache.tapestry.ApplicationServlet 1 MReunion /app wap org.apache.tapestry.ApplicationServlet

Re: tapestry-1.0.0 on any mirror?

2007-06-17 Thread Jesse Kuhnert
It should be soon(whenever they rsync the mirrors, assuming 24-48hrs), when it does show up you should see it here as version 4.1.2. http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/tapestry/tapestry-test/ On 6/12/07, Peter Schröder <[EMAIL PROTECTED]> wrote: hi jesse, you wrote, tha

T3 binding issue for DatePicker

2007-06-17 Thread Nazmul
If I use the following code in my html and the page then get the following error: Html template: 82 83 Active Date 84 Active Date 85 86 Page specification: Error from Tapestry: Display name not specified and not provided by field UserMaint/inputUserActiveDate. binding: Expres

Re: [T5.0.5] Replacement for tapestry.test.pagelevel.NoOpURLEncoder ?

2007-06-17 Thread Howard Lewis Ship
Yes, a bunch of those APIs were consolidated back into Request and Response. They were broken out that way by Kent to support the PageTester, but I found a way to put humpty dumpty back together again while keeping PageTester happy. On 6/15/07, Daniel Jue <[EMAIL PROTECTED]> wrote: I see the sou

Re: T5 encoding issue

2007-06-17 Thread Martin Grotzke
I just stepped through the sources to see where the URI get's decoded to the activation context arguments, and found that the o.a.t.internal.services.PageRenderDispatcher.dispatch invokes convertActivationContext with the path info to convert it to the activation context args. convertActivationCon

Re: T5 encoding issue

2007-06-17 Thread Martin Grotzke
On Tue, 2007-06-12 at 10:38 +0200, Ulrich Stärk wrote: > In case you are using Tomcat try adding URIEncoding="UTF-8" to your > connector definition in server.xml. I just tried that, but it does not solve the problem. I have added a servlet filter that prints the requested uri to the std out, just

Re: T5 Block Rendering

2007-06-17 Thread Howard Lewis Ship
It's a little confusing and although what it does now is correct, I may fix it. Something t:id is just for components. For blocks, a simple id will sufffice, and is all that's accepted. It should be generating a parse error for your syntax. Further for what you are trying to do, I've trie

T5 Spring Integration

2007-06-17 Thread Jeremy F. Kassis
The documentation for the spring module at http://tapestry.apache.org/tapestry5/tapestry-spring/ should mention that the applications pom.xml needs this dependency declaration: org.apache.tapestry tapestry-spring

T5 Block Rendering

2007-06-17 Thread Jeremy F. Kassis
This works: Something But T5 complains that the component doesn't have a Block with id="centerBlock" in this case: Something And has the same complaint for this: Something Coming from Tap4 land, this seems a little strange. -- View this message in context: http://www.nabble.com/T5-Bl

Re: T5: page redirect

2007-06-17 Thread Sven Homburg
wow, and i think i must be crazy and nobody believes me !! Mit freundlichem Gruss homburg Softwaretechnik S.Homburg 21220 Seevetal / GERMANY Fon: +49-4105-669746 Fax: +49-4105-668947 Bill Holloway schrieb: I'm having the same trouble. My Start page inherits from ProtectedPage: public abst