Swapnil Patil asked:
> But after using Struts, by rigth clicking i know only the 
> action name like DisplayStep2.do .Then using this action name 
> i need to find its mapping in xml file and then need to find 
> jsp page for forward "success". This is very lengthy method 
> to know the jsp source page for any UI page . and it results 
> in delay while bug fixing. (Tipically its very frustating for 
> small-simple bug like javascript errors)
> 
> Is there any other way to know the JSP source page from UI page ?

I suggest using a naming convention that relates your actions and JSPs.

 - George
   http://www.idiacomputing.com

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

Reply via email to