Re: How to come back to previous action?

2008-02-19 Thread Eduardo Yáñez Parareda
> > > You might want to include a Marker interface so that you don't collect all > the data from every request. If you have a BackAware interface (or > BackTarget, or something else meaningful). That's a good idea, but our app. saves the state depending on where you come from, not depending on w

Re: How to come back to previous action?

2008-02-18 Thread Eduardo Yáñez Parareda
The solution I'm going for is to implement a Filter or Interceptor which manages a stack of requests. I'll push the action and the request attributes in the stack, so when I have to go back, I can pop from the stack the action and attributes needed to make the same search as before. When user click

Re: How to come back to previous action?

2008-02-18 Thread Eduardo Yáñez Parareda
I forgot to say that what I'm asking for is a Struts2 way to do that, a pattern, or a tool that S2 provides which could help me to do it. On 18/02/2008, Eduardo Yáñez Parareda <[EMAIL PROTECTED]> wrote: > > Hello, > > How could I come back to an action I executed before?

How to come back to previous action?

2008-02-18 Thread Eduardo Yáñez Parareda
Hello, How could I come back to an action I executed before? i.e.: User is in screen 1, then click the button search and some results are shown to her. She dbclick in a result item and it's shown the item's detail in screen 2. Then she wants to go back to screen 1 how must I implement the 'g

Is Saxon incompatible with Struts 2?

2008-02-15 Thread Eduardo Yáñez Parareda
Hello, I've to use Saxon 8 within a Struts 2 application but I'm having the following exception: http://legalizate.blogspot.com

Callback after AJAX call

2007-10-18 Thread Eduardo Yáñez Parareda
could I do it on 2.0.9? We tried notifyTopics, but this one executes the javascript code before and after calling. -- Eduardo Yáñez Parareda