RE: Questions about debug and info messages

2004-03-23 Thread Van Riper, Mike
sers Mailing List > Subject: RE: Questions about debug and info messages > > > Thanks for the advice, but I'm using log4j. The API doc you > to which you > linked doesn't offer much help. I hacked a solution by > setting the message > level on the struts log

RE: Questions about debug and info messages

2004-03-23 Thread Pady Srinivasan
Subject: RE: Questions about debug and info messages Thanks for the advice, but I'm using log4j. The API doc you to which you linked doesn't offer much help. I hacked a solution by setting the message level on the struts logger to "warning" in one of my servlet's init met

RE: Questions about debug and info messages

2004-03-23 Thread Eric Hodges
tting (like a parameter to the Action servlet?) that will set the message level. -Original Message- From: Pady Srinivasan [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 8:21 AM To: Struts Users Mailing List Subject: RE: Questions about debug and info messages If you are using JDK

RE: Questions about debug and info messages

2004-03-23 Thread Pady Srinivasan
ECTED] -Original Message- From: Eric Hodges [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 10:36 AM To: Struts Users Mailing List (E-mail) Subject: Questions about debug and info messages We have a torrent of debug and info messages coming out of struts. I can't find any doc

Questions about debug and info messages

2004-03-23 Thread Eric Hodges
We have a torrent of debug and info messages coming out of struts. I can't find any documentation about how to turn them off. Two questions: 1. How do I turn off debug and info level messages? 2. Where is that documented? Thanks, Eric H

Re: [OT] 2 JSF questions

2004-03-21 Thread Craig R. McClanahan
(Better late than never ...) Quoting "Anderson, James H [IT]" <[EMAIL PROTECTED]>: > 1) Since JSF is written in Java, why does Sun have 3 different download > available, Windows, Solaris, Linux? > There are OS-specific downloads of the JDK itself, because the native code inside is different for

RE: [OT] 2 JSF questions

2004-03-12 Thread Matthias Wessendorf
an image in web-page that looks like an MAC_screen cheers, -Original Message- From: Anderson, James H [IT] [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 9:28 PM To: Struts Users Mailing List Subject: RE: [OT] 2 JSF questions Hi Matthias, What do you mean by "pics&q

RE: [OT] 2 JSF questions

2004-03-12 Thread Anderson, James H [IT]
Hi Matthias, What do you mean by "pics"? jim -Original Message- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 2:23 PM To: 'Struts Users Mailing List' Subject: RE: [OT] 2 JSF questions hi jim, searched the web :) http://www.jav

RE: [OT] 2 JSF questions

2004-03-12 Thread Matthias Wessendorf
] Sent: Friday, March 12, 2004 7:30 PM To: [EMAIL PROTECTED] Subject: [OT] 2 JSF questions 1) Since JSF is written in Java, why does Sun have 3 different download available, Windows, Solaris, Linux? 2) Would any of those work for Mac OS X? Thanks, jim

RE: [OT] 2 JSF questions

2004-03-12 Thread Matthias Wessendorf
olaris 2.9 * Windows 2000 * Windows XP * RedHat Linux 7.2 * Netscape 6.x * Internet Explorer 6 tested ... cheers! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 12, 2004 8:11 PM To: [EMAIL PROTECTED] Subject: RE: [OT] 2 JSF

RE: [OT] 2 JSF questions

2004-03-12 Thread Shahak.Nagiel
0 PM To: [EMAIL PROTECTED] Subject: [OT] 2 JSF questions 1) Since JSF is written in Java, why does Sun have 3 different download available, Windows, Solaris, Linux? 2) Would any of those work for Mac OS X? Thanks, jim - To unsu

RE: [OT] 2 JSF questions

2004-03-12 Thread Robert Taylor
I don't know. You may want to try the JSTL users mailing list: [EMAIL PROTECTED] robert > -Original Message- > From: Anderson, James H [IT] [mailto:[EMAIL PROTECTED] > Sent: Friday, March 12, 2004 1:30 PM > To: [EMAIL PROTECTED] > Subject: [OT] 2 JSF questions >

