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...
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.