Messages posted by csr_1978
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icesoft.org  [Login] Login 
Messages posted by: csr_1978  XML
Profile for csr_1978 -> Messages posted by csr_1978 [3]
Author Message
I have a strange problem that my actions doesn't work at all if i put radio button in Data Table as shown below:

Code:
			<ice:selectOneRadio id="selectApp" layout="spread" value="#{applicationBean.selectedApp}" >
 				<f:selectItem itemValue=""/> 
 			</ice:selectOneRadio> 
 			
 	<ice:dataTable id="applicationsDataTable" 
 		value="#{applicationBean.appProfiles}" 
 		var="appProfile" 
 		rows="10" border="1">
 		<ice:column id="select">
 			<f:facet name="header">
 				<ice:outputText value="Select"></ice:outputText>
 			</f:facet>
 
 			<ice:radio for="selectApp" >
 				<f:param id="selectedApp" name="selectedAppId" value="#{appProfile.pkAppId}"/>
 			</ice:radio>
 		</ice:column>


But if i comment this code then every thing works fine:

Code:
			<ice:selectOneRadio id="selectApp" layout="spread" value="#{applicationBean.selectedApp}" >
 				<f:selectItem itemValue=""/> 
 			</ice:selectOneRadio> 

and
Code:
			<ice:radio for="selectApp" >
 				<f:param id="selectedApp" name="selectedAppId" value="#{appProfile.pkAppId}"/>
 			</ice:radio>


Could anyone please let me know what am i doing wrong?

Thanks,
Hi,

I am new to ICEfaces and playing around with it. I deployed address sample which ships with ICEfaces 1.7 and deployed it. I just imported the war file in to RAD 7 and delployed it to WAS 6.1 Server.

When i click on Title combo box and select a value from it i get 'User Session Expired' error dialog box. Please find the screenshot for the same.

What am i missing? Please help me out. I spent two days on it but couldn't figure it out.

Thanks in advance,
Hi,

I downloaded the ICEfaces plugins (1.5.2, 1.5.3) for RAD 7.0.0.7 but none of these work with RAD 7. Does ICEfaces plugin support RAD 7.0.0.7?

Thanks,
 
Profile for csr_1978 -> Messages posted by csr_1978 [3]
Go to:   
Powered by JForum 2.1.7ice © JForum Team