RE: cvs commit: jakarta-struts/web/test html-multibox.jsp html-s etters.jsp

2001-01-22 Thread Kok, Arjan
gt; Subject: RE: cvs commit: jakarta-struts/web/test html-multibox.jsp > html-s etters.jsp > > > On 1/19/2001 at 2:19 PM Kok, Arjan wrote: > >In our application we use Entity Beans (EJB), and Entity beans can > have a deliveryAddress with value null (when the foreign key

RE: cvs commit: jakarta-struts/web/test html-multibox.jsp html-s etters.jsp

2001-01-19 Thread Ted Husted
On 1/19/2001 at 2:19 PM Kok, Arjan wrote: >In our application we use Entity Beans (EJB), and Entity beans can have a deliveryAddress with value null (when the foreign key relating a deliveryAddress to a Customer in the Customer table is null). Sorry, you did say that.-) But I was looking at this

RE: cvs commit: jakarta-struts/web/test html-multibox.jsp html-s etters.jsp

2001-01-19 Thread Kok, Arjan
: Struts Dev > Subject: RE: cvs commit: jakarta-struts/web/test html-multibox.jsp > html-s etters.jsp > > > Personally, I would think there's a difference between an individual > method returning null, and an entire object being absent. > > I also wonder about the idea that &

RE: cvs commit: jakarta-struts/web/test html-multibox.jsp html-s etters.jsp

2001-01-18 Thread Ted Husted
Personally, I would think there's a difference between an individual method returning null, and an entire object being absent. I also wonder about the idea that "The deliveryAddress is optional, so can be null." If I understand the hypothetical, deliveryAddress is optional only if the user doe