Can I include multiple .do's using   request  dispathcer  include?
  
  or can I have 
  
  
<%request.getRequestDispatcher("/action/budgetInformationRead.do?form=ndsp:budget.Information&object.ndsp:sf.budget=811").include(request,response);%>
  
  
  multiple times.
  
  
  like 
  
       
<%request.getRequestDispatcher("/action/budgetInformationRead.do?form=ndsp:budget.Information&object.ndsp:sf.budget=811").include(request,response);%>
      
       <tr><td  colspan=12 >
        added  811
       </td></tr>  
       
      
       
<%request.getRequestDispatcher("/action/budgetInformationRead.do?form=ndsp:budget.Information&object.ndsp:sf.budget=812").include(request,response);%>
       
      <tr><td  colspan=12 >
         added  812
      </td></tr>  
  Thanks & Regards
   

                        
---------------------------------
 Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new 
and used cars.

Reply via email to