Re: AJAX div loads local URL but not remote one

2007-04-09 Thread Eduardo Kortright
Barroso <[EMAIL PROTECTED]> wrote: Dojo supports crossdomain XHR using IFrames, but the ajax tags do not support it, yet. musachy On 4/7/07, Eduardo Kortright <[EMAIL PROTECTED]> wrote: > > Sorry about that... cut and paste went crazy on me; let me try > again. He

Re: Setting isDebug="true" for AJAX theme

2007-04-07 Thread Eduardo Kortright
t;simply do the following in your HTML:" Thanks for your prompt responses in any case. -- Eduardo On 4/7/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Eduardo Kortright <[EMAIL PROTECTED]> wrote: > The page > http://struts.apache.org/2.0.6/docs/ajax-head-template.

Re: Setting isDebug="true" for AJAX theme

2007-04-07 Thread Eduardo Kortright
Thanks. Now I only have to figure out why gives a dojo.widget.parse error when the URL is a remote website, but not when it is a page on a local web server. -- Eduardo On 4/7/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Eduardo Kortright <[EMAIL PROTECTED]> wrote: > Can

Setting isDebug="true" for AJAX theme

2007-04-07 Thread Eduardo Kortright
Hi again, Can anyone tell me how to turn on debugging (DOJO config var "isDebug")? The page http://struts.apache.org/2.0.6/docs/ajax-head-template.html seems to have some errors in it and I can't tell what the procedure is for setting isDebug to true. Thanks -- Eduardo Kortright

Re: AJAX div loads local URL but not remote one

2007-04-07 Thread Eduardo Kortright
x="s" uri="/struts-tags" %> Welcome http://localhost:8080/Struts2-tutorial1/";> Local page goes here. http://www.google.com"; loadingText="Please wait . . ." errorText="Sorry, can't load remote page"> Remote page goes here.

AJAX div loads local URL but not remote one

2007-04-07 Thread Eduardo Kortright
Hi all, I'm trying to learn how to use AJAX, but I'm having some trouble. In the JSP below, the first loads the URL just fine, but the second simply displays "Loading..." and stays that way forever. IE displays "Error on page" in the status bar when it is (apparently) trying to contact the se

Re: Struts 2 and JSTL (XML)

2007-04-07 Thread Eduardo Kortright
tl/fmt"; prefix="fmt" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/sql"; prefix="sql" %> <%@ taglib uri="/struts-tags" prefix="s" %> -Brian On 4/4/07, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- Eduardo Kortrig

Struts 2 and JSTL (XML)

2007-04-04 Thread Eduardo Kortright
hat I can display or pass to a bean for further processing. Thanks. -- Eduardo Kortright