Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
repeat parameter in url when passing to rptdesig
sudesh
I 've pass the parameter through the url by get request. It's seems working fine.. but the problem is the url parameter are repeating. Firstly it's set the hidden value parameters then it'll send the all other selected values as parameters. That's the problem. Because of the issue, we have to face some sort of ger URL length exceeded. So if there is any chance to remove unnessary parameter which send by the url.
<form name="report_viewer" action="<%= request.getContextPath( ) + "/frameset" %>" method="get" target="_blank">
<table border="0" cellspacing="0" cellpadding="8">
<tr>
<td>
<input type='hidden' name='__report' value="report/High_Usage_Report_Providers.rptdesign">
</td>
<td>
<input type='hidden' name='__overwrite' value="true">
</td>
<td>
<input type='hidden' name='__locale' value="en_US">
</td>
<td>
<input type='hidden' name='__masterpage' value="true">
</td>
<td>
<input type='hidden' name='__title' value="M1SDP Reporting Module">
</td>
<td><input type='hidden' id="from_date" name='from_date' value=""></td>
<td><input type='hidden' id='to_date' name='to_date' value=""></td>
</tr>
</table>
thanks...
please someone help me out.............!
Find more posts tagged with
Comments
There are no comments yet