Re: wicket and flow
if(currentStateFromSession != null) { target = RequestTargetFactory.**buildFromState(**currentStateFromSession, requestCycle, requestParameters); } //TODO if the target is null, redirect back to the last rendered page, or the homepage if(target == null) { target = classicTarget; } return target; } } For which Mappers should I look in these cases ? Best regards Heiner Am 18.06.2013 11:37, schrieb Piratenvisier: Thank you Martin. Now I started another evaluation process after studying spring Webflow and Seam an especially this discussion http://http://ptrthomas.** wordpress.com/2007/03/02/**wicket-impressions-moving-** from-spring-mvc-webflow/http://ptrthomas.wordpress.com/2007/03/02/wicket-impressions-moving-from-spring-mvc-webflow/ lets me think more profoundly about the subject. In cocoon I tried the flow subject with spring apllicationXML files After some time with growing XML-structures it was rather tedious to find out the reason of a flow problem. In wicket I tried it with HashMap in the Wicketapplication. But the maintenance became also tedious. After the above discussion I think I will try it more with special Components and and Inheritance. Best regards Heiner Am 16.06.2013 11:36, schrieb Martin Grigorov: Hi, Some guys created integration of Wicket 1.4 with Spring WebFlow ( https://github.com/**wicketstuff/core/tree/core-1.** 4.x/jdk-1.5-parent/spring-**webflow-parenthttps://github.com/wicketstuff/core/tree/core-1.4.x/jdk-1.5-parent/spring-webflow-parent ). You may find it interesting and update it to newer versions of both Wicket and Spring WebFlow. On Sun, Jun 16, 2013 at 7:34 AM, Piratenvisier hansheinrichbr...@yahoo.de**wrote: Is there any support to structure the flow of pages and forms. I build for my realestate software structures, defining a state of a page, the visibility of the links and tabs, the pages a link calls in this state, database action to be done and the pageparameters the link tranfers to the new page. But maybe there are more intelligent ways to organize this. --** --**- To unsubscribe, e-mail:users-unsubscribe@**wicket.**apache.orgusers-** unsubscr...@wicket.apache.org users-unsubscr...@wicket.apache.org For additional commands, e-mail:users-help@wicket.**apache.orge-mail%3ausers-h...@wicket.apache.org
Re: wicket and flow
= classicTarget; } return target; } } For which Mappers should I look in these cases ? Best regards Heiner Am 18.06.2013 11:37, schrieb Piratenvisier: Thank you Martin. Now I started another evaluation process after studying spring Webflow and Seam an especially this discussion http://http://ptrthomas.wordpress.com/2007/03/02/wicket-impressions-moving-from-spring-mvc-webflow/ lets me think more profoundly about the subject. In cocoon I tried the flow subject with spring apllicationXML files After some time with growing XML-structures it was rather tedious to find out the reason of a flow problem. In wicket I tried it with HashMap in the Wicketapplication. But the maintenance became also tedious. After the above discussion I think I will try it more with special Components and and Inheritance. Best regards Heiner Am 16.06.2013 11:36, schrieb Martin Grigorov: Hi, Some guys created integration of Wicket 1.4 with Spring WebFlow ( https://github.com/wicketstuff/core/tree/core-1.4.x/jdk-1.5-parent/spring-webflow-parent ). You may find it interesting and update it to newer versions of both Wicket and Spring WebFlow. On Sun, Jun 16, 2013 at 7:34 AM, Piratenvisier hansheinrichbr...@yahoo.dewrote: Is there any support to structure the flow of pages and forms. I build for my realestate software structures, defining a state of a page, the visibility of the links and tabs, the pages a link calls in this state, database action to be done and the pageparameters the link tranfers to the new page. But maybe there are more intelligent ways to organize this. --**--**- To unsubscribe, e-mail:users-unsubscribe@wicket.**apache.orgusers-unsubscr...@wicket.apache.org For additional commands, e-mail:users-h...@wicket.apache.org
Re: wicket and flow
Thank you Martin. Now I started another evaluation process after studying spring Webflow and Seam an especially this discussion http://http://ptrthomas.wordpress.com/2007/03/02/wicket-impressions-moving-from-spring-mvc-webflow/ lets me think more profoundly about the subject. In cocoon I tried the flow subject with spring apllicationXML files After some time with growing XML-structures it was rather tedious to find out the reason of a flow problem. In wicket I tried it with HashMap in the Wicketapplication. But the maintenance became also tedious. After the above discussion I think I will try it more with special Components and and Inheritance. Best regards Heiner Am 16.06.2013 11:36, schrieb Martin Grigorov: Hi, Some guys created integration of Wicket 1.4 with Spring WebFlow ( https://github.com/wicketstuff/core/tree/core-1.4.x/jdk-1.5-parent/spring-webflow-parent ). You may find it interesting and update it to newer versions of both Wicket and Spring WebFlow. On Sun, Jun 16, 2013 at 7:34 AM, Piratenvisier hansheinrichbr...@yahoo.dewrote: Is there any support to structure the flow of pages and forms. I build for my realestate software structures, defining a state of a page, the visibility of the links and tabs, the pages a link calls in this state, database action to be done and the pageparameters the link tranfers to the new page. But maybe there are more intelligent ways to organize this. --**--**- To unsubscribe, e-mail: users-unsubscribe@wicket.**apache.orgusers-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org
Re: wicket and flow
Hi, Some guys created integration of Wicket 1.4 with Spring WebFlow ( https://github.com/wicketstuff/core/tree/core-1.4.x/jdk-1.5-parent/spring-webflow-parent ). You may find it interesting and update it to newer versions of both Wicket and Spring WebFlow. On Sun, Jun 16, 2013 at 7:34 AM, Piratenvisier hansheinrichbr...@yahoo.dewrote: Is there any support to structure the flow of pages and forms. I build for my realestate software structures, defining a state of a page, the visibility of the links and tabs, the pages a link calls in this state, database action to be done and the pageparameters the link tranfers to the new page. But maybe there are more intelligent ways to organize this. --**--**- To unsubscribe, e-mail: users-unsubscribe@wicket.**apache.orgusers-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org
wicket and flow
Is there any support to structure the flow of pages and forms. I build for my realestate software structures, defining a state of a page, the visibility of the links and tabs, the pages a link calls in this state, database action to be done and the pageparameters the link tranfers to the new page. But maybe there are more intelligent ways to organize this. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org