Re: Binding in WObrowser
Re: Binding in WObrowser
- Subject: Re: Binding in WObrowser
- From: Sam Barnum <email@hidden>
- Date: Fri, 11 Jun 2004 12:29:05 -0700
I'd recommend biting the bullet and doing a server hit. WebObjects
makes this really easy, since the form elements should all have the
same values after the page refresh. The complexity of handling this
server-side is much much less than doing it client-side.
Even if you do some 'remote scripting' that doesn't refresh the page,
it's still getting data from the server (or, you could load everything
into a javascript array, ugh) and the user will see a little progress
bar flash.
On Jun 11, 2004, at 7:02 AM, Kranthi Sagar Borra wrote:
Hi all,
This is a question on WOBrowser component. I tried if I could find any
solution for this on the net, but could not. I hope some one can help
me.
I have two WObrowser components in my page and my first WOBrowser has
some list already populated, so now when I select a few in this
WOBrowser and tab out, I should populate my second WOBrowser with a
differenet list. But the issue here is, I should not make a server
hit. So I can put all the values that needs to be populated on the
client side i.e I hold these values inside java script variables. So
now how can I bind these to the 2nd WOBrowser. I can handle this in
"onBlur()" of the first WObrowser.
Regards,
Kranthi Sagar.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.