[struts-faces] Empty Form in Action

2005-05-20 Thread Markus Koivisto
land on the event page and the event is executed when the form is submitted. -- Markus Koivisto - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [struts-faces] Empty Form in Action

2005-05-20 Thread 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

LookupDispatchAction and struts-faces

2005-05-19 Thread Markus Koivisto
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