Properties seems to be the way to go, the problem I am having is not knowing how to access
the property itself via code.
For example I have a property called "qStringProperty" with a value of
"0013"
I have tried:
request.getProperty("qStringProperty");
as well as
request.getParameter("qStringProperty");
but both return null.
I am sure this is a simple thing to do, just can't seem to find the reference to
actually how to do it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978007#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...