Re: T3: DateTimePicker

2007-09-13 Thread Nick Westgate
Well displayName must be a string, right? If you copy the code I gave (note the ' ' inside the " ") binding uses ognl notation for a string, or you can use static-binding like you did. or Cheers, Nick. Nazmul Bhuiyan wrote: I couldn't manage to use the "displayName" for DateTime

Re: T3: DateTimePicker

2007-09-13 Thread Nazmul Bhuiyan
I couldn't manage to use the "displayName" for DateTimePicker. I don't know how to define it. I had similar problem with DatePicker and handle it as below: Active Date: -span jwcid="activeDate" /> -span style="color : #f00;"> * And then I've done a

Re: T3: DateTimePicker

2007-09-12 Thread Nick Westgate
Hmm, looks like you are trying to edit a value of type DateTimePicker! is used to define properties of your Java class. You are presumably trying to edit a date, so something like: .page All bindings given above are marked as required in DateTimePicker.jwc. .java public

Re: T3: DateTimePicker

2007-09-12 Thread Nazmul Bhuiyan
Please help me finding what I'm missing here? I'm getting the following error: org.apache.tapestry.ApplicationRuntimeException Unable to convert 'myws:DateTimePicker' to a property type. location: context:/InfringementEdit.page, line 39, column 74 org.apache.tapestry.ApplicationRuntimeExc

Re: T3: DateTimePicker

2007-08-28 Thread Nick Westgate
Most readers here won't have a T3 project handy, and even fewer will have used this component (I haven't). Please define "didn't work". Cheers, Nick. Nazmul Bhuiyan wrote: I've downloaded the myworkspace-0.2.jar from http://myworkspace.sourceforge.net/component-library.html. I've tried to use

T3: DateTimePicker

2007-08-28 Thread Nazmul Bhuiyan
I've downloaded the myworkspace-0.2.jar from http://myworkspace.sourceforge.net/component-library.html. I've tried to use this component as DatePicker but didn't work. I must have missed something basic. Can some one please some example how to use this component? For example: in the html templet,