Failed to Inject Tab of TabSheet

Dear team,
I found it is impossible to inject Tab of TabSheet by @Named(“tabsheet.tab1”), however idea plugin always generate such injection without any warning. Is it possible to make jmix detect TabSheet.Tab while injecting?

Thanks for your time

Hi.

Please note that tabs are not components, and their IDs are used only within a TabSheet to work with tabs from the controller. Each tab is a container with a vertical components layout similar to vbox.

In order to work with tabs, you need to inject the TabSheet component and reach the Tab component using TabSheet method tabSheet.getTab("tab");.

Regards,
Natalia

Thank you for reporting the problem. We have created a YouTrack issue.