[OT] 2 JSF questions

2004-03-12 Thread Anderson, James H [IT]
1) Since JSF is written in Java, why does Sun have 3 different download available, Windows, Solaris, Linux? 2) Would any of those work for Mac OS X? Thanks, jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

RE: Struts Workflow - Questions ?

2004-03-03 Thread shirishchandra.sakhare
Workflow - Questions ? Hi I am not sure if I understand your question right, but the way I understand it is. You have some action that either can forward to itself (looping) 3 times ( 4 time it should be a workflow violation) or in case everything is ok forward to another action ? Well you have a

SV: Struts Workflow - Questions ?

2004-03-03 Thread Tommy Holm - TELMORE
mailto:[EMAIL PROTECTED] Sendt: 2. marts 2004 18:16 Til: [EMAIL PROTECTED] Emne: Struts Workflow - Questions ? Hi, I'm trying to resolve a problem I have by making use of Struts Workflow - Using this as I need something that will prevent "jump-out" within the process The login proces

Struts Workflow - Questions ?

2004-03-02 Thread Joanne L Corless
Hi, I'm trying to resolve a problem I have by making use of Struts Workflow - Using this as I need something that will prevent "jump-out" within the process The login process of my app has a number of conditions which dictate which page I send the user to next. I understand the basic's of the St

Localization questions

2004-02-05 Thread Nathan Maves
I know that struts can handle data formating great between different locales. My question is how and what needs to happen to support double byte languages? How can you create the locale specific properties files? What databases support these characters? nathan ---

Re: 2 unanswered questions

2004-02-02 Thread Matt Bathje
, January 29, 2004 6:00 PM Subject: Re: 2 unanswered questions > > I'm assuming that you've at least specified distinct values for the > > "method" attribute for each use of ? > > http://jakarta.apache.org/struts/userGuide/struts-html.html#javascript > > (Ac

XML Entity Resolution (was Re: 2 unanswered questions)

2004-01-30 Thread Joe Germuska
Maybe you need to register a custom EntityResolver on the Digesters? Struts doesn't really expose this in a graceful way right now, for tiles and validator you could probably look at either subclassing the plugins and taking charge of how the Digester is configured. See http://jakarta.apache.o

Re: 2 unanswered questions

2004-01-30 Thread Matt Bathje
> > regarding "entity includes in tiles-defs.xml (again)" -- both > struts-config and tiles-definitions files can be specified using a > comma-separated list of files (in web.xml for struts-config, and in > the plugin descriptor in struts-config for tiles) -- isn't that a > simpler way to solve the

Re: 2 unanswered questions

2004-01-29 Thread Matt Bathje
> I'm assuming that you've at least specified distinct values for the > "method" attribute for each use of ? > http://jakarta.apache.org/struts/userGuide/struts-html.html#javascript > (Actually, looking at the doc I see that the process when this isn't > specified should result in unique validate m

Re: 2 unanswered questions

2004-01-29 Thread Joe Germuska
and feel just as free (or more so) to attach patches to help solve the problem! And as long as I am doing this, there are 2 other questions with no answers regarding "entity includes in tiles-defs.xml (again)" -- both struts-config and tiles-definitions files can be specified using a comm

2 unanswered questions

2004-01-29 Thread Matt Bathje
Hi all. I have a few questions I've posted to the list recently that have not been answered. 2 of them are somewhat important, and I was wondering if anybody had any insights. I will simplify the questions in this message and include a link to the full description. First - how can I

RE: Design Questions

2004-01-04 Thread Edgar P Dollin
> -Original Message- > From: Scott McClure [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 03, 2004 10:50 AM > To: [EMAIL PROTECTED] > Subject: Design Questions > > > First, I was thinking about using a single UserForm to validate all > forms relating t

RE: Design Questions

2004-01-03 Thread Guillermo Meyer
50 p.m. To: [EMAIL PROTECTED] Subject: Design Questions I am trying to design a basic struts application, and I would like the opinion of those on the list about some design questions. First, I was thinking about using a single UserForm to validate all forms relating to a user, for instance. T

Design Questions

2004-01-03 Thread Scott McClure
I am trying to design a basic struts application, and I would like the opinion of those on the list about some design questions. First, I was thinking about using a single UserForm to validate all forms relating to a user, for instance. The problem is, is that some fields would not be

Re: newbie struts/ant build questions

2003-12-29 Thread Brice Ruth
What are you using as your base build.xml file? Lawrence Cryderman wrote: Hi, I'm having a heck of a time getting ant to build my simple struts app. Right now I'm getting: BUILD FAILED java.lang.ExceptionInInitializerError With the ant -v o

newbie struts/ant build questions

2003-12-29 Thread Lawrence Cryderman
Hi, I'm having a heck of a time getting ant to build my simple struts app. Right now I'm getting: BUILD FAILED java.lang.ExceptionInInitializerError With the ant -v option I get java.lang.ExceptionInInitializerError a

RE: Lazy questions on this list & [FRIDAY!]

2003-11-21 Thread Mainguy, Mike
: Re: Lazy questions on this list & [FRIDAY!] I think that the balancing act between catering for the newbies and testing the patience of the grizzled struts listers is always a difficult one. Some lists that I have been which keep off-topic or lazy questions to a minimum do it in several

RE: Struts-validator.dtd, or why lame newbie questions happen.

2003-11-21 Thread Joe Hertz
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, November 21, 2003 5:02 AM > To: [EMAIL PROTECTED] > Subject: Re: Struts-validator.dtd, or why lame newbie > questions happen. > > > So I googled (imagine!). This

Re: Lazy questions on this list & [FRIDAY!]

2003-11-21 Thread Adam Hardy
I think that the balancing act between catering for the newbies and testing the patience of the grizzled struts listers is always a difficult one. Some lists that I have been which keep off-topic or lazy questions to a minimum do it in several ways. The css-discuss list has a list policy much

Re: Struts-validator.dtd, or why lame newbie questions happen.

2003-11-21 Thread majoko
Hi, > "Struts in Action" says to copy struts-validator.dtd into WEB-INF. > > Couldn't find it. So I checked Manning's site for errata to this (since > it was beta at the time) like the book suggested. Nothing. > > So I googled (imagine!). This changed since in the final release, to be > part of s

Struts-validator.dtd, or why lame newbie questions happen.

2003-11-21 Thread Joe Hertz
"Struts in Action" says to copy struts-validator.dtd into WEB-INF. Couldn't find it. So I checked Manning's site for errata to this (since it was beta at the time) like the book suggested. Nothing. So I googled (imagine!). This changed since in the final release, to be part of struts-html.tld, d

RE: [OT] Veggie Tales! (was: Lazy questions on this list)

2003-11-20 Thread Greg Dunn
The Mr. Lunt and Larry commentary track on the Jonah DVD is worth buying it for alone. Greg -Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 11:58 AM To: [EMAIL PROTECTED] Subject: RE: [OT] Veggie Tales! (was: Lazy questions on this

Re: Lazy questions on this list

2003-11-20 Thread Mark Lowe
No its not your imagination.. Some of the questions are just about basic tag which is well documented with examples (for those who first language isn't english). I usually don't believe in stupid questions, as all questions are good, but alas i've been proved wrong. On 20 Nov

RE: Lazy questions on this list

2003-11-20 Thread Dixon Tim Contr HQ SSG/STN
EMAIL PROTECTED] Subject: struts-user Digest 20 Nov 2003 17:44:53 - Issue 4192 struts-user Digest 20 Nov 2003 17:44:53 - Issue 4192 Topics (messages 99608 through 99628): Re: Lazy questions on this list 99608 by: Larry Meadors 99609 by: Larry Meadors 99611 by:

RE: Lazy questions on this list

2003-11-20 Thread Paul McCulloch
sers Mailing List > Subject: Re: Lazy questions on this list > > > > > 1.Try to find an answer by searching the Web. > > 2.Try to find an answer by reading the manual. > > 3.Try to find an answer by reading a FAQ. > > 4.Try to find an answer by inspection or exp

Re: Lazy questions on this list

2003-11-20 Thread Bryce Fischer
> > So from what I'm hearing here, as a newb, it is safe to > > assume that all answers to my questions will be www.google.com... > > No, but as a newbie many of them will be. Many of them will also be in one > of the books that are out there, the docs, the source cod

Re: Lazy questions on this list

2003-11-20 Thread Kirk Wylie
On Nov 20, 2003, at 9:22 AM, Paananen, Tero wrote: >> What may seem like a lazy question to some, may seem like a >> valid question for a newbie. >> Some people just need to remember what it was like to try to >> learn this stuff for the first time. > > I think

RE: [OT] Veggie Tales! (was: Lazy questions on this list)

2003-11-20 Thread Brandon Goodin
er 20, 2003 11:48 AM >To: [EMAIL PROTECTED] >Subject: [OT] Veggie Tales! (was: Lazy questions on this list) > > >Has anyone caught the most recent LarryBoy adventure? > >>>> [EMAIL PROTECTED] 11/20/2003 10:40:09 AM >>> >

Re: Lazy questions on this list

2003-11-20 Thread Larry Meadors
adors <[EMAIL PROTECTED]> wrote: > I agree. > > At the same time I do not think that "How do I > deprecate a method?" or > "What is JSTL?" kinds of questions should be > answered with anything more > involved than a link or reference to google. > &

Re: [OT] Veggie Tales! (was: Lazy questions on this list)

2003-11-20 Thread Larry Meadors
:09 AM >>> >-Original Message- >From: Long, Robert [mailto:[EMAIL PROTECTED] >Sent: Thursday, November 20, 2003 11:36 AM >To: Struts Users Mailing List >Subject: RE: Lazy questions on this list > >So from what I'm hearing here, as a newb, it is safe to &

RE: [OT] Veggie Tales! (was: Lazy questions on this list)

2003-11-20 Thread Chappell, Simon P
I just can't get into the cartoon adventures. I only like the CG ones. :-) >-Original Message- >From: Brandon Goodin [mailto:[EMAIL PROTECTED] >Sent: Thursday, November 20, 2003 11:48 AM >To: [EMAIL PROTECTED] >Subject: [OT] Veggie Tales! (was: Lazy questions on this l

RE: Lazy questions on this list

2003-11-20 Thread Chappell, Simon P
>HAHAHAH! Dang I missed a veggie tales thread! > >Why do I doubt Mark was in on that one? If I recall correctly, he was right up there with the rest of us. :-) Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

RE: Lazy questions on this list

2003-11-20 Thread Larry Meadors
>>> [EMAIL PROTECTED] 11/20/03 10:36 AM >>> > So from what I'm hearing here, as a newb, it is safe to assume > that all answers to my questions will be www.google.com... If your questions are "What is JSTL?" or "How do I deprecate a method?"

Re: Lazy questions on this list

2003-11-20 Thread Gus Heck
1.Try to find an answer by searching the Web. 2.Try to find an answer by reading the manual. 3.Try to find an answer by reading a FAQ. 4.Try to find an answer by inspection or experimentation. 5.Try to find an answer by asking a skilled friend. 6.You *are* a programmer, try to find an

RE: Lazy questions on this list

2003-11-20 Thread Paul McCulloch
> -Original Message- > From: Long, Robert [mailto:[EMAIL PROTECTED] > Sent: 20 November 2003 17:36 > To: Struts Users Mailing List > Subject: RE: Lazy questions on this list > > > > So from what I'm hearing here, as a newb, it is safe to > assume th

[OT] Veggie Tales! (was: Lazy questions on this list)

2003-11-20 Thread Brandon Goodin
Has anyone caught the most recent LarryBoy adventure? >>> [EMAIL PROTECTED] 11/20/2003 10:40:09 AM >>> >-Original Message- >From: Long, Robert [mailto:[EMAIL PROTECTED] >Sent: Thursday, November 20, 2003 11:36 AM >To: Struts Users Mailing List >Subject

RE: Lazy questions on this list

2003-11-20 Thread Larry Meadors
ts Users Mailing List >Subject: RE: Lazy questions on this list > >So from what I'm hearing here, as a newb, it is safe to >assume that all answers to my questions will be www.google.com... Actually, a good number of answers will come from taking that route first. >Well, tha

RE: Lazy questions on this list

2003-11-20 Thread Paul McCulloch
There's a big difference between a lazy question and an easy one. If someone indicates that they've made some effort to find the answer but could not then I'd be inclined to help. Even if I consider it a totally basic question (with my whole 6 months Struts experience:-). The

RE: Lazy questions on this list

2003-11-20 Thread Chappell, Simon P
>-Original Message- >From: Long, Robert [mailto:[EMAIL PROTECTED] >Sent: Thursday, November 20, 2003 11:36 AM >To: Struts Users Mailing List >Subject: RE: Lazy questions on this list > >So from what I'm hearing here, as a newb, it is safe to >assume tha

RE: Lazy questions on this list

2003-11-20 Thread Long, Robert
So from what I'm hearing here, as a newb, it is safe to assume that all answers to my questions will be www.google.com... Well, that is typically the first place to look. I guess my next search should for a more newbie friendly list... Btw, the "experts" here have spent mor

Re: Lazy questions on this list

2003-11-20 Thread Vic Cekvenich
ation or are the number of downright lazy requests to > this list getting worse? > > If the only replies any lazy questions ever got was > http://www.catb.org/~esr/faqs/smart-questions.html then maybe people > would get the point. Has anyone got any other ideas about how we can >

Re: Lazy questions on this list

2003-11-20 Thread Gus Heck
Jarnot Voytek Contr AU HQ/SC wrote: I disagree, there is a clear distinction - asking a question without having read the docs shouldn't seem valid to a newbie. I agree that a lot of these concepts are not obvious, and a lot of the documentation is lacking - that's why this list is essential. How

Re: Lazy questions on this list

2003-11-20 Thread Larry Meadors
I could not disagree more. :-D Give away the fish or teach people how to fish. What is the better long-term solution? Larry >>> [EMAIL PROTECTED] 11/20/03 10:23 AM >>> IMHO, the very best way to handle easy questions is with a l

Re: Lazy questions on this list

2003-11-20 Thread Ted Husted
Paul McCulloch wrote: > Is it my imagination or are the number of downright lazy requests to > this list getting worse? > > If the only replies any lazy questions ever got was > http://www.catb.org/~esr/faqs/smart-questions.html then maybe people > would get the point. Has an

Re: Lazy questions on this list

2003-11-20 Thread Vic Cekvenich
Larry Meadors wrote: "What is JSTL?" kinds of questions should be answered As long as these questions are answered, they will continue to be asked. +1 Maybe a FAQ Wiki? Who will be the first to create a page and post a FAQ? The culture of the list is part for Struts Comm

Re: Lazy questions on this list

2003-11-20 Thread Shyam A
Well, a newbie like me is happy as long as I know I'm not fishing in troubled waters:) --- Larry Meadors <[EMAIL PROTECTED]> wrote: > I agree. > > At the same time I do not think that "How do I > deprecate a method?" or > "What is JSTL?" kinds of que

Re: Lazy questions on this list

2003-11-20 Thread Larry Meadors
before giving up and asking the list mindless questions. Larry >>> [EMAIL PROTECTED] 11/20/03 9:33 AM >>> In those curcumstance, some people find more easy to sent help email on the list instead of trying to understand their pb by themself. And if the only response they can

Re: Lazy questions on this list

2003-11-20 Thread Nathan Maves
to learn this stuff for the first time. I think people generally refer to lazy questions when the answer to the question could have been search within 30 seconds on Google or the mailing list archives. Also remember, you have total control of your delete key. I have other things to do with my time

RE: Lazy questions on this list

2003-11-20 Thread Larry Meadors
m: Long, Robert [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 20, 2003 10:14 AM > To: Struts Users Mailing List > Subject: RE: Lazy questions on this list > > > What may seem like a lazy question to some, may seem like a > valid question for a newbie. > Some peopl

Re: Lazy questions on this list

2003-11-20 Thread Larry Meadors
argeted to >>people just starting out. >>A lazy question to experienced developer could be a >>valid newbie question... >> >>L:) >> >> >>Paul McCulloch wrote: >> >> >> >>>Is it my imagination or are the number of downr

Re: Lazy questions on this list

2003-11-20 Thread Larry Meadors
I agree. At the same time I do not think that "How do I deprecate a method?" or "What is JSTL?" kinds of questions should be answered with anything more involved than a link or reference to google. Remember the parable about giving a man a fish vs. teaching him how to fi

Re: Lazy questions on this list

2003-11-20 Thread Linda Coleman
t getting worse? If the only replies any lazy questions ever got was http://www.catb.org/~esr/faqs/smart-questions.html then maybe people would get the point. Has anyone got any other ideas about how we can reduce the amount of lazy and totally off-topic posts to the

Re: Lazy questions on this list

2003-11-20 Thread Shyam A
ination or are the number of downright > lazy requests to this > >list getting worse? > > > >If the only replies any lazy questions ever got was > >http://www.catb.org/~esr/faqs/smart-questions.html > then maybe people would > >get the point. Has anyone got any o

Re: Lazy questions on this list

2003-11-20 Thread Linda Coleman
r of downright lazy requests to this list getting worse? If the only replies any lazy questions ever got was http://www.catb.org/~esr/faqs/smart-questions.html then maybe people would get the point. Has anyone got any other ideas about how we can reduce the amount of lazy and totally off-topic posts to

RE: Lazy questions on this list

2003-11-20 Thread Chappell, Simon P
Perhaps, instead of just pointing people at the smart questions FAQ (however much it seems like the right thing to do), we could point them at the appropriate entry in the various Struts FAQ documents. This would be a much more helpful thing to do and over time people would both get help and

RE: Lazy questions on this list

2003-11-20 Thread Jarnot Voytek Contr AU HQ/SC
003 10:14 AM > To: Struts Users Mailing List > Subject: RE: Lazy questions on this list > > > What may seem like a lazy question to some, may seem like a > valid question for a newbie. > Some people just need to remember what it was like to try to > learn this stuff for t

RE: Lazy questions on this list

2003-11-20 Thread Paananen, Tero
> What may seem like a lazy question to some, may seem like a > valid question for a newbie. > Some people just need to remember what it was like to try to > learn this stuff for the first time. I think people generally refer to lazy questions when the answer to the question cou

RE: Lazy questions on this list

2003-11-20 Thread Long, Robert
McCulloch [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 9:51 AM To: Struts Users Mailing List (E-mail) Subject:Lazy questions on this list Is it my imagination or are the number of downright lazy requests to this list getting worse? If the only replies any lazy questions

RE: Lazy questions on this list

2003-11-20 Thread Paananen, Tero
> Since we're bringing up pet peeves, messages which > consist of a signature longer than the actual message > itself should be filtered out... Unfortunately many of us have no choice, since it's added by the corp mail server. Case in point below... -TPP

Re: Lazy questions on this list

2003-11-20 Thread Carl
What is certain is that this mailibng list is an active one ! I think the lazy issue is common one for all mailing list. I'm myself quite new to struts and I had many questions in the begining. Even with the ducumentation effort on the Struts project, I found some difficulties to fin

Re: Lazy questions on this list

2003-11-20 Thread Rick Reumann
Paul McCulloch wrote: Is it my imagination or are the number of downright lazy requests to this list getting worse? Where can I download Struts? -- Rick - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: Lazy questions on this list

2003-11-20 Thread Jarnot Voytek Contr AU HQ/SC
I'd add that we really don't need a discussion about IDEs every week. This list is also becoming a clearinghouse for general java/web/open-source questions. Since we're bringing up pet peeves, messages which consist of a signature longer than the actual message itself should

Lazy questions on this list

2003-11-20 Thread Paul McCulloch
Is it my imagination or are the number of downright lazy requests to this list getting worse? If the only replies any lazy questions ever got was http://www.catb.org/~esr/faqs/smart-questions.html then maybe people would get the point. Has anyone got any other ideas about how we can reduce the

RE: Two basic questions regarding logic:equal

2003-11-02 Thread Karr, David
If you can use a Servlet 2.3 web container, you could instead use the JSTL and Struts-EL. Then, you could use the more powerful expression language in the JSTL. You can easily do boolean (multi-element) comparisons in the EL. -Original Message- From: Jitesh Sinha [mailto:[EMAIL PROTECTED

Two basic questions regarding logic:equal

2003-11-02 Thread Jitesh Sinha
Hi there, 1.)How do you compare one property of a bean with two values by a single logic:equal tag?I want to achieve the following logic: if(str.equals("astr") || str.equals("anotherstr")) I guess logic:equal tag is for only one comparison...so what you people think is the most efficient way t

Some design questions/Specific form access rights

2003-10-30 Thread Arne Brutschy
Hello, I have to implement group scpecific forms and I wanted to ask around what the best way to do this. The basic idea is: We have a form, and only a specific group of read/write a subset of the values. Take a user form as example, only the mailadmin may edit the mailhost and address values, the

RE: Good list for JSTL questions?

2003-10-23 Thread Chen, Gin
, 2003 6:34 PM To: Struts Users Mailing List Subject: Good list for JSTL questions? What's a good list to address JSTL questions to? Thanks. -- Brice D. Ruth Sr. IT Analyst Fiskars Brands, Inc. - To unsubscribe, e

RE: Good list for JSTL questions?

2003-10-23 Thread Steve Raeburn
Brice [mailto:[EMAIL PROTECTED] > Sent: October 23, 2003 3:34 PM > To: Struts Users Mailing List > Subject: Good list for JSTL questions? > > > What's a good list to address JSTL questions to? > > Thanks. > > -

Re: Good list for JSTL questions?

2003-10-23 Thread Ruth, Brice
#x27;s a good list to address JSTL questions to? Thanks. -- Brice D. Ruth Sr. IT Analyst Fiskars Brands, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Brice D. Ruth S

Re: Good list for JSTL questions?

2003-10-23 Thread Martin Cooper
The Jakarta taglibs-user list is probably the best one, since the JSTL RI implementors are on that list, along with a good number of JSTL users. -- Martin Cooper "Ruth, Brice" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > What's a good list to a

RE: Good list for JSTL questions?

2003-10-23 Thread Karr, David
"taglibs-user" -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 3:34 PM To: Struts Users Mailing List Subject: Good list for JSTL questions? What's a good list to address JSTL questions to? Thanks. -- Brice D. Ruth

Good list for JSTL questions?

2003-10-23 Thread Ruth, Brice
What's a good list to address JSTL questions to? Thanks. -- Brice D. Ruth Sr. IT Analyst Fiskars Brands, Inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Newbie Struts Questions

2003-10-03 Thread Koni Roth
Hi Rey 1) Struts works with Tomcat standalone. 2) When I deployed my webapp I had to edit the server.xml. I simply added one line: Then I could access the webapp by: http://localhost:8080/ or http://localhost:8080/mystrutsapp Cheers Koni Reynardine wrote: Hello, I've got Java HTTP servlets ru

Re: Newbie Struts Questions

2003-10-03 Thread Ted Husted
These really aren't Struts questions, but questions about web applications in general. To learn more about web applications, a good starting point is the Java Web Services Tutorial http://java.sun.com/webservices/docs/1.0/tutorial/index.html (which they had this when I was a n

Newbie Struts Questions

2003-10-03 Thread Reynardine
Hello, I've got Java HTTP servlets running under Tomcat. Now I want to convert them to run under Struts. 1) Does Struts work with Tomcat Standalone or must I use Tomcat/Apache with a connector? I would prefer to use just Tomcat and Struts. Must I connect to Apache to get Struts to work? I h

Radio Buttons (answered my own questions)

2003-09-11 Thread Sloan Seaman
One of my developers has some things mis-configured. Please ingore the last email. I got it working... Sorry! This email has been scanned for all viruses by the MessageLabs Email Security System. For more information on a

Html:File tag questions

2003-09-09 Thread Julio . Font
I have 2 questions regarding the tag: Is there a way around getting the "Warning: Page has Expired The page you requested was created using information ..." page when the user clicks the browser back button on a form that has a tag? I believe this tag is the cause of this behavior

RE: Searching facility questions

2003-09-08 Thread Marco Tedone
ith a very interrogative expression...) Marco From: "Mainguy, Mike" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: Searching facility questions Hide your .jsp files in /WEB-INF/foo (I use /WEB-INF/pages) so that the u

RE: Searching facility questions

2003-09-08 Thread Mainguy, Mike
To: Struts-user-list Subject: Searching facility questions Ok, let's say that I would like to translate system's specific URLs (i.e. D:\Tomcat\webapps\foo\foo\bar.jsp and so on...) into web-context specific URLs (i.e. http://myServer/foo/foo/bar.jsp). Well, if I immagine to replace

Searching facility questions

2003-09-07 Thread Marco Tedone
Ok, let's say that I would like to translate system's specific URLs (i.e. D:\Tomcat\webapps\foo\foo\bar.jsp and so on...) into web-context specific URLs (i.e. http://myServer/foo/foo/bar.jsp). Well, if I immagine to replace D:\Tomcat\webapps with http://myServer things seem quite easy. My first qu

Three questions

2003-09-05 Thread Rouven Gehm
Hi, i'm new to Struts and have some minor questions which haven't been answered by Dr. Google, book or tutorial i've found and done so far, so maybe someone here can give me a fast answer. I've started working on a small application, where i nearly try to use everything Str

RE: HibernatePlugIn for struts (a few questions)

2003-08-27 Thread Bill Chmura
All makes wonderful sense to me! Thanks for the feedback... Bill > -Original Message- > From: David Friedman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 27, 2003 11:45 AM > To: Struts Users Mailing List > Subject: RE: HibernatePlugIn for struts (

RE: HibernatePlugIn for struts (a few questions)

2003-08-27 Thread Bill Chmura
g List > Subject: RE: HibernatePlugIn for struts (a few questions) > > > There are two versions of the HibernatePlugIn for Struts. > One is written by Ted Husted and is available in the > "Struts Hibernate" sourceforge project. The other was &g

RE: HibernatePlugIn for struts (a few questions)

2003-08-27 Thread Bradley Handy
- > From: David Friedman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 27, 2003 11:45 AM > To: Struts Users Mailing List > Subject: RE: HibernatePlugIn for struts (a few questions) > > Bill, > > You're probably best off using the PlugIn style > of Hibernate/St

RE: HibernatePlugIn for struts (a few questions)

2003-08-27 Thread David Friedman
Bill, You're probably best off using the PlugIn style of Hibernate/Struts where it keeps one session factory and manages it for you on startup and shutdown, plus provides a simple, central way to obtain it via the servlet's getAttribute: > SessionFactory sessionFactory = (SessionFactory) > getSe

RE: HibernatePlugIn for struts (a few questions)

2003-08-27 Thread Bill Chmura
sleep > -Original Message- > From: Hue Holleran [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 27, 2003 4:09 AM > To: Struts Users Mailing List > Subject: RE: HibernatePlugIn for struts (a few questions) > > > Hi Bill, > > Not rel

RE: HibernatePlugIn for struts (a few questions)

2003-08-27 Thread Hue Holleran
d not considered iBATIS. Hue. > -Original Message- > From: Bill Chmura [mailto:[EMAIL PROTECTED] > Sent: 27 August 2003 07:20 > To: 'Struts Users Mailing List' > Subject: HibernatePlugIn for struts (a few questions) > > > > Okay, I managed after much beat

HibernatePlugIn for struts (a few questions)

2003-08-27 Thread Bill Chmura
Okay, I managed after much beating and desk pounding got hibernate to work in struts. It just took some patience. Anyway, I now have two questions: #1 - Regarding the plugin that stuffs a hibernate sessionFactory into the servletContext. In my code I can use hibernate two ways

  1   2   3   4   5   6   >