Struts newbie question

2003-10-22 Thread Nathan Maves
I have a form that has two select boxes. One need to be pre-populated on load. The second will be populated when a use selects one of the elements in the first list. Can this be accomplished and if so how? I would really like to use DynaActionForms if possible. Nathan --

J2EE DAO Pattern & Connection Pooling (struts-newbie)

2003-07-11 Thread jan . sandholm
Hello, I'm planning an application for Lotus Domino that (hopefully) will be ported to Tomcat/Struts too (MySQL/PostgreSQL). I'm trying to apply J2EE DAO Pattern to hide db specific stuff (testing the concept). J2EE DAO Pattern implies: package dao; import java.sql.Connection; import dao.interf

Struts newbie

2003-04-04 Thread Ted Husted
Offhand, you probably want to setup up separate "paths" within your application, where each path has its own set of pages. When they login, the login Action can determine what path they should be on and forward to the welcoming action for that path. The different sets of ActionMappings for each

Struts newbie

2003-04-03 Thread Ubhay Kumar
Hi All ... I have certain questions regarding an application i have to build using struts. 1. First problem relates to packaging of web-app: Lets say i have only three features (search, My profile, Editor bulletin). The problem is supppose i want to deploy the solution in three packages. So for

RE: Email validation example (Struts newbie)

2003-02-19 Thread John Espey
sers Mailing List > Subject: Email validation example (Struts newbie) > > > Hi all, > > I'm having problems with validation of an field. > > Can you give me an example of how to use ? Please give me a > code snippet of the form, the action, jsp, properties file and >

Email validation example (Struts newbie)

2003-02-19 Thread Johan Kumps
Hi all, I'm having problems with validation of an field. Can you give me an example of how to use ? Please give me a code snippet of the form, the action, jsp, properties file and struts-config. Thanks in advance, Johan --- This mail is certified Virus Free. Checked by AVG anti-virus system (htt

RE: struts Newbie - login screen

2002-10-22 Thread bachan s
ndow to start your application upon user authentication. Sri -Original Message- From: deepank [mailto:deepank@;sasken.com] Sent: Monday, October 21, 2002 9:44 AM To: Struts Users Mailing List Subject: Re: struts Newbie - login screen Why should a new session be initialized for nothing!!

struts Newbie - login screen

2002-10-21 Thread deepank
Hi, This question is not exclusive to Struts but i am hopeful Stuts must be having a solution for this. Once i authenticate a user and store his user information in session, i dont want that the login screen should appear again, unless ofcourse the user logs out or the session expires. As of now

RE: struts Newbie - login screen

2002-10-21 Thread Sri Sankaran
October 21, 2002 9:33 AM To: Struts Users Mailing List Subject: struts Newbie - login screen Hi, This question is not exclusive to Struts but i am hopeful Stuts must be having a solution for this. Once i authenticate a user and store his user information in session, i dont want that the lo

Re: struts Newbie - login screen

2002-10-21 Thread Howard Miller
Someone correct me if I am wrong, but nothing can help you. The browser will recover the page out of its cache and you'll get whatever you saw last. If you are writing a server-side application, I would stop and think very carefully before using Javascript - on principal if nothing else!! Remem

Struts newbie question

2002-10-16 Thread Bhamani, Nizar A TL56E
I had a question about deploying an application that consisted of multiple struts based components. i.e. there will be a main application directory set (which is struts based) under webapps and underneath which there will be multiple sub-application directories which are also struts based. My gues

RE: struts newbie

2002-08-18 Thread Lito Ang
The links you gave me will be of great help for newbies like me! Thanks Tim! ;) -Original Message- From: Tim T. Young [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 17, 2002 12:27 AM To: Struts Users Mailing List Subject: Re: struts newbie Hello and welcome! HTML Tags --> h

Re: struts newbie

2002-08-16 Thread Tim T. Young
List" Subject: struts newbie

RE: struts newbie

2002-08-16 Thread Sri Sankaran
Have you looked at the sample applications that ship with Struts? SS -Original Message- From: Lito Ang [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 5:29 AM To: Struts Users Mailing List Subject: struts newbie hi, i'm new to struts. just want to ask where i can

struts newbie

2002-08-16 Thread Lito Ang
hi, i'm new to struts. just want to ask where i can find detailed references to the struts tag libraries as well as examples on their usage. :) -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: AW: Implement menu into Struts ( Newbie question )

2001-09-14 Thread Claudio Parnenzini
Thanks, I will have a look. Regards >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 9/14/01, 1:59:14 PM, juraj Lenharcik <[EMAIL PROTECTED]> wrote regarding AW: Implemen

AW: Implement menu into Struts ( Newbie question )

2001-09-14 Thread juraj Lenharcik
PROTECTED] Betreff: Implement menu into Struts ( Newbie question ) Hi all, I would like to know how is the best way to implement a standard menu wrote in Javascript with Struts. My web application have a top frame that contains my menu, when you click on to an item, I would like to call a jsp page

Implement menu into Struts ( Newbie question )

2001-09-14 Thread Claudio Parnenzini
Hi all, I would like to know how is the best way to implement a standard menu wrote in Javascript with Struts. My web application have a top frame that contains my menu, when you click on to an item, I would like to call a jsp page ( Targeted into the body frame ) that display data from a DB.

RE: struts newbie trying to get onboard

2001-05-04 Thread Procek, Brett
Ok, what I did was simply remove the reference to the DTD in the struts-config.xml file. Now, the ActionServlet does load up. However, I am getting one more problem: javax.servlet.jsp.JspException: Cannot retrieve mapping for action /login at org.apache.struts.taglib.html.FormTag.lookup

RE: struts newbie trying to get onboard

2001-05-04 Thread Procek, Brett
] [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 3:19 PM To: [EMAIL PROTECTED] Subject: Re: struts newbie trying to get onboard Don't include struts.jar in your classpath. Make sure that struts.jar is in your WEB-INF/lib directory. See http://www.husted.com/about/struts/threads.htm f

Re: struts newbie trying to get onboard

2001-05-04 Thread tpeters
The sample application shows how to do a login. If you have that working, then you should be able to extract the needed code from there. If you go through the example you will see that there are several supporting classes for doing the login. One in paticular is the 'Constants.java' file which

RE: struts newbie trying to get onboard

2001-05-04 Thread Procek, Brett
/dtds/struts-config_1_0.dtd') Resolving to alternate DTD 'jar:file:/export/home/tomcat/webapps/TestApp/WEB-INF/lib/struts.jar!/or g/apache/struts/resources/struts-config_1_0.dtd' New org.apache.struts.action.ActionMapping --- -Original Message- From: Deadman

Re: struts newbie trying to get onboard

2001-05-04 Thread Donnie_Hall
Communications) | | Subject: struts newbie trying to get onboard | >| Hello all, this is my first posting. I'm trying to get onboard here with one of those simple login application I&

Re: struts newbie trying to get onboard

2001-05-04 Thread Arlo Emerson
are your tld's in /WEB-INF/struts-form.tld or in /WEB-INF/TLDs/struts-form.tld? To: [EMAIL PROTECTED] cc: From: [EMAIL PROTECTED] Subject: struts newbie trying to get onboard Hello all, this is my first posting. I'm trying to get onboard here with one of those simple login appli

RE: struts newbie trying to get onboard

2001-05-04 Thread Deadman, Hal
ay, May 04, 2001 12:56 PM > To: [EMAIL PROTECTED] > Subject: struts newbie trying to get onboard > > > Hello all, this is my first posting. I'm trying to get onboard here > with one of those simple login > application I'm sure you've all seen. I've spent

Re: struts newbie trying to get onboard

2001-05-04 Thread Dan Miser
Procek, Brett" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: struts newbie trying to get onboard >Date: Fri, 4 May 2001 11:56:29 -0500 >- >Root cause: >javax.servlet.jsp.JspException: Cannot find Actio

struts newbie trying to get onboard

2001-05-04 Thread Procek, Brett
Hello all, this is my first posting. I'm trying to get onboard here with one of those simple login application I'm sure you've all seen. I've spent some time trying to get this to work. I went through all steps to install struts on my workstation for Tomcat 3.2.1 and verified them several times.

RE: My struts-template is broken - iPlanet Application Server 6.0 sp2 and Struts (newbie)

2001-04-11 Thread Vijaya Narasimha
Yes. This problem is solved after incorporating Bram's suggestion. Going through the archive worked out well!!! Thanks > -Original Message- > From: Vijaya Narasimha [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 11, 2001 6:17 PM > To: '[EMAIL PROTECTED]' > Subject: Re: My struts-te

Re: Struts Newbie Question

2000-12-19 Thread Ted Husted
This actually sounds a lot like the Struts-Example application to me, except that you would have portfolios where the Example has email subscriptions. To get a quick start, you could just revise the SubscriptionForm class, subscription.jsp, and User.java to meet your data requirements. The rest

Struts Newbie Question

2000-12-19 Thread James Howe
I've just started looking at Struts and I would like to try and use it to build a simple web site. I've managed to get the environment installed and working (I've installed the 12/15 build) and I've looked at the example. However, I'm somewhat stumped as to how to proceed with my real world

RE: more questions from a struts newbie

2000-10-26 Thread Jeff Jarrell
got it! there are some references in the JSP files. Thanks for your help. jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 10:03 PM To: [EMAIL PROTECTED] Subject: RE: more questions from a struts newbie Hmm. I thought the

RE: more questions from a struts newbie

2000-10-26 Thread Jeff Jarrell
thanks for your help. i will continue my journey. jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 10:03 PM To: [EMAIL PROTECTED] Subject: RE: more questions from a struts newbie Hmm. I thought the .tld file (yes, app.tld is

Re: more questions from a struts newbie

2000-10-26 Thread William Jaynes
was changing files other than the actual jsp files, and tomcat didn't know to recompile. Something like that anyway. - Original Message - From: "Jeff Jarrell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 25, 2000 7:30 PM Subject: more que

RE: more questions from a struts newbie

2000-10-25 Thread martin . cooper
e >top as well. The problem that I am having is on the checklogon tag. > >Thanks for your help! > >jeff > <> > -Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]] >Sent: Wednesday, October 25, 2000 7:32 PM >To: [EMAIL PROTE

RE: more questions from a struts newbie

2000-10-25 Thread Jeff Jarrell
The problem that I am having is on the checklogon tag. Thanks for your help! jeff <> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 7:32 PM To: [EMAIL PROTECTED] Subject:Re: more questions from a struts newb

Re: more questions from a struts newbie

2000-10-25 Thread martin . cooper
Did you update the class names in the .tld file? -- Martin Cooper Tumbleweed Communications At 07:30 PM 10/25/00 -0400, Jeff Jarrell wrote: >As an exercise to learn struts I am using the example app as a starting >point. At this point all I have done is to change the package names, >and moved

more questions from a struts newbie

2000-10-25 Thread Jeff Jarrell
As an exercise to learn struts I am using the example app as a starting point. At this point all I have done is to change the package names, and moved the files around. I think I have touched all the right configuration files in the right spots (action.xml). Now on a successful login I get the