Is it possible to "execute"/"render" various c:set
tags when a certain button is pressed and a redirect will occure?
I dont want to set the properties of the backing bean code-wise, for im filling them with static data. As im not talking about one single button here but about multiple ones, doing this code-wise would produce lots of boilerplated code. Thats the reason why I want to use c:set
.