MySource Code
 
     <jsp:scriptlet>
           System.out.println(strQryStr);
            strQryStr=request.getQueryString();
            strQryStr="callGpcnFlowAction.do?method=doSearchDevice";
            System.out.println(strQryStr);
     </jsp:scriptlet>
 
 
 <display:table name="sessionScope.test" id="1234" pagesize="20" 
requestURI="callGpcnFlowAction.do?method=doSearch"   >
    <display:column property="PN_NUMBR" title="Notification#" href
="${strQryStr}"   paramId="id" paramProperty="PN_NUMBR"  sortable="true" 
/>
    <display:column property="PN_STATS_CODE" title="Status"  sortable=
"true" />
    <display:column property="PN_TITL" title="Title" maxLength="89" 
sortable="true" />
    <display:column property="EO1_DESC" title="Short Description" sortable
="true"  />
  </display:table>

---------------------------------------------------------- 
-------------------------------------------------------------------------------------

 href="${strQryStr}" =====>  how to give this value dynamically 
it want like this href="callGpcnFlowAction.do?method=doSearchDevice"

 




Thanks 
  N.Jayaram
This document is classified as :

( ) L&T Infotech Proprietary & Confidential
( ) L&T Infotech Confidential
( x) L&T Infotech Internal Use only
( ) L&T Infotech General Business Information

______________________________________________________________________
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to