You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Smith, Johnathan M." <js...@ubspw.com> on 2003/04/10 22:47:41 UTC

Checkbox in Strut 1.0.2

We are using Struts 1.0.2 and I have a screen that I have to display a list
of data with checkboxes to let the user check off a number of rows to be
deleted, How can I do this in Sturts 1.0.2??

Please help me out

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: Checkbox in Strut 1.0.2

Posted by Joseph Yang <ya...@rewardstream.com>.
On the page, you use:

<html:multibox property="activities" value="22222"/>

Inside the actionform class, you go:

private String[] activities = null;


-----Original Message-----
From: Smith, Johnathan M. [mailto:jsmith4@ubspw.com]
Sent: Thursday, April 10, 2003 1:48 PM
To: struts-user@jakarta.apache.org
Subject: Checkbox in Strut 1.0.2



We are using Struts 1.0.2 and I have a screen that I have to display a list
of data with checkboxes to let the user check off a number of rows to be
deleted, How can I do this in Sturts 1.0.2??

Please help me out

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: Checkbox in Strut 1.0.2

Posted by Mike Jasnowski <mj...@bea.com>.
There is a good example of this at
http://www.husted.com/struts/tips/007.html

-----Original Message-----
From: Smith, Johnathan M. [mailto:jsmith4@ubspw.com]
Sent: Thursday, April 10, 2003 4:48 PM
To: struts-user@jakarta.apache.org
Subject: Checkbox in Strut 1.0.2



We are using Struts 1.0.2 and I have a screen that I have to display a list
of data with checkboxes to let the user check off a number of rows to be
deleted, How can I do this in Sturts 1.0.2??

Please help me out

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org