Flash/wizard- scope

2008-01-28 Thread Rikard
Hi all! i was wondering if there would be any plans on building an interceptor that manages flash scope or wizard scope? i was surfing around and saw this post http://blogs.opensymphony.com/plightbo/2006/03/webwork_flash_scope_support.html I have made an interceptor that with the help of annotati

Struts2Webflow plugin

2007-06-27 Thread Rikard
Well hi hehe another post on webflow .. 1. Any one tried out the feuture "SWF flow execution key can be managed in the session rather than as a hidden field on the client." dont whant to havae hidden params in jsp.? The example is only using the hidden param in jsp. 2. Currently im trying to ad

Struts2Webflow plugin

2007-06-27 Thread Rikard
Hello! Im currently trying out the webflow plugin for S2 and trying out the example i got an exception. It happens when i got to step2 i click on backbutton on browser and then on step1 i try to go to step2. Then i got a "javax.servlet.ServletException: org.springframework.webflow.engine.NoMa

Re: Spring-webflow exception

2007-06-20 Thread Rikard
and running. Now i will start to explore the webflow tith S2. /Rille Ian Roughley wrote: > > Let me know how it goes. I've worked with it a little, but had to drop > the integration due to time constraints. > > /Ian > > Rikard wrote: > >>Thanks Ian for the

Re: Spring-webflow exception

2007-06-19 Thread Rikard
Thanks Ian for the quick response. Now i can continue explore the spring-webflow plugin! :) Ian Roughley wrote: > > The source is available from the project site on google code. I haven't > seen this error before, but I imagine it is a XML config issue. > > /Ian >

Re: Spring-webflow exception

2007-06-19 Thread Rikard
Maby i should write that im trying out the struts-webflow plugin.. Manfred Wolff wrote: > > > Wrong mailinglist? This is struts even not spring. > > Rikard schrieb: >> Hi im trying out the spring-weblow example. But i get this exception: >> >> &

Spring-webflow exception

2007-06-19 Thread Rikard
Hi im trying out the spring-weblow example. But i get this exception: 09:43:42,494 ERROR [[/spaceport].listenerStart] Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener org.springframework.beans.factory.parsing.BeanDefi

Re: What is the equivalant for reset in S2

2007-06-12 Thread Rikard
Hi well in webwork i use the clean(); method of the class ActionSupport i think its the same in S2. Just make a reset() method in your action and call the clean method.. /R Tracy12 wrote: > > Hi, > > In struts 1.x. we had reset method in the action forms > to do the final cleanup before the fo

Facelets

2007-03-21 Thread Rikard
Hi! was reding about the JSF built in support in S2 (jsfstack) and was wondering if that also includes facelets? i dont whant to use the shale. Or could one build a facelets interceptor ontop the jsfstack ? because Facelets is so dam good :) Thanks! /Rikard -- View this message in context

Struts2 and spring2 fails, adding RequestContextFilter/Listener doesnt work

2007-03-15 Thread Rikard
Hi im currently evaluating s2 and now trying to get the scope attr work in s2 and spring2. Tried all in the previous post http://www.nabble.com/Struts2-and-spring2-fails%2C-adding-RequestContextFilter-Listener-doesnt-work.-tf2872182.html#a8031133 scope post And i still got the same exception.