table display

2005-11-29 Thread fea jabi
Have 2 columns is my table. 1. 2. Hrs 1. column has Loans Deposits 2. column has values that has to ome from the action class. Hrs Loans Deposits What is the better way of doing this using struts? only the 2nd column has to be prepopu

Re: logic:iterate and table display

2004-10-17 Thread Rick Reumann
Erik Weber wrote the following on 10/16/2004 10:28 PM: but I think there's not much the Struts tags do that the JSTL tags can't do. Agreed, except the html form and netsted tags are nice and handy. Other than those I try and use JSTL (although I'm also using logic:present tag since it provides

Re: logic:iterate and table display

2004-10-16 Thread Erik Weber
elps, Erik Vijay Vishvas Dharap wrote: Can you tell how to use EL code. Am kind of newbie to Struts and and not much aware of EL tags. But my containier is only JSP 1.2 Also I am using struts 1.1 -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED] Sent: Saturday, October 16, 2004

RE: logic:iterate and table display

2004-10-16 Thread Vijay Vishvas Dharap
List Subject: Re: logic:iterate and table display Vijay Vishvas Dharap wrote the following on 10/15/2004 9:41 PM: > Hi all, > > I have following scenario.. > I have FormBean which has getter and setter for my VO object > > In VO I have a list of another VO. > > No

Re: logic:iterate and table display

2004-10-16 Thread Rick Reumann
Vijay Vishvas Dharap wrote the following on 10/15/2004 9:41 PM: Hi all, I have following scenario.. I have FormBean which has getter and setter for my VO object In VO I have a list of another VO. Now on this form I want to display the contents of the list using logic.iterate tags. I will make mat

logic:iterate and table display

2004-10-15 Thread Vijay Vishvas Dharap
Hi all, I have following scenario.. I have FormBean which has getter and setter for my VO object In VO I have a list of another VO. Now on this form I want to display the contents of the list using logic.iterate tags. I will make matter simpler saying... aFormBean has aVO which as list of bVO