Hi!
I've been trying to migrate part of a web-application from struts to
struts-faces. However, I'm having trouble converting those jsp pages
that are mapped to a LookupDispatchAction. I did not find any similar
questions in the mailing-list archive, so I decided to post this.
In struts, the r
er event.faces into the address bar, the page
loads correctly, but the action is not performed. When I enter event.do
into the address bar, I land on the event page and the event is executed
when the form is submitted.
--
Markus Koivisto
---
Now, the action is executed all right, but the form that is sent to the
action is completely empty. Every field is null. Does anyone have any
idea why this happens and how to fix it?
It sounds like you are not returning an ActionForward from your action execute method. Make sure that you
3 matches
Mail list logo