The Artima Developer Community
Sponsored Link

C# Answers Forum
compilation error - method not found in class java.lang.string

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
prabhakar k

Posts: 1
Nickname: kprabhakar
Registered: Oct, 2007

compilation error - method not found in class java.lang.string Posted: Oct 15, 2007 11:09 AM
Reply to this message Reply
Advertisement
A call to the method shown below was made from jsp source code.

// code in jsp source code

<% repaySched.totalAmtDue() %>



// close code in a bean
public class repaySchedBean {

public static void totalAmtDue() {

}

}

but I get the compilation error: method totalAmtDue not found in class java.lang.string.

Any work arround for this problem

Topic: MS Access DB access problem in C# Previous Topic   Next Topic Topic: how to add page break using c# with floating range

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use