I have populated my form bean with data object using DAO.

 

For this I have used <jsp:useBean> tag in my JSP say(My.jsp).

 

In struts-config.xml file simply I have mapped my action(MyAction.java) with
the related jsp (My.jsp) using :

 

      <action path="/ab" type="abc.MyAction"

                        scope="request">

                  <forward name="success" path="/jsp/ My.jsp" />

      </action>

 

In the above setting the Action is going to be called two times because of
that the performance of application is getting slow.

 

Thanks & Regards
Rambir Singh

Software Engineer


Agilis International
Plot 1, Udyog Vihar (Phase - IV)
Gurgaon, INDIA - 122016
_______________________________________________________________
* : +91-124-4300287/88/89 (Extn. 341) Cell: 91-9911676731
----------------------------------------------------------------------------
--------
Confidentiality Notice: 
The information contained in this electronic message and attachment(s), if
any, thereto are intended for the exclusive use of the addressee(s) and may
contain confidential and/or privileged information. If you are not the
intended recipient(s), please notify the sender immediately and destroy all
copies of this message and attachment(s), if any. Any use and/or
dissemination of the message in whole or part shall be construed as illegal
and is strictly prohibited. 
The governing law shall be "Indian Cyber Act 2000"
----------------------------------------------------------------------------
--------

 

Reply via email to