Hi Alex,

It seems like the form elements without an id is rendered correctly from the locale resource after your fix.

But, now I have another issue. When using state with includein for a component, the layout is rendered ugly beside the one without state definition.


The one has definition below (it is the part of the code not all source):

<s:Group width="100%" height="100%" >
        <main:LoginForm id="loginForm" />
</s:Group>




And this is the one with state (the default state is defined in application header as loggedOutState):

<s:Group width="100%" height="100%" includeIn="loggedOutState">
        <main:LoginForm id="loginForm" />
</s:Group>



Thanks,
Serkan

3.01.2019 11:34 tarihinde Serkan Taş yazdı:
Thanks Alex,

I am  going to work on.

Thanks,

Reply via email to