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 wOOdy-Soft 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. abyinsydney

    how to eliminate white spaces in URL

    Greetings Apeacheans I'm using Apache as the web server to render out images on the front end from Vignette Content Management system. I would like to know wheather apache has a work around to replace white spaces in the url. I've a folder hierarchy products & services/Artistry & Personal...
  2. abyinsydney

    jsp and html redering help

    people i'm using vignette content management system to retrive out data can some one help me out as to how do i restrict the generation of html using jsp fuctionality. for instance if A==null then i want to skip certain amount of HTML code like <% a==null%> <tr> <td>blaw blaw </td>...
  3. abyinsydney

    how to store info in an array from a page

    People I've a form with 5 text fields.I need to store theese text fields in an array by creating a bean which gets information from the page. Can any one of you helpme to achieve this code generation regards Aby
  4. abyinsydney

    convert a text file to an XML Document

    folks Does any one here knows how to convert a text file to an xml documen.I've a script in a note pad to create a table i need to convert that script to an xml file Can any one help me to achieve this. regards Aby
  5. abyinsydney

    Data base mapping software

    folks Do you any data base tools which does reverse engineering.?? i.e create a model diagram or birds eye view of the existing database. I've tried visio 2003 and DBDesigner but both of them fails due to the limitations of ODBC,Although they are doing some mapping of the data base but are...
  6. abyinsydney

    Structs Tag Lib

    Greetings people i'm using web sphere 5.1 and IBM-WEBSPHERE WSAD.It is compatible with structs,can any one of you let me know where we have struts-taglibs associated with it. where do i get documentation to configure structs taglibs.Is JSTL same as structs Tag Lib.???? regards Aby
  7. abyinsydney

    for loop syntax help

    greetings people Can any one please help me with the below mentioned code i'm a getting error string type cast. At run time i'm entering the value for first name (param.firstname).According to the for loop sysntax this has to be an int however param .first name returns a string .Can any one of...
  8. abyinsydney

    jdk,jsp clarity required

    people i'm a bit confused with these diferent jdk versions.Could any one please clarify my doubt 1.Is jsp 2.0 equivalent to jsp 1.2.Do we have a version jsp1.3 or jsp1.4 2.What is the difference between jdk and sdk and jsdk 3.How many versions do we have for jstl.Is jstl 1.0 compatible...
  9. abyinsydney

    tag libraries

    guys Are any one of you Familiar with Tag Libraries.Could you help me out with a solution i've installed jstl and trying to run one of its tags c:out i can nnot do any arithmentic calculation in it eg. c:out value =$"{2+2}" /> its printing {2+2} not 4 .Can any one help me with...
  10. abyinsydney

    tag libraries help

    greetings fellow ctizens could any one let me know how to embed java script in tag.looking for some syntanxes to create tag libraries. In short how do a put a java script code in a tag Thanx Aby
  11. abyinsydney

    books on structs and tag libraries

    Greetings people i 'm wondering if you could let me know a good book on j2ee architecture using structs and tag libs. COULD YOU LET ME KNOW SOME GOOD BOOKS ON TAG LIBRARIES.I 'M BUILDING THE PROJECT USING STRUCTS AND TAG LIBRARIES REGARDS Aby
  12. abyinsydney

    hash table help urgent please

    Dear Fellow citizens Please help me with the below mentioned scenario I have a class A,Class B. In class B.I have a hash table code Hashtable birthdays = new Hashtable (); birthdays.put ("Dylan", "June 25"); birthdays.put ("Liam", "February 28"); birthdays.put ("Angie", "February 10"); i...
  13. abyinsydney

    vignett

    folks I need to develop a project using vignette and java using MVC STRUCTS Architecture could you help me telling me the sites were i can get information about building it aby
  14. abyinsydney

    count the number of files in a directory

    greetings fellow ctizens could any one of you let me know how to count the number of text files in the directory. suppose i have a directory named aby and there are 5 text files how do i count them and store them in an array. regards aby
  15. abyinsydney

    disable the back button of a browser

    greetings fellow citizen Could you let me know how to disable the back button of a browser aby
  16. abyinsydney

    session creation

    greetings fellow citizen i 've created a seesion in jsp by using session.setAttribute("a",a) and accessing the values of this object on different pages However when i cut and paste the url from the browser and place it on the fresh one i can still see the page .how do i invalidate the session aby
  17. abyinsydney

    class path for properites file

    Greetings fellow citizens Can any one be kind enough to address my query.I 'm reading from my properties file below Line no1 //String propFile = "\\..\\JRun\\servers\\default\\archiving\\writeprop.properties"; Line 2 String propFile = "writeprop.properties"; Line 3 //String propFile =...
  18. abyinsydney

    reading from a text file

    greetings folks i need to read from a text file and use the value of the variable in my java code .Can any one suggest how to use it. is it some thing got to do with prop properties in jdk The txt file would be a read me file thanx in advance aby
  19. abyinsydney

    seperation of businees logic from presentation layer

    greetings fellow citizens can any body let me know how do i bring the results of java class to html page. here is my JSP.I wan to seperate the java code put it in a class and then call the results in this JSP.Please see the text below for more explanation <% String account =(String)...
  20. abyinsydney

    how to create indexes in databse

    greetings fellow citizens does any one as any idea of how to create indexes between two tables and how to structure it in a sql query to improve the performance of data base aby

Part and Inventory Search

Back
Top