Hi All:
I am using weblogic 9.2 to generate the web service client code.
Here is my build.xml file to build the java client code:
Here is my client code to test the web service.
I get the following error:
java.rmi.RemoteException: Illegal Capacity: -1; nested exception is...
Hi:
I have a web service that returns an arraylist of a class
called Result.
Here is the code for Result.java
I am displaying result by doing a while loop in the jsp of th arraylist.
Hi All:
I am using Weblogic 9.2, Web Services Client, and Struts.
I have a java client in struts that calls a web services.
The "ID" field contains a Java integer.
The "First_Name" is a Java String.
The "Effective_Date" field is a Java date field.
The web service returns an arrayList.
From...
Hi:
I am having problem passing an xsl param variable as a parameter to a javascript function inside an
xsl styelsheet.
Here is my xsl stylesheet.
I am trying to pass a variable called numberOfRecordsFromDatabase to
a javascript function called window.parent.shrinkIFrame(<xsl:value-of...
Hi:
Thank you for your suggestions.
I tried your suggestions and I get the following error:
java.lang.NumberFormatException: For input string: "${ic.totalNumOfRecords}"
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224)
at java.lang.Double.valueOf(Double.java:447)
at...
Hi All:
I am using Tomcat 5.5, Axis 1.4, and myEclipse 5.5.
I am new to java web services and Axis.
I am trying an example from the book "Beginning Java Web Services" by
Henry Bequet. This is the Stock Quote example on Chapter 3 page
113.
When I tried the following...
Hi All:
I needed to passed an integer value from the following code:
<%=ic.getTotalNumOfRecords()%>
to an attribute of a custom tag
<inquiry:tableClaimHistory numberOfRecords="5" dataAction="claimHistoryViewData.do" emptyKey="error.noData"/>
The function getTotalNumOfRecords returns an int...
Hi:
I have a IFrame called "dataFrame". Does anybody know the difference between
document.getElementById('dataFrame').height
and
document.getElementById('dataFrame').Document.body.scrollHeight;
and
document.getElementById('dataFrame').style.height
Yours,
Frustrated
Hi:
I am using IE 6 SP2.
My resize attribute does not work <body onresize="test1();">.
When I resize my window, the resize event doesnot get call.
I have a jsp page with an iFrame called test1.jsp. The iFrame src points to a page called test2.jsp. It has a resize
attribute that calls a...
Hi:
I am using IE 6 SP2.
I needed to resize an iFrame when the window is resize. And the only way I know how is to called a javascript function when the resize event occur.
I can capture the event when the window is resize on a simple html but when I used with an actual application, the resize...
Hi:
Thank for the answer. The above code works as advised by you. But unfortunately when I used with the full code when I resize the window the onresize event doesnot get triggered. I read on the web that the window object is sometimes not available when use with certain html.
Is there another...
Hi:
I am using IE 6 SP2.
I have the following javascript function that is call when the popup window is created.
When I resize the popup window how can I triggered the javascript function called "shrinkIFrame".
Basically, I needed to be notified that the window is being resize than I can...
Hi All:
I am using IE 6 SP2. IFrame is only support by IE.
Here is the code:
<body >
<table>
<tr>
<td vertical-align: top; padding: 3px>
<IFRAME SRC="http://www.google.ca" HEIGHT="150" WIDTH="200">
Sorry, your browser doesn't support inline frames.
</IFRAME>
</td>
</tr>
</table>
</body>
By...
Hi:
I have following EJB QL:
SELECT OBJECT(p) FROM Product p
WHERE p.homeCategory = ?1
which for some weird reason is returning only the first record in the table Product.
In the table product there is a foreign key called categoryId that points to the primary key of the field CategoryId of...
Hi:
I have following EJB QL:
SELECT OBJECT(p) FROM Product p
WHERE p.homeCategory = ?1
which for some weird reason is returning only the first record in the table Product.
In the table product there is a foreign key called categoryId that points to the primary key of the field CategoryId of...
Hi All:
Does anybody knows what the following code in validation.xml means?
<form name="test">
<field property="travelerRows" depends="extends">
<var><var-name>extends</var-name><var-value>travelerRows</var-value></var>
</field>
</form>
Yours,
Curious
To Whom It May Concern:
I am currently using weblogic 7.1,sql 2000 at work.
I tried to start the current application without the
url:http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd
in the struts-config.xml file. Instead I just use
"struts-config_1_1.dtd" in the struts-config.xml...
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.