Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    442

    how to set queryTimeOut?

    hi
    from my application i am executing StoredProcedure , my class is extending StoredProcedure class provided by SPring API,
    i use setQueryTimeOut(1), but after 1 sec it is not throwing any timeout...
  2. Replies
    0
    Views
    479

    timeout not workign

    hi
    from my application i am executing StoredProcedure , my class is extending StoredProcedure class provided by SPring API,
    i use setQueryTimeOut(1), but after 1 sec it is not throwing any...
  3. validateion in Multiactioncontroller error

    HTTP Status 500 -

    hi
    what to do to resolve this error
    --------------------------------------------------------------------------
    ------

    type Exception report

    message
  4. remove from your Jsp page.and error...

    remove <sprin:bind> from your Jsp page.and error resolved
  5. i can help u to get rid of the exception the...

    i can help u to get rid of the exception
    the exception is because u have bind the object in JSP using either
    <spring:nested path=""> or simple by <spring:input path="">
    just remove the path...
  6. unbale to get value of text field in multicontroller

    hi
    i have a multicontrolleraction and i want to get value of the input box from a form so how can i bind? it is possible in simpleformcontroller using commandname property but wht to do with...
  7. Replies
    1
    Views
    865

    MultiActionController

    hi

    it is possible to invoke diffrent function without changing URL?
    can it be done with the help of ParameterMethodNameResolver .
  8. Replies
    1
    Views
    975

    it is so simple just call the next controller...

    it is so simple
    just call the next controller inside the other one like simple class invocation
  9. MultiActionController mapping problem

    hi
    i have to place two button on the form so how can i implement MultiActionController? pls give me configuration details.

    <form name="myf" action="chooseAction" method="post">
    <input...
  10. Replies
    4
    Views
    982

    multiactioncontroller

    hi
    i tried the example as it is but i am getting 404 error, i dont on which page it will migrate and where i have to set its formview or successview?
    my diapatcher-servlet.xml

    <bean...
  11. Replies
    4
    Views
    982

    Multi action handling

    thnks it solves my problme, please tell me how can i handle multi action
    as i have more then one buttons on my page and i want to call diffrent action on each button submit action.
  12. Replies
    4
    Views
    982

    how to add validator

    hi i am trying to use validatino in my simple form but i am getting error



    org.apache.jasper.JasperException: An exception occurred processing JSP page /WEB-INF/jsp/loginPage.jsp at line 37
    ...
Results 1 to 12 of 12