Re: Struts2 annotation with parameter when using json plugin

2012-09-14 Thread Lukasz Lenart
2012/9/14 Ken McWilliams : > Simply I want to evaluate a property of my action and use it's value > within an annotation. The following is exactly where I want to use it: > > I want to define a excludeProperties parameter at run time. > > Consider the following annotation which currently works on t

Struts2 annotation with parameter when using json plugin

2012-09-13 Thread Ken McWilliams
Simply I want to evaluate a property of my action and use it's value within an annotation. The following is exactly where I want to use it: I want to define a excludeProperties parameter at run time. Consider the following annotation which currently works on the action: @Result(name = "success",