Hi,
I have a bean class called Parameter, which is defined by the following attributes:
public class Parameter implements Serializable
{
private final String name;
private String value;
private List paramOptions;
...constructor and getter and setter...
}
In my form, paramOptions...
Hi,
I am having trouble running a shell script from Java, using the Runtime.exec.
In simple illustration, the following code works ok if i execute the class on the same directory as the Shell script "runprog.ksh" is.
String commandScript = "runprog.ksh 'param1'"
final Process process =...
Hi,
How do i generate a private key and Certificate Signing Request for Bea WebLogic 9.2.
I found that for older version of Bea WebLogic (8.1), the step says to Start the Certificate Request Generator servlet. But I don't which servlet this is...?
Pls. help!
SilverStray
Ok, my example is wrong. The tree should be like this:
-Period
-Calendar
+2005
-2006
-Jan 06
-Feb 06
-Mar 06
-Financial
+2005_2006
- Qtr 1
-Jan 06
-Feb 06
-Mar 06
+ Qtr 2
+ Qtr 3
+ Qtr...
Hi,
I am new to MDX and this is my problem:
I have a dimension and members in the following format:
-Period
-Calendar
+2005
-2006
-Jan 06
-Feb 06
-Mar 06
-Financial
+2005_2006
-Jan 06
-Feb 06
-Mar 06
+2006_2007...
Hi,
In the USER_OBJECTS table, I can see which objects are of type SYNONYM. But how do I know from which table, schema and db link it was created for? Are there other db tables which can give me this information?
thanks in advance!
Hi,
The JAVA API states that getColumnLabel() function of object ResultMetaData can be used to use the display label of the SQL resultset, while the getColumnName() function is used to get the column name as specified in the table.
I used getColumnName() to get the exact column name as defined...
Hi,
I put the following CSS code in my html, but when I use it in the BODY of my web page, the font appeared much smaller than it should. This code is not a separate CSS file, but is inside my HTML.
<HTML>
<HEAD>
<TITLE>HOMEPAGE</TITLE>
<STYLE TYPE="text/css">
<!--
.bodyText {
font-family...
Is anybody familiar with WEFT for font embedding?
I have a web page (.jsp) which can be retrieved using an input screen from this URL :
http://endor.myhomepage.com:7080/mboi/servlet/mboiPhase0.controller.DataController
When user clicks the Submit button found on that page, the properties...
Hi,
Is there a way where I could get the first, or first 2 characters only of a certain data retrieved from XML data?
For example, my data is 'MN123445', and I only want to get the first 2 characters, 'MN', how do I do this in XSL?
thanks in advance!
Hi,
I have a message string which I wanted to display as a message in the javascript. The message should be displayed as something like:
"Error in allocation.
Pls. contact support."
The following is the code that passes this message to the intended javascript:
String msg="Error in...
Heya, thanks for your inputs. I do recognize the danger of leaving unclosed connections, which is my worry with what I did in my code. But is there something wrong with the way I throw the SQLException. I also put 'throws' in the method declaration. But if i uncomment the rs.close(), the calling...
Hi,
I'm just curious, and I am hoping to find an explanation. Why is it that if I execute a query, and when I close the Resultset inside catch statement, it does not throw the SQLException to the calling method?
My code is as follows:
ResultSet rs = null;
try {
rs = ps.executeQuery()...
Hi,
I have a page that will always get the next day and display it on screen. My problem is that, how do I increment a date to 1 calendar day? The following script of mine produces a date like 2/32/2005 if the current date is 1/31/2005, which is wrong.
var time=new Date();
var...
Hi,
I have a problem with image rendering using FOP transformer. The source file is an XML, and the XSL-FOP is used along with this inorder to generate a PDF file. I run the FOP transformer through servlet. The PDF file displays the GIF image indicated in the XML. But the problem is, even if...
Hi,
The following line of code works well when I transform my XSL-FO to PDF, but when the same code is used to transform to PCL, the characters overlap. Why is that so? How can I fix this?
<fo:table table-layout="fixed"
border-spacing="0pt">
<fo:table-column column-width="6cm"/>...
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.