[jboss-user] [JBoss Seam] - Re: Problem with SelectOneMenu

hager do-not-reply at jboss.com
Thu Dec 13 08:55:42 EST 2007


yes, exactly

this is my code :

@Out(scope = ScopeType.CONVERSATION)
  | 	private List<Assignable> availableLines;
  | 
  | 	public void addAssignable() {
  | 		if(this.assignable != null){
  | 			System.out.println("removed  =  "+this.availableLines.remove(this.assignable));
  | 			for(Assignable it : this.availableLines)
  | 			{
  | 				System.out.println("Lignes Restantes : "+it.getDesignation());
  | 			}
  | 			this.lignes.add(assignable);
  | 			listeAssignables.put(assignable.getDesignation(), assignable);
  | 			Totaux.put(assignable.getDesignation(), new Float(0));
  | 			this.updateTable();
  | 			this.assignable = null;
  | 		}
  | 	}

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112564#4112564

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112564



More information about the jboss-user mailing list