HI There,
I'm new to VisualWave and I am trying to do something that is pretty common in the Perl/CGI world but I can't figure out how to do it in Smalltalk.
Basically, I want to display a list of records on a screen represented by an HTML href's. When the user clicks on the link, I want to display more details about this record. I can get it working with a button, but I'm not sure how to do this with a link. When I tried to pass a parameter such as 'id=1' I got a walkback saying the message id=1 was not understood. Is there a way to do this in VisualWave?
Thanks,
Steve.