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:
>>
>> <%@
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"%>
>
>
> key="formQueryResult.heading"/>
>
>
>
>
>
>
> cellpadding="0"
> defaultsort="0" cl
Here is my JSP code. I have added that already. Still I face this problem:
<%@ include file="/common/taglibs.jsp"%>
Thanks
mraible wrote:
>
> You might try adding requestURI="path to your controller" or
> requestURI="" to read from the address bar.
>
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.
>
> Export
Wow! That was a quick reply.
After the adding that excludedParams="*", not it shows a unique id for each
export option link.
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
But wh
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.
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 expo