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...
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...
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...
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 =...
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 <...
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...
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...
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...
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="tdcStaff"...
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.
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.
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="110,*" border=0>
<FRAME name="haut" src="BarreFadet7.htm" scrolling=no>
<FRAME name="main"...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.