Re: [displaytag-user] nowrap on columns

2005-12-07 Thread Christopher Becker
That was it... guess there IS a style that handles wrapping  ;--) Many thanks for the reply   Regards,   --Chris>>> [EMAIL PROTECTED] 12/7/2005 10:51:38 AM >>> white-space: nowrap;Christopher Becker wrote: I wish to prevent column data from wrapping in a displaytag table, but the nowrap at

Re: [displaytag-user] How to pass parameter to table-decorator?

2005-12-07 Thread Jorge Barroso
Yes, in version 1.1, DisplaytagColumnDecorator also provides access to the page context.The DisplaytagColumnDecorator interface has been introduced in displaytag 1.1 and replaces the previous ColumnDecorator interface, adding the pageContext and media parameters, and changing the return type

RE: [displaytag-user] titleKey

2005-12-07 Thread fea jabi
Thanks. got it how to do. From: "fea jabi" <[EMAIL PROTECTED]> Reply-To: displaytag-user@lists.sourceforge.net To: displaytag-user@lists.sourceforge.net Subject: [displaytag-user] titleKey Date: Wed, 07 Dec 2005 11:04:57 -0500 Not getting any value for this. I do have and entry for this in

Re: [displaytag-user] resource bundle

2005-12-07 Thread fea jabi
Thank you all. got it by giving locale.provider=org.displaytag.localization.I18nStrutsAdapter Thanks. From: "fea jabi" <[EMAIL PROTECTED]> Reply-To: displaytag-user@lists.sourceforge.net To: displaytag-user@lists.sourceforge.net Subject: Re: [displaytag-user] resource bundle Date: Wed, 07 Dec

Re: [displaytag-user] resource bundle

2005-12-07 Thread fea jabi
In display.properties I gave org.displaytag.localization.I18nStrutsAdapter=Message Resources Is this what I have to give? But still the title doens't show. what else to try? Thanks. From: Frank Premereur <[EMAIL PROTECTED]> Reply-To: displaytag-user@lists.sourceforge.net To: displaytag-user@

Re: [displaytag-user] How to pass parameter to table-decorator?

2005-12-07 Thread Simon Brunning
On 12/7/05, Jorge Barroso <[EMAIL PROTECTED]> wrote: > Table decorators have access to the page context object, which you can use > to lookup parameter and attribute values. Instead of passing values to the > decorator, set them in the page and look them up via the page context > object. Is there

[displaytag-user] [displaytag - Help] sorting

2005-12-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3464503 By: mightycoder test.html hi, how can i add this up / down arrows for sorting in the table headers (see attached file) thanks Juergen _

Re: [displaytag-user] How to sort with two columns?

2005-12-07 Thread Jorge Barroso
Grouping may be what you're looking for: http://displaytag.homeip.net/example-grouping.jspZsolt <[EMAIL PROTECTED]> wrote: Hi,how can I sort a table using two columns? I mean for example to order bycolumn1,column2 etc.Zsolt---This SF.net email is

Re: [displaytag-user] resource bundle

2005-12-07 Thread Frank Premereur
You have to use the 'org.displaytag.localization.I18nStrutsAdapter' for displaytag to be able to resolve your locale. It's explained quite well on the web site: http://displaytag.sourceforge.net/i18n.html On 12/6/05, fea jabi <[EMAIL PROTECTED]> wrote: > thanks foryour response. > > yes, I am usi

Re: [displaytag-user] How to pass parameter to table-decorator?

2005-12-07 Thread Jorge Barroso
Table decorators have access to the page context object, which you can use to lookup parameter and attribute values.  Instead of passing values to the decorator, set them in the page and look them up via the page context object.http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/jsp/PageCont

[displaytag-user] How to sort with two columns?

2005-12-07 Thread Zsolt
Hi, how can I sort a table using two columns? I mean for example to order by column1,column2 etc. Zsolt --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engi

[displaytag-user] How to pass parameter to table-decorator?

2005-12-07 Thread Zsolt
Hi, how can I pass parameters to a table-decorator or how can I call some setters of it from JSP? Zsolt --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engi

[displaytag-user] titleKey

2005-12-07 Thread fea jabi
Not getting any value for this. I do have and entry for this in the Resource bundle. Using Struts, JSTL in my application. For Resourse Bundle using Struts "Message Resources" file. Thanks. _ Don’t just search. Find. Check out

Re: [displaytag-user] nowrap on columns

2005-12-07 Thread Brad Balmer
white-space: nowrap; Christopher Becker wrote: I wish to prevent column data from wrapping in a displaytag table, but the nowrap attribute is deprecated and stylesheets are suggested in the taglib configuration guide (using the class or style attributes). However, there seems to be

[displaytag-user] nowrap on columns

2005-12-07 Thread Christopher Becker
I wish to prevent column data from wrapping in a displaytag table, but the nowrap attribute is deprecated and stylesheets are suggested in the taglib configuration guide (using the class or style attributes). However, there seems to be no 'nowrap' style available. How would I keep the column data