[ http://issues.apache.org/struts/browse/SHALE-28?page=all ]
Craig McClanahan moved STR-2473 to SHALE-28:
--------------------------------------------
Project: Shale (was: Struts Action 1)
Key: SHALE-28 (was: STR-2473)
Component: (was: Shale)
Version: (was: Nightly Build)
Assign To: (was: Struts Developer Mailing List)
> [shale] Clay component missing inheritances
> -------------------------------------------
>
> Key: SHALE-28
> URL: http://issues.apache.org/struts/browse/SHALE-28
> Project: Shale
> Type: Bug
> Environment: Operating System: Windows XP
> Platform: Other
> Reporter: Gary VanMatre
> Attachments: ComponentConfigBean.patch, clayTestCase.zip, clayTestCase.zip,
> patch.txt
>
> The inheritance for the converters, validators, valueChangeListeners, and
> actionListeners was not implemented. The fix will allow elements and
> components to inheritance these attributes. An example follows:
> <component jsfid="zip" id="zip" extends="inputText">
> <attributes>
> <set name="value" useValueLateBinding="true" value="#{managed-bean-
> name.zip}" />
> <set name="maxlength" value="9" />
> <set name="size" value="5"/>
> <set name="valueChangeListener" useMethodLateBinding="true" value="#
> {managed-bean-name.zipValueChange}" />
> </attributes>
> <converter jsfid="integerConverter" />
> <validator jsfid="validateLongRange">
> <attributes>
> <set name="minimum" value="80000" />
> <set name="maximum" value="80125" />
> </attributes>
> </validator>
> <valueChangeListener jsfid="testValueChangeListener" />
> </component>
> <component jsfid="agentCityStateZipPanel" extends="panelGrid">
> ...
> <element renderId="4" jsfid="zip"/>
> ...
> </component>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]