I have just tried that and the result is the first line of the exception
occured. Is there a similar way to return the full stack trace?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119551#4119551
Reply to the post :
http://www.jboss.com/index.html?module=
I am using pages.xml to handle System excpetions in Seam. I have included these
lines to the pages.xml file to handle the nullPointerExcpetions:
|
| error occured
|
With this I achieved to redirect on a error page every time that i get a
nullpointer exception in the system. The functi
I have implemented a session bean to keep parameter values that will be used by
the entire application.This is the simplest form of my session bean:
| @Stateful
| @Name("cart")
| @Scope(SESSION)
| public class Brtest implements BrtestI,Serializable{
|
| static final long se
Hi all,
I would like to ask if it is possible a stateful bean to communicate with a
session bean within seam and how can this be achieved.
I want to have a session bean to store some variables that can be used
globally from other beans in the same application.
Thanks in advance
View the origi
Hi ,
I am looking for a way to get the request parameters in a page.I have already
found that in order to other information from your current page you have to run
this command;
| String currentPage = Pages.getViewId(facesContext);
| String suffix= Pages.getSuffix();
I want
Hi,
A newbie in SEAM and EJB3 question.
I would like to add velocity templates to my existing application. These are
files that should be loaded every time that a velocity context is loaded. Can
anyone provide me with the best way to read from a property file inside my
application specially if
If you have any tips on the problem stated above please give me a hint because
I couldn't find any possible solutions.
Thanks in advance
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097396#4097396
Reply to the post :
http://www.jboss.com/index.html?module
Hi all,
I am developing a product site using seam. The access to all pages is
restricted to authorised users only. I use seam security for this purpose with
a login page where each request is driven there if the user hasn't logged in.
The problem i face is that i want't to use restful urls in m