Hi all,
We have been working on adding a search feature to
displaytag. A text box will appear in the header
column and users can type a search and we search the
string in the column values and display only the rows
whose column values match the entered search
term.Something similar to Jmesa. Would anyone be
interested in the code?
-Chaitanya
--- [EMAIL PROTECTED]
wrote:

> Send displaytag-devel mailing list submissions to
>       displaytag-devel@lists.sourceforge.net
> 
> To subscribe or unsubscribe via the World Wide Web,
> visit
> 
>
https://lists.sourceforge.net/lists/listinfo/displaytag-devel
> or, via email, send a message with subject or body
> 'help' to
>       [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of displaytag-devel digest..."
> 
> 
> Today's Topics:
> 
>    1. [jira] Commented: (DISPL-381) Adding the group
> column value
>       as a header row to the group results (Nathan
> McDonald (JIRA))
>    2. [jira] Created: (DISPL-513)
> IllegalArgumentException is not
>       caught in searchGetterFor method (Thomas
> Champagne (JIRA))
>    3. [jira] Created: (DISPL-514) hasGetterFor
> method search all
>       property's tokens with searchGetterFor (Thomas
> Champagne (JIRA))
>    4. [jira] Resolved: (DISPL-513)
> IllegalArgumentException is not
>       caught in searchGetterFor method (Thomas
> Champagne (JIRA))
> 
> 
>
----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 16 Jan 2008 17:23:57 -0600 (CST)
> From: "Nathan McDonald (JIRA)" <[EMAIL PROTECTED]>
> Subject: [displaytag-devel] [jira] Commented:
> (DISPL-381) Adding the
>       group column value as a header row to the group
> results
> To: displaytag-devel@lists.sourceforge.net
> Message-ID:
> 
>
<[EMAIL PROTECTED]>
>       
> Content-Type: text/plain; charset=ISO-8859-1
> 
> 
>     [
>
http://jira.codehaus.org/browse/DISPL-381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_120268
> ] 
> 
> Nathan McDonald commented on DISPL-381:
> ---------------------------------------
> 
> I am looking for a feature similar to this.
> 
> In a previous project we were using jasper reports
> to generate PDFs, and one of the really cool things
> was using a column value to group subsets of data.
> 
> Example is provided below from one of the jasper
> samples:
>
http://www.jasperforge.org/jaspersoft/opensource/business_intelligence/jasperreports/samples/FirstJasper.html
> 
> I've had a bit of a play myself, and with a custom
> decorator I can get a header row above subgroups
> (one column marked as group, colspan the sub-header
> across all columns and place the cell value in). 
> The grouped column still appears in the the
> following rows which would be nice to hide.
> 
> This was just a quick play, and obviously not a
> great way to do it, but shows some proof of concept.
> 
> > Adding the group column value as a header row to
> the group results
> >
>
------------------------------------------------------------------
> >
> >                 Key: DISPL-381
> >                 URL:
> http://jira.codehaus.org/browse/DISPL-381
> >             Project: DisplayTag
> >          Issue Type: Improvement
> >          Components: Export, HTML Generation
> >    Affects Versions: 1.1
> >            Reporter: Suri Babu Batlanki
> >             Fix For: TBD
> >
> >         Attachments: 28Jul2006-Grouping.html
> >
> >
> > Normally we can group the results by specifying
> the group attribute of display:column tag.
> > But the group column value show as a column in the
> table.
> > It would be really helpful if we able to show the
> group column value as header row to the group
> results.
> > I have attached a html file which depicts what I
> require...
> > Thanks for providing an excellent library.
> 
> -- 
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of
> the administrators:
> http://jira.codehaus.org/secure/Administrators.jspa
> -
> For more information on JIRA, see:
> http://www.atlassian.com/software/jira
> 
>         
> 
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Thu, 17 Jan 2008 07:41:58 -0600 (CST)
> From: "Thomas Champagne (JIRA)" <[EMAIL PROTECTED]>
> Subject: [displaytag-devel] [jira] Created:
> (DISPL-513)
>       IllegalArgumentException is not caught in
> searchGetterFor method
> To: displaytag-devel@lists.sourceforge.net
> Message-ID:
> 
>
<[EMAIL PROTECTED]>
>       
> Content-Type: text/plain; charset=ISO-8859-1
> 
> IllegalArgumentException is not caught in
> searchGetterFor method
>
----------------------------------------------------------------
> 
>                  Key: DISPL-513
>                  URL:
> http://jira.codehaus.org/browse/DISPL-513
>              Project: DisplayTag
>           Issue Type: Bug
>           Components: Decorators
>     Affects Versions: 1.1.1, 1.1, 1.0
>             Reporter: Thomas Champagne
> 
> 
> In the Decorator class, the searchGetterFor method
> doesn't catch the IllegalArgumentException. 
> This exception is returned by the
> PropertyUtils.getPropertyDescriptor method (cf
> javadoc) :
>     java.lang.IllegalArgumentException - if bean or
> name is null 
>     java.lang.IllegalArgumentException - if a nested
> reference to a property returns null
> 
> You can check this with a nested property :
> person.address.street. If the address objet is null
> then IllegalArgumentException is thrown
> 
> -- 
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of
> the administrators:
> http://jira.codehaus.org/secure/Administrators.jspa
> -
> For more information on JIRA, see:
> http://www.atlassian.com/software/jira
> 
>         
> 
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Thu, 17 Jan 2008 08:54:58 -0600 (CST)
> From: "Thomas Champagne (JIRA)" <[EMAIL PROTECTED]>
> Subject: [displaytag-devel] [jira] Created:
> (DISPL-514) hasGetterFor
>       method search all property's tokens with
> searchGetterFor
> To: displaytag-devel@lists.sourceforge.net
> Message-ID:
> 
>
<[EMAIL PROTECTED]>
>       
> Content-Type: text/plain; charset=ISO-8859-1
> 
> hasGetterFor method search all property's tokens
> with 
=== message truncated ===



      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to