Need help in getting the summary total without using the group, on a general view only report
I added total="true" but its not having any total Richard -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, March 13, 2006 11:04 PM To: [email protected] Subject: displaytag-user digest, Vol 1 #1041 - 6 msgs Send displaytag-user mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/displaytag-user 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-user digest..." Today's Topics: 1. Re: [displaytag - Help] RE: Multi-select + pagination (Dean Pullen) 2. Using a Map (Dean Pullen) 3. Re: Using a Map (Dean Pullen) 4. Re: [displaytag - Help] RE: Multi-select + pagination (Rick Herrick) 5. Problem when sorting double value (sapto) --__--__-- Message: 1 Date: Mon, 13 Mar 2006 09:38:33 +0000 From: "Dean Pullen" <[EMAIL PROTECTED]> To: [email protected] Subject: Re: [displaytag-user] [displaytag - Help] RE: Multi-select + pagination Reply-To: [email protected] If you hunt through the mail archive you'll see this issue has arisen more than several times. Basically most developers feel it isn't good design practice. However, someone has implemented it, his web page is here (incomplete but he has left contact details): http://www.euclidsoftware.com/displaytag/ --__--__-- Message: 2 Date: Mon, 13 Mar 2006 12:09:13 +0000 From: "Dean Pullen" <[EMAIL PROTECTED]> To: [email protected] Subject: [displaytag-user] Using a Map Reply-To: [email protected] I wish to use a Map as the table rows. This works fine (the Map values are used automatically). But how do I access the individual Map keys within the column. I wish to assign a select box name to the current row object being iterated. E.g. something like this: =09<display:table name=3D"sessionScope.beans" uid=3D"bean"> =09=09<display:column title=3D"" media=3D"html"> =09=09=09<input type=3D"checkbox" name=3D"selectedIds" value=3D"<c:out value=3D"${sessionScope.beans.key}" />"> =09=09</display:column> ... Thanks. --__--__-- Message: 3 Date: Mon, 13 Mar 2006 14:31:32 +0000 From: "Dean Pullen" <[EMAIL PROTECTED]> To: [email protected] Subject: [displaytag-user] Re: Using a Map Reply-To: [email protected] Still not made any progress with this, and having looked through the achieves a few times I still haven't made any head way :-/ I need to get hold of the current row object's key, but only the current row/bean's properties are accessbile. Surely there must be away using the EL to get the key? --__--__-- Message: 4 Date: Mon, 13 Mar 2006 09:40:37 -0800 (PST) Subject: Re: [displaytag-user] [displaytag - Help] RE: Multi-select + pagination From: "Rick Herrick" <[EMAIL PROTECTED]> To: [email protected] Reply-To: [email protected] Thanks, Dean! I'm one of those who have responded several times to this and feels it isn't good design practice :^) Further, I really think people need to understand: displaytag does not handle any kind of form submission outside of parameters that manage list attributes. As soon as you say, I want displaytag to handle params for blah-blah-blah, and "blah-blah-blah" is not one of sorting or paging, then you're out of displaytag's area of functionality and into servlet processing, Struts or Spring controllers, or whatever. Dean Pullen wrote: > If you hunt through the mail archive you'll see this issue has arisen > more than several times. > > Basically most developers feel it isn't good design practice. > However, someone has implemented it, his web page is here (incomplete > but he has left contact details): > http://www.euclidsoftware.com/displaytag/ > > > ------------------------------------------------------- > 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&kid0944&bid$1720&dat1642 > _______________________________________________ > displaytag-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/displaytag-user > -- Rick Herrick [EMAIL PROTECTED] I haven't got time for inner peace. "No reasonable definition of reality could be expected to permit this."--Albert Einstein, Boris Podolsky and Nathan Rosen in 1935 --__--__-- Message: 5 From: "sapto" <[EMAIL PROTECTED]> To: <[email protected]> Date: Tue, 14 Mar 2006 10:01:33 +0700 Subject: [displaytag-user] Problem when sorting double value Reply-To: [email protected] This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C6474E.45EF2700 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all=20 i've List with double type value (1.0 , 3.5 , 2.5 , 4.25 ,10 ,25 etc) = if i'm using sorting feature,the result will be like this 1.0 , 10 , 2.5 , 25 ,3.5 , 4.25 what should i do if i want result that order by their own value like = 1.0 , 2.5 , 3.5 ,4.25 ,10 ,25 when i use sorting ? TIA , sorry my bad English ,it's not my mother tongue ------=_NextPart_000_0005_01C6474E.45EF2700 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 6.00.2900.2180" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>Hi all </FONT></DIV> <DIV><FONT face=3DArial size=3D2>i've List with double type value (1.0 = , 3.5=20 , 2.5 , 4.25 ,10 ,25 etc) if i'm using sorting feature,the=20 result</FONT></DIV> <DIV><FONT face=3DArial size=3D2>will be like this 1.0 , 10 , 2.5 = , 25 ,3.5=20 ,</FONT> <FONT face=3DArial size=3D2>4.25</FONT></DIV> <DIV><FONT face=3DArial size=3D2>what should i do if i want result that = order=20 by their own value like 1.0 , 2.5 , 3.5 = ,4.25 ,10=20 ,25 when i use sorting ?</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>TIA , sorry my bad English ,it's not my = mother=20 tongue</FONT></DIV></BODY></HTML> ------=_NextPart_000_0005_01C6474E.45EF2700-- --__--__-- _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user End of displaytag-user Digest ------------------------------------------------------- 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&kid0944&bid$1720&dat1642 _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

