Thank you very much, 'tsuji', for this detailed reply.
You were right, of course, especially with [5] : the 'load' function returns false.
Would you happen you know if javascript/browsers can report the exact error details ?
In any case, thanks very much.
Hi,
I'm new to the javascript XML(DOM) API.
I'm trying to:
- Read some xml data (from the server, synchronously).
- Parse it (using javascript DOM API).
Unfortunately, javascript keept telling me that it found an empty xml document (no child nodes)...
Could anyone guess what's wrong ?
BTW I...
Hi,
I'm relatively new to javascript.
I was wondering whether there are any good javascript libraries out there?
Ones that are very widely used ?
Like, maybe even 'standard de-facto' ?
I'm especially interested in libraries that help enhance GUI ( like trees, menus, tables)...
But any other...
This is the first time I try to use MySQL for very large tables.
Up till now I used if for small tables, and was very pleased (great job, guys - thanks).
Experienced users warned me against possible problems with *index* definition for large tables:
they claim MySQL indices are stored...
I need to do a JNDI lookup *without* using "resource-ref" :
Object dataSrouce= new InitialContext().lookup("jndi/myDataSource");
// I do *not* want to register a "resource-ref" and
// use lookup("java:comp:/env/myDataSource")
Websphere, of course, issues the following well-known message ...
Hi,
I have a Resource Adapter (".rar" file) deployed into Websphere 5.1.1 .
Unfortunately, whenever I update the installation (new version of the ".rar" file), I also have to restart the server(!) . Otherwise the changes don't apply, and it keeps using the old rar...
Is that how it's supposed...
Hi,
I'm writing a Resource Adapter (Connector), and would like to rely on websphere to pool my connections.
However, whenever there's a communication error (IOException), i'd like to report it back to Websphere, and ask Websphere throw the connection away from the pool and not re-use it...
Hi,
I'm installing websphere 5.1 application server for the first time in my life (so far I've only used the WSAD test environment...).
It's Base edition, on Windows.
During the installation process I'm asked to enter a host name (by default, the wizard suggets to use my machines' name, as...
Hi,
I have WAS 5.1, which means that by default it uses java (jre) 1.3.
A collegue has mentioned it's possible to make WAS it use java 1.4 . He also recommended to use *IBM's* implementation of jre 1.4.
I've tried searching the ibm website, but I must be doing something wrong because I can't...
Hi,
Could any one please provide hint on how to deploy a "J2EE application client" ?
Here's what I have:
1. I used WSAD wizards to created an EJB project, with some session beans ("remote").
2. I Used WSAD wizards to create a "J2EE application client" project.
Added a "main" method that tries...
Hi,
I'm using EJB entity beans on WSAD 5.1.1
I've read about "converters" (to control mapping between SQL column type and java field types... e.g. you may have a legacy SQL column of type NUMBER(22), which should be mapped into a java int ).
The documentation recommends using a Convertor (e.g...
Hi,
I'm having trouble deploying even the simplest EAR file through WSAD admin console. It throws an exception indicating "invalid binaries path".
Would anyone happen to know anything about it ?
The details:
1) Use WSAD to create a simple J2EE project called BEar, containing a single...
Hi,
I'm writing a javascript for IE 6 (yes, I know it's better to be protable, but we only need it for a limited number of IE 6 users).
I would greately appreciate advice as to whether there's a way to dynamically create a new form which is *invisible* (in memory only), populate it, and then...
Hi,
Could anyone please advise a newbie on the following.
I'm attempting to use the WSAD page designer.
I Chose a template (standard one that comes with WSAD). It has a menu.
I'd like the menu to show some links: [home][news][downloads]
But WSAD has it showing: [highlighted][normal]
My 2...
Hi,
Would anyone care to share their view on struts tiles ?
In particular, we have an application where most pages follow a standard template (header, footer, navigation bar, etc).
My dilemma is basically between:
1) Using < tiles-definitions > , so that struts would automatically assign...
Hi,
Newbie question:
I'm trying to create a site with a "site navigator" to the left (namely, a thin vertical panel with links such as "home", "members", "downloads", etc).
Html tutorials appear to suggest one of the following methods:
A table (the navigator is one cell, the main site...
Hi,
We're trying to use a customized datasource class. It does not support distributed transactions (which are not required by the application anyway).
However, WSAD refused to allow this. At runtime, it throws an exception saying
"DSRA8101E "DataSource class cannot be used as one-phase"...
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.