newbie to struts

2002-09-29 Thread Nellikkaltil, Liji
hi there, I am using Orion 1.5.2 on windows 2000 platform, I tried to deploy the struts-documenation.war file on orion using console and I get an error "com.evermind.server.ConfigFileNotFoundException: Unable to find/read assembly info for C:\orion\apachestruts\jakarta-struts-1.0.2\webapps\stru

Newbie to struts

2002-09-17 Thread angela mcgrenra
Hi there I am working my way thtough a Struts tutorial and have a slight (simple I'm sure) problem... I have a bean (Book.java)saved and compiled in my classes dir at "tomcat"\webapps\strutsShop\WEB_INF\classes In this folder also is BookAction.java which needs to be able to find this bean,

Newbie to Struts

2001-02-26 Thread JeanX
Hi struts-user, Can anybody tell me how to use tag in a application under struts framework. I was puzzled this problem for a dog's age. Thx a lot. :=) Best regards, JeanX pacificnet.com(GZ)

Newbie to Struts

2001-02-27 Thread JeanX
Hi all, Pls excuse for my poor english. I want to put request URIs that mapped to some actions in tag like this: And the container can execute the requested action ,but the client can not get the correct response. So pls help me. :=) Best regards, JeanX pacificnet.com(GZ)

RE: Newbie to struts

2002-09-17 Thread Howard Miller
mailto:[EMAIL PROTECTED]] Sent: 17 September 2002 09:48 To: [EMAIL PROTECTED] Subject: Newbie to struts Hi there I am working my way thtough a Struts tutorial and have a slight (simple I'm sure) problem... I have a bean (Book.java)saved and compiled in my classes dir at "tomcat"

RE: Newbie to struts

2002-09-17 Thread Howard Miller
09:48 To: [EMAIL PROTECTED] Subject: Newbie to struts Hi there I am working my way thtough a Struts tutorial and have a slight (simple I'm sure) problem... I have a bean (Book.java)saved and compiled in my classes dir at "tomcat"\webapps\strutsShop\WEB_INF\classes In

RE: Newbie to struts

2002-09-17 Thread angela mcgrenra
a:27: cannot resolve symbol >symbol : class Book >location : class BookAction > Book book = new Book(); The problem seems to be that BookAction.java cant find struts.jar that I have saved locally in my classes directory... I have saved this path into my CLASSPATH variabl

Re: Newbie to struts

2002-09-17 Thread Kalaiselvan
CTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 17, 2002 3:40 PM Subject: RE: Newbie to struts > OKAY > > I have a dir structure as follows > > C:\java\jakarta-tomcat-3.3.1\webapps\strutsShop\BookView.jsp > C:\java\jakarta-tomcat-3.3.1\webapps\strutsShop\CreateBo

RE: Newbie to struts

2002-09-17 Thread Howard Miller
D] Subject: RE: Newbie to struts OKAY I have a dir structure as follows C:\java\jakarta-tomcat-3.3.1\webapps\strutsShop\BookView.jsp C:\java\jakarta-tomcat-3.3.1\webapps\strutsShop\CreateBook.jsp C:\java\jakarta-tomcat-3.3.1\webapps\strutsShop\WEB-INF\classes\Book.java C:\java\jakarta-tomcat-3.3

Re: Newbie to struts

2002-09-17 Thread Jin Bal
IL PROTECTED]> Sent: Tuesday, September 17, 2002 11:10 AM Subject: RE: Newbie to struts > OKAY > > I have a dir structure as follows > > C:\java\jakarta-tomcat-3.3.1\webapps\strutsShop\BookView.jsp > C:\java\jakarta-tomcat-3.3.1\webapps\strutsShop\CreateBook.jsp > C:\java\jaka

RE: Newbie to struts

2002-09-17 Thread Miguel Angel Mulero Martinez
It's a silly answer, but, have you compiled Book before BookAction? -Mensaje original- De: angela mcgrenra [mailto:[EMAIL PROTECTED]] Enviado el: martes, 17 de septiembre de 2002 12:11 Para: [EMAIL PROTECTED] Asunto: RE: Newbie to struts OKAY I have a dir structure as follows C:

RE: Newbie to struts

2002-09-17 Thread angela mcgrenra
sers Mailing List" <[EMAIL PROTECTED]> >To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> >Subject: RE: Newbie to struts >Date: Tue, 17 Sep 2002 11:28:21 +0100 > >Correct me if I'm wrong, but it seems that the compiler is not finding >cl

RE: Newbie to struts

