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 SkipVought 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: Gaelle
  • Order by date
  1. Gaelle

    Oracle recursive request

    Hi ! I have a request problem : I don't manage to write what I want... I have two tables : MODEL SUB_MODEL _____ _________ MDL_CODE MDL_CODE_SON MDL_LABEL MDL_CODE_FATHER It is recursive on sub_model, where MDL_CODE_SON can be a MDL_CODE_FATHER...
  2. Gaelle

    Deploying a web service on WAS 5.0.1

    Hello ! I need to install a web service on Websphere, but we only have it in its 5.0.1 version. I can find everywhere information about deploying web services on WAS 5.0.2 using WSDL, but I can't find if it's possible (I hope it is !) and then how to make a web service run on 5.0.1. Please...
  3. Gaelle

    Modify application variable on session ending

    Hi ! What I am trying to do in JSP is not obvious to explain, so I'll try to be as clear as possible. I have a JSP application, which has a session listener, so that some directories are created on the binding of the session, and deleted on un-binding of the session. That works perfectly well...
  4. Gaelle

    Java exception : Read of HTTP Request POST...

    Thank you ! I think I begin to understand. The POST request is sent by another jsp page, which contains a list of checkboxes, which correspond to the result of a search in a database. To get the filled checkboxes, I use this code : for (int i=0; i<=inblignes; i++) { schecksupprimer =...
  5. Gaelle

    Java exception : Read of HTTP Request POST...

    Hello ! I have an application in JSP, Java, HTML and so on running on Iplanet. I get this error : [26/Jun/2003:14:40:14] SEVERE ( 1749): StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception java.lang.RuntimeException: Read of HTTP Request POST parameters failed: read <...
  6. Gaelle

    XSL and preceding-sibling question

    Hi ! I am trying to create a XSL to transform such an XML structure in HTML : <FACT> <TYPDET typ='N'> <DCO cta='123' dde='1'/> <DCO cta='456' dde='1'/> <DCO cta='456' dde='2'/> <DCO cta='789' dde='1'/> </TYPDET> <TYPDET typ='T'> <DCO cta='123' dde='2'/> <DCO...
  7. Gaelle

    Application variables

    Hello ! I would like to know : what exactly can I store in the application object ? (using application.setAttribute, for example) I have a Vector that is used by any user of my intranet site, can I store it in the application object so that anyone can access it ? Then : how long does such an...
  8. Gaelle

    Close and set opener location ?

    Hi ! I have a problem I can't solve under Netscape 4.x (but which I have solved under ie) : I have a first page that opens a second one on a click on a link, and then on a click on the second page, I would like to both : close the second window change the first window location I have tried...
  9. Gaelle

    Hello ! I try to embed excel dis

    Hello ! I try to embed excel displaying a csv sheet in ie 5 with the <OBJECT> tag, but it won't work. I tried to use the tag <OBJECT> to embed my CSV sheet in my page, but nothing happens with this code, as if there was no code at all... ? <OBJECT ID=&quot;tdcStaff&quot...
  10. Gaelle

    Open a csv file in a html frame in ie using JSP

    Thanks for try and help me ! In fact I do have changed of OS, since I was simply opening my HTML pages under ie under Windows NT, and now I work with WebSphere under Solaris 2.8, but the client is still a windows NT pc (my own), with the same version of ie.
  11. Gaelle

    Cannot use request.getContentLength() ?

    Hello ! I am working with WebSphere 3.5.4 under Solaris 2.8, and I don't manage to use request.getContentLength() : in fact, it always returns 0 ! How can I do to know if something has been sent by a POST or GET protocol to my jsp page without this function ? Thanks, Gaelle.
  12. Gaelle

    Open a csv file in a html frame in ie using JSP

    Hi ! After parsing a file in CSV, I have to display it in a frame. When I did a prototype of my application, the HTML code : <FRAMESET rows=&quot;110,*&quot; border=0> <FRAME name=&quot;haut&quot; src=&quot;BarreFadet7.htm&quot; scrolling=no> <FRAME name=&quot;main&quot...
  13. Gaelle

    Use of waitFor() method after exec()

    Hi ! I don't manage to use the waitFor() method the way I want : I have a web application in JSP which makes a command line call by : Process p = r.exec(command); This command creates a file I have to dispaly in a frame. So I have to wait for the file to be created before I load it in my...
  14. Gaelle

    No new WebApp can be found

    Hello ! I am working with websphere 3.5.4 under solaris 2.8. Since I installed websphere, I have been able to create many Web Applications using the admin console, following the InfoCenter tutorial. But now I have a big problem. When I create an application server like usually, I cannot access...
  15. Gaelle

    Websphere, xalan and classpath

    Hello ! Here I am again, angree with a WebsSphere problem. I am working in JSP under Solaris 2.8, with Websphere 3.5.4. I have to call xalan-Java API from a JSP to parse a XML file. My problem is : I can't have the classes of xalan jars found (xalan.jar, xercesImpl.jar and xml-apis.jar). I have...
  16. Gaelle

    Websphere and ending sessions

    Hi everyone ! I am working with Websphere 3.5.4 on both Unix and Windows NT4 systems, depending. My web application extracts requested pdf files in a database, and set them on the server for the users to see them in their browser. What I would like to do is : when the user session expires...
  17. Gaelle

    CAn't use session any longer ...?

    Hi everyone ! I had an application working under Websphere 3.5.4 and JDK 1.2.2. This application used many session variables. I have stopped working on it, and now that I want to use again, I get this stupid usual : Unhandled error! You might want to consider having an error page to report...
  18. Gaelle

    Looking for a special XML Parser

    Hi there ! I would like to know if a parser exists, which could parse XML into a HTML form (that's the easy part), and then re-parse XML with the data requested from the HTML form Thanks, Gaelle.
  19. Gaelle

    XSL parmeter in an URL

    Hi ! I have two xsl:param (beg and end)I have set with : <xsl:param name=&quot;beg&quot;></xsl:param> I have a link on the html page I want to display, taht should link to a jsp page. I want to give the JSP page my two xsl parameters, and I don't know how to do with it. I have tried : <a...
  20. Gaelle

    How to call XSL ?

    Hello ! Thank you for your answer. What do you mean by invoking a XSL processor on my xml file ? At the moment, I have just a XSl file I have written, but I don't use any software to generate anything. Could you explain to me a little more ? THANK YOU ! Gaelle, from France. (sorry for my poor...

Part and Inventory Search

Back
Top