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

Reply via email to