What Im doing: Validating a form with a combobox. Problem: If there was an error, I need to re-select the values that the user selected, when I display the page again.
Question: What is the syntax for this? I looked through the source code for the SelectTag and they have a method called isMatched(String), that appears to do this, but it never seems to be called. By the way, for now, I am using the same strings for 'labels' and 'values'. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

