Search:

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

Search: Search took 0.03 seconds.

  1. Licence of Spring Data Graph Neo4j

    Hi,

    Neo4j uses the AGPL licence. This is a problem in every of my projects yet, because i don't have the rights to publish the whole sourcecode i used. How is the licence Model of Spring Data...
  2. MVC requestmapping method automatically submitted

    Hi all,

    I have a controller which changes a simple form. You must logged in to see the form.

    I opened the form in two browser tabs. Then I am logging out on one tab. That worked i am logged...
  3. Custom-UserDetailService - Custom Exception / Get IP-Adress User-Agent

    Hi all,

    i didn't find anything in the web or in this forum, but I think its a common problem.

    1. I am using the UserDetailService to for my login. The Problem is, that the user has only three...
  4. Replies
    2
    Views
    3,185

    try to switch value and label

    try to switch value and label



    <form:option label="Visa" value="VISA"/>


    Visa is not an enum const but VISA is.
    'No enum const class com.techshila.business.model.CreditCardType.Visa'
  5. Replies
    5
    Views
    3,981

    problem is solved in 3.0.2.BUILD-SNAPSHOT my...

    problem is solved in 3.0.2.BUILD-SNAPSHOT

    my missing square brackets exists now. ;) now i have to be patient for a new release


    thanks and best regards.

    meleagros
  6. Replies
    5
    Views
    3,981

    to use a single element or not is not the...

    to use a single element or not is not the problem.

    My problem is that the input that I filled in the form elements is not setted in my command object. They are lost with the spring form tag (B)....
  7. Replies
    5
    Views
    3,981

    didn't I already use this kind with: ...

    didn't I already use this kind with:





    <spring:bind path="messages[${row.index}].content">

    <c:out value="${status.value}"/>
    <input type="value" name="<c:out...
  8. Replies
    5
    Views
    3,981

    Spring MVC Binding nestedPath

    Hi all,

    i tried to bind a nested list with spring. I tried to used the nestedPath binding because it makes the code more readable but i did not get it work. here is my (abstract) code:



    ...
  9. Replies
    6
    Views
    2,593

    hey i have / had the same problem. so i take...

    hey

    i have / had the same problem. so i take your advice and implement my own SecurityFlowExecutionListener. for this i take the existing one and changes the imports to the new location. now it...
  10. Replies
    1
    Views
    3,063

    ok maybe to complicated i removed the...

    ok maybe to complicated i removed the UploadedFileBean class and fixed a problem (Scope added)




    @Service("fileUpload")
    @Scope("prototype")
    public class FileuploadHandler implements...
  11. Replies
    1
    Views
    3,063

    rich:fileupload & scopes

    Hi all,

    finally i get the rich:fileupload to work. But i don't know if it is a good solution or not. So i whant to know if theres a better solution. I don't found a proper solution in the forum:
    ...
  12. Replies
    2
    Views
    3,013

    ok problem solved: I have edit my settings.xml...

    ok problem solved:

    I have edit my settings.xml and added the local repository path:



    <localRepository>C:\Users\user\.m2\repository\</localRepository>

    //because of the empty repository:...
  13. Replies
    6
    Views
    936

    ok what i mean is following: My first problem...

    ok what i mean is following:

    My first problem was the lazy loading exception when i try to access my role object from my user object. (n:m relationship). In the userEdit view i tried to access the...
  14. Replies
    2
    Views
    3,013

    Springdm Tutorial & Maven

    Hi all,

    i whant to start developing with spring db, but i am stuck by simply run the springdm tutorial examples. Ok my environment:

    -Windows
    -Spring Source Tools...
  15. Replies
    6
    Views
    936

    thanks for your advice. i changed it like you...

    thanks for your advice. i changed it like you said. But you make me clear that i have to read more about the scopes.

    But i encounter an other problem. I get an LazyInitializationException if i...
  16. Replies
    6
    Views
    936

    Thanks for your response. I solved my studid...

    Thanks for your response. I solved my studid problem...




    <set name="conversationScope.user" value="users.selectedRow" />

    -----

    <h:dataTable id="usersTable" border="1"...
  17. Replies
    6
    Views
    936

    dataModel list back button problem

    hi all,

    i have a user list which are displayed in a h:dataTable. When i click a user in the list i get the detailpage. This works like i expected. But if i click my back button i get a user list...
  18. Replies
    0
    Views
    806

    Model + WebFlow Integration

    Hi all,

    i think its a simple problem, but i don't know to solve it proper.

    I am searching for a solution to integrate two projects. The first one is a simple model where i have all my enities...
Results 1 to 18 of 18