We are using 4.5.9 and Blossom 2.0.1. How can I tell magnolia that I want to
define an area of type single instead of the default type list?
This is how I define an area:
[code]
@Area("my-area")
@AvailableComponentClasses({ MyComponent.class })
@Inherits
@Controller
public static class MyArea {
@RequestMapping("/myarea")
public String handleRequest(HttpServletRequest request) {
return "my-area.ftl";
}
}
[/code]
Any example somewhere? thanks
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=c15c7805-1f24-4be5-a901-965fa4fe98e0
Register for the Magnolia Conference 2013 :
http://www.magnolia-cms.com/conference/register.html
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------