[JBoss JIRA] Created: (RF-8965) Smart check for 'generate' property.
by Alexander Smirnov (JIRA)
Smart check for 'generate' property.
------------------------------------
Key: RF-8965
URL: https://jira.jboss.org/browse/RF-8965
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: CDK
Reporter: Alexander Smirnov
Fix For: 4.0.0.Milestone2
To automatically set proper value for 'generated' attribute, model verifier should check existence of target class and generate target only if it does not exists.
1) change type og 'generate' attribute to Boolean. null value will indicate unknown state.
2) if state of generate is not known, Model Validator should check existence of target class ( using SourceUtils ) and set value depends of it.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (RF-8958) CDK does not generate tag handler described by faces-config xml.
by Alexander Smirnov (JIRA)
CDK does not generate tag handler described by faces-config xml.
----------------------------------------------------------------
Key: RF-8958
URL: https://jira.jboss.org/browse/RF-8958
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: CDK
Reporter: Alexander Smirnov
Assignee: Alexander Smirnov
Fix For: 4.0.0.Milestone2
Tag handler, described by faces-config xml is not created and no taglib.xml generated.
<component>
<component-type>org.richfaces.InputNumberSlider</component-type>
<component-class>org.richfaces.component.HTMLInputNumberSlider</component-class>
<component-extension>
<cdk:generate>true</cdk:generate>
<cdk:base-class>javax.faces.component.UIInput</cdk:base-class>
<cdk:component-family>javax.faces.Input</cdk:component-family>
<cdk:renderer-id>org.richfaces.InputNumberSliderRenderer</cdk:renderer-id>
<cdk:tag>
<cdk:generate>true</cdk:generate>
<cdk:name>inputnumberslider</cdk:name>
<cdk:targetClass>org.richfaces.view.facelets.InputNumberSliderHandler</cdk:targetClass>
</cdk:tag>
</component-extension>
</component>
<faces-config-extension>
<cdk:taglib>
<cdk:shortName>ins</cdk:shortName>
<cdk:uri>http://richfaces.org/inputnumberslider</cdk:uri>
</cdk:taglib>
</faces-config-extension>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months