Hello,
i'm using a simpleformcontroller for a user registration page and I have the possibility to upload a photo for the user, but this has a max size of 40kb.
For the file upload i'm using the...
Type: Posts; User: cabexas; Keyword(s):
Hello,
i'm using a simpleformcontroller for a user registration page and I have the possibility to upload a photo for the user, but this has a max size of 40kb.
For the file upload i'm using the...
Hello,
i'm trying to test transactions with ldap Spring and i'm getting the same error when i execute my tests. I'm not using annotations. You can see my code below:
spring Configuration:
...
Another thing,
I've deployed the application in glassfish and it works ok.
So, tomcat is having a problem in finding the jar file.
Can anyone help me?
I will use glassfish for now, but i...
Hi,
i know that it can't find the jar, but i think that the jar files are in the right place.
I've put spring.jar, in springapp/war/web-inf/lib, as it is suggested in the tutorial.
I've also put...
Hi all,
i'm a newbie in spring and i was following the Developing a Spring Framework MVC application step-by-step tutorial to learn how spring works.
When i get to part2, i am getting an error...