Alternate way to get to value in an iteration

2007-06-08 Thread Michael Bowman
Hello! Normally with struts2, I would iterate through a list like: But now I need to be able to use the headline and summary values in another tag. The following doesn't work, but I need to get to something like it: The problem is that I need to pass the headline and summary val

Re: Best practice - Wizard flow

2007-05-24 Thread Michael Bowman
Actually, it appears there is already a struts2 plugin for it: http://cwiki.apache.org/S2PLUGINS/spring-webflow-plugin.html -Michael On 5/24/07, Michael Bowman <[EMAIL PROTECTED]> wrote: You may want to check out Spring Web Flow - http://www.springframework.org/webflow It apparen

Re: Best practice - Wizard flow

2007-05-24 Thread Michael Bowman
You may want to check out Spring Web Flow - http://www.springframework.org/webflow It apparently (I haven't tried it yet) works with struts2 and you don't need to use anything else from spring to use it. I saw a demo of it at JavaOne this year and was really impressed. -Michael On 5/24/07, Cha

Struts2 - JSF Plugin in portal environment

2007-05-01 Thread Michael Bowman
Hello, I'm trying to get Struts2 working in a portlet environment... so far, so good. However, we have one portlet that requires the use of some 3rd party jsf components. So I've been trying to get the jsf plugin to work with the struts-portlet-default stuff. First thing I noticed, was that the j