Yes. It looks like this:
package org.zcore.conference;
import java.io.Serializable;
// more import stuff
public class Registration implements Serializable {
Type: Posts; User: rob_; Keyword(s):
Yes. It looks like this:
package org.zcore.conference;
import java.io.Serializable;
// more import stuff
public class Registration implements Serializable {
I'm currently facing a problem using Spring Web Flows 2.0.7, the webflow crashes, when a variable is submitted. The corresponding webflow looks like this:
<flow...
Hi,
I have a problem with the properties injection. My handler is defined as a bean within Spring (2.5.6):
<bean id="sofaCommunicator"
...
Hi
I have a basic problem in understanding, how I get my servlet's request parameters (like http://url/page?parameter=value and inject them into my contentbean. For my current understanding
...
Hi,
I have a problem with moving "requestParameters" into my helper class, using this piece of code within my webflow.xml:
<view-state id="acquirePersonalData">
<on-render>
<evaluate...
I wasn't aware of the fact, that i can do it in JSTL. :)
I added a
<a href="<c:url value="/j_spring_security_logout" />">»</a>
into my jsp and it really works great. Thanks for your help....
You are right, "url" is missing in Spring-2.5.6. But how am I doing it with this version of Spring ?
Hi,
I'm using spring-security-2.0.5.RELEASE, after configuring everything in my web.xml and after building a applicationContext-security.xml everything seems to work fine, except for the Logout...
Hi,
I have a general problem concerning the lib subdirectory in my current webapp. Since i'm using svn:externals in my SVN repository I introduced 2 subdirectories in my libraries directory, now...