Hello again,
For those who would like to compile correctly, here's QuestionBean.java
code:
package org.apache.myfaces.trinidaddemo.survey;
public interface QuestionBean
{
public String getCorrectAnswerMessage();
public String getPrompt();
}
Regards,
Simon Lessard
Fujitsu Consulting
[EMAIL PROTECTED]
2006-08-08 09:43
Please respond to adffaces-dev
To: [email protected]
cc:
Subject: [Issue] Demo compilation failure.
Hello,
It appears the DEMO Java 5 standard patc hwas not applied completely since
QuestionBean class is not present in the
org.apache.myfaces.trinidaddemo.survey package, causing 5 compilation
errors. I checked and the file is present in the patch file (hopefully,
because I would have felt quite bad otherwise).
Regards,
Simon Lessard
Fujitsu Consulting