Using excludedParams should help: excludedParams Whitespace separated list containg the name of parameters which should NOT be forwarded during paging or sorting. You can use excludedParams="*" to match (exclude) any parameter.
>From http://displaytag.sourceforge.net/11/displaytag/tagreference.html##table Matt On 8/6/07, SJ <[EMAIL PROTECTED]> wrote: > > I am using display tag to display my results in HTML format with export > option. Then when I click on any of the export options, i.e., PDF, XML, XLS, > the form submitted back to the controller object. I am using a > SimpleFormController to display and process the form. > > In HTML code, I found that export tag is displayed like this: > > <div class="exportlinks">Export options: > ?jointlyHeld=&form=307&jointlyHeldLabel=Jointly+Held& CSV | > ?jointlyHeld=&form=307&jointlyHeldLabel=Jointly+Held& Excel | > ?jointlyHeld=&form=307&jointlyHeldLabel=Jointly+Held& XML | > ?jointlyHeld=&form=307&jointlyHeldLabel=Jointly+Held& PDF > </div> > </div> > > But I found that display tag adds a unique number to each of the export > option links. But in my case it adds the form parameters. > > How to get rid of this problem. I have compared my form controller, JSP and > other config settings with users.html page in appfuse. > > Please help. > > Thanks > ~Shyam > -- > View this message in context: > http://www.nabble.com/Display-Tag-PDF-export-is-not-working-tf4226839s2369.html#a12024827 > 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]
