hey,
it seems like i can't run my javabeans.
i'm using tomcat 4.1.12 binary distrubtion.
i get the error "cannot resolve symbol".
and i have no idea what it could be, it's just
a simple bean:
public class JellyBean implements java.io.Serializable {
private String color;
public JellyBean() {
}
public String getColor() {
return color;
}
public void setColor(String newColor) {
color = newColor;
}
}
--
_ _ . | _ _ | [EMAIL PROTECTED]
| )( | | |< (_| (-` | http://micke.debinary.net
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>