You are probably trying to display a value in you jsp coming from a class that does not overrride 'toString', as the result java's default value for toString is <packagename>.<classname>@<identifier>

example:

[EMAIL PROTECTED]

Ognjen Blagojevic a écrit :
Pavan Singaraju wrote:
    i have a web application which is deployed on Tomcat 5.0.18.
Sometimes when i am navigating to a page using menu of my application,
it is displaying a java file name with full package name. The java
file is a business logic processing location on the application. Why
is that happening. Could anybody guide me why its happening?

Could you give an example of the generated page?

Regards,
Ognjen

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to