html:link parameter within logic:iterate

2001-07-30 Thread Warwick Boote
The output of this shows a list of links, but i want stencilName= apended to the url... how do i do that? logic:iterate id=iterator1 name=stencils scope=session type=com.eurobenefits.dta.domain.StencilSummary html:link page=/stencilname.do?action=doopenfile bean:write name=iterator1

html:options from a Collection of Strings

2001-07-30 Thread Warwick Boote
I've got a collection of strings, and i want to populat a html:options tage with the values in that Collection. where both the name and the value = the string's value this DOESN'T work: html:select property=attributeName html:options collection=fieldCodes /html:select Where

RE: Looking for developer's guide

2001-07-30 Thread Warwick Boote
here is a good starting point incase you've missed it http://husted.com/about/struts/resources.htm -Original Message- From: bill milbratz [mailto:[EMAIL PROTECTED]] Sent: 30 July 2001 16:47 To: [EMAIL PROTECTED] Subject: Looking for developer's guide Hello, I'm new to struts and

RE: what setters do i implement in an indexed tag ?

2001-07-25 Thread Warwick Boote
= newFieldMappings; } unless you use it in your action to populate the form object before displaying the form jsp. I am about to try this myself so this is just a guess. Hal -Original Message- From: Warwick Boote [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 9:09 AM To: [EMAIL PROTECTED

what setters do i implement in an indexed tag ?

2001-07-24 Thread Warwick Boote
I've created a page using indexed tags (neat stuff!). Here is what is currently working for me: o If i populate the form's vector, values from that vector are displayed in the jsp Here is what it not working: o when the form is posted back, the vector is null (in the struts perform() method)