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

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

newbie about struts and databases

2003-01-07 Thread miguel angel rojas aquino
hi, i'm starting in Struts, and am reading the tutorials in the struts site about building applications with it, and i was thinking if there is any easy tutorial about database access using struts, so i can start more rapidly with it (and my boss doesn't get mad at me while convincing him to

RE: newbie about struts and databases

2003-01-07 Thread James Childers
PROTECTED]] Sent: Tuesday, January 07, 2003 3:59 PM To: [EMAIL PROTECTED] Subject: newbie about struts and databases hi, i'm starting in Struts, and am reading the tutorials in the struts site about building applications with it, and i was thinking if there is any easy tutorial about

RE: newbie about struts and databases

2003-01-07 Thread Wendy Smoak
hi, i'm starting in Struts, and am reading the tutorials in the struts site about building applications with it, and i was thinking if there is any easy tutorial about database access using struts, so i can start more rapidly with it (and my boss doesn't get mad at me while convincing

RE: newbie about struts and databases

2003-01-07 Thread Phase Web and Multimedia
,OJB,etc...) even in simple applications. I develop websites for small to mid-sized businesses. I made the Struts newbie mistake of placing all my logic/database access in my action classes. As my simple applications grew I began to see how much I was tying myself down by making my Actions synonymous

thanks a lot (Re: newbie about struts and databases)

2003-01-07 Thread miguel angel rojas aquino
miguel angel rojas aquino wrote: hi, i'm starting in Struts, thanks a lot for your responses, it clears the path i need to follow to become a good struts user :) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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

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,

RE: Newbie to struts

2002-09-17 Thread Howard Miller
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\webapps\strutsShop\WEB_INF\classes In this folder

RE: Newbie to struts

2002-09-17 Thread Howard Miller
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 this folder also

RE: Newbie to struts

2002-09-17 Thread angela mcgrenra
have saved locally in my classes directory... I have saved this path into my CLASSPATH variable but to no avail... From: Howard Miller [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: Newbie to struts Date

Re: Newbie to struts

2002-09-17 Thread Kalaiselvan
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\CreateBook.jsp C:\java\jakarta-tomcat-3.3.1\webapps\strutsShop\WEB

RE: Newbie to struts

2002-09-17 Thread Howard Miller
: 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.1\webapps

Re: Newbie to struts

2002-09-17 Thread Jin Bal
, 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\jakarta-tomcat-3.3.1\webapps\strutsShop\WEB-INF\classes

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:\java

RE: Newbie to struts

2002-09-17 Thread angela mcgrenra
[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 class Book, which is (supposed to be) in the same default package as BookAction? Therefore

RE: Newbie to struts

2002-09-17 Thread angela mcgrenra
[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 class Book, which is (supposed to be) in the same default package as BookAction? Therefore

RE: Newbie to struts

2002-09-17 Thread angela mcgrenra
[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 class Book, which is (supposed to be) in the same default package as BookAction? Therefore

Newbie Question: Struts Installation

2002-03-11 Thread David . A . Ventimiglia
Hello, Is there a mistake in the Struts installation instructions? I'm trying to use Struts in Weblogic 6.1, and am getting an error that says Weblogic can't find the tag class. When I looked in the Struts docs, it seemed to contradict the Weblogic docs: The Struts docs say to copy the

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

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

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

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

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 Java files at a separate location

Re: Newbie to struts - jdbc/dbtags

2001-06-05 Thread kuma.cra
). 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 a database URL . Thus is there a ActionForm example and what level if i have

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: Hi, im a newbie to struts basically

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 jsp:include tag like this: jsp:include page="/action.do?queryString=xxx" flush="true"/ And the container can execute the requested action ,but the client can not get the correct response.

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 jsp:include tag in a application under