blob: 7de17721bd884bec6e3eef86d116bff6e6b1ac19 [file] [log] [blame]
package beans;
public class MyBean {
public String[] getProperty()
{
return new String[]{"blah"};
}
public String actionMethod()
{
return "foo";
}
}