Re: Outputting XML from Tapestry 4 w/ access to ASOs

2006-04-07 Thread Michael Lake
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

RE: Outputting XML from Tapestry 4 w/ access to ASOs

2006-04-07 Thread Jeff Lubetkin
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

RE: Outputting XML from Tapestry 4 w/ access to ASOs

2006-04-07 Thread Schulte Marcus
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

Outputting XML from Tapestry 4 w/ access to ASOs

2006-04-06 Thread Michael Lake
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: