[
http://jira.jboss.com/jira/browse/RF-2320?page=comments#action_12410081 ]
Nick Belaevski commented on RF-2320:
------------------------------------
Great! I've got why the problem happens. Sorry for the long delay, it was forum link
you've sent that helped me. The problem is in Seam:
http://docs.jboss.com/seam/1.3.0.ALPHA/reference/en/html/elenhancements.html
26.1.2.1. Incompatibility with JSP 2.1
This extension is not currently compatible with JSP 2.1. So if you want to use this
extension with JSF 1.2, you will need to use Facelets. The extension works correctly with
JSP 2.0.
The same is true for 2.0.1 Seam.
We've completely switched to JSP 2.1 together with JSF 1.2 since 3.2.0 version,
that's why the problem appeared after migration.
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: Nick Belaevski
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