Hey,
I am trying to build a plugin for Crowd.
It should use a servlet with the standard decorator.
Therefore i tried all the following lines in the template.
<meta name="decorator" content="main" />
<meta name="decorator" content="atl.general" />
<meta name="decorator" content="atl.admin" />
But none of them did the job. So how can i get the standard decorator for my servlet page?