RE: Problem with prepoulating form

2006-06-16 Thread David Friedman
out recreating it every time. I suggest this since the names "StartFailure" and "LowMemory" label names sound like something you would probably keep constant for all users. Regards, David -Original Message- From: Pankaj Gupta [mailto:[EMAIL PROTECTED] Sent: Saturday, June 17, 2

Problem with prepoulating form

2006-06-16 Thread Pankaj Gupta
Hi, I am facing a problem with prepoulating the form. I am using following code to prepopulate the form in my Action class: Vector eventTypes = new Vector(); eventTypes.add(new LabelValueBean("StartFailure", "Value 0")); eventTypes.add(new LabelValueBean("LowMemory", "Value 1")); request.setAttr