I trying to use custom template tags but i cant make it work :( I'm using this link as reference tags doc
What i trying to achieve is to set some value (string) in one view and get it in another view
In the early version 1.2.4 look like you can use getter and setter this way...
Use #{get} and #{set} tags to share variables between the template and the decorator.
How can i get an set parameters in the view ??