RE: Making a new Action

2002-08-29 Thread Koen Pellegrims
> -Oorspronkelijk bericht- > Van: praktikant [mailto:[EMAIL PROTECTED]] > Verzonden: donderdag 29 augustus 2002 15:10 > Aan: [EMAIL PROTECTED] > Onderwerp: RE: Making a new Action > > > Hi, > I have a further question on this. > > >>Actions are

RE: Making a new Action

2002-08-29 Thread praktikant
Hi, I have a further question on this. >>Actions are java code which i write seperatly from everything else. >right. >>Do i save this file as a.java or .jsp? >.java, and then you compile it. >>What directories do i have to place in into in order for it to properly compile >you can compile

Re: Making a new Action

2002-08-18 Thread Kenny Chow
> > > - Original Message - > From: "Geoff Howard" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, August 17, 2002 12:51 AM > Subject: RE: Making a new Action > > > > > > > Actions are java code which i write s

Re: Making a new Action

2002-08-18 Thread Litrik De Roy
aturday, August 17, 2002 12:51 AM Subject: RE: Making a new Action > > > Actions are java code which i write seperatly from everything else. > > right. > > > Do i save this file as a.java or .jsp? > > .java, and then you compile it. > > > What directorie

RE: Making a new Action

2002-08-16 Thread Geoff Howard
> Actions are java code which i write seperatly from everything else. right. > Do i save this file as a.java or .jsp? .java, and then you compile it. > What directories do i have to place in into in order for it to properly compile you can compile it from anywhere, but you need your classp

Making a new Action

2002-08-16 Thread admin
Hi, I understand how to implement new actions in the sitemap, however i don't understand exacly how to define those actions. Actions are java code which i write seperatly from everything else. Do i save this file as a.java or .jsp? What directories do i have to place in into in order for it t