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 strongm 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: Pro79
  • Order by date
  1. Pro79

    HashMap contains method without Case senstive generating problems

    Hi I want to search for some key in HashMap but i am finding problem with case of text. there is a solution if i make an itertor then use equalsignorecase on string. Is there any predefind solution defind in HashMap so that it can search key through contain without using case. Rgds Dinesh
  2. Pro79

    table on jsp page having each cell as combo

    Hello I have to make one table with each cell can act as combo having some values. Is this can be possible in HTML or any other web language such as java script or DHTML or JSP. If u know or ever used any such interface then please tell me Rgds
  3. Pro79

    Error Page getting on Tomcat 4.0.6 is distorted

    by distorted mean that page displayed after exception is half of the processed page where exception occured and half contains error Page
  4. Pro79

    Error Page getting on Tomcat 4.0.6 is distorted

    Hi I am using Tomcat 4.0.6 for making JSP/Servlets applcation. The problem I am getting is whenever there is any exception on the JSP Page the errorPage I am getting is distorted Is it Tomcat Problem or something else. The same application I made in Struts, the problem is still presisting...
  5. Pro79

    Please Help Urgent !!!!!!!!!!

    Hi to All, I have some problem regarding the DOM parser , the problem is thats i have a xml file that have the japanese characters . When i save this file in UTF-8 under Window 2000 O/S . The DOM parser throws the exception ( means Unable to read the file ) But when i am save the same file in...
  6. Pro79

    alert message at load time gives alert at refresh

    HI I am making one application in struts. I have to display alerts when some work is complete. what i do i set some variables in request and at load time i put a javascript function then it works. but if i refresh the page or after going another page i come back to previous page i get the...
  7. Pro79

    alert message at load time gives alert at refresh

    HI I am making one application in struts. I have to display alerts when some work is complete. what i do i set some variables in request and at load time i put a javascript function then it works. but if i refresh the page or after going another page i come back to previous page i get the...
  8. Pro79

    Socket Problem

    hi to All, I am facing some problem regarding the socket programming in java . I made a connection to a printer through the socket and i am sending some request to the printer it`s work fine The socket is keep a live infinite time I am storing the sockets in hashmap , as i have connected...
  9. Pro79

    Datagram Socket Problem

    hi to All, I am facing some problem when i am broadcasting a data packet by using the datagram socket in java I am using the IP Address 255.255.255.255 to broadcast a packet . The Packet is send , but the programs goes in Indefinite till when receiving a Message from the Machines that are...
  10. Pro79

    Datagram Socket

    hi to All, Can anybody tell how to Broadcast a packet by using the Datagram Socket Programming
  11. Pro79

    IP Addresses of all computers in a network

    hi I am making one application in which i need address of all the systems which exists in the network. I know i have to use sockets but i tried, i got some problems if u know any information or any site, from that i can download. I will appreciate your help thank you
  12. Pro79

    select some value from html:select at load time

    Hi i am using html:select and then html:optioncollection to fill the values in that. everything is working fine but I want to select some predefined value from that list at load time which attribute is to be used for selecting that value from the combo box thanx a lot Dinesh
  13. Pro79

    eclipse and jboss while deploying no jboss-boot.jar

    hi i am making a simple application and when i deploy the application with server jboss3.2.5 it is giving error jboss-boot.jar doesn't exist some other files just like jboss-server.jar doesn't exist is there any conflict between versions of eclipse and jboss. I am using eclipse of version...
  14. Pro79

    Internationlization using struts

    the above is working fine but one problem i am getting is my properties file is in ansi format when i save as it utf-8 and then use nativetoascii tool to convert it into utf-8 it is working fine for japanese characters but if i saveas it as unicode and then use utility native2ascii to convert it...
  15. Pro79

    error while deploying an application

    hi I am deploying application given by sun with j2ee tutorial when i deploy the application it gives the error Deployment Error -- Error while running ejbc -- Fatal Error from EJB Compiler -- -- Failed to load deployment descriptor for: CartApp cause: Error converting J2EE-specific ejb xml to...
  16. Pro79

    Internationlization using struts

    Hi i am using property resource bundle to hold the data but getting problem when i am taking japanese characters. characterset of my jsp is UTF-8. If i use france charset properties file it is coming accordingly can any one suggest me any solution thanx and regards
  17. Pro79

    Conversion of PDF to other format jar

    actually i want to convert MysQL Dababase attribute values to XML, PDF, doc, and CSV. I am using datavision software jar to do this but in that i am converting database values to XML by code and then converting it into PDF, DOC if there is any jar avail which can do directlyThanx
  18. Pro79

    Conversion of PDF to other format jar

    Hi I have to generate reports of many formats from PDF files if any of u know then please reply me Thank you With Regards
  19. Pro79

    API to close all windows

    Hi Everybody I want to know the API for close or minimize all windows Thank you
  20. Pro79

    necessity of domain configuring domain or not

    Hi i am little confused if there is any necessity of domain or not to configure any software using DCOM Dinesh

Part and Inventory Search

Back
Top