[struts-faces] Empty Form in Action

2005-05-20 Thread Markus Koivisto
Hi! I converted a page from struts to jsf, and I'm running to no end of problems using it. I previously posted a question about getting LookupDispatchActions to work. Since I received no replies and couldn't figure it out for myself, I made a new action that is specific to this page. Now the

Re: [struts-faces] Empty Form in Action

2005-05-20 Thread gvanmatre
Hi! I converted a page from struts to jsf, and I'm running to no end of problems using it. I previously posted a question about getting LookupDispatchActions to work. Since I received no replies and couldn't figure it out for myself, I made a new action that is specific to this page.

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