Re: JSP calls instance method, bombs with odd message

2001-07-08 Thread Stephen T. Dziuban
Martin: I'm no guru, but: 1) Try adding public in: public String dynamicstring = "firstdynamic"; 2) I think I've heard that the "Response has already been committed" message is not necessarily the real problem, but is a secondary (error reporting) issue that arises sometimes when anothe

Set property="*" with an array of fields

2001-06-27 Thread Stephen T. Dziuban
Suppose: an html form has an array of similar fields, and on posting we want to send their parameter values to a bean using (with little or no code added). Case 1: Let's say the form fields are named "field0", "field1", ... Then "public void setField0(String input)", "public void setField1(Strin