Re: Accessing constants and enums

2008-12-04 Thread Lukasz Lenart
2008/12/4 Faraz Ali <[EMAIL PROTECTED]>: > I have defined few constants in interface and enum. Now i want to access > these in my jsp. How to do this? Because when i am trying to do <%=, its > saying that expressions are not allowed. How to do this in very struts2 > style? Take a look on that [1]

Accessing constants and enums

2008-12-03 Thread Faraz Ali
Hi All, I have defined few constants in interface and enum. Now i want to access these in my jsp. How to do this? Because when i am trying to do <%=, its saying that expressions are not allowed. How to do this in very struts2 style? -- Best Regards, Faraz Ali