[
http://jira.jboss.com/jira/browse/RF-2320?page=comments#action_12411493 ]
Nick Belaevski commented on RF-2320:
------------------------------------
No, we cannot fix that. We've comletely switched to JSF 1.2/JSP 2.1 and Seam
doesn't support that versions for their EL enhancements you're trying to use.
Please ask Seam guys to work around that limitation.
The function must be used with a prefix when a default namespace is
not specified PROBLEM
-----------------------------------------------------------------------------------------
Key: RF-2320
URL:
http://jira.jboss.com/jira/browse/RF-2320
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Tomislav Jakopec
Assigned To: Tsikhon Kuprevich
Fix For: 3.2.1
here is my code and it working fine on 3.1.4 GA but 3.2.0 SNAPSHOT not :(
<t:panelGrid columns="4">
<t:outputText value="#{messages['report.trenutniDatum']}"
/>
<t:selectBooleanCheckbox
value="#{izvjestajZaposlenik.trenutniDatum}"
onkeypress="return disableEnter(event);">
<a:support event="onclick"
actionExpression="#{izvjestajZaposlenik.setTrenutniDatum(!izvjestajZaposlenik.trenutniDatum)}"
reRender="datumVazenja" />
</t:selectBooleanCheckbox>
<t:outputText
value="#{messages['maticni.zaposlenik.datumVazenja']}" />
<r:calendar enableManualInput="true"
value="#{izvjestajZaposlenik.datumVazenja}"
id="datumVazenja"
disabled="#{izvjestajZaposlenik.trenutniDatum}"
inputStyle="width: 90px"
oninputkeypress="return disableEnter(event);"
datePattern="#{operKonv.postavkeOperatera.prikazDatuma}" />
</t:panelGrid>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira