cheers Dion,

figured there would be an easy answer. does jelly:bean supported nested path structures?

e.g.
if my bean has a method
setSrc(Path srcPath)
{.....

can I declare

<mytag ......>
    <src path="${src}"/>
    <src path="${src2}"/>
</mytag>

[EMAIL PROTECTED] wrote:

Write a java bean. You can then use the jelly:bean tag to wrap it as a jelly tag, and as long as the method name is execute, I believe Ant will run it too.
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/



Nathan Coast <[EMAIL PROTECTED]> wrote on 25/09/2003 04:04:30 PM:



Hi,

I'd like to write a simple tag for use within a plugin. Should I write an ant tag class, or do I have to write a Jelly tag class? If the latter where are the docs on how to write a jelly tag? I found loads of


details on the jelly site about how to use the existing tags but very little about how to write one.

The tag is simply going to take params and invoke a method with those parameters.

thanks, Nathan


--------------------------------------------------------------------- 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]






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



Reply via email to