Thanks for bugging you. But let me know when you have time. Now I have to debug my code including display tag also.
mraible wrote: > > Sorry, I'm stumped. > > On 8/6/07, SJ <[EMAIL PROTECTED]> wrote: >> >> Here is my JSP code. I have added that already. Still I face this >> problem: >> >> <%@ include file="/common/taglibs.jsp"%> >> <head> >> <title><fmt:message key="formQueryResult.title"/></title> >> <content tag="heading"><fmt:message >> key="formQueryResult.heading"/></content> >> <meta name="menu" content="MainMenu"/> >> </head> >> >> <body id="formQueryResult"/> >> <p><fmt:message key="formQueryResult.message"/></p> >> <div class="separator"></div> >> <display:table name="results.formQueryResults" id="sec" cellspacing="0" >> cellpadding="0" >> defaultsort="0" class="table" pagesize="50" requestURI="" >> excludedParams="*" defaultorder="ascending" export="true"> >> >> <display:setProperty name="export.excel.filename" value="FormQuery >> Result.xls"/> >> <display:setProperty name="export.csv.filename" value="FormQuery >> Result.csv"/> >> <display:setProperty name="export.pdf.filename" value="FormQuery >> Result.pdf"/> >> </display:table> >> >> Thanks >> >> mraible wrote: >> > >> > You might try adding requestURI="path to your controller" or >> > requestURI="" to read from the address bar. >> > >> > Matt >> > >> > On 8/6/07, SJ <[EMAIL PROTECTED]> wrote: >> >> >> >> Wow! That was a quick reply. >> >> >> >> After the adding that excludedParams="*", not it shows a unique id for >> >> each >> >> export option link. >> >> >> >> <div class="exportlinks">Export options: >> >> ?d-16503-e=1&6578706f7274=1 CSV | >> >> ?d-16503-e=2&6578706f7274=1 Excel | >> >> ?d-16503-e=3&6578706f7274=1 XML | >> >> ?d-16503-e=5&6578706f7274=1 PDF </div> >> >> </div> >> >> >> >> But when click any one the links, my original form is displayed back. >> Is >> >> there any additional configuration change required? >> >> >> >> Thanks >> >> Shyam >> >> -- >> >> View this message in context: >> >> >> http://www.nabble.com/Display-Tag-PDF-export-is-not-working-tf4226839s2369.html#a12025040 >> >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> >> > >> > >> > -- >> > http://raibledesigns.com >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/Display-Tag-PDF-export-is-not-working-tf4226839s2369.html#a12025228 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Display-Tag-PDF-export-is-not-working-tf4226839s2369.html#a12025412 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
