Re: javascript in returned jsp through xhr

2008-08-16 Thread Jeromy Evans
Dave Newton wrote: Somewhat on-topic: we should really figure this out, enumerate go/no-go use-cases, and write something up, since it comes up pretty frequently--I was never able to reproduce that JIRA issue around this, but I'd sure like to put this issue to rest w/ an easily-spewable wiki p

Re: javascript in returned jsp through xhr

2008-08-16 Thread Dave Newton
-- On Sat, 8/16/08, Jeromy Evans wrote: > From: Jeromy Evans <[EMAIL PROTECTED]> > Subject: Re: javascript in returned jsp through xhr > To: "Struts Users Mailing List" > Date: Saturday, August 16, 2008, 10:35 PM > Kropp, Henning wrote: > > Hi, > > > &g

Re: javascript in returned jsp through xhr

2008-08-16 Thread Jeromy Evans
Kropp, Henning wrote: Hi, I am a little stuck here. A action loads a jsp into a div. For this I use the ajax theme (dojo) and a form submit with target. Works fine. The Problem ist, that the jsp returned by the action has javascript in it. Its the jcalendar. Having this jsp load normally the

Re: javascript in returned jsp through xhr

2008-08-16 Thread Frans Thamura
talking about XHR anyone have success a JSON send and request? the idea is to make S2 as the JSON RPC implementation anyone F - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: javascript in returned jsp through xhr

2008-08-16 Thread Kropp, Henning
recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Sat, 16 Aug 2008 22:41:09 +0200 > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: javascript in returned jsp through xhr > > Hi, > > I am a little stuck here.

javascript in returned jsp through xhr

2008-08-16 Thread Kropp, Henning
Hi, I am a little stuck here. A action loads a jsp into a div. For this I use the ajax theme (dojo) and a form submit with target. Works fine. The Problem ist, that the jsp returned by the action has javascript in it. Its the jcalendar. Having this jsp load normally the calendar works fine, b