Issue Type: Bug Bug
Affects Versions: 5.0.4
Assignee: Unassigned
Attachments: 1.png, 2.png
Components: forms
Created: 25/Sep/13 10:34 AM
Description:

While creating a mail app (which is a simple app like about-app), we had to built fields for editing and email testing. We used form builder class to handle this (mainly because of the validation).

 @Inject
    public MailViewImpl(MailModule mailModule, FormBuilder builder, ComponentProvider componentProvider) {
        ...
        ...
        FormView formView = this.componentProvider.getComponent(FormView.class);
        builder.buildForm(formView, formDefinition, jcrItem, null);
        Component formComponent = formView.asVaadinComponent();
        ...
        ...
        root.addSection(formComponent);

Everything works good, but forms are rendered with dialog html and with dialog styles. And this doesn't look nice in the simple app clean layout.

Fix Versions: 5.1.x
Project: Magnolia UI
Priority: Major Major
Reporter: Jaroslav Simak
Security Level: Public
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
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: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to