depends on how you code your tags. I know that you can do something like putting the object in a certain scope (i.e. session), in your example, it will be some_object, then just have the tag class to retrieve the object by its reference in the right scope. but what it boils down to is just how you code your custom tag
Syed Niaz wrote: > Hi > > Is it possible to pass objects as attributes in Custom tags ? > (and without using a scripting variable) > > eg : <tagaa:aa attr1="some string" attr2="some object" /> > > Thanks > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

