|

July 1st, 2009, 05:05 AM
|
|
Registered User
|
|
Join Date: Jul 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
JspFragment.invoke is not working with displaytag and tomcat 6
Hi all
I need help.
I had upgraded from tomcat 5.5 to tomcat 6.0.20. And my table tag (a wrap of Displaytag 1.2) stopped working.
After a lot of investigation, tries and googling I found that the problem is that the function JspFragment.invoke does not work properly.
My Displaytag wrapper has 2 nested tags. Something like:
<myTableâ¦>
<myColumnâ¦>
Column valye
</myColumnâ¦>
.
.
.
<myColumnâ¦>
Column valye
</myColumnâ¦>
</myTableâ¦>
I am calling the invoke function from the scope of the outer tag (myTable) with Jsp fragment of the inner tag ("column value" of myColumn).
And this does not work. The "invoke" does not know with what Writer to work.
I found this bug on "ASF Bugzilla":
https://issues.apache.org/bugzilla/show_bug.cgi?id=46339
Does anyone faced this problem and know how to overcome it?
Right now I am thinking about replacing the Displaytag with other 3rd party.
I am using:
Tomcat 6.0.20
Jstl 2.1
Displaytag 1.2
Mousa Basheer
Thanks in advance
|