Can we change container format conditionally?
Hi,
We have a radio button and when it is yes, we want to use container format A. If the radio button value is no, we want to display another container format B.
Can we do this conditionally? As of now we are using 2 different dynamic layouts and applied both container format A and B accordingly. But can we keep one dynamic layout and pass container format dynamically?
If it is a label, we can handle it by using <pega:when ... > .. </pega:when >, do we have something like this for container format? Or circumstancing skin rule is the only solution?