Re: problem with html:Image and Indexed form

2004-12-13 Thread Tito Eritja
El lun, 13 de 12 de 2004 a las 20:44, Tito Eritja escribiÃ: > Hi everybody. > > I have a problem with tag > > I'm using a ImageButton bean like that: > > public final class ImageButtonBean implements Serializable { > private String x = null; > private String y = null; > > public St

Re: problem with html:Image and Indexed form

2004-12-13 Thread Mark Lowe
You need to a subclass action and search the request parameter for "[" "]" find the index and do things this way, at least thats what i've done in the past. Mark On 13 Dec 2004 20:55:25 +0100, Tito Eritja <[EMAIL PROTECTED]> wrote: > El lun, 13 de 12 de 2004 a las 20:44, Tito Eritja escribió: >

problem with html:Image and Indexed form

2004-12-13 Thread Tito Eritja
Hi everybody. I have a problem with tag I'm using a ImageButton bean like that: public final class ImageButtonBean implements Serializable { private String x = null; private String y = null; public String getX() { return (this.x); } public void setX(String x) {