create @Dialog annotation to use with an stripes action, to define which magnolia dialog binds to the action
@Dialog(value = "foo")
public class BarAction implements ActionBean
{
..
}
the default behaviour binds action to the "bar" dialog, with the annotation @Dialog(value="foo"), "foo" dialog will be used.
annotation @Dialog added