I've encountered similar issues in the past. The cause was incorrectly
modifying ColumnTagBeanInfo, but no exception was thrown due to the
exception handling here.

I changed the exception handling to be structured like:

        try{
                <add normal property descriptors>
                        
                try{
                        <add className descriptor which will fail in many
containers>
                }catch{
                        <ignore>
                }
        }catch{
                <log exception>
        }

My logs then showed me what I was doing wrong..

Hope this of use.

Paul

> -----Original Message-----
> From: Steinhoefer Daniel [mailto:[EMAIL PROTECTED]
> Sent: 15 March 2005 10:37
> To: displaytag-devel@lists.sourceforge.net
> Subject: [displaytag-devel] Extending the Column Tag
> 
> 
> I tried to extend the Column Tag with two more properties. 
> However when
> I use one of these properties I get a "unable to find setter 
> method for
> attribute:Overlibtext" error in eclipse. I added the properties to the
> tld, ColumnTag, ColumTagBeanInfo and to the HeaderCell class (need the
> latter for the Column class).
> Hope anyone can help me. Btw my problem is quite similar to
> http://jira.codehaus.org/browse/DISPL-187 .
> 
> Thx in advance
> Daniel
> 
> 
> -------------------------------------------------------
> 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_ide95&alloc_id396&op=click
> _______________________________________________
> displaytag-devel mailing list
> displaytag-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-devel
> 

Axios Email Confidentiality Footer
Privileged/Confidential Information may be contained in this message. If you 
are not the addressee indicated in this message (or responsible for delivery of 
the message to such person), you may not copy or deliver this message to 
anyone. In such case, you should destroy this message, and notify us 
immediately. If you or your employer does not consent to Internet email 
messages of this kind, please advise us immediately. Opinions, conclusions and 
other information expressed in this message are not given or endorsed by my 
Company or employer unless otherwise indicated by an authorised representative 
independent of this message.
 
WARNING:
While Axios Systems Ltd takes steps to prevent computer viruses from being 
transmitted via electronic mail attachments we cannot guarantee that 
attachments do not contain computer virus code.  You are therefore strongly 
advised to undertake anti virus checks prior to accessing the attachment to 
this electronic mail.  Axios Systems Ltd grants no warranties regarding 
performance use or quality of any attachment and undertakes no liability for 
loss or damage howsoever caused.



-------------------------------------------------------
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_ide95&alloc_id396&op=click
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to