spring-webflow
Richfaces 4.0.0.FINAL Skinning standard JSF tags and Html tags automatically cannot load
I\'ve enabled skinning in my web.xml but nothing seems to take effect in my richfaces 4.0.0.FINAL why? My web.xml[详细]
2023-04-13 06:45 分类:问答How to use annotation to replace mvc:resources namespace
I am building a project using annotation to do the configuration job. And when I doing this, I cannot find a way to use annotation to replace mvc:resources namespace tag.[详细]
2023-04-13 04:53 分类:问答How To Create A Dynamic Webflow
Say I have a Category开发者_开发问答 domain and a Question Domain and a Category hasMany questions.[详细]
2023-04-13 02:30 分类:问答How To Persist The Sate of A Webflow
Say I have a webflow with N states. How can I persist a user\'s state to a database so that if he leaves the flow somewhere in the middle, he can start where he le开发者_开发百科ft off, next time he l[详细]
2023-04-13 02:26 分类:问答Sending argumentsfrom JSF to webflow transitions
Basically what I have now is something like: <view-state id=\"pageOne\" view=\"pageone.xhtml\"> <transition on=\"gotoPageTwo\" to=\"doGotoPageTwo\" />[详细]
2023-04-12 23:22 分类:问答How to pass parameter to a method of validating the Spring Webflow?
How do I pass to the method validate {State} parameter other than a model? I have two objects. MyForm form object and the object of User, who may modify MyForm.[详细]
2023-04-11 22:47 分类:问答java.lang.NullPointerException at org.springframework.faces.webflow.FlowViewStateManager.saveView
I started a project with JSF 2.1, Spring 3.0.5, Spring Web Flow 2.3.0 in Tomcat 7.0.22. When I put SWF JAR files (binding, faces, js, js.resources and webflow) in classpath, I can\'t to navigate to an[详细]
2023-04-11 09:59 分类:问答Need to call three webflow states in parallel
We are facing serious performance issues in our application. We need to send three different requests to our backend, when we are using webflow and we are sending them one by one and this is leading t[详细]
2023-04-09 17:56 分类:问答Error JSF 2.1.at org.apache.myfaces.view.facelets.compiler.TagLibraryConfig$LibraryHandler.endElement
I have a error when run my myfaces(JSF 2.1), richfaces 4, 2.3.0.BUILD-SNAPSHOT, in Jboss 7.0.2 \"Arc\":[详细]
2023-04-09 16:41 分类:问答JSF2 error [org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguage] Error Rendering View[//WEB-INF/*.xhtml]: java.lang.NullPointerException
I have an error in Jboss 7.0.2 Arc, JSP 2.1(Myfaces), Richfaces 4, this is my web.xml <?xml version=\"1.0\" encoding=\"UTF-8\"?>[详细]
2023-04-09 09:48 分类:问答