How to refer/declare to ImageButtonBean within a JSP

2003-12-07 Thread Shantanu Deo
Hi, I have a need to define multiple Image Input Button within an Iterate tag and I am experimenting with the use of ImageButtonBean. I would like to know that having defined the ImageButtonBean, how does one declare it within the html:img tag. An example would be great. Secondly, how does

Using Input Button inside a Iterate Tag

2003-12-06 Thread Shantanu Deo
What is the mechanics of using the Input button inside of the Iterate tag. I have my JSP as html:form action=/action/dispatchEmployeeAction.do table TR thNumber/th thFirst Name/th thLast Name/th thTelephone Count/th thAddress/th /TR logic:iterate

Re: dynamic number of lines - Indexed properties ?

2003-12-05 Thread Shantanu Deo
One way to deal with this is to break it up into two parts, in the first step ask the user to specify the number of family members and then create the record and appropriately display the correct number of family members. Another would be to put a Add Member button on the page and essentially in