<s:submit/>
</s:form>
-----
private int[] xxx;
@Override
public String execute() throws Exception {
return SUCCESS;
}
public int[] getXxx() {
return xxx;
}
public void setXxx(int[] xxx) {
this.xxx = xxx;
}
tobinibot wrote:
>
> If I may ta
If I may tag on a question here
In your action then, how do you capture all 7 (for example) user id's that
the admin wants to delete? I have a very similar design, I have a list of
users, and each user has a checkbox. The admin can select multiple users to
either activate or deactivate.
In
Someone has already created a theme that allows you to place multiple form
elements on the same row.
http://www.vitarara.org/cms/node/85 http://www.vitarara.org/cms/node/85
Tobin
--
View this message in context:
http://www.nabble.com/Struts-ui-components-inside-%3Ctable%3E-in-a-single-line.-t
3 matches
Mail list logo