When users request for index.jsp, I want a SetUpAction class to be called.
With a
servlet, I would edit the web.xml to get this done.
With a
struts framework, I am not sure how I should edit my struts-config.xml.
At present, I have a link on my index.jsp.
And in my struts-config.xml:
Now, I want to bypass the index.jsp and arrive at the SetupAction class directly.
How can I do this?
Thanks
-- $uDhA