Re: Trying to call an action on entry to web page

2001-09-30 Thread Jonathan M Crater
one workaround would be to create an actual JSP that just forwards to the proper action. make that jsp the target of the welcome file mapping, and in that jsp just call one of your global forwards that maps to your viewHome.do action: logic:forward name=viewHome/ Jin S. Voon wrote: Hi all,

Trying to call an action on entry to web page

2001-09-29 Thread Jin S. Voon
Hi all, I'm trying to configure my web application such that when I type the main URL such as: http://localhost/myapp it will call the action viewHome.do. In this action, I will get all the details I require to display the home page i.e after the action is finished, it redirects to a JSP