Hi,
I currently have a pure struts application, to which I need to add new features/functionality,
which I believe can't be handled by struts.
The new JSP pages which I'm creating will consist of dynamic form elements (which means i
won't know their names until it's created dynamically by taglibs), which means i can't use
standard ActionForm objects to have it handled by struts.
Hence, I'm thinking of having two different controllers - One derived from ActionServlet,
and another derived from HttpServlet - for taking care of new dynamic pages. Based on the
URL thats invoked, the appropriate controllers is invoked. I'm not thinking of using the ActionServlet
controller because this brings Struts in scope, and is of no use to my new pages.
I'm not very well happy with the multiple controller idea here. Is there a way Struts can
integrate well with non-Struts pages? Has anybody worked on such cases?
Please let me know.
Thanks,
--
Anish.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=51336&messageID=103567#103567
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org
|