|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
checkbox export problemHi, I am using displaytag 1.2 version. I am trying to use its checkbox functionality in table. It is working fine. Only problem is while exporting it to excel, checkbox field is coming as <input type=""checkbox"" name=""_chk"" value=""1""/> due to which, when user tries to open it in excel sheet viewer he doesn't see anything. Is there a way that this behavior could be fixed or i can skip this column from being exported. Thanks, Prateek Jain -------------------------------------------------------------- EXPECTATION : Causes all troubles...... -------------------------------------------------------------- ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user |
|||||||||||
|
|
Re: checkbox export problemprateekjainaa@... schrieb:
> Hi, > > I am using displaytag 1.2 version. I am trying to use its checkbox > functionality in table. It is working fine. Only problem is while exporting > it to excel, checkbox field is coming as > > <input type=""checkbox"" name=""_chk"" value=""1""/> > due to which, when user tries to open it in excel sheet viewer he doesn't > see anything. Is there a way that this behavior could be fixed or i can skip > this column from being exported. <display:column media="html" /> ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user |
|||||||||||
|
|
Re: checkbox export problemThanks schrieb. Will definately give give this a try and let you know. Prateek Jain Cell : +91-9958646136 -------------------------------------------------------------- EXPECTATION : Causes all troubles...... -------------------------------------------------------------- On Wed, Sep 30, 2009 at 11:54 PM, Michael <sgfan@...> wrote: prateekjainaa@... schrieb: ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user |
|||||||||||
|
|
Re: checkbox export problemThis worked for me. Thanks a lot :) Prateek Jain -------------------------------------------------------------- EXPECTATION : Causes all troubles...... -------------------------------------------------------------- On Wed, Sep 30, 2009 at 11:54 PM, Michael <sgfan@...> wrote: prateekjainaa@... schrieb: ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user |
|||||||||||
|
|
Customizing the Message on top of item list table.HI. I am using display tag version 1.1, wanted to know if there is any way that i can customize the message we get on the top of item list ..? example: Default behavior: "42 items found, displaying 1 to 15.[First/Prev] 1, 2, 3 [Next/Last] " I Want to Customize it to: "42 Orange found, displaying 1 to 15.[First/Prev] 1, 2, 3 [Next/Last] " Regards, Hussain. This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only. If by an addressing or transmission error this mail has been misdirected to you, you are requested to delete this mail immediately. You are also hereby notified that any use, any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this e-mail message, contents or its attachment other than by its intended recipient/s is strictly prohibited. Visit us at http://www.polaris.co.in ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user |
|||||||||||
|
|
Re: Customizing the Message on top of item list table.Hi Hussain,
You have 3 options. 1. Create a displaytag.properties in your classpath (Wihin your classes folder) and add this entry paging.banner.some_items_found=<span class="pagebanner">{0} Oanges found, displaying {2} to {3}.</span> 2. Open the exisiting displaytag.library. Go to the path org.displaytag.properties. There you find displaytag.properties. Add the above entry there. 3. Set it at a page level. Within your <display:column> <display:setProperty ....> I am not sure about the third one. You can give a try There might be a better solution . but i am aware of these two and it works for me. 2009/11/3 <mohd.hussain@...>
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user |
|||||||||||
|
|
Re: Customizing the Message on top of item list table.Go to http://displaytag.sourceforge.net/1.2/configuration.html to view the possibilities.
Cheers, Narcis 2009/11/3 <mohd.hussain@...>
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user |
|||||||||||
|
|
Re: Customizing the Message on top of item list table.Thanks for the reference and code snippets it worked fine. Regards, Mohammed Imran Hussain
Go to http://displaytag.sourceforge.net/1.2/configuration.html to view the possibilities. Cheers, Narcis 2009/11/3 <mohd.hussain@...> HI. I am using display tag version 1.1, wanted to know if there is any way that i can customize the message we get on the top of item list ..? example: Default behavior: "42 items found, displaying 1 to 15.[First/Prev] 1, 2, 3 [Next/Last] " I Want to Customize it to: "42 Orange found, displaying 1 to 15.[First/Prev] 1, 2, 3 [Next/Last] " Regards, Hussain. This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only. If by an addressing or transmission error this mail has been misdirected to you, you are requested to delete this mail immediately. You are also hereby notified that any use, any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this e-mail message, contents or its attachment other than by its intended recipient/s is strictly prohibited. Visit us at http://www.polaris.co.in ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference_______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user This e-Mail may contain proprietary and confidential information and is sent for the intended recipient(s) only. If by an addressing or transmission error this mail has been misdirected to you, you are requested to delete this mail immediately. You are also hereby notified that any use, any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this e-mail message, contents or its attachment other than by its intended recipient/s is strictly prohibited. Visit us at http://www.polaris.co.in ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user |
| Free embeddable forum powered by Nabble | Forum Help |