What does this mean:

Unable to convert string '<%= myActivity %>' to class 
com.teamenergy.libraries.activity.WebActivity for attribute activity: 
java.lang.IllegalArgumentException: Property Editor not registered with the 
PropertyEditorManager  

myActivity is an instance of WebActivity, declared as such. The tld spec 
looks like this:

   <tag>
      <name>reportConfigSetup</name>
      <tagclass>com.teamenergy.web.tags.ReportConfigSetupTag</tagclass>

      <attribute>
         <name>activity</name>
         <required>true</required>
         <rtexprvalue>true</rtexprvalue>
      </attribute>

etc

And the class has a setActivity(WebActivity) method.

So ok, what's wrong? :)


John

-- 
John Baker, BSc CS.
Java Developer, TEAM/Slb. http://www.teamenergy.com
Views expressed in this mail are my own.

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

Reply via email to