Re: Acessing TagHandlerPool for TagSupport

2006-02-20 Thread Steve Vanspall
ok thanks, that will solve my problem Steve Craig McClanahan wrote: On 2/20/06, Steve Vanspall <[EMAIL PROTECTED]> wrote: Thanks will have a look, yeah I figured reevaluation isn't the go. as I said I know the action I want is already going to be configure din the struts-config file, so

Re: Acessing TagHandlerPool for TagSupport

2006-02-20 Thread Craig McClanahan
On 2/20/06, Steve Vanspall <[EMAIL PROTECTED]> wrote: > > Thanks will have a look, > > yeah I figured reevaluation isn't the go. > > as I said I know the action I want is already going to be configure din > the struts-config file, so basically I need to look it up, then create a > form for it. > >

Re: Acessing TagHandlerPool for TagSupport

2006-02-20 Thread Steve Vanspall
Thanks will have a look, yeah I figured reevaluation isn't the go. as I said I know the action I want is already going to be configure din the struts-config file, so basically I need to look it up, then create a form for it. I can fudge it by codig the HTML roughly as teh struts tage would d

Re: Acessing TagHandlerPool for TagSupport

2006-02-19 Thread Craig McClanahan
On 2/19/06, Steve Vanspall <[EMAIL PROTECTED]> wrote: > > I know this isn't specifically struts realted, but am having trouble > finding a jasper mailing list. > > Basically was wondering if I can have a custom tagsupport tag's > doStartTag() method acess the taghandlerpool. There is no API for t

Acessing TagHandlerPool for TagSupport

2006-02-19 Thread Steve Vanspall
I know this isn't specifically struts realted, but am having trouble finding a jasper mailing list. Basically was wondering if I can have a custom tagsupport tag's doStartTag() method acess the taghandlerpool. Basically i want ot be able to create a form, where neccesary, with a start tag.