So you'll then have a struts config file with
<action path="/myaction" type="org.apache.struts.ActionForward" forward="/jsp/mypage.jsp />
Change the links directly to the jsp's for:
<html:link page="/myaction.do"> or <c:url url="/myaction.do"> ( I think )
This will help to start thinking in a event based way (eg. Login.do, Save.do). I think by this time things will become less foggy and you'll start having ideas about where you want to go.
Hope this helps
Mark
On Tuesday, September 2, 2003, at 02:25 PM, Prashanth.S wrote:
Hi all,
i asked this question previously and i havent got reply...I need to know how best can we migrate from present running application which uses jsp[and lot of custom taglibs] to struts...
Any url reference would also be usefull
Thanks in advance
Prashanth
--------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]