RE: BODY onLoad Workaround

2004-03-02 Thread Alan Weissman
cause with you :) Thanks again, Alan -Original Message- From: Alan Weissman [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 6:19 PM To: 'Struts Users Mailing List' Subject: RE: BODY onLoad Workaround Unfortunately, this does not change the behavior. Would it be

RE: BODY onLoad Workaround

2004-03-02 Thread Alan Weissman
might not be a Struts/Tiles thing. > > Any thoughts? > > Thanks so much, > Alan > > -Original Message- > From: Alan Weissman > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 02, 2004 6:03 PM > To: 'Struts Users Mailing List' > Subject: R

RE: BODY onLoad Workaround

2004-03-02 Thread Alan Weissman
This does not appear to be the problem. I have tried alerts with and without values, calling other function which display alerts, etc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 6:15 PM To: Alan Weissman Cc: 'Struts Users Ma

RE: BODY onLoad Workaround

2004-03-02 Thread Alan Weissman
tag, it is not called. I have never run into anything like this before. Though I'm starting to think this might not be a Struts/Tiles thing. Any thoughts? Thanks so much, Alan -Original Message- From: Alan Weissman [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 6:03

RE: BODY onLoad Workaround

2004-03-02 Thread Alan Weissman
lto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 6:00 PM To: Struts Users Mailing List Subject: Re: BODY onLoad Workaround I guess its possible that the layout isn't getting reloaded with the tiles request. an iframe or an image will do as a quick hack. On 2 Mar 2004, at 23:51, Alan

RE: BODY onLoad Workaround

2004-03-02 Thread Alan Weissman
problem with using the BODY onLoad > event handler. I also searched on Google and found > several instances where others are using it without > any problems. What does your code look like? What > happens when you do a view/source in the browser? Have > you tried using Netscape and

RE: BODY onLoad Workaround

2004-03-02 Thread Alan Weissman
in the browser? Have you tried using Netscape and looking at the JavaScript console? -Richard --- Alan Weissman <[EMAIL PROTECTED]> wrote: > Hey everyone - > > > > So I have a Struts/Tiles page that I > need to have a > Javascript function called on

RE: BODY onLoad Workaround

2004-03-02 Thread Alan Weissman
<!-- function myfuction() { <c:out value="${javascriptHack}" />; } //--> Stick your method as a put in that tile and have it empty for those page where not required. the rest of the time So the function always runs just usually contains nothing. On 2 Mar 2004, a

BODY onLoad Workaround

2004-03-02 Thread Alan Weissman
Hey everyone - So I have a Struts/Tiles page that I need to have a Javascript function called on when the page loads. Normally this is of course accomplished with the BODY onLoad event however this event isn't fired when my page loads and from doing extensive Googling I've found th