Hi all, What is an action property? I thought it is a private attribute in an action class with its getter and setter methods but now I think it's wrong as I defined such an attribute "brand" but it can't be used in OGNL: <s:if test="#brand...">...
In the result page of the action, I can output value of the "brand" using ${brand} but how and where can I put the value into value stack so that I can use OGNL to access it? Thanks.