PDA

View Full Version : Java beans


kipsta
10-09-2004, 05:33 AM
Is there a way to get access to session (or page) scoped java beans? I've read through all the help a few times but I wasn't able to figure out a way.

Thanks in advance,

-C-

bloch
10-24-2004, 09:08 PM
See the Laszlo RPC chapter in the dguide for access server java objects.

-Eric