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

}

<body onload="callAction();" ... >

Can somebody help me with this issue?

thank you

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to