Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lochem

    not all bean methods accessible

    I've done it! Forget my problem. Thanks for your kind attention. Bye!
  2. lochem

    not all bean methods accessible

    Hi! my jsp fragmet: -------------------------------------------------------- <jsp:useBean id="cb" class="bart.beans.CzytelnikBean"/> <jsp:setProperty name="cb" property="*"/> <% cb.f(); cb.getImie(); %> -------------------------------------------------------- cb.getImie() works fine i...
  3. lochem

    can't access class files

    Finally!!! I have solved my problem. Sedj, you have been very helpful. I wouldn't do it without your hints. Thanks again. Bye!
  4. lochem

    can't access class files

    I put <%@ page import="com.cos.*" %> as you advised but it doesn't work I get this error: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 14 in the jsp file: /myapp/t.jsp Generated servlet error: TBean cannot be resolved or is not a type An error...
  5. lochem

    can't access class files

    Still have a problem. I defined my TBean like this: package com.cos; public class TBean { } I compiled it to TBean.class Then I put TBean.class to TOMCAT_HOME/webapps/MY_WEBAPP/WEB-INF/classes/com/cos and in my jsp page I have <%@ page language="java" contentType="text/html; charSet=UTF-8"...
  6. lochem

    can't access class files

    Hi! Tnx sedj for your reply. Let me give some more details. I want to use my class called TBean in my jsp page called t.jsp. This class is not packed (is not a .jar file) I get this error: org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: 13 in the...
  7. lochem

    can't access class files

    Hi! I use Tomcat 5.5 on WinXp HomeEd. I cannot use my .class files in my jsp pages. I tried several locations for the .class files: {TomcatHome}\shared\classes\ and {TomcatHome}\webapps\ROOT\MyApplication\WEB-INF\classes\ and {TomcatHome}\common\classes\ and {TomcatHome}\server\classes\ and...

Part and Inventory Search

Back
Top