Hi Olivier,

Try this in your page class:

@Component(id = "form")
private BeanEditForm _form;

And this in your page template:

<form t:type="beaneditform" t:id="form" object="loginData"></form>

Hope this helps.

-Filip

Olivier Jacquet skrev:

Yet even with this clue I cannot get it to work. How do I access the BeanEditForm with my page class?

With:
    @Component
    private BeanEditForm _form;


I'm sill getting the exception:
Component org.example.hilo.pages.Login does not contain an embedded component with id 'form'.


So now the question becomes: "How do I get access to the BeanEditForm component from within my pages class?".

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to