radio buttons

2001-08-08 Thread Rachel Warburton
using the strut tag library does any one no of a way of making two radio buttons in the same group ie click one deselects the other one thanks ** This email and any files transmitted with it are confidential and intended

html:image tag, property attribute?

2001-08-08 Thread Rachel Warburton
html:image src=../../images/sendandsave.gif property=guess/ results in input type=image name= src=../../images/saveasdraft.gif which is not what I'd expect from looking at the source for ImageTag: public int doEndTag() throws JspException { // Generate an HTML input type=image

how to create reset and cancel buttons with my own image

2001-08-07 Thread Rachel Warburton
As I couldn't get the html:submit tag to display my own image, I'm using the image tag: html:image src=../../images/save.gif/ to do a submit. However, I don't see how to display my own image on a canel or reset button. Is it possible to set the image tag to cancel/ reset or to set the

how to create reset and cancel buttons with my own image

2001-08-07 Thread Rachel Warburton
As I couldn't get the html:submit tag to display my own image, I'm using the image tag: html:image src=../../images/save.gif/ to do a submit. However, I don't see how to display my own image on a canel or reset button. Is it possible to set the image tag to cancel/ reset or to

getting all items from a html:select to an array bean property

2001-07-26 Thread Rachel Warburton
Anyone know how to get all the values from a html:select and save them to a bean property, which is an array? I already have a solution which uses javascript to get all the values and save them to a hidden field as one long string to be submit to an ActionForm, which needs to convert the string

RE: logic:equal tage's value attribute

2001-07-19 Thread Rachel Warburton
Yeah, I've got that. I was just wondering if there was a better way to do it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 19 July 2001 11:20 To: [EMAIL PROTECTED] Subject: RE: logic:equal tage's value attribute Try this... first get the request