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 TouchToneTommy 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: *

  • Users: calypso13
  • Content: Threads
  • Order by date
  1. calypso13

    Javabean "Property has no getter method" error.. HELP

    I am trying to display data info for each user by getting the user value which is already in the session but I keep getting this error. Exception: Error looking up property "info" in object type "test.info". Cause: Property 'info' has no getter method WHat am I doing wrong? //info.java public...
  2. calypso13

    problem selecting multiple table with "UNION"

    I have this statement in a JSTL tag. But it only displays the last field "addr". How do I select both tables or multiple unrelated (except for "user" field) tables and display all data found on one page? From what I read, the UNION is what am looking for, but its not working right and am not...
  3. calypso13

    psql: FATAL 1: Permissions Denied error

    I installed PostgreSQL 7.4 on RedHat8, but I keep getting this error when I do "createdb testdb" or "createuser username". I rebuilt postgresql but same thing. Then, I tried a fresh installation, still didnt work. All directory permissions are set to 'postgres' psql: FATAL 1: cannot open...
  4. calypso13

    displaying and retrieving form data

    All images in my directory all start with a 6 digit number, right now the script displays all of the images in that directory and subdirectories. How do I make my form pick up the requested image. Like if I type 012345, it should only display the images that start with the name 012345...
  5. calypso13

    Software error: Can't cd to : HELP!

    Am a perl newbie. when I try displaying this script in a browser, I get this error "Can't cd to : " . However, this script works in command line. For now, I would like to display the list of files in a browser. Also, how do I create a form to search these images with? thanks #find.pl...
  6. calypso13

    getElementById help and formatting in Javascript

    How do I make the script below work?. It makes the text bold but doesnt go to the default.html page link. The "return false" line stops it. I didnt want to create another stylesheet just to format this one tiny text. Is there a way to format this text in Javascript? <A href="default.html"...
  7. calypso13

    Help! Javascript error. Is Null or not an object error

    Although the script works, I get this error "textInput.Input is null or not an object." Please help me. what am I doing wrong? //input.htm <html> <title><title> <head> <script language="Javascript" type="text/javascript"> <!-- window.onload=DoThis; function DoThis() {...
  8. calypso13

    help with search code

    I am fairly new to PERL. I have this code that searches a directory called /webpics which contains like several other image folders that contain folders with starting and ending with digits. like /webpics/originals/010/012345.jpg. I have a module with a package name "product" that contains...

Part and Inventory Search

Back
Top