html double option warning

2001-12-10 Thread Mike Hoeffner
I couldn't find anything in the archives, but I was just tripped up when a user said that they were getting double listings in combo boxes. This is obviously something that I was doing wrong, but it had been working for most users. I just wanted to point it out in case other developers are maki

RE: 2 problems with

2001-12-09 Thread Mike Hoeffner
Removing: null false from my web.xml seemed to solve #2. -Original Message- From: Mike Hoeffner [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 09, 2001 2:26 PM To: [EMAIL PROTECTED] Subject: RE: 2 problems with I'm at a loss for why, but I did a lot of trial and erro

RE: 2 problems with

2001-12-09 Thread Mike Hoeffner
ed to the start and end of every error message). Mike -Original Message- From: Mike Hoeffner [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 08, 2001 2:12 PM To: [EMAIL PROTECTED] Subject: 2 problems with I am using the nightly build from 12/07. 1) I have JSP that looks like this:

2 problems with

2001-12-08 Thread Mike Hoeffner
I am using the nightly build from 12/07. 1) I have JSP that looks like this: A: B: "/> This is what gets printed out: A: B: When do the tags get evaluated? Is their a way to set the property dynamically and still have it be replaced with the appropriate error message? 2) All of

setting a default bean for logic tags

2001-12-05 Thread Mike Hoeffner
Is it possible to set a default bean for logic tags like it is for form tags so that they don't have to be named in each logic tag? If I don't specify the "name" in an tag, the "name" from the parent form and its corresponding action tag will be used. For example, in the below tag, fooForm wi