Details
Description
f:attribute does not work with JSF 1.2 runtime. I have the following in a page:
<ice:commandButton value="Test" actionListener="#{myBean.onTest}">
<f:attribute name="i" value="testval"/>
</ice:commandButton>
When I try to load the page in the browser, it throws the following error:
javax.faces.FacesException: java.lang.IllegalArgumentException: Cannot invoke com.sun.faces.taglib.jsf_core.AttributeTag.setName - argument type mismatch
The same page works fine with JSF 1.1 runtime.
<ice:commandButton value="Test" actionListener="#{myBean.onTest}">
<f:attribute name="i" value="testval"/>
</ice:commandButton>
When I try to load the page in the browser, it throws the following error:
javax.faces.FacesException: java.lang.IllegalArgumentException: Cannot invoke com.sun.faces.taglib.jsf_core.AttributeTag.setName - argument type mismatch
The same page works fine with JSF 1.1 runtime.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Mandeep Hayher [ mandeep.hayher ] |
Assignee | Mandeep Hayher [ mandeep.hayher ] | Ted Goddard [ ted.goddard ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15520 | Wed Jan 09 11:31:43 MST 2008 | ted.goddard | reflectively checking for name ValueExpressions ( |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.7 [ 10080 ] | |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15524 | Wed Jan 09 17:04:34 MST 2008 | ted.goddard | reflectively checking for name ValueExpressions ( |
Files Changed | ||||
![]() |
Fix Version/s | 1.6.3 [ 10120 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.7Beta1 [ 10121 ] | |
Fix Version/s | 1.7 [ 10080 ] |
Fix Version/s | 1.7 [ 10080 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Ted Goddard [ ted.goddard ] |
It is not clear to me if this is a JSF 1.2 issue in the implementation or a icefaces issue.