[limb-issues] Updated: (WACT-13) Register Properties for Tag class not Class Name
Ilia Moltyaninov (JIRA)
jira at limb-project.com
Fri Feb 2 17:11:04 MSK 2007
[ http://jira.limb-project.com/browse/WACT-13?page=all ]
Ilia Moltyaninov updated WACT-13:
---------------------------------
Description:
it's useful to register property for Tag class not Tag name.
e.g.
/**
* @property TotalItems
* @tag pager:NAVIGATOR
*/
should became
/**
* @property TotalItems
* @tag WactPagerNavigatorTag
*/
otherwise existing property can't be used inside tag which class is a descendant for base tag class.
e.g someone want to use SomePagerNavigatorTag which extends WactPagerNavigatorTag.
for now he can do so, but he can't use registered properties and should duplicate them
was:
it's useful to register property for Tag class not Tag name.
e.g.
/**
* @property TotalItems
* @tag pager:NAVIGATOR
*/
should became
/**
* @property TotalItems
* @tag WactPagerNavigatorTag
*/
otherwise property can't be used inside tag which class is a fordescendant base tag class.
e.g someone want to use SomePagerNavigatorTag which extends WactPagerNavigatorTag.
for now he can do so, but he can't use registered properties and should duplecate them
> Register Properties for Tag class not Class Name
> ------------------------------------------------
>
> Key: WACT-13
> URL: http://jira.limb-project.com/browse/WACT-13
> Project: WACT
> Issue Type: Improvement
> Reporter: Ilia Moltyaninov
> Assigned To: Sergey Yudin
>
> it's useful to register property for Tag class not Tag name.
> e.g.
> /**
> * @property TotalItems
> * @tag pager:NAVIGATOR
> */
> should became
> /**
> * @property TotalItems
> * @tag WactPagerNavigatorTag
> */
> otherwise existing property can't be used inside tag which class is a descendant for base tag class.
> e.g someone want to use SomePagerNavigatorTag which extends WactPagerNavigatorTag.
> for now he can do so, but he can't use registered properties and should duplicate them
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.limb-project.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the limb-issues
mailing list