Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3093713
By: nic_cipi

Hi,
   I'm trying to make a format class by extending PrintfFormat, which is now
in org.dbforms.util.external package and not in org.dbforms.util like it is
in specifications, but this is not the problem. When I try to access the jsp
wich  contains the dbforms that calls my format class I get the exception :
236422 [http8080-Processor2] ERROR org.dbforms.taglib.EmbeddedData  - cannot
create the new printfFormat [FormatUserName]

After I investigate where is loaded my format class in dbforms I see that is
made a cast on the object returned by the reflection.
This is the line where exception occurs:
printfFormat = (IFormatEmbeddedData)
ReflectionUtil.newInstance(getFormatClass());

Can you tell me what to do further to make my format class to work ? 
Should I implement the interface IFormatEmbeddedData in my format class ?

Best regards,
nic_cipi

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=55830


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to