Lucas Bern wrote:
Hi guys...

I need to do something like this:

x = new SomeTag();

x.setContext(this.getContext());

x.doStarTag();

x.DoBody();

...

etc...

I´m not sure the way i should do that, has anybody ben dealing wit this before??

Why would you want to instantiate / invoke a tag manually? If you're doing it to re-use functionality in one tag from another, you should probably look at either moving the shared functionality into a helper class or using inheritance.

At any rate I'm not sure what's wrong with what you have above, it looks 'reasonable' to me. What's the problem you're seeing?

L.
--
Laurie Harper
Open Source advocate, Java geek: http://www.holoweb.net/laurie
Founder, Zotech Software: http://www.zotechsoftware.com/


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

Reply via email to