Has anyone run across any issues using displaytag on Resin 3? If we create a .war of our app and deploy it to Resin 2, everything is fine ... however if we deploy the same .war to Resin 3, then the tabels stop displaying.
Has anyone else run into this issue? Does anyone have any suggestions on how to further diagnose this issue? Thanks for your help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am deploying my web app to Resin. The web app appears to work correctly. When I access the pages that use displaytags, the page displays "Nothing found to display" even although there is something to display. I have proven this. There is no error or stack trace or any log message.
This web app works with no issues in Jetty 4.2.21.
Has someone got the answer to this problem?
Is it a configuration issue?
Thanks in advance,
David
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That was the wierd thing ... there was no error, the table was just blank.
We were using the displaytag-el-12.tld ... I was just experimenting with an alternate version of the page using the displaytag-11.tld and that seems to work so far.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Has anyone run across any issues using displaytag on Resin 3? If we create a .war of our app and deploy it to Resin 2, everything is fine ... however if we deploy the same .war to Resin 3, then the tabels stop displaying.
Has anyone else run into this issue? Does anyone have any suggestions on how to further diagnose this issue? Thanks for your help!
Hi,
I am using:
displaytags-1.0 (displaytags-el-12.tld)
Resin 3.0.14
I am deploying my web app to Resin. The web app appears to work correctly. When I access the pages that use displaytags, the page displays "Nothing found to display" even although there is something to display. I have proven this. There is no error or stack trace or any log message.
This web app works with no issues in Jetty 4.2.21.
Has someone got the answer to this problem?
Is it a configuration issue?
Thanks in advance,
David
Problem solved.
Switching the displaytags-el-12.tld to displaytags-12.tld did the trick.
Read the tld section helped me :D
any log? stacktrace?
That was the wierd thing ... there was no error, the table was just blank.
We were using the displaytag-el-12.tld ... I was just experimenting with an alternate version of the page using the displaytag-11.tld and that seems to work so far.