Hi,

I have datatable with rows adding dynamically with inputText. I cannot get
the value entering into input text field. 

Here is my code :


<t:dataTable value="#{TSKBean.workQtDetail}" var="wkQtDetail"
columnClasses="columnStyle" border="0" columnClasses="dataColm1,dataColm2"
preserveDataModel="false"
rowGroupStyle="border-bottom:gold;border-bottom-style:solid;border-bottom-width:2px;vertical-align:top"
preserveRowStates="true"><t:column groupBy="true"><f:facet
name="header"><h:outputText id="dpt" value="#{msg.dept}"
/></f:facet><h:outputText id="dept" value="#{wkQtDetail.deptSelected}"
/><h:inputHidden id="dptId"
value="#{wkQtDetail.deptId}"/></t:column><t:column><f:facet
name="header"><h:outputText id="workQtDetail" value="#{msg.work_qt_detail}"
/></f:facet><h:outputText id="wk" value="#{wkQtDetail.work}"
/><h:inputHidden id="wId"
value="#{wkQtDetail.workId}"/></t:column><t:column><f:facet
name="header"><h:outputText id="effort" value="#{msg.eft}"
/></f:facet><h:inputText id="qtEffort"
value="#{wkQtDetail.qtOfEffort}"/></t:column></t:dataTable> 



I tried putting bean in session scope. But that didn't change .

Please please help me to sort why the input data is not getting. 

Thanks,
~J
-- 
View this message in context: 
http://www.nabble.com/t%3AdataTable-input-tf2641794.html#a7374241
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to