Strange, I thought I posted a reply but I can't see it :eek:
Indeed I have read the thread and I notice this isn't easy to implement but still I have no choice and must implement it.
I'm...
Type: Posts; User: compi; Keyword(s):
Strange, I thought I posted a reply but I can't see it :eek:
Indeed I have read the thread and I notice this isn't easy to implement but still I have no choice and must implement it.
I'm...
What is the content of your UserDetailsAuthenticationProvider class?
What must be written in:
se.myComp.web.security.UserDetailsAuthenticationProvider
Greetz,
Kim
That's what I was wondering.
I wan't to upload a file, and place it in my WebContent. But can I do it without injecting the path, can I locate it from my controller without injecting it?
Thx...
What do you want me to post?
Nope, action attribute is handled by spring, spring puts in in my html.
Have Fun
Compi
I can't believe I have made such a dumb mistake, it was a typo :s
must be
My person class ( command class)
package be.compi;
I have already tried:
<form method="post" enctype="multipart/form-data">
Name
<spring:bind path="person.name">
<input name="name" />
</spring:bind>
<br />
<spring:bind...
Hi everybody,
I'm trying to make a spike project for file-uploading with spring. A spike project is a small project, just to test / figure out how something works.
Now I have created a small...