Hey Marco,

newbies are welcome at Jelly... and I fear the assistance of the list is needed since documentation can be somehow... lagging behind.

paul

Marco Tedone wrote:
Thank you. That worked nicely. You know, I'm a newbie.
----- Original Message ----- From: "Paul Libbrecht" <[EMAIL PROTECTED]>
To: "Jakarta Commons Users List" <[email protected]>
Sent: Monday, April 24, 2006 11:08 PM
Subject: Re: [Jelly] How to pass a collection to a TagSupport


Marco Tedone wrote:
Hi, I've got a class which extends TagSupport. This class has got many initialization attributes. Some of them are Collections, some are arrays. How to I pass, from within the Jelly tag, all the values to a collection or to an array?
Why does it not work to pass have a setter be called by the collection with such a thing as
 <j:new var="coll" className="java.util.ArrayList"/>
 <j:mute>${coll.add('a')} ${col.add('b')} ${col.add('c')}</j:mute>
  <t:tag collection="${coll}"/>

?

Or do you want to type in a litteral collection (such as ['a','b','c']) ?

paul

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



---
[This E-mail has been scanned for viruses but it is your responsibility to maintain up to date anti virus software on the device that you are
currently using to read this email. ]


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



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

Reply via email to