Re: Requested resource not found

2008-01-01 Thread AbelMacAdam
to debug it. I think this is sad, as I now need to learn yet another library to be able to learn Struts :-[. newton.dave wrote: > > --- AbelMacAdam <[EMAIL PROTECTED]> wrote: >> That means (IMHO) that my app could be accessed using the following URL: >> http

Requested resource not found

2007-12-31 Thread AbelMacAdam
Hi, At the moment I'm bootstrapping my Struts knowledge. I use code from a book to see what happens (Struts Design and Programming, a Tutorial). To develop I use Eclipse Europa, the JEE version. I also have WTP installed, so I should be able to run the application in Tomcat from Eclipse. But tha

Re: ActionErrors.validate()

2007-12-21 Thread AbelMacAdam
I see. Obviously Struts 1 :-[. newton.dave wrote: > > See, the class you mention isn't a Struts 2 class. It's a Struts 1 class. > > Perhaps I should have asked which version of Struts the book covers. > > d. > > --- AbelMacAdam <[EMAIL PROTECTED]>

Re: ActionErrors.validate()

2007-12-21 Thread AbelMacAdam
> > You need to slow down and stop implementing random code and get a handle > on > what exactly it is you're using as compared to what you think you're > using. > > It will make answering your questions much, much easier if we're all on > the > sa

ActionErrors.validate()

2007-12-20 Thread AbelMacAdam
Hi all, I just started reading a book about Struts, and are now learning about Error Handling. To validate the input of the user in the forum, you need to write your own implementation of org.apache.struts.action.ActionErrors. The class ActionErrors has its own method validate. This method I ca

Re: Taglib not seen, no text fields?

2007-12-20 Thread AbelMacAdam
PS. I do not know if my answering the questions in the way I do it breaks it for the readers of the mailinglist. I read and respond on the Nabble mailinglist archive. If my way of answering breaks it for the readers of the mailinglist, say so. I will stop this at once. Abel AbelMacAdam wrote

Re: Taglib not seen, no text fields?

2007-12-20 Thread AbelMacAdam
d I copy everything to Tomcat? On your second question of my struts tag having an attribute to an unknown property. I don't know. I think this is not the case, as I use the code of the author and think this code is flawless (*famous last words of a newbie*). But as I said, the next example is n

Re: Taglib not seen, no text fields?

2007-12-20 Thread AbelMacAdam
AbelMacAdam wrote: > > Hi, > > I'm learning to work with Struts. (FWIW, I use Eclipse Europa, and > Apache/Tomcat). Now I have my first example with a tld-file. First of all, > I noticed the following error in Eclipse on a jsp: > Cannot find the tag library descri

Taglib not seen, no text fields?

2007-12-20 Thread AbelMacAdam
Hi, I'm learning to work with Struts. (FWIW, I use Eclipse Europa, and Apache/Tomcat). Now I have my first example with a tld-file. First of all, I noticed the following error in Eclipse on a jsp: Cannot find the tag library descriptor for /tags/struts-html The first line of the jsp with the er