2002-09-17 Thread angela mcgrenra
sers Mailing List" <[EMAIL PROTECTED]> >To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> >Subject: RE: Newbie to struts >Date: Tue, 17 Sep 2002 11:28:21 +0100 > >Correct me if I'm wrong, but it seems that the compiler is not finding >cl

RE: Newbie to struts

2002-09-17 Thread angela mcgrenra
sers Mailing List" <[EMAIL PROTECTED]> >To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> >Subject: RE: Newbie to struts >Date: Tue, 17 Sep 2002 11:28:21 +0100 > >Correct me if I'm wrong, but it seems that the compiler is not finding >cl

Re: Newbie to Struts

2001-02-26 Thread Martin Cooper
Communications - Original Message - From: "JeanX" <[EMAIL PROTECTED]> To: "struts-user" <[EMAIL PROTECTED]> Sent: Monday, February 26, 2001 10:13 PM Subject: Newbie to Struts > Hi struts-user, > > Can anybody tell me how to use tag in a applicatio

Re: Newbie to struts - jdbc/dbtags

2001-06-04 Thread kuma.cra
Hi, im a newbie to struts basically applying the examples and reading the documentation (mvc). I am about to connect a psql datasource (Postgresql, luinx OS) database to a struts mvc utilizing a database URL . Thus is there a ActionForm example and what level if i have to create a ActionForm

Re: Newbie to struts - jdbc/dbtags

2001-06-04 Thread Ted Husted
You can configure Postgresql in the struts-config.xml, and then use the same datasource with the Jakarta Taglibs JDBC. Works like a charm. Struts uses "org.apache.struts.action.DATA_SOURCE" as the datasource identifier (see Action.java). "kuma.cra" wrote: > >

Re: Newbie to struts - jdbc/dbtags

2001-06-05 Thread kuma.cra
identifier (see Action.java). > > "kuma.cra" wrote: > > > > Hi, im a newbie to struts basically applying the examples and reading > > the documentation (mvc). I am about to connect a psql datasource > > (Postgresql, luinx OS) database to a struts mvc utilizing

Newbie to struts and weblogic 6.1

2001-09-06 Thread Hai Hoang
I am using weblogic 6.1 with struts. >From the logon page i've a link to a registration form if the user has not already registered. The problem is that weblogic serves me the old page, which is not nearly resemble my registration form. I've make some changes to the form and restarted the se

newbie to struts - confirm hierachy( packages - webapps)!!

2001-06-05 Thread Chuck Amadi
Hi, i have constructed a web app within my file system as follows:- C:\jakarta-tomcat-3.2.1\webapps\struts-bbnpa\WEB-INF\classes\logon\LogonForm.java  The struts-bbnpa is were im placing all my work. thus the examples custom and logon packages are beneath my classes directory. Thus is this the co

Re: newbie to struts - confirm hierachy( packages - webapps)!!

2001-06-05 Thread Jonathan Asbell
/mywebapp/globals WEB-INF/classes/com/mywebapp/models WEB-INF/classes/com/mywebapp/taglib with the classpath pointing to WEB-INF/classes - Original Message - From: Chuck Amadi To: Craig R. McClanahan ; Petr Jiricka Sent: Tuesday, June 05, 2001 5:31 AM Subject: newbie to

Re: newbie to struts - confirm hierachy( packages - webapps)!!

2001-06-05 Thread Ted Husted
Some people like to keep the source Java files at a separate location, and then have Ant copy them over to the classes directory, but mixing the class and java files in the same folder works too. Personally, when using a package hierarchy for my classes, I tend to just name things .\logon\Form.

Re: newbie to struts - confirm hierachy( packages - webapps)!!

2001-06-05 Thread Jonathan Asbell
jeez. You are up early! - Original Message - From: "Ted Husted" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 05, 2001 6:30 AM Subject: Re: newbie to struts - confirm hierachy( packages - webapps)!! > Some people like to keep the source

Newbie to struts with a question on text fields

2003-12-01 Thread Nandita Rajagopalan
Hi, I have a textbox which is supposed to hold a numeric value - ie the property corresponds to a numeric datatype in the Action form. If I leave this textbox empty , I want my validate method to catch it and print an error as this field is a required field. However, when I leave this text empt

RE: Newbie to struts with a question on text fields

2003-12-01 Thread Witt, Mike (OH35)
] Subject: Newbie to struts with a question on text fields Hi, I have a textbox which is supposed to hold a numeric value - ie the property corresponds to a numeric datatype in the Action form. If I leave this textbox empty , I want my validate method to catch it and print an error as this field is a