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...
Type: Posts; User: meleagros; Keyword(s):
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...
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...
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...
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'
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
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)....
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...
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:
...
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...
ok maybe to complicated i removed the UploadedFileBean class and fixed a problem (Scope added)
@Service("fileUpload")
@Scope("prototype")
public class FileuploadHandler implements...
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:
...
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:...
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...
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...
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...
Thanks for your response. I solved my studid problem...
<set name="conversationScope.user" value="users.selectedRow" />
-----
<h:dataTable id="usersTable" border="1"...
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...
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...