Re: problem moving a form page into tiles

2004-02-12 Thread Pedro Salgado
Maybe you're setting your action to redirect=true in your struts-config? (but if you're storing your form-bean in session - your action scope attribute is session - this should be irrelevant) Another maybe :), I think you have to put an action class between your JSP and your tiles

problem moving a form page into tiles

2004-02-11 Thread Vic Cekvenich
I have a page with a form that works on it's own, I can submit and will take me to the next page corrctly. However, I am trying to forward to a tile definition now and my submit will cause a null pointer exception and doesn't seem to find my bean in session. can anyone tell me what i'm doing