Question

i have a combobox in a form and when i click submit i get this error.

HTTP ERROR: 404 No result defined for action MyAction and result input

in the action i tried to return INPUT instead of SUCCESS but still doesnt work.

any ideas what can be wrong?

thanks.

Was it helpful?

Solution

You probably have one or more validation rules failing. This causes an implicit result of "input" to be invoked

OTHER TIPS

Without more information available I would be checking your struts.xml and ensuring that your action definition has an input result and that it is directing the user back to the edit page where they can correct any action or field errors.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top