[jboss-user] [JBoss Seam] - Re: Form submission problems using s:decorate

chris.simons do-not-reply at jboss.com
Wed Feb 13 11:33:28 EST 2008


Christian,

This is exactly what I pasted.  It worked initially but as soon as I started moving text around (removing tabs, spaces), the app. crashed:

	<ice:form id="modifyPersonalProfileForm">
  | 	<s:validateAll>
  | 		<table class="form-table">
  | 			<tr>
  | 				<td>
  | 				<s:decorate id="designatorDecoreate" template="/layout/forms/edit.xhtml">
  | 					<ui:define name="label">Designator:</ui:define>
  | 					<ice:selectOneListbox
  | 								id="designator" 
  | 								size="1"
  | 								value="#{cvUser.suffix}">
  | 								<f:selectItem itemLabel="--Select a Designation--" itemValue="0"/>
  | 								<s:selectItems var="value" label="#{value.name}"
  | 									value="#{valueManager.values['Suffix']}" />
  | 								<s:convertEntity />
  | 								</ice:selectOneListbox>
  | 				</s:decorate>

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

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



More information about the jboss-user mailing list