I have a strange dillema here. I've written a custom jsp portlet that works fine in our development environment. However, when I copied everything over to prod and rebuilt the UI, the portlet title bar shows, but none of the content in the portlet does. I viewed source on the resulting CCStd UI portal page and I can see that some of the portlet is being written out, but not the "meat" of the portlet. For example, at the top of the jsp page I have all of the
@page imports for the various com.interwoven.cssdk.* libraries I'm using, followed by a <style> definition and a <script> area. That all shows up when I view source (well, the
@page imports don't, but the other two areas do), but then I begin the actual jsp code using <% and none of that seems to be getting processed. I need to do a bit more testing, but I can't rebuild the UI during business hours so that will have to wait. I'm hoping that this might ring a bell for someone that has run into a similar issue and figured out what the issue is. Any ideas? Thanks.