[displaytag-user] [displaytag - Help] RE: Dynamic links based on object type

2007-12-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4669515 By: ed_j_webb Have you tried using a ColumnDecorator? Add the decorator attribute to the : and create a class like below : public class ManufacturerName implements ColumnDecorator { public Stri

[displaytag-user] problem exporting email address correctly

2007-12-11 Thread mini jose
I am using displaytags and having a problem with export options. when I export to excel or other formats, the email address contains the wrappers like this mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED] If I take out autolink="true", then the export file loads the email address correctly but then

Re: [displaytag-user] problem exporting email address correctly

2007-12-11 Thread Ed Webb
mini jose wrote: > I am using displaytags and having a problem with export options. when > I export to excel or other formats, the email address contains the > wrappers like this > mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED] > If I take out autolink="true", then the export file loads the email >

Re: [displaytag-user] problem exporting email address correctly

2007-12-11 Thread Ed Webb
mini jose wrote: > I am using displaytags and having a problem with export options. when > I export to excel or other formats, the email address contains the > wrappers like this > mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED] > If I take out autolink="true", then the export file loads the email >

[displaytag-user] [displaytag - Help] RE: Dynamic links based on object type

2007-12-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4670360 By: whiskogs Hi Ed, Thanks for your attempt, but unfortunately, it will not do the trick (I tried, btw): a ColumnDecorator only receives the property attribute as argument, in my case, the name, which

[displaytag-user] [displaytag - Help] RE: Dynamic links based on object type

2007-12-11 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4670395 By: whiskogs Hm, seems like DisplaytagColumnDecorator might be better suited, but dunno where to start with it... __ You are receivin

Re: [displaytag-user] problem exporting email address correctly

2007-12-11 Thread mini jose
Thank you very much Ed. That fixed the problem. Mins > Date: Tue, 11 Dec 2007 17:18:49 +> From: [EMAIL PROTECTED]> To: > displaytag-user@lists.sourceforge.net> Subject: Re: [displaytag-user] problem > exporting email address correctly> > mini jose wrote:> > I am using > displaytags and havi