David , i am having the following problem. Let me explain :
This is the code that is in one of my action classes.
-----------------------------------------------------
Now from my
jsp page , i can access this Prop variable like this :
but i am unable to access this application variable like this :
What i am doing wrong ? why i can be able to access application variables from strut tags ?
-Please help