Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    10
    Views
    5,834

    Strange, I thought I posted a reply but I can't...

    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...
  2. Replies
    10
    Views
    5,834

    What is the content of your...

    What is the content of your UserDetailsAuthenticationProvider class?

    What must be written in:
    se.myComp.web.security.UserDetailsAuthenticationProvider

    Greetz,
    Kim
  3. Replies
    6
    Views
    5,282

    That's what I was wondering. I wan't to upload a...

    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...
  4. Replies
    4
    Views
    1,226

    What do you want me to post? Nope, action...

    What do you want me to post?
    Nope, action attribute is handled by spring, spring puts in in my html.

    Have Fun
    Compi
  5. Replies
    4
    Views
    1,226

    I can't believe I have made such a dumb mistake,...

    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;
  6. Replies
    4
    Views
    1,226

    I have already tried:

    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...
  7. Replies
    4
    Views
    1,226

    File upload with Spring

    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...
Results 1 to 7 of 7