where are the .tld files ?

2007-06-22 Thread hicham
Hello I'm new beginner starting with a "struts-blank-1.3.8.war" web application, deployed on tomcat 5.5, but I couldn't find the .tld files anywhere. thanks for replying hicham - To unsubscribe, e-mail: [

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: STRUTS INTERNATIONALIZATION

2006-07-14 Thread hicham
Hello thanks for replying is this tutorial in "http://www.roseindia.net/struts/strutsinternationalization.shtml"; still applicable for struts 1.2.9 ? hicham - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

STRUTS INTERNATIONALIZATION

2006-07-14 Thread hicham
Hello newbie to struts, I'm readin a tutorial on i18n, on struts 1.1 using a "application.properties" file but I couldn't find that, on the struts-blank web application as I 'm using struts 1.2.9 do I have to create a new file "application.properties" or the

Re: how to create a struts project in eclipse 3.1.2 + WTP ?

2006-07-07 Thread hicham
On 7/7/06, Anil Kumar T <[EMAIL PROTECTED]> wrote: Hi Hicham, I'm also having the same problem. But I'm using eclipse 3.1.1. Hi anil the basic idea is there just create a dynamic web project, and then "import from a filsystem" each folder the necessary files from

Re: how to create a struts project in eclipse 3.1.2 + WTP ?

2006-07-07 Thread hicham
On 7/7/06, hicham <[EMAIL PROTECTED]> wrote: answering my own question : ) ( a silly one ) all I had to do is just import the filsesystem where a struts is located to a newly created dynamic web project and you are set Hicham ooops sorry I spoke too soon : ) import a struts project dir

Re: how to create a struts project in eclipse 3.1.2 + WTP ?

2006-07-07 Thread hicham
answering my own question : ) ( a silly one ) all I had to do is just import the filsesystem where a struts is located to a newly created dynamic web project and you are set Hicham - To unsubscribe, e-mail: [EMAIL PROTECTED

how to create a struts project in eclipse 3.1.2 + WTP ?

2006-07-07 Thread hicham
ipse.html"; but it is an obsolete example using eclipse 2.0. 1 Thanks Hicham. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: seeking quick start struts tutorial

2006-07-04 Thread hicham
apps directory but I get an "HTTP ERROR 404" anyone went thru this ? Thanks Hicham - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: seeking quick start struts tutorial

2006-06-21 Thread hicham
t menu http://courses.coreservlets.com/Course-Materials/struts.html -ed Thanks : ) I'll look at them hicham - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

seeking quick start struts tutorial

2006-06-21 Thread hicham
hello I'm a newbie to struts framework if anybody knows of a quick start easy tutorial that can get me on the road links ? pdf ? Thank you hicham - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

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? >