Any guru knowing a solution?
Type: Posts; User: ywang20; Keyword(s):
Any guru knowing a solution?
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
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...
1. applicationContext:
<bean id="velocityEngine"
class="org.springframework.ui.velocity.VelocityEngineFactoryBean">
<property name="velocityProperties">
<props>
<prop...
Did you find out a solution? I run into the same problem.
Thanks.
Denis
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...
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...
thanks a lot, man. This really helps.
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.
...
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.
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...
nobody can answer this question? Even nobody adertvertise Spring-WS here :(
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....
In the HttpSessionListener, declare
private static RemoteFacade remoteFacade;
Container may create/destroy the even listener. I changed the remoteFacade to static and problem resolved.
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...