Re: can anyone recommended books which will help me learn Struts 2

2007-04-02 Thread Ian Roughley
I have a book coming out (hopefully) in the next month or so via the infoq.com website. Because of the compressed nature (less than 100 pages) of the format there are less examples than I wanted, but I believe it will provide useful information to those learning struts2. /Ian Dave Newton wro

Re: can anyone recommended books which will help me learn Struts 2

2007-04-01 Thread Ted Husted
On 4/1/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- [EMAIL PROTECTED] wrote: > That's exactly what I was talking about. I can not > follow the tutorial or the example if there's a page > missing or a piece of code that is missing. I haven't noticed any issues in the tutorial. Hopefully these

Re: can anyone recommended books which will help me learn Struts 2

2007-04-01 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > That's exactly what I was talking about. I can not > follow the tutorial or the example if there's a page > missing or a piece of code that is missing. I haven't noticed any issues in the tutorial. Hopefully these new snippet issues will be fixed ASAP. In the meant

Re: can anyone recommended books which will help me learn Struts 2

2007-04-01 Thread mansour77
That's exactly what I was talking about. I can not follow the tutorial or the example if there's a page missing or a piece of code that is missing. Dave Newton wrote: --- Laurie Harper <[EMAIL PROTECTED]> wrote: [...] all worked fine. An error occurred: http://svn.apache.org/repos/

Re: can anyone recommended books which will help me learn Struts 2

2007-04-01 Thread Dave Newton
--- Laurie Harper <[EMAIL PROTECTED]> wrote: > [...] all worked fine. An error occurred: http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/showcase/validation/QuizAction-validation.xml. The system administrator has been notified. Snippet issues, y

Re: can anyone recommended books which will help me learn Struts 2

2007-04-01 Thread Laurie Harper
Which pages are you having trouble with? Starting from the main validation page: http://struts.apache.org/2.x/docs/validation.html I tried a random selection of links and all worked fine. L. [EMAIL PROTECTED] wrote: Do you have any idea about who maintains the documentation. I am new to str

Re: can anyone recommended books which will help me learn Struts 2

2007-04-01 Thread mansour77
Do you have any idea about who maintains the documentation. I am new to struts, and started with Struts 2. The examples pages on the validation section are all broken. Whom should I contact for this? Ted Husted wrote: On 3/29/07, Cecilia Castillo <[EMAIL PROTECTED]> wrote: I do have some is

Re: can anyone recommended books which will help me learn Struts 2

2007-03-29 Thread Ted Husted
On 3/29/07, Cecilia Castillo <[EMAIL PROTECTED]> wrote: I do have some issues with the Wiki from time to time...I'll send you an email when they come up. The Wiki seems to have been written more as a reference for people who already understand how things work...it is often hard for me to figure

Re: can anyone recommended books which will help me learn Struts 2

2007-03-29 Thread Ted Husted
It's true that most of WebWork in Action applies. The package names changed, and we've added some features, but the fundamentals remain the same. From a technical perspective, Struts 2 is WebWork 3. * http://opensource.atlassian.com/confluence/oss/display/BOOKS/ISBN-1932394532 Online, there's a

Re: can anyone recommended books which will help me learn Struts 2

2007-03-29 Thread Cecilia Castillo
Thanks! I do have some issues with the Wiki from time to time...I'll send you an email when they come up. The Wiki seems to have been written more as a reference for people who already understand how things work...it is often hard for me to figure out how things work. I use a lot of trial a

Re: can anyone recommended books which will help me learn Struts 2

2007-03-29 Thread Dave Newton
--- Cecilia Castillo <[EMAIL PROTECTED]> wrote: > Can anyone recommend any good books which will help > me learn Struts 2. WebWork in Action (Manning Press). Last I heard there was an S2 book in the works but haven't heard anything about it since the fall, more or less. > although I don't believ