Re: JSP / JavaBean problem

2001-07-05 Thread Boris Niyazov
According to JSP specs if you're attemting to initialize a bean property from a request parameter that does not exist or is defined as an empty value then command has no effect: the tag is just ignored. More exactly (from the JSP 1.1 spec): "If the param is not set in the Request object, or if

Antw: RE: JSP / JavaBean problem (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Antw: RE: JSP / JavaBean problem (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Antw: RE: JSP / JavaBean problem (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Antw: RE: JSP / JavaBean problem (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Antw: RE: JSP / JavaBean problem (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

Antw: RE: JSP / JavaBean problem (Abwesenheitsnotiz)

2001-06-29 Thread Petra Hora
Ich bin bis 9.7.2001 auf Urlaub. Bitte wenden Sie sich in dieser Zeit an meine Kollegen im Team EW2 Mit freundlichen Grüßen Petra Hora

RE: JSP / JavaBean problem

2001-06-29 Thread Mike . Housman
ginal Message- > From: Dmitri Colebatch [SMTP:[EMAIL PROTECTED]] > Sent: Friday, June 29, 2001 2:27 AM > To: [EMAIL PROTECTED] > Subject: Re: JSP / JavaBean problem > > Mike, > > Yeah - I see the problem. I reckon the easiest way would be to make a > clearPrope

Re: JSP / JavaBean problem

2001-06-28 Thread Dmitri Colebatch
st much more tedius, especially on forms with many > fields. > > Also, as a side note, this does not work either. > > > > Thanks! > Mike > > -Original Message- > From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 28, 2001 11:36 PM > To:

RE: JSP / JavaBean problem

2001-06-28 Thread Mike . Housman
ree")); . . You get the idea . %> This works fine, it is just much more tedius, especially on forms with many fields. Also, as a side note, this does not work either. Thanks! Mike -Original Message- From: Dmitri Colebatch [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28,

Re: JSP / JavaBean problem

2001-06-28 Thread Dmitri Colebatch
firstly - right list. unfortunately I dont have a direct answer for you, although do see what you're asking. what might help you though is something like struts (http://jakarta.apache.org/struts). it handles the sorts of issues that are (by the sounds of it) at the base of your problem chee

JSP / JavaBean problem

2001-06-28 Thread Mike . Housman
Hi, I'm new to this list, and hope this is the appropriate forum. Kick me over to a developer forum if not... I am developing JSPs with JavaBeans and have run into an issue with "blank" input fields on the form. An empty string, "", is NOT passed to the setter method on my beans. I have resear