SELECT PERSON A CITY A STATE A
________________________________________
SELECT PERSON B CITY B STATE B
________________________________________
SELECT PERSON C CITY C STATE C
Upon clicking the 'select' hyperlink, I'd like to highlight this entire row, and only this row. Unfortunately, I end up highlighting the entire table when the page refreshes itself. I should add that I have an alternating white and gray row pattern which is generated from a few session variables. Since this occurs in the session, I've also tried creating a session flag called boolThisRowSelected, to determine when the highlight should occur, but it just hasn't worked yet.
Is there an easy way to highlight just one row within a WORepetition without having to create more session variables?
Thanks,
Mike
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]
