Hi, I get the above error.Any clues...Thanks! My form takes a String and sets the String in the object as below... In my StrutsAction class:
book.setFirst(form.getFirst()); In my jsp class:(book.jsp) <input type="text" name="first" value="<bean:write name="book" property="first" />"> --------------------------------- Do you Yahoo!? Yahoo! Search - Find what you�re looking for faster.

