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
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 | ||||
![]() |
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 | ||||
![]() |