Tiles standalone (without struts)

2006-11-28 Thread hicham abassi
e way : Tiles 2.0. What's the status of this project, the date's release for a stable version ? I'm not interesting by Sitemesh ;) Thanks. -- Hicham ABASSI

Re: what is the best practice?

2006-07-17 Thread hicham abassi
Check the book "POJOS in action" , there are some good chapters about Ibatis On 5/25/06, Rafael <[EMAIL PROTECTED]> wrote: Hi, I've been enjoying these conversations about 'Architecture'/'Best Practices' etc.. Does anyone knows if there is a specific list somewhere to get more information abo

Re: Tiles , struts modules, form-bean lost

2006-01-04 Thread hicham abassi
6/1/4, hicham abassi <[EMAIL PROTECTED]>: > 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

Re: Tiles , struts modules, form-bean lost

2006-01-04 Thread hicham abassi
tion from a struts expert about this strange topic. Thanks 2006/1/4, hicham abassi <[EMAIL PROTECTED]>: > Hello, > > I have 2 struts modules. > One for a list screen : proList > Other for the complete project module : pro > Both hav

Tiles , struts modules, form-bean lost

2006-01-04 Thread hicham abassi
;t know if is it a struts 1.1 tiles bug. I don't use custom RequestProcessor, just the struts default one. I'm using Struts 1.1 version. Thanks -- hicham ABASSI [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL

Re: move from PHP to Struts

2006-01-03 Thread hicham abassi
be able to add the > > customized HTML templates we receive from our web designer... > > Any advice would be helpful, also when you recommend me something would > be nice to point some links with tutorials too because I also want to > > train my programmers. > > >

Looking for a wizard flow

2005-12-15 Thread hicham abassi
Hello, I need to create a wizard with struts. I find this project : http://struts.apache.org/struts-flow/ Have you docs or other toolkits to do this ? Thanks. -- Struts 1.1 JBoss 3.x Eclipse 3.1 - To unsubscribe, e-mail: [EMAIL

Re: the code of method execute is exceeding the 65535 limit

2005-12-14 Thread hicham abassi
Hi, I think that you must refactor your method. No other way ;) 2005/12/14, Stanislav <[EMAIL PROTECTED]>: > I have problem with mention above error message. My action class have over 6k > lines > of code. > > Is there anything i can do to "remove" this message without changing code > logic? >