chaining struts jsp tags

2003-07-08 Thread Kirby Vandivort
parsed by html:rewrite to do the right thing. Can this be done? Thanks! -- Kirby Vandivort Theoretical and Computational Biophysics Email: [EMAIL PROTECTED] 3051 Beckman Institute http://www.ks.uiuc.edu/~kvandivo/University of Illinois Phone: (217) 244-5711

validation working for login page but not others

2003-04-03 Thread Kirby Vandivort
-- Since validation occurs before the Action bean is called, scaffolding shouldn't be getting in the way. Other than that, I'm just not seeing what the problem could be. It works for logon, but not for changePassword. Any help would be appreciated. Tha

Re: messages into struts 1.1

2003-04-02 Thread Kirby Vandivort
correctly this? > > Cheers > Pierre > > Accédez au courrier électronique de La Poste : www.laposte.net ; > 3615 LAPOSTENET (0,34€/mn) ; tél : 08 92 68 13 50 (0,34€/mn)" > > > -- Kirby Vandivort Theoretical and Computational Biop

scaffold ProcessBean returning errors

2003-03-28 Thread Kirby Vandivort
ors() method being called. What's the proper procedure for saving an error message for struts 1.1? Basically, I'm wanting BaseAction.isErrors() to get called in the execute() method after executeLogic, but I'm not clear on the proper way to do this via s

Re: scaffold ProcessBaseBean and sessions

2003-03-26 Thread Kirby Vandivort
y making the session info available > directly, but I'm not sure how to make the jump. > > >From looking at the cvs code, it looks like ProcessAction has the > ability to expose the session, but it is still a bit nebulous as > to how everything works together. > > Thank

archive not updating since 3/19

2003-03-25 Thread Kirby Vandivort
The latest update on the apache archives for the struts mail list seems to be from march 19. Anyone know why that might be? http://nagoya.apache.org/eyebrowse/SummarizeList?listId=42 -- Kirby Vandivort Theoretical and Computational Biophysics Email: [EMAIL PROTECTED

scaffold ProcessBaseBean and sessions

2003-03-25 Thread Kirby Vandivort
how to make the jump. >From looking at the cvs code, it looks like ProcessAction has the ability to expose the session, but it is still a bit nebulous as to how everything works together. Thanks, -- Kirby Vandivort Theoretical and Computational Biophysics Email: [EMAIL

Re: Design philosophy, beans, model to view

2003-03-19 Thread Kirby Vandivort
On Wed, Mar 19, 2003 at 04:48:13PM -0500, Rick Reumann wrote: > On Wed, 19 Mar 2003 14:46:41 -0600 > Kirby Vandivort <[EMAIL PROTECTED]> wrote: > > > So, I guess my question is... is there a consensus of any sort on how > > this should be done or, how do you do it, e

Design philosophy, beans, model to view

2003-03-19 Thread Kirby Vandivort
e of class names to get the data out.. So, I guess my question is... is there a consensus of any sort on how this should be done or, how do you do it, etc? Thanks, -- Kirby Vandivort Theoretical and Computational Biophysics Email: [EMAIL PROTECTED] 3051 Beckm

struts, tomcat, and log4j

2003-02-27 Thread Kirby Vandivort
my struts webapp to use, and problems are being caused. What do I need to do to fix this? I want to keep my struts webapp self contained and not rely on jar files in tomcat if I can help it. Can I do that? -- Kirby Vandivort Theoretical and Computational Biophysics Ema

Re: [OT] database access philosophy

2003-02-26 Thread Kirby Vandivort
of a java.sql.ResultSet" > > http://jakarta.apache.org/commons/beanutils/api/org/apache/commons/beanutils > /ResultSetDynaClass.html > > I haven't gotten to use it yet since my database doesn't speak JDBC, but it > looks interesting! > > -- > Wendy Smoak > App

[OT] database access philosophy

2003-02-26 Thread Kirby Vandivort
t in in pieces; how would that be handled, though?) Thanks, -- Kirby Vandivort Theoretical and Computational Biophysics Email: [EMAIL PROTECTED] 3051 Beckman Institute http://www.ks.uiuc.edu/~kvandivo/University of Illinois Phone: (217) 244-5711

Re: struts book

