Hi Tania, > This patch fixes a minor bug in javax.swing.JTextField. The problem was > that in fireActionPerformed(), when creating a new event, we were > passing getText() as the parameter for the command when we should have > been passing the actionCommand variable.
I think there was a reason for that behaviour. Could you please test if possibly the new action command is getText() when the original command was null? Ideally write a Mauve test to avoid regressions. /Roman
