03-26-04 04:05 PM
hi everybody,
This applies to both Websphere Portal 4 and Portal 5 versions.
i have a problem such that, the following code includes
nothing and do not throw an exception if the jsp file
sample.jsp does not exist.
portlextContext.include("sample.jsp",request,response);
but, if i create the file later and run the portlet again
without reinitializing the portlet instance
(without refreshing the context), it does not see the file
although this time it exists!!
I guess some cache makes me angry?
so what to do? is this a bug of WebSphere application server?
or this a bug of websphere portal server? or is this a result
of my coding?
thanks in advance to all.
[ Post a follow-up to this message ]
|