Thanks for the answer. This is just what I was looking for and it is working as expected! Though I would like to know if it is possible to get the spring security el running in the described context....
Type: Posts; User: compost; Keyword(s):
Thanks for the answer. This is just what I was looking for and it is working as expected! Though I would like to know if it is possible to get the spring security el running in the described context....
Hi,
I have setup an application based on spring webflow, the prime faces library and spring security. Everything works fine so far. But now I want to check for a specific role within the view to...
I had exactly the same problem. In my case I made a mistake when I generated the certificate. When I was asked for the name during the generation process I had to type in the name of the server CAS...
Yeah your are right. It is a probably a bad idea ;). The remoting technology is maybe not made to transfer large files. Although I found this:
...
Hi,
I have a problem with spring remoting. I deployed a remote service in jboss and I am able to call simple methods from its interface which return a string. But what I want to do is to call a...
Hi,
it is maybe not the correct answer on your question but I would take a look at the Criteria class:
http://www.hibernate.org/hib_docs/v3/api/org/hibernate/Criteria.html
It is pretty straight...
Thanks for the replies. That way works for me. I only have to figure out how to deal with the image upload. But that is not that important.
It also works to run it as servlet with the Java...
Hi,
I would like to know what is the best way to integrate the FCKeditor in a java application. As far as I have seen, it is possible to integerate it as a servlet or with javascript. I would...