Mikael Göransson writes:
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]>
Hello Mikael, what is ur overall environment/system?: running apache?, iis? r u running any jsp or servlet? do u have a webapp that gets expanded from a .war. if so, what? i have many "javabean" class files in directories that branch off at the same point as my servlets under WEB-INF after expansion of my .war and using the full package "import" i can access all constructors and methods. someone on this ml can help u but pls reply w/ what u r trying to do and what errors/exceptions u r logging. thanx, david.

--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to