-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Comment puis je faire une insert multiple avec hibernate 3
PostPosted: Sat Sep 07, 2013 8:12 am 
Newbie

Joined: Mon Aug 26, 2013 10:53 am
Posts: 2
Bonjours,Je développe une application web avec
Code:
Struts 2 et Hibernate 3
et là je suis coincé quand j'essaie de faire
Code:
submit 
de mon form qui contient plusieurs liste déroulant qui ont le meme name ces listes sont itérer par un iterator comme suite :

Code:
<form name="evalform" action="Multiselect"    method="post" >
  ----------
<TABLE  class="EvalTable" >
<s:iterator value="item"  status="idStatus" id="iter">
<s:select  label="%{Item_Libelle} "
headerValue="---------------- Select ---------------"
headerKey="-1"
list="sousitem"
listKey="SousItem_ID"    
listValue="SousItem_Libelle"
cssClass="tdLabelwidht"
name="sousEvalItem.SousItem_ID[%{#typeStatus.index}][%{#idStatus.index}]"
/>
</s:iterator>
</TABLE>
----------
<s:submit value="Evaluer"  cssClass="btnsubmit"   /> 
</form>



donc ici j ai un tableau qui contient affiche dans la liste déroulante le contenue d une table BD
alors je veux que user sélectionne un choix de chaque
Code:
<s:select>
submiter ce form en insert tous les objet sémultanement


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.