Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    271

    Yes. It looks like this: package...

    Yes. It looks like this:



    package org.zcore.conference;

    import java.io.Serializable;
    // more import stuff

    public class Registration implements Serializable {
  2. Replies
    2
    Views
    271

    Web Flow (2.0) crashing on submitting id

    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...
  3. Replies
    2
    Views
    860

    Property injection for handlers not working?

    Hi,

    I have a problem with the properties injection. My handler is defined as a bean within Spring (2.5.6):



    <bean id="sofaCommunicator"
    ...
  4. Replies
    0
    Views
    450

    "Injecting" RequestParameters into beans?

    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

    ...
  5. Moving requestParameters into my helper class

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

    I wasn't aware of the fact, that i can do it in...

    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" />">&raquo;</a>
    into my jsp and it really works great. Thanks for your help....
  7. Replies
    4
    Views
    1,377

    You are right, "url" is missing in Spring-2.5.6....

    You are right, "url" is missing in Spring-2.5.6. But how am I doing it with this version of Spring ?
  8. Replies
    4
    Views
    1,377

    Problem with j_spring_security_logout

    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...
  9. Replies
    0
    Views
    425

    Fancy lib directory

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