> Query string appending Included in display09
> and a simple patch to BeanSorter so it supports null values. Included in display09
> Of particular note, I did add JSTL support (see...
Display09 does not use JSTL to keep compatibility with the previous version but you can use nested jstl tag or attribute with the beanutil sintax (plus the scope lile in JSTL). Most important for next releases, all the expression evaluations have been centralized to easily plug-in a different sintaxes. I think we can create a jstl version in the future using the new el library from jakarta (easier the subclassing ELTableTag and - I think - working also with j2ee 1.2)
> As a side note I do have the sorting working now as well working in display09
> including another patch the will add asc/desc icons the column header already included in display09
fabrizio
-----Original Message----- From: Robert McIntosh [mailto:[EMAIL PROTECTED] Sent: Sat 8/9/2003 12:58 AM To: DDevel Cc: Subject: [displaytag-devel] moving forward with 09
I have been doing some of my own patches/refactorings with vs.8.5, some
of which I have submited, and I have now gotten the 09 source and was
wondering if/when it would be prudent to submit these same patches for 09.
patches include:
Query string appending:
<http://www.mail-archive.com/[EMAIL PROTECTED]/msg00212.html>http://www.mail-archive.com/[EMAIL PROTECTED]/msg00212.html
and a simple patch to BeanSorter so it supports null values.
Of particular note, I did add JSTL support (see
<http://www.mail-archive.com/[EMAIL PROTECTED]/msg00189.html>http://www.mail-archive.com/[EMAIL PROTECTED]/msg00189.html
) for .8.5, but it isn't pretty due to the way .8.5 is structured and I
didn't want to overwrite the TableTag (I subclassed and made an
ELTableTag much like the Struts tags did). Because of this I have not
submitted it yet since it would require almost rewriting the whole
TableTag just to add a few different lines of code where the expression
is evaluated instead of getting the property via the PropertyUtils.
see:
<http://www.mail-archive.com/[EMAIL PROTECTED]/msg00189.html>http://www.mail-archive.com/[EMAIL PROTECTED]/msg00189.html
As a side note I do have the sorting working now as well, including another patch the will add asc/desc icons the column header, much like Matt did via Javascript/CSS in one reply to someone else's question about it.
Anyway, any thoughts? Robert McIntosh
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
<http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01>http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
<https://lists.sourceforge.net/lists/listinfo/displaytag-devel>https://lists.sourceforge.net/lists/listinfo/displaytag-devel
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel
