[displaytag-devel] cool table sort effect

2005-10-14 Thread Jorge Barroso
Now this is a cool sorting effect.  It'd be awesome if displaytag did something like it.   The slider and other filters are very nice too.   http://www.backbase.com/demos/travel/   -Jorge Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

Re: [displaytag-devel] Ajax

2005-12-02 Thread Jorge Barroso
Here's an example of AJAX applied to displaytag out of the box, providing better user experience, but no perforamance improvement.http://66.93.98.248:8080/ajaxtags/displaytag.jsp-JorgeBruno Barim <[EMAIL PROTECTED]> wrote: Hi all, Are you thinking use

Re: [displaytag-devel] Problems building DisplayTag 1.0 out of the box

2005-12-02 Thread Jorge Barroso
See if running maven -X gives you a better idea as to why it's not downloading.  I don't see a clover license file in my maven 1.0 local repository, yet the build works fine.-JorgeDavid Kennedy <[EMAIL PROTECTED]> wrote: [Apologies if this dupes, issues with list membership email address]Hi

Re: [displaytag-devel] Problems building DisplayTag 1.0 out of the box

2005-12-02 Thread Jorge Barroso
The license isn't in the local repo, but it is in the cache, at ~\.maven\cache\maven-clover-plugin-1.8\plugin-resources Try copying it there. Also try maven -o, running it offline.-Jorge David Kennedy <[EMAIL PROTECTED]> wrote: Thanks Jorge. Using -X gives me a lot more output, but not a l

Re: [displaytag-devel] RTF export & RTFTemplate project

2006-01-06 Thread Jorge Barroso
In version 1.1, there will be RTF export functionality, implemented usint iText.  See http://jira.codehaus.org/browse/DISPL-245 for details.-JorgeAngelo zerr <[EMAIL PROTECTED]> wrote: Hello,Is there someone who is interest by RTF export with displaytag?So if you are interest, you could integrate R

Re: [displaytag-devel] [jira] Commented: (DISPL-292) Export to Excel, PDf y RTF doesn't export all the LIST

2006-03-09 Thread Jorge Barroso
You can configure a different exporter for a media type by specifying the following in your properties file or with the setProperty tag.export.[mediaType].class=some.export.viewTo use the original excel and pdf export views, do:# text-based excel exporterexport.excel.class=org.displaytag.export.Exc

Re: [displaytag-devel] Unit Test Failures in the v1.1 Source Download

2006-03-27 Thread Jorge Barroso
I got the same 12 failures when building right after checking out from svn.-JPeter Luttrell <[EMAIL PROTECTED]> wrote: I just downloaded the v1.1 source zip from sourceforge and run the mavenbuild.There are a couple weird messages and then 12 unit test failures. See theoutput below.Are these 'norma

Re: [displaytag-devel] problem with export -- pls help

2006-05-16 Thread Jorge Barroso
Those exports don't handle html links.The href attribute is meant only for html media.The solution is to duplicate your display:column tag, withone having a media="html" attribute and the other a media="excel pdf rtf"attribute, leaving out the href attribute in the latter.For html:For exports:lalit

Re: [displaytag-devel] Problem with exporting full list

2006-05-24 Thread Jorge Barroso
Yes, here's the patch. http://jira.codehaus.org/browse/DISPL-292 It depends on http://jira.codehaus.org/browse/DISPL-298 I functionally tested the 292 patch. 298 includes unit tests. -Jorge lalita Chintalpudi <[EMAIL PROTECTED]> wrote: hi guys, I have a requirement of exporting full lists in m

Re: [displaytag-devel] Problem with exporting full list

2006-05-24 Thread Jorge Barroso
i sound silly.. i tried adding the property settings to my displayTag but it is behaving wierd. waiting for your reply On 5/24/06, Jorge Barroso wrote: > > Yes, here's the patch. > http://jira.codehaus.org/browse/DISPL-292 > It depends on > http://jira.codehaus.org/browse

Re: [displaytag-devel] Problem with exporting full list

2006-05-24 Thread Jorge Barroso
a "network error - Server may be too busy ". If you have the patch downloaded could you pls send it to me. As i have to apply it asap. Thanks a million On 5/24/06, Jorge Barroso wrote: > > If you're using Eclipse, look into its "Apply Patch" feature. For > inst

Re: [displaytag-devel] Export to Excel using a template (+ startRow / startColumn)

2006-06-01 Thread Jorge Barroso
Template-based exports could be useful for boilerplate content, like a company letterhead, etc... Since these are Excel-specific config values, perhaps table tag attributes is not where they belong, but in excel-export-config properties, say export.excel.template="path/to/template.xls" export.ex

Re: [displaytag-devel] Export to Excel using a template (+ startRow / startColumn)

2006-06-01 Thread Jorge Barroso
x. Extend HtmlTableWriter, override the appropriate method to write the elements you need, and configure displaytag to use your new HtmlTableWriter to render html. -Jorge --- Jorge Barroso <[EMAIL PROTECTED]> wrote: > Template-based exports could be useful for > boilerplate > content,