Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    932

    Spring 2.0 and Hibernate Annotations

    Hi

    I am looking at using Spring 2.0 and Hibernate Annotations on my current project (I have last used Spring 1.2.8 with Hibernate 3.1 and XDoclet1, and could not use JDK5.0 constructs in my...
  2. Replies
    2
    Views
    969

    Re: RequestScope

    Hi Keith

    I think I did have redirect on. On org.springframework.webflow.executor.FlowExecutorImpl, I had the property redirectOnPause="FLOW_EXECUTION"

    I removed this, and it appears to have...
  3. Replies
    2
    Views
    969

    Putting Parameters into Request Scope

    Hi

    I have the ff method in my Spring Web Flow action:


    public Event someMethod(RequestContext context) {
    context.getRequestScope().put("testMessage1", "Message - request.");
    ...
  4. Still not having any luck

    Thanks for all the replies, but I still appear to have a problem getting this to work.

    Just for the record, I am using Webflow RC2.

    My understanding of the EL in a JSP is that:
    ...
  5. Accessing parameters in requestScope from jsp

    Hi

    I have the ff code in my action:

    requestContext.getRequestScope().put("informationMessage", "some information message")

    I then try to access the request parameter from my jsp as follows...
  6. AbtsractXmlFlowExecutionTests vs AbstractTransactionalSpringContextTests

    Is there any way of simulating the transactional behaviour (eg. of automatic rollback) that is available in AbstractTransactionalSpringContextTests in AbtsractXmlFlowExecutionTests ?
  7. Replies
    13
    Views
    2,813

    Custom Date Editors

    Hi Keith

    I have changed the "error" transition as u have suggested as follows:



    <flow start-state="setupForm.state">

    <action-state id="setupForm.state">
    <action...
  8. Replies
    13
    Views
    2,813

    Custom Property Editors

    Hi Yatesco

    My jsp is already exactly as you say. The relevant part of the jsp is as follows:



    <spring:bind path="formObject.testDate">
    <tr>
    <td>Test Date:</td>
    ...
  9. Replies
    13
    Views
    2,813

    Custom Property Editors

    I have seen previous posts regarding problems with custom PropertyEditors, but unfortunately, they do not appear to give clear solutions.

    I am using Webflow RC1 with Spring 1.2.8.

    I have a...
  10. Replies
    2
    Views
    683

    Thanks Carlos I did see this in the code. I...

    Thanks Carlos

    I did see this in the code. I thought, perhaps, that Spring provided a Class that enabled one to access the view model more logically.

    In any event, I will do as u suggest.
    ...
  11. Replies
    2
    Views
    683

    Accessing errors() in Tests

    I am writing some tests in Webflow, and I am trying to access the "errors" object in one of my tests. How do I do this?

    I have the following line of code in my test:
    ApplicationView view =...
Results 1 to 11 of 11