You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Antonio Petrelli (JIRA)" <ji...@apache.org> on 2008/01/04 11:06:06 UTC

[jira] Closed: (STR-3125) in my application i have to select mutiple combo values and then strore in to database as well as i have to featch values from data base then i have to put in form propertity, can you guide me to implement

     [ https://issues.apache.org/struts/browse/STR-3125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli closed STR-3125.
---------------------------------

    Resolution: Not A Problem

Do not use JIRA to ask for support.
Please post a mail to the Struts Users mailing list instead:
http://struts.apache.org/mail.html

> in my application i have to select mutiple combo values and then strore in to database as well as i have to featch values from data base then i have to put in form propertity, can you guide me to implement
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: STR-3125
>                 URL: https://issues.apache.org/struts/browse/STR-3125
>             Project: Struts 1
>          Issue Type: Task
>          Components: Taglibs
>    Affects Versions: 1.2.9
>         Environment: JBoss IDE for Eclipse beta	2.0
> Eclipse	3.2
> Toad	8.0
> VSS	6.0
> 	
> 3. Software used:
> Software	 version
> Struts	1.2.9
> EJB	3.0
> Spring	1.2.7
> Hibernate	3.1
> Log4j	1.2.9
> Nuxeo ECM	5.0
> Oracle Database	10G(username= nux_repos; password=password)
> Cruise Control 	 2.7.1
> Maven	 2.0.7
>            Reporter: suresh g
>
> <html:select name="infraInfoForm" property="network1" multiple="true"> 				
> 										<html:option value="ConnectivityType"></html:option>	
> 										<html:optionsCollection property="networkMasterList" label="value" value="label" /> 
> 										</html:select>
> i implemented above mentioned code, when it will call's action two time's insisted of one time , could you guide to solutation for this task.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.