Logic Tag question

2001-11-30 Thread Strichartz, Beth
Hi, Any ideas on what tag, or how to compare to attributes from my form bean? Typically I would do logic:greaterThan property=number value=7 A little lower... /logic:greaterThan But, I need to see to compare two properties. Thanks, Beth. This message contains information

Struts iterate logic tag question

2001-03-22 Thread Sundar @eSaravana
Hello, It's a long mail, after a long day. Following is the scenario I am trying to get it done. My current processing: I have a BuddyListForm bean that has three instance variables name,alias and phoneno. code on my JSP page to iterate over the collection: logic:iterate id="buddylist"

Struts iterate logic tag question

2001-03-22 Thread Sundar @eSaravana
Hello, It's a long mail, after a long day. Following is the scenario I am trying to get it done. My current processing: I have a BuddyListForm bean that has three instance variables name,alias and phoneno. code on my JSP page to iterate over the collection: logic:iterate