The following comment has been added to this issue:

     Author: Felipe Leme
    Created: Sun, 15 Aug 2004 3:55 PM
       Body:
Hi Dion,

What exactly is an alias? Would it be some sort of Jelly feature where the same class 
could be used by different tags? If so, it would work only after fixing JELLY-98.

Anyway, for the end-user (i.e., people using Jelly tags), I think these alias are 
fine. But from the developer point of view (i.e., people implementing Core tags or 
using Core classes when creating other Jelly tags), it would be nicer if we follow the 
JSTL way and create an abstract LoopTagSupport class, and then ForEachTag and 
ForTokensTag would extend that class.

-- Felipe

---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/JELLY-118?page=comments#action_37258

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JELLY-118

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JELLY-118
    Summary: Core should have a forTokens tag
       Type: New Feature

     Status: Reopened
   Priority: Major

    Project: jelly
 Components: 
             core / taglib.core
   Versions:
             1.0-beta-4

   Assignee: 
   Reporter: Felipe Leme

    Created: Wed, 11 Aug 2004 9:55 PM
    Updated: Sun, 15 Aug 2004 3:55 PM

Description:
It would be really nice if there was a ForTokensTag on Core.

I know you can obtain the same result using a util:tokenizer and core:forEach combo, 
but that's not trivial for those with JSTL experience.

So, if you are fine with that, I can implement such tag and submit it as a patch.



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to