Hi
I am new to Springs.
I have a Form which has multiple input fields of same type Ex:
Eduction Info 1 has
COurse 1 -- Field Text Box
College 1 -- Field Text Box.
Type: Posts; User: thanvi; Keyword(s):
Hi
I am new to Springs.
I have a Form which has multiple input fields of same type Ex:
Eduction Info 1 has
COurse 1 -- Field Text Box
College 1 -- Field Text Box.
Even I faced the same issue and it worked by changing the URL. I appricate that you have come back and put teh solution
Hi
I am trying to configure the DWR with Spring MVC Pattern. But the request is not getting into the controller which i deisgned for spring MVC.
Not able to configure with DWR.. Please help
Here is the file. Is something wrong with the DTD. I use dthe same file while using the hibernate direct access to database with JNDI lookup
<?xml version="1.0"?>
<!DOCTYPE hibernate-mapping...
My spring configuration file looks as below. But I get the error while intializing. The errors are given below.
<?xml version="1.0" encoding="UTF-8"?>
<beans...
Thanks,
I have been going through this article. But not able to get the methods to code to get the transactions and sessions together.
I dont have the code right now with me. But shall put back...
Hi
I am new to Spring and Hibernate. I am trying to tie Spring, Hibernate with JTA and JNDI.
I am not able to configure the same. I am also looking into programmatic transaction handling.
...