Man, I'd just start again from scratch if I could. Migrating a taglibs-based app across to a struts-framework could unleash all sorts of difficult problems.

Adam

On 09/02/2003 06:10 PM Mark Lowe wrote:
I don't know of a url. but I'd start with just using you jsp's as they are, and then map all them all to forwards in struts-config. Struts console is useful and it validates config files also.

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]



-- struts 1.1 + tomcat 4.1.27 + java 1.4.2 Linux 2.4.20 RH9


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to