Re: A little bit of Ajax in a 5.3 app?
Re: A little bit of Ajax in a 5.3 app?
- Subject: Re: A little bit of Ajax in a 5.3 app?
- From: Mike Schrag <email@hidden>
- Date: Tue, 26 Feb 2008 10:50:06 -0500
Using Ajax framework should be relatively painless ...
1) Add Ajax, ERExtensions, and ERJars framework to your app
2) make your app extend ERXAjaxApplication
3) make your session extend ERXAjaxSession
4) if you want partial form submission, in your Application
setContextClassName(ERXAjaxContext.class.getName());
5) profit
ms
On Feb 26, 2008, at 10:18 AM, Ken Anderson wrote:
Everyone,
I have a 5.3 app using stable WOLips that has hundreds of components
and does not currently use Wonder. I have a few sub-components that
have multiple dependent pop-ups, and I do a submit(); onChange on
those pop-ups to refresh the page.
Unfortunately, the pages have gotten pretty big, and the constant
refresh is getting tedious. I was wondering if anyone has a road-
map where I can use a tiny bit of Ajax in a single sub-component to
improve the user experience (it's a maintenance app...so User==Me).
I don't have a ton of time, and can't really risk moving to 5.4 or
reworking the entire app.
Any thoughts?
Thanks,
Ken
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden