Re: Iterate a character array

2005-03-23 Thread Tim Christopher
>> <%-- Display the value. This displays correctly --%> >> May sound like an obvious question but do you have the methods getChar and setChar within your form bean?.. Also as it's nested within a loop it may result in many instances of the input box with the same name, so I'd imagine you'd need

Iterate a character array

2005-03-21 Thread Victor Grazi
I am trying to iterate through an array of characters in a JSP, binding a text field to each character. The form bean (call it "form") has a method char[] getCharacters() and corresponding setter. The JSP looks like this: Position <%-- Display the