You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by as as <sa...@yahoo.com> on 2004/03/03 21:45:26 UTC

java.lang.IllegalArgumentException: argument type mismatch

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.