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
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ó:
>
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) {
3 matches
Mail list logo