Figured it out. The answer is that you have to specify the id of the dialog
*even* if it's created within the same Template class
like so:

  @Template(id=  ….   , dialog = "product-dialog")

  public class MyPageTemplate {


....

  @DialogFactory("product-dialog")

public void productDialog(DialogBuilder dialog) {

...

}





--
biz: http://www.linkedin.com/in/vincentstoessel/
personal: http://xaymaca.tumblr.com/


On Thu, Apr 25, 2013 at 10:54 AM, Vinny <[email protected]> wrote:

> Hello All,
> I've read the blossom documentation and have configured
> a page/base  template template to have it's own dialog factory
> but I'm not sure how to access them. The edit controls are obvious on the
> components but I'm not seeing any visual buttons to configure my template's
> properties. I thought perhaps the big "properties" button on the top right
> would launch something but clicking on that doesn't do anything.
> I'm sure I'm missing something obvious
> Thanks,
> Vincent
>
>


----------------------------------------------------------------
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]>
----------------------------------------------------------------

Reply via email to