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...
Type: Posts; User: ipraveenjain; Keyword(s):
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...
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...
HTTP Status 500 -
hi
what to do to resolve this error
--------------------------------------------------------------------------
------
type Exception report
message
remove <sprin:bind> from your Jsp page.and error resolved
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...
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...
hi
it is possible to invoke diffrent function without changing URL?
can it be done with the help of ParameterMethodNameResolver .
it is so simple
just call the next controller inside the other one like simple class invocation
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...
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...
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.
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
...