Hi,
This is probably pretty simple but I'm new to developing with webobjects.
I want to display a list of objects by name and when a user clicks on an
object I want to display the other fields contained in that object. This
should all happen on the same page.
The objects reside in the database but I can't use a DisplayGroup because I
have put them in another data structure for display reasons (the objects are
related in a rooted graph which I changed to a tree with recurrant objects).
How can I figure out on which object the user clicked? Using a link or
something else but no Java applet.
Thanks,
Stef