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.
...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...
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...
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...
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.
Hi !
I have two xsl:param (beg and end)I have set with :
<xsl:param name="beg"></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...
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...
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.