Re: Calling Action on page load

2009-04-20 Thread Denis Fefermann
Thank you all for the hints. I will try again as soon as I'll get fit. Denis Fefermann wrote: > I am using Struts 1 and no JavaScript Frameworks. I do not need data from > calling the action. > The point is, everytime I refresh my JSP Page , I need to increment a > sor

Re: Calling Action on page load

2009-04-17 Thread Denis Fefermann
I am using Struts 1 and no JavaScript Frameworks. I do not need data from calling the action. The point is, everytime I refresh my JSP Page , I need to increment a sort of a counter in my Action Class. On Friday 17 April 2009 13:35:33 Denis Fefermann wrote: > Hi all, > > I

Calling Action on page load

2009-04-17 Thread Denis Fefermann
Hi all, I am new to STRUTS and to this mailinglist, so please be patient with me. What I am trying, is to call an action on jsp load. I guess I need a javasript function which calls an action and 'onload' in my body. function callAction{ ... calling myAction.do } Can somebody he