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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
Assignee | Mandeep Hayher [ mandeep.hayher ] |
Assignee | Mandeep Hayher [ mandeep.hayher ] | Ted Goddard [ ted.goddard ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.7 [ 10080 ] | |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
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 ] |