Home
TeamSite
Can we forward to Interwoven's error.jsp?
Bill Klish
TeamSite 6.1 SP2
Windows 2003
Is it safe to have some custom CC UI extensions forward exceptions to the error.jsp page located in /base/ui ?
It would be helpful to show the same UI for all error messages. If it is allowed, do I just set the exception message and send it along?
I have tried it out and it pops up my error message correctly in the popup, but the window behind stays open after I close the popup. Also, if I select details, I get an Unknown Source for the references within my servlet that forwarded to the error JSP. Are these issues normal?
Find more posts tagged with
Comments
jkm
Hi bk99...can you please suggest how did you implement the error functionality in this case ...
I need to pass error message from my servlet to error.jsp ...thought this can be achieved if invoke error.jsp file but not able to get appropriate way how to pass the error message to the jsp file.
What are the best practice in terms of using error.jsp shall we use the IWOV one or do we need to write our own jsp file...If we need to write own jsp file then how to pass the "Error Message" as parameter
Bill Klish
We ended up writing our own error jsp to achieve this, as it is easier to control what happens that way
jkm
Thanks bk...but how do we pass the error message to it .... or how r u displaying in popup mode.....can u share some code/configuration snippet for this
jkm
Any assistance on this guys .....i can see my error message in my RH pane but if we need to show in the same format as of IWOV like in popup etc ...then how can we achieve that....is there any way we can forward to appropriate IWOV jsp files ....
I have forwarded to /base/ui/error.jsp and it is showing error message in grey screen ...looks uglyyyy