Re: How to submit multiple selection?

2007-04-10 Thread tobinibot
<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

Re: How to submit multiple selection?

2007-04-10 Thread tobinibot
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

Re: Struts ui components inside in a single line.

2007-04-04 Thread tobinibot
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