2003-02-24 Thread Kirby Vandivort
of > basicPortal.com. > > .V > > Griemens, Guenter wrote: > >Does anybody knows about to get Vik Cekvenich's basebeans-book about struts > >(2001) in Germany by another (quicker) way than amazon? > > > >Günter Griemens > >D-

configuring logging in struts

2003-02-19 Thread Kirby Vandivort
ebug' as it is meant to be, but for the life of me I can't figure out how to change the log level so that I can actually see them! TIA, -- Kirby Vandivort Theoretical and Computational Biophysics Email: [EMAIL PROTECTED] 3051 Beckman Institute http:/

Re: automated way to pass args to bean:message

2003-02-03 Thread Kirby Vandivort
cause of > > soemthing that I had done earlier in the jsp, properties file, or code. > > > > Thanks! > > > -- Kirby Vandivort Theoretical and Computational Biophysics Email: [EMAIL PROTECTED] 3051 Beckman Institute http://www.ks.uiuc.edu/~kva

automated way to pass args to bean:message

2003-02-03 Thread Kirby Vandivort
Welcome to {$YY} everywhere and have it automatically replaced with XXX YY because of soemthing that I had done earlier in the jsp, properties file, or code. Thanks! -- Kirby Vandivort Theoretical and Computational Biophysics Email: [EMAIL PROTECTED] 30

Re: problems with tag libraries

2003-01-30 Thread Kirby Vandivort
e WEB uri look at the sample include with your version > > - Original Message - > From: "Kirby Vandivort" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, January 30, 2003 9:32 PM > Subject: problems with tag libraries > >

problems with tag libraries

2003-01-30 Thread Kirby Vandivort
ta.apache.org/struts/tags-html) cannot be resolved in either web.xml or the jar files deployed with this application I'm using the nightly build from last night, and it was also happening with the build from night before last. Any ideas? Thanks! -- Kirby Vandivort

modules use questions

2003-01-22 Thread Kirby Vandivort
ing identified as a user. How does this relate to modules? Can all of the modules access common code somewhere to accomplish things like user authentication? Thanks in advance for the help on what are undoubtably dumb questions. -- Kirby Vandivort Theoretical and Computational

Re: problems getting new taglib instructions working with tomcat 4.1.x

2003-01-02 Thread Kirby Vandivort
n.. In the very > next section (5.5) it says to look in section 4.5.3.1 for info on doing > the TLDs in a servlet 2.3 container. It should be section 5.4.3.1 > (the four and the five are reversed.) > > On Thu, Jan 02, 2003 at 12:30:55PM -0600, Kirby Vandivort wrote: > Hello

problems getting new taglib instructions working with tomcat 4.1.x

2003-01-02 Thread Kirby Vandivort
Thanks! --- (also a note for whoever maintains that documentation.. In the very next section (5.5) it says to look in section 4.5.3.1 for info on doing the TLDs in a servlet 2.3 container. It should be section 5.4.3.1 (the four and the five are reversed.) -- Kirby Vandivort

Re: Database access deployment question

2002-09-19 Thread Kirby Vandivort
o includes programming examples for accessing the > data source): > > http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.html > > Craig > > > On Thu, 19 Sep 2002, Kirby Vandivort wrote: > > > Date: Thu, 19 Sep 2002 09:37:10 -0500 > > F

Database access deployment question

2002-09-19 Thread Kirby Vandivort
her settings for our application that need to be set. CURRENTLY, we aren't using struts (pure servlets) and we have properties files that contain this information. But, we are currently requiring the user to unpack the WAR file and I would love to get away from this. Thanks for your he

Re: STRUTS BOOK

2002-09-06 Thread Kirby Vandivort
ific stuff). > > > > Chuck and Ted: yours are preordered. ;-) > > > > Mark > > > > > >-- >Ted Husted, Husted dot Com, Fairport NY US >co-author, Java Web Development with Struts >Order it today: ><http://husted.com/struts/book.html>

iterate question

2002-09-04 Thread Kirby Vandivort
found a way to do it using the struts tags as of yet. It really needs some sort of recursive solution since you don't know how many levels you will need to go down, and the presentation is something that clearly shouldn't be done on the business side, so any help or guidance that you have wo