Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    259

    Any guru knowing a solution?

    Any guru knowing a solution?
  2. Replies
    1
    Views
    259

    Spring Web Flow: Global On Render

    Hello,

    I am using Spring Web Flow and Hibernate.
    I want to track the memory usage right before the rendering of any views.

    Is it a good way to achieve this?

    Thanks.
    Denis
  3. Replies
    7
    Views
    2,955

    iBatis, JPetStore sample does not work

    Hello,
    I downloaded the JPetStore sample from
    https://src.springframework.org/svn/spring-samples/jpetstore/trunk/org.springframework.samples.jpetstore

    Followed its readme.txt to build the...
  4. Replies
    8
    Views
    8,074

    My solution

    1. applicationContext:
    <bean id="velocityEngine"
    class="org.springframework.ui.velocity.VelocityEngineFactoryBean">
    <property name="velocityProperties">
    <props>
    <prop...
  5. Replies
    8
    Views
    8,074

    Did you find out a solution? I run into the same...

    Did you find out a solution? I run into the same problem.
    Thanks.
    Denis
  6. Replies
    3
    Views
    885

    Thanks for your reply. I may not state my problem...

    Thanks for your reply. I may not state my problem clearly. I am looking more for the Dynamic Transitions. I tried:
    <transition on="the exception" to="${flowScope.sateId}" />
    but run into errors of...
  7. Replies
    3
    Views
    885

    get back to the last view state on error

    Hello,

    When I get a flow exception, say, org.springframework.webflow.engine.NoMatchingTransitionException, I'd like to redirect the user back to the immediate previous view-state page. What is...
  8. thanks a lot, man. This really helps.

    thanks a lot, man. This really helps.
  9. Invalid */*.do in servlet mapping

    Sounds like a stupid question, but I really got stuck on this problem:
    java.lang.IllegalArgumentException: Invalid <url-pattern> */*.do in servlet mapping
    I am using Spring Web Flow and Tomcat.
    ...
  10. Replies
    2
    Views
    631

    Wizard controller does not work

    The big difference is that, in step one, I need to take certain actions. Based on the result of step one, I choose which way to go in the step two.
  11. Replies
    2
    Views
    631

    help: how to deisgn a two-step action

    Hello,
    I need to develop a simple two step web application:
    1. present formOne.jsp to user;
    2. user submit the form and actionOne process it;
    3. then the user got formOneResult.jsp

    4. user...
  12. nobody can answer this question? Even nobody adertvertise Spring-WS here :(

    nobody can answer this question? Even nobody adertvertise Spring-WS here :(
  13. what technology to use for a web services client in Spring

    Hello,

    I am trying to develop a web services client in the Spring Framework.
    Candidates may include something like: Axis, Java Web Services Developer
    Pack (Java WSDP), Xfire, Spring-WS and etc....
  14. In the HttpSessionListener, declare private...

    In the HttpSessionListener, declare
    private static RemoteFacade remoteFacade;
  15. problem is related to EventSessionListener

    Container may create/destroy the even listener. I changed the remoteFacade to static and problem resolved.
  16. help please: use a bean in HttpSessionListener

    I have a HttpSessionListener who has a bean of RemoteFacade.
    In the applicationContext.xml the RemoteFacade is set using sth like:

    <bean id="listener" class="SessionListener">
    <property...
Results 1 to 16 of 16