I have the following code in Tapestry 3.0 but when I update to tapestry
4.0, I get the following error. Do I need to put beanUtils in the path?
[javac] symbol : class ApplicationRuntimeException
[javac] location: package tapestry
[javac] import org.apache.tapestry.ApplicationRuntimeException;
public String getLabel(int index) {
try {
return BeanUtils.getProperty(list.get(index),
labelProperty);
} catch (Exception e) {
throw new ApplicationRuntimeException(e);
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]