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.ApplicationRuntimeException 
Could not load class myws:DateTimePicker from WebappClassLoader delegate:
false repositories: /WEB-INF/classes/ ----------> Parent Classloader:
[EMAIL PROTECTED] : myws:DateTimePicker 



.application
<application name="eFileWeb">
        <library id="contrib"
specification-path="/org/apache/tapestry/contrib/Contrib.library" />    
        <library id="myws"
specification-path="/myws/tapestry/components/MyWorkspace.library"/>
</application>


.page

<property-specification name="offnHearDate" type="myws:DateTimePicker"/>
<component id="offnHearDate" type="DateTimePicker">
        <binding name="validator" expression="beans.requiredDate" />
        <binding name="value" expression="offnHearDate"></binding>
</component>


.java
        public abstract DateTimePicker getOffnHearDate();
        public abstract void setOffnHearDate(DateTimePicker offnHearDate);

Thanks

Naz

Nick Westgate wrote:
> 
> 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 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, .page and the java?
>> Thanks
>> Naz
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/T3%3A-DateTimePicker-tf4344767.html#a12648572
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to