On Feb 12, 2009, at 2/127:24 PM , manuel aldana wrote:
Hi,
a question on @Parameter:
@Parameter
private String param;
1) How is it possible to filter a passed param (e.g. manipulating
the value)? Using getters and setters for that would not work.
Generally, the "setupRender" phase is wha
Hi,
a question on @Parameter:
@Parameter
private String param;
1) How is it possible to filter a passed param (e.g. manipulating the
value)? Using getters and setters for that would not work.
2) How can I make the parameter available to the template (e.g. to
render this), i.e. want to have it