jollyplay
Programmer
- Dec 16, 2003
- 90
Hello,
I have to pass value to the ActionMapping(struts-config.xml) Dynamically from the ActionServlet. Is it possible.
Example How i pass value to the "querystring" in the
following line
((((<forward name="BookList" path="BookList.do?query="queryString"/> ))))
<action input="/view/AssignBook.jsp" name="AssignBookBean"
path="/view/AssignBookAtion" scope="request" type="com.ui.AssignBookAction">
<forward name="success" path="/view/BookList.jsp"/>
<forward name="BookList" path="BookList.do?query="queryString"/>
</action>
Please help me,
Thanks in advance.
With regards,
balachandar.
I have to pass value to the ActionMapping(struts-config.xml) Dynamically from the ActionServlet. Is it possible.
Example How i pass value to the "querystring" in the
following line
((((<forward name="BookList" path="BookList.do?query="queryString"/> ))))
<action input="/view/AssignBook.jsp" name="AssignBookBean"
path="/view/AssignBookAtion" scope="request" type="com.ui.AssignBookAction">
<forward name="success" path="/view/BookList.jsp"/>
<forward name="BookList" path="BookList.do?query="queryString"/>
</action>
Please help me,
Thanks in advance.
With regards,
balachandar.