347348349350351352353354355356
} public String buttonChange_action() { // Persist the new object OptionValueController ctrl = new OptionValueController(); OptionValue object = getSessionBean1().getOptionValue(); ctrl.update(object); return "success"; }
23242526272829303132
/** * Creates a new instance of OptionValueDataProvider */ public OptionValueDataProvider() { // Put in dummy data for design time aList.add(new OptionValue()); // Wrap the list setList(aList); }