nal Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, April 07, 2006 7:10 AM
To: 'Tapestry users'
Subject: RE: Outputting XML from Tapestry 4 w/ access to ASOs
b) is cleaner imo. Accessing the ASO is actually simple:
- let hivemind inject the ASO-Manager
- cal
llow's AJAX XML responses are rendered.
jeff
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, April 07, 2006 7:10 AM
To: 'Tapestry users'
Subject: RE: Outputting XML from Tapestry 4 w/ access to ASOs
b) is cleaner imo. Accessing the ASO is actua
asoMgr = asoMgr;
}
> -Original Message-
> From: Michael Lake [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 07, 2006 5:40 AM
> To: Tapestry users
> Subject: Outputting XML from Tapestry 4 w/ access to ASOs
>
>
>
> Hi
>
> I'm simply trying to use AJAX to import
Hi
I'm simply trying to use AJAX to import data into a highly customized
JavaScript.
My requirement is to access an ASO defined in hivemodule.xml
I could go about this two ways:
a) Create a page class and a related .html file which will actually
output XML.
My question here is: