That doesn't really make a lot of sense to me.  How does this
"failure" manifest itself?

I have in fact loaded plain ol' ForwardResolution through JSP pages
into divs with the jQuery load() API, and it works just fine.


On Thu, Mar 26, 2009 at 2:28 PM, Mick <[email protected]> wrote:
> Yea I am just trying to fill the contents of a div with AJAX. I though it 
> would
> be as easy as you said. The normal forward works fine in FireFox but fails in
> IE. Can you post your freemarkerUtil.process() code?
>
> This works in both IE and FireFox:
>  Java: return new StreamingResolution("text/json", jsonStr);
>  JS:   $.get(uoutputDiv.text(eval(data)['result']);
>
> This works in FireFox but fails in IE:
>  Java: return new ForwardResolution("page_fragment.ftl");
>  JS:   $('#ajaxContentDiv').load(url1);
>
> I know that I can make it work in IE if I just return the page fragment in a
> SteamingResolution. I would prefer to access the FreeMarker configuration that
> is already configured by Stripes rather than configuring a second instance for
> streaming templates.
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Stripes-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>



-- 
Turtle, turtle, on the ground,
Pink and shiny, turn around.

------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to