[ https://jira.jboss.org/jira/browse/RF-7727?page=com.atlassian.jira.plugin... ]
Alexander Smirnov resolved RF-7727.
-----------------------------------
Resolution: Done
Model implementation is done for Component, Attribute, RenderKit, Renderer objects. Some other have a basic set of properties only.
> Develop Library Model that will be used by all CDK tasks.
> ---------------------------------------------------------
>
> Key: RF-7727
> URL: https://jira.jboss.org/jira/browse/RF-7727
> Project: RichFaces
> Issue Type: Sub-task
> Components: CDK
> Affects Versions: 4.0.0.ALPHA1
> Reporter: Alexander Smirnov
> Assignee: Alexander Smirnov
> Fix For: 4.0.0.ALPHA1
>
>
> The model encapsulates all information necessary to build JSF files from different sources: Java Annotations, XML configuration and, in future, cached results that can be used to speed-up build process. The model provides methods for manipulation its content, that keeps references betveen objects and checks model restrictions ( including CDK naming conventions ), visitor methods.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[ https://jira.jboss.org/jira/browse/RF-7726?page=com.atlassian.jira.plugin... ]
Alexander Smirnov resolved RF-7726.
-----------------------------------
Resolution: Done
APT is done for JSF Component annotations. Processor for every other types could be added easily as additional parameters of the AptBuilder#process method call
> Java 6 Annotation Tool Processor for RichFaces 4.0 CDK
> ------------------------------------------------------
>
> Key: RF-7726
> URL: https://jira.jboss.org/jira/browse/RF-7726
> Project: RichFaces
> Issue Type: Sub-task
> Components: CDK
> Reporter: Alexander Smirnov
> Assignee: Alexander Smirnov
> Fix For: 4.0.0.ALPHA1
>
>
> Process CDK annotations with Custom Annotation Processor using JavaCompiler API.
> See architecture details on http://www.jboss.org/community/wiki/RichFacesCDKannotations
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
a4j:ajax: statusID attribute should be named just "status"
----------------------------------------------------------
Key: RF-7782
URL: https://jira.jboss.org/jira/browse/RF-7782
Project: RichFaces
Issue Type: Bug
Affects Versions: 4.0.0.ALPHA1
Reporter: Ilya Shaikovsky
Assignee: Anton Belevich
Fix For: 4.0.0.ALPHA2
All the other components already uses "status" name for attribute.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Whitespaces can not be preserved in rerendered arrea
----------------------------------------------------
Key: RF-4565
URL: https://jira.jboss.org/jira/browse/RF-4565
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: alepekhin
Whitespaces should be preserved in rerendered area if they are inside form fields or text areas with style attribute "white-space:pre"
Test case:
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<f:view>
<h:outputText value="Five spaces between stars:* *" id="output" style="white-space:pre"/>
<h:form>
<h:inputText value="Five spaces between stars:* *" id="input"/>
<h:commandButton action="#" value="Submit"/>
<a4j:commandLink action="#" reRender="input, output">
<h:outputText value="rerender"/>
</a4j:commandLink>
</h:form>
</f:view>
Aftre pressing "rerender" link five spaces are trimmed to one in both text fields.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira