User Profile

Collapse

Profile Sidebar

Collapse
makweatan
makweatan
Last Activity: May 24 '11, 02:14 AM
Joined: Jun 29 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • makweatan
    started a topic Problem : ArrayIndexOutOfBoundExceptions: 1
    in Java

    Problem : ArrayIndexOutOfBoundExceptions: 1

    Hi,

    Can anyone please solve this problem?

    I am getting the error message :

    SystemErr R java.lang.Array IndexOutOfBound sException: 1

    the error pointed to the fourth line in this code.
    What should I put in the code?

    Code:
    for(int i=0;i<assmnt_year.length;i++)
    		    {
    		    	{//bayaran dalam tempoh
    		    	if(payment_before_penalty[i]!=null
    ...
    See more | Go to post

  • makweatan
    started a topic No input source supplied to the exporter.
    in Java

    No input source supplied to the exporter.

    Hi,

    I am getting this error and cannot print for certain record, but ok with some record. I am so confused.
    Can anyone explain?

    Thank you very much.

    [9/27/10 11:14:37:764 SGT] 00000030 SystemErr R Caused by: com.ibm.db2.jcc .a.SqlException : DB2 SQL error: SQLCODE: -811, SQLSTATE: 21000, SQLERRMC: null
    [9/27/10 11:14:37:764 SGT] 00000030 SystemErr R at com.ibm.db2.jcc .a.jf.b(jf.java :3198)...
    See more | Go to post

  • How an action1.java can call a method from action2.java?

    Hi..I am trying to call the method in XC18Action through the xcAction. The error was:

    0000002f SystemErr R at org.apache.comm ons.beanutils.B eanUtilsBean.co pyProperties(Be anUtilsBean.jav a:221)
    0000002f SystemErr R at org.apache.comm ons.beanutils.B eanUtils.copyPr operties(BeanUt ils.java:114)
    0000002f SystemErr R at my.org.hasil.dc ms.grq.web.XC18 Action.performS edia(XC18Action .java:568)

    I dont...
    See more | Go to post

  • makweatan
    replied to Problem inserting data into field
    thanks again Gits..will try to figure out when I get back to office...
    See more | Go to post

    Leave a comment:


  • makweatan
    replied to Problem inserting data into field
    Thanks Gits....that means I should change the query, right?...
    See more | Go to post

    Leave a comment:


  • makweatan
    started a topic Problem inserting data into field

    Problem inserting data into field

    hI GUYS...

    seems that I cant insert data into table.

    I got this error:

    DB2 SQL error: SQLCODE: -104, SQLSTATE: 42601, SQLERRMC: REASON;ECT = ?, STATUS = ?;,


    here's the codes.

    Code:
    <script language="javascript">
    //suzie added
    $(document).ready(function(){
    	$("#dialog").dialog({
    		"modal": true,
    		"autoOpen":
    ...
    See more | Go to post
    Last edited by Niheel; Jun 10 '10, 07:02 AM. Reason: Added code tags. Please use code tags to display code.

  • hi young, thanks for the comment...
    it seems that that lines was the problem...
    things went well after I uncomment the next lines of

    'if (file_no==null) file_no=xcbo.ge tFile_no();'.


    Thank u anyway.....
    See more | Go to post

    Leave a comment:


  • Null field . I got this error : java.lang.NullPointerException

    Hello guys...

    Data is not updated into table. I got this error : java.lang.NullP ointerException


    [5/24/10 10:11:24:012 SGT] 00000030 SystemErr R java.lang.NullP ointerException
    [5/24/10 10:11:24:028 SGT] 00000030 SystemErr R at my.org.hasil.dc ms.grq.dao.XC18 DAO.updateXC18( XC18DAO.java)
    [5/24/10 10:11:24:028 SGT] 00000030 SystemErr R at my.org.hasil.dc ms.grq.bo.XC18B O.processXC18(X C18BO.java)...
    See more | Go to post

  • makweatan
    replied to I get the "Object expected" error.
    Hi dormilich,

    that error is solved through debugging. Thank u very much anyway.
    See more | Go to post

    Leave a comment:


  • makweatan
    replied to I get the "Object expected" error.
    Sorry, in the source code the line is here :-

    Code:
    <td width="10%" class="titlebarreport" align="left"><div align="right"> <bean:message key="xc_bayarm" /></div></td>
    See more | Go to post
    Last edited by gits; May 11 '10, 06:28 AM. Reason: added code tags

    Leave a comment:


  • makweatan
    started a topic I get the "Object expected" error.

    I get the "Object expected" error.

    Hello,

    Can anyone please help me, where did I go wrong..?

    Line : 388
    Char : 1
    Error : Object Expected
    Code : 0

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
    <%@ taglib uri="/WEB-INF/struts-logic.tld"
    ...
    See more | Go to post
    Last edited by Dormilich; May 11 '10, 06:14 AM. Reason: Please use [code] tags when posting code
No activity results to display
Show More
Working...