[jboss-user] [JBoss Seam] - selectDate not popping up on click in row of table

szaccaria do-not-reply at jboss.com
Sat Jul 14 11:27:35 EDT 2007


I try the cvs seam 2.0B and now selectDate non pop up when is in the row like:


  | <rich:tab label="Righe">
  |     <rich:datascroller for="righeList" />
  |     <rich:spacer height="5" />
  | 
  |      <rich:dataTable
  | 			id="righeList"
  | 			rows="10"
  | 			columnClasses="col"
  | 			value="#{doc.righe}"
  | 			var="riga">
  | 
  |              <rich:columnGroup styleClass="tableRow" >
  | 						
  | 		<rich:column styleClass="tableCell" rowspan="5">
  | 			<h:outputText value="#{riga.codart}" />
  | 		</rich:column>			
  | 		<rich:column styleClass="tableCell">
  | 			<h:outputText value="#{riga.colore}" />
  | 		</rich:column>
  |                 <rich:column styleClass="tableCell">
  | 								<h:outputText
  | 									styleClass="headerText"
  | 									value="#{messages.dtconsrigaext}" />
  | 								<s:selectDate
  | 									for="dataconsegna"
  | 									dateFormat="dd MMMM yyyy"
  | 									startYear="2006"
  | 									endYear="2020">
  | 									<h:inputText
  | 										id="dataconsegna"
  | 										required="false"
  | 										rendered="#{riga.tipo=='A' and s:hasRole('fornitore')}"
  | 										value="#{riga.dtconsext}">
  | 										<s:convertDateTime pattern="dd MMMM yyyy" />
  | 										<s:validate />
  | 									</h:inputText>
  | 								</s:selectDate>
  | 								<div class="validationError"><h:message for="dataconsegna" />
  | 								</div>
  | 								<h:outputText
  | 									value="#{riga.dtconsext}"
  | 									rendered="#{riga.tipo=='A' and s:hasRole('commerciale')}">
  | 									<s:convertDateTime pattern="dd MMMM yyyy" />
  | 								</h:outputText>
  | 							</rich:column>
  | ...
  | ...
  | ...
  | 
  | 
  |   | 
  |   | The selectDate work with i.e. 7 not with firefox!

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

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



More information about the jboss-user mailing list