[ https://issues.apache.org/jira/browse/TOMEE-1476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthew Broadhead updated TOMEE-1476:
-------------------------------------
Attachment: test.war
uploading again with source files included
> ManagedProperty annotation seems to be broken
> ---------------------------------------------
>
> Key: TOMEE-1476
> URL: https://issues.apache.org/jira/browse/TOMEE-1476
> Project: TomEE
> Issue Type: Bug
> Affects Versions: 1.7.2
> Reporter: Matthew Broadhead
> Attachments: test.war, test.war
>
>
> If a ManagedBean is set in faces-config.xml and a ManagedProperty declared it does not
seem to get set.
> {code}
> import javax.faces.bean.ManagedProperty;
> public class Test {
> @ManagedProperty("#{param.id}")
> private int id;
> public int getId() {
> return id;
> }
>
> public void setId(int id) {
> this.id = id;
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|