html:submit and iterate woes.

2002-01-18 Thread Nandini Agarwal
Hi, I am new to Struts, JSP, JAVA and the works and am totally stuck here. I am using arrays in my form. What I am trying to do here is, display a list of documents to the user who would then check the radio button and hit the SUBMIT button for only ONE of the documents. I need to insert a

RE: html:select html:options tags

2001-08-29 Thread Nandini Agarwal
n.setAttribute( "serverTypes", serverTypes );.. other code ...jsp page.html:select property="type" html:options collection="serverTypes" property="value" //html:select* labelProperty can be omitted if the label and value have the same value.I hope this he

html:select html:options tags

2001-08-28 Thread Nandini Agarwal
Hi, I am new to java, struts, jsp and EJB. And guess what, I need help. What, I need to do is substitute the following with the html:options collection ... tag. tdhtml:select property=liquidNetWorth option value=10Less than $5,000 option value=11Greater than $5,000 option