Hi
I am new to taglibs. I am writing a tag with another tag in the body.
Looks like
<mine:testURL path = "/jsptest" >
<mine:queryString name = "text1" value = "test"/>
<mine:queryString name = "text2" value = "test2"/>
load
</mine:insertCURL>
When queryString tag is called, it will update the quesryString parameter in
the base class that is testURL.
Here when testUrl bodyContent is of type tagdependent, both queryStrings are
not evaluating,
when I set it of type JSP, I am getting exception saying tag queryString is
not imported with the prefix mine.
Can somebody help me with this?
Thank you