[ https://issues.apache.org/jira/browse/ADFFACES-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matthias Weßendorf updated ADFFACES-354: ---------------------------------------- Fix Version/s: 2.0.0-incubating-core-SNAPSHOT Affects Version/s: 2.0.0-incubating-core-SNAPSHOT > Provide setXxx Methods on ExternalContextDecorator (JSF 1.2) > ------------------------------------------------------------ > > Key: ADFFACES-354 > URL: https://issues.apache.org/jira/browse/ADFFACES-354 > Project: MyFaces ADF-Faces > Issue Type: Bug > Affects Versions: 2.0.0-incubating-core-SNAPSHOT > Reporter: Matthias Weßendorf > Assigned To: Matthias Weßendorf > Fix For: 2.0.0-incubating-core-SNAPSHOT > > > in jsf 1.2 there are four new setXxx() methods available on the externalCtx > clazz. > We need to add them to our ExternalContextDecorator, like: > @Override > public void setResponse(Object response) > { > getExternalContext().setResponse(response); > } -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.