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 dencom 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: boske3
  • Content: Threads
  • Order by date
  1. boske3

    SAAJ0007: Bad endPoint type

    Hi i had problem with using SAAJ . I made example of SOAP client using SAAJ with SSL and certificate but when connection established i go this error SEVERE: SAAJ0007: Bad endPoint type (endPoint instance of URL) Error occurred while sending SOAP Request to Server...
  2. boske3

    How to convert curl_init() code to Java code

    Hi everyone I had PHP code but i need help how to convert it to Java code. I search lots of examples but raerly on non of them has what i need. So i need to convert this code to Java $options = array( CURLOPT_RETURNTRANSFER => true, CURLOPT_FOLLOWLOCATION => true, CURLOPT_SSL_VERIFYHOST =>...
  3. boske3

    How to convert curl_init() code to Java code

    Hi everyone I had PHP code but i need help how to convert it to Java code. I search lots of examples but raerly on non of them has what i need. So i need to convert this code to Java $options = array( CURLOPT_RETURNTRANSFER => true, CURLOPT_FOLLOWLOCATION => true...
  4. boske3

    ERROR 1414

    Hi! i try to make some procedure and i got Error 1414, Code that i executed is below: **************************************************** mysql> drop procedure sp_inout; Query OK, 0 rows affected (0.13 sec) mysql> create procedure sp_inout(INOUT P INT) SET @x=P*2; Query OK, 0 rows affected...
  5. boske3

    store procedure result problem

    Hi everyone I have a problem.I try to execute procedure like this one: **************************************** drop procedure sp_out; SET @x='Molweni'; CREATE PROCEDURE sp_out(OUT p VARCHAR(10)) SET P='molo'; CALL sp_out(@x); SELECT @x; **************************************** and i expected...
  6. boske3

    ListBox click problem!

    Hi everyone! I had one problem with listbox. I had create a page with three listbox in which i had data from database. That works fine ,but now i want to put one more listbox in which will be date from database but only when someone click on second listbox. For example in second list box are...
  7. boske3

    Problem with UTF-8 and JSP

    I have problem with UTF-8 character set. I use MySQL 5 and Tomcat 5.5.9.I use NetBeans for programinnig in Java. I made one database and is in UTF8,also all my JSP pages are set to UTF8 encoding,and also all HTML are set to UTF8. When i put š,?,?,?,ž character date in database directly from...
  8. boske3

    How to make print page with JSP

    Hi I'd like to make print page button to print the whole page with some data. How to make this in JSP? Can anyone have any idea? Thanks
  9. boske3

    Problems with JSP and HTML frames

    Hello! I have one problem.I want to make JSP page with html frame in it.I want one page with two horizontal frame and in upper frame when someone submit something to display in lower page.I want to make all of this pages in JSP exstension and to call it up.jsp and down.jsp. I try something but...
  10. boske3

    Problems with JSP Tag library

    Hi ! I have one problem .I tried to make two jsp files with which i tried to make a little test for my error page.I make one page named useErrorPage.jsp and it looks like this: <%@page errorPage="errorPage.jsp" %> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <%@taglib...
  11. boske3

    How to login in Tomcat Administration tool

    I`d like to ask you how i can enter in Tomcat Web Server Administrtaion Tool . I don`t now the username and password ? Is there any default adminsitrator username and password? By the way i have Tomcat 5.5.9 installed and working fine. Please help!

Part and Inventory Search

Back
Top