Re: Tiles , struts modules, form-bean lost

2006-01-04 Thread hicham abassi
Hello again Good news, I finally found the bug. If you use struts modules and you want to use form-bean declared into one struts module to one other, you must redeclare the form-bean header. Finally it's not a Tiles problem but a scoped form-bean problem with struts modules. Thanks. 2006/1/4,

Re: Tiles , struts modules, form-bean lost

2006-01-04 Thread hicham abassi
Hello again, I found that the request data are still available into the second action. I can get my parameter data from the request and not from the form object into my execute method. Instead of doing this in normal case : ProListSelectionForm proListSelectionForm = (ProListSelectionForm)form;

Tiles , struts modules, form-bean lost

2006-01-04 Thread hicham abassi
Hello, I have 2 struts modules. One for a list screen : proList Other for the complete project module : pro Both have separated struts config files. Code samples : --- struts module proList --- . - struts mo