Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

PageContext is not available in custom tags on WebLogic 8.1

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I am evaluating WebLogic 8.1 SP2. We have a web application which I am trying to deploy on Weblogic. So far I could make it work until the following problem:

We have a set of custom JSP tags (grid related) which use PageContext. These tags work fine under Tomcat and ServletExec. However, on Weblogic any attempt to access page context in the doStartTag (maybe in doEndTag as well, but we didn't get that far) stops the execution without any stack trace and prints on the page the following



This is the piece of code where it breaks:


And the log shows only:


I have already tried to switch the JVM for the server to the one which comes with bea installation and to JRockit. Nothing helped.

Anyone got into this situation? Please help.
 
Sheriff
Posts: 67754
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Michael, please do not cross-post the same question in multiple forums. It wastes peoples time when multiple redundant conversations take place. Continue any discussion here.

thank,
bear
forum bartender
 
    Bookmark Topic Watch Topic
  • New Topic