ASAP

K

Kunal Velani

Is there any way in which I can configure the TagHandlerPools. Am
facing a problem with Taglibs, for e.g. see the below code

<mytaglib:select name="test1">
<mytaglib:eek:ption value="1">select</mytaglib:eek:ption>
</mytaglib:select>

<mytaglib:select name="test2">
<mytaglib:eek:ption value="2">select</mytaglib:eek:ption>
</mytaglib:select>

for the above code a single poolhandler is generated and it contains
only one instance of the taglibs select class.

<mytaglib:select name="test1" id="test1">
<mytaglib:eek:ption value="1">select</mytaglib:eek:ption>
</mytaglib:select>

<mytaglib:select name="test2">
<mytaglib:eek:ption value="2">select</mytaglib:eek:ption>
</mytaglib:select>

For the above code different pool handlers are generated and so there
are two instances of the "select" class

<mytaglib:select name="test1" id="test1">
<mytaglib:eek:ption value="1">select</mytaglib:eek:ption>
</mytaglib:select>

<mytaglib:select name="test2" id="test2">
<mytaglib:eek:ption value="2">select</mytaglib:eek:ption>
</mytaglib:select>

for the above instance only one instance of tag handler pool is
generated and it contains a single instance of the "select" class.

what do i need to do to get different instances of the above class for
every select specified irrespective of the attributes given. Please
reply ASAP...

Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top