REGRESSION: ICEfaces 1.8.1 failed to support parameterized expressions
[Logo]
Forums for ICEfaces and ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
REGRESSION: ICEfaces 1.8.1 failed to support parameterized expressions  XML
Forum Index -> JBoss Seam Integration Go to Page: Previous  1, 2
Author Message
gus315

Joined: 14/11/2006 00:00:00
Messages: 158
Offline


Hi Judy, I think that this issue may not be about jar settings. As I stated on the top, the parameterized tags (above) run fine on Seam + ICEfaces1.8.0. If the two ICEfaces jars (icefaces.jar and icefaces-comps.jar) are replaced with ICEfaces1.8.1's jars, the parameterized tags will fail. So, I think that there may be some regression in ICEfaces 1.8.1. Thanks.
lightguard


Joined: 11/05/2007 00:00:00
Messages: 165
Offline


Did you also replace the icefaces-facelets.jar?
gus315

Joined: 14/11/2006 00:00:00
Messages: 158
Offline


lightguard wrote:
Did you also replace the icefaces-facelets.jar? 
No, since no change was made in icefaces-facelets.jar between 1.8.0 and 1.8.1.
jguglielmin

Joined: 20/07/2007 00:00:00
Messages: 181
Offline


Nothing in regards to ICEfaces could be causing this problem for you. I would still suspect some conflict with versions of jars, configuration or packaging. Did you update the jboss-seam jars and not the jboss-el jar perhaps?
gus315

Joined: 14/11/2006 00:00:00
Messages: 158
Offline


It looks that
Code:
<s:fragment rendered="#{foo.isInstance('Foo')}">
   	<ui:include src="/foo.xhtml">
 		<ui:param name="instance" value="#{foo}"/>
 ......
 

fails to work in both 1.8.1 and 1.8.2-RC1, but it works on 1.8.0. But after changing it to JSTL code <c:if test="#{foo.isInstance('Foo')}">, it works on all 1.8.0, 1.8.1 and 1.8.2.
 
Forum Index -> JBoss Seam Integration Go to Page: Previous  1, 2
Go to:   
Powered by JForum 2.1.7ice © JForum Team