> -----Original Message----- > From: Pedro Costa > Sent: Monday, April 17, 2006 4:02 AM > To: [email protected] > Subject: [displaytag-user] filter values > > I have a list of values, and i want show it in jsp, insinde a table. But > the > list has some values that I don't want to show. How I filter this values > using this displaytag.tld? Is it possible?
Not really. Filter the list before passing it to the <display:table> tag. You can create another list with only the values you want to display if you need to preserve the original list. Rick Herrick [EMAIL PROTECTED] ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

