Issue Details (XML | Word | Printable)

Key: MGNLSTRIPES-1
Type: Task Task
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Luca Boati
Reporter: Luca Boati
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Stripes module for Magnolia CMS

add an annotation on stripes action to define which mgnl dialog binds to the action

Created: 02/Mar/10 21:06   Updated: 19/Mar/10 23:28   Resolved: 09/Mar/10 22:20
Component/s: None
Affects Version/s: 4.0.4
Fix Version/s: 4.1


 Description  « Hide

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.



Luca Boati added a comment - 09/Mar/10 22:20

annotation @Dialog added