remove the line : setCommandName("eventdetail");
from your form controller ... you're using eventDetail inside the jsp, note the capital D, but in your controller you're setting it to small d ... if you just let the commandName property in the xml load it you should be fine


Reply With Quote