Hi, we discovered that if you have get/set methods in your Action with a different return than input type like
public void setId(int id) public String getId() calling of set methods fails with "no descriptor found". This only happens with JDK 1.4. Perhaps this does not correspond to the JavaBean specs, but works on JDK 1.3. I think it is of course better to have same types on return and input, but perhaps this should find a way in the FAQ, because it took some time for me to figure this out. Greetings & Thanks Christoph _______________________________________________ Webwork-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webwork-user
