In JSF system, there is commonly to use a page bean + view page.
We implements controller logic and fetch model from backend to support view.
If there is anything wrong during interact with backend, exception
will be thrown,  The detail of stack trace is not complete, I can only
know the root cause by application server's log file.

Currently I use weblogic9 + my faces 1.3 + facelet.

Here is a example.
I have a add button in page, after clicking it, it save page model to backend.
Suppose there is exception thrown in backend (Unexpected)
The exception stack trace shown in console is all about JSF component,
which is not written by myself.
Only to have to open weblogic server.log to see more deep exception
error trace that shows which source code method throws

Any idea of my problem?

--

Anthony Hong

Reply via email to