Wired component null in seam EntityHome action
- by rangalo
I have a custom EntityHome class. I wire the dependent entity in the wire method, but when I call the action (persist) the wired component is always null.
What could be the reason, similar code generated by seam gen is apparently working.
Here is the entity class.
I have overrden persist method to log the value of the wired element.
…