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

RE: 2 problems with html:errors

2001-12-09 Thread Mike Hoeffner
=%=errorKeyChildFirstName%/ /logic:iterate I'm still stuck with problem #2 though (null\r\n added 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

RE: 2 problems with html:errors

2001-12-09 Thread Mike Hoeffner
Removing: init-param param-namenull/param-name param-valuefalse/param-value /init-param 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

2 problems with html:errors

2001-12-08 Thread Mike Hoeffner
I am using the nightly build from 12/07. 1) I have JSP that looks like this: logic:iterate id=children name=adForm property=children indexId=index A: html:errors property=children[0].firstName/ B: html:errors property=%=children[+index.intValue()+].firstName%/ /logic:iterate This is what

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 html:text tag, the name from the parent form and its corresponding action tag will be used. For example, in the below html:text