Search:

Type: Posts; User: kramnivla; Keyword(s):

Search: Search took 0.04 seconds.

  1. Thread: JSTL Help

    by kramnivla
    Replies
    8
    Views
    1,171

    After searching the net a lot, I found thgat I...

    After searching the net a lot, I found thgat I can pass parameters using the ${bs.getBalance(true)} in the newest JSP version using the tomcat 7.

    Thanks for all your help :)
  2. Thread: JSTL Help

    by kramnivla
    Replies
    8
    Views
    1,171

    Oh..... it works now! Thanks.:D This shows I am...

    Oh..... it works now! Thanks.:D This shows I am quite a newbie in jstl and spring...;)

    Another question though, how about methods with parameters?


    public BigDecimal getBalance(boolean...
  3. Thread: JSTL Help

    by kramnivla
    Replies
    8
    Views
    1,171

    getPayableAmount() does not return a class...

    getPayableAmount() does not return a class variable but is a method that uses several of the class variables to determine the payable amount

    bs.getXXX only works for getters and setters of class...
  4. Thread: JSTL Help

    by kramnivla
    Replies
    8
    Views
    1,171

    Yes I am using MVC Spring 3.0.

    Yes I am using MVC Spring 3.0.
  5. Thread: JSTL Help

    by kramnivla
    Replies
    8
    Views
    1,171

    JSTL Help

    Is it possible to call a non-static method of a class in jstl?

    Ex. Given the code below, how would I call getPayableAmount()?


    public class BillingStatement extends DBObject {

    public...
  6. Thanks a lot!

    WOW it works now. Thanks everyone for your help! This is the simplified code that still works employing the same code


    @Controller
    public class EmployeePayrollController {

    ...
  7. That was what I tried before I changed it to...

    That was what I tried before I changed it to object.

    It does not care what viewname I use, it still uses the request mapping.
    Like in the code below, instead of going to home.jsp, it goes to...
  8. HELP - weird thing happening with spring mvc

    Need help, this made my head spin. Look at the code

    This does not work


    @Controller
    public class EmployeeProfileController {

    @RequestMapping("/expenses_employee")
    public Object...
Results 1 to 8 of 8