RE: [BEAN/LOGIC] How to avoid some ugliness

2002-09-18 Thread Robert Taylor
Rick, currently I use the bean:size tag to expose the size of the collection and then I use the logic:greaterThan. // do stuff here It get's even tighter if you use the nested taglib. // do stuff here A cursory glance at the logic:present code seems to only determine if the object is non

RE: [BEAN/LOGIC] How to avoid some ugliness

2002-09-18 Thread Gideon, Thomas
uts Users Mailing List; Rick Reumann > Subject: RE: [BEAN/LOGIC] How to avoid some ugliness > > > Have you tried using ? Even better yet, if > you are using Struts 1.1, you can use . > > > > <%-- Do whatever with the list --%> > > > > I thin

RE: [BEAN/LOGIC] How to avoid some ugliness

2002-09-18 Thread Sri Sankaran
Have you tried using ? Even better yet, if you are using Struts 1.1, you can use . <%-- Do whatever with the list --%> I think it may require that the list be null (as opposed to being empty). If so, you can resort to a lesser ugliness by creating a method that returns null if the list