[
https://issues.jboss.org/browse/RF-12248?page=com.atlassian.jira.plugin.s...
]
Lukáš Fryč edited comment on RF-12248 at 5/16/12 2:12 PM:
----------------------------------------------------------
AGREED: we can define the cast type in the interface, it should use a common parent type
for all components that it applies to and default to UIComponent (bleathem, 17:01:50)
http://transcripts.jboss.org/meeting/irc.freenode.org/richfaces/2012/rich...
was (Author: lfryc):
AGREED: we can define the cast type in the interface, it should use a common parent
type for all components that it applies to and default to UIComponent (bleathem,
17:01:50)
CDK: Auto-casting #{component} inside the encodeBegin / encodeEnd
methods
-------------------------------------------------------------------------
Key: RF-12248
URL:
https://issues.jboss.org/browse/RF-12248
Project: RichFaces
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: cdk
Affects Versions: 4.2.0.Final
Reporter: Paul Dijou
Fix For: 4.3.0.Milestone1
When using
{code}#{component}{code}
expression in templates,
it results into using
{code}UIComponent component{code}
which needs to be casted explicitly.
----
E.g.: {{castComponent}} method used in
[{{alert.template.xml}}|https://github.com/richfaces/sandbox/blob/bbdaa1ee7bfde58f87fa2d909cc87cb726822919/bootstrap/ui/src/main/templates/org/richfaces/bootstrap/alert.template.xml#L15]
and defined in
[{{AlertRendererBase}}|https://github.com/richfaces/sandbox/blob/bbdaa1ee7bfde58f87fa2d909cc87cb726822919/bootstrap/ui/src/main/java/org/richfaces/bootstrap/renderkit/AlertRendererBase.java#L44]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira