Re: Cannot retrieve ActionForward named...

2008-06-05 Thread JG Flowers
ch. > > Ciao > Antonio > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Cannot-retrieve-Actio

Re: Cannot retrieve ActionForward named...

2008-06-05 Thread Antonio Petrelli
2008/6/5 JG Flowers <[EMAIL PROTECTED]>: > 1) Tiles PMC member? What does PMC stand for? A contributor to Tiles or is > PMC some kind of Tiles spin off? PMC=Project Management Committee. I am both a committer and I have the power to decide the future of Tiles (yeah I've got the power! :-D ) > 2)

Re: Cannot retrieve ActionForward named...

2008-06-05 Thread JG Flowers
code have worked then? Is there a bug in Tiles/Struts integration then? If you've fixed this how can I get latest build? -- View this message in context: http://www.nabble.com/Cannot-retrieve-ActionForward-named...-tp17667182p17669991.html Sent from the Struts - User mailing list archive at

Re: Cannot retrieve ActionForward named...

2008-06-05 Thread JG Flowers
ional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Cannot-retrieve-ActionForward-named...-tp17667182p17669578.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Cannot retrieve ActionForward named...

2008-06-05 Thread Dave Newton
--- On Thu, 6/5/08, JG Flowers <[EMAIL PROTECTED]> wrote: > I've been trying to learn Struts [...] Just out of curiosity, why are you starting with Struts 1 at this point? Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: Cannot retrieve ActionForward named...

2008-06-05 Thread Antonio Petrelli
2008/6/5 JG Flowers <[EMAIL PROTECTED]>: > When you were learning all this stuff about Struts, what did you find was to > best resource? Eh, I am a Tiles PMC member, so I know a lot about Tiles internals, not much about Struts. I discovered this problem and took a look at the code, and fixed on my

Re: Cannot retrieve ActionForward named...

2008-06-05 Thread JG Flowers
ext: http://www.nabble.com/Cannot-retrieve-ActionForward-named...-tp17667182p17669249.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cannot retrieve ActionForward named...

2008-06-05 Thread Antonio Petrelli
2008/6/5 JG Flowers <[EMAIL PROTECTED]>: > When you say "use an action that forwards to a Tiles definition" can you > elaborate on this a bit more for me. You have to change this: into: And, in your SearchAction class, do: return mapping.findForward("success"); HTH Antonio -

Re: Cannot retrieve ActionForward named...

2008-06-05 Thread JG Flowers
Hi Antonio. Many thanks for feedback. When you say "use an action that forwards to a Tiles definition" can you elaborate on this a bit more for me. Cheers -- View this message in context: http://www.nabble.com/Cannot-retrieve-ActionForward-named...-tp17667182p17668494.html Sent from

Re: Cannot retrieve ActionForward named...

2008-06-05 Thread Antonio Petrelli
2008/6/5 JG Flowers <[EMAIL PROTECTED]>: > forward="search.page"/> Using a Tiles definition as the name of a forward action is not supported. Use an action that forwards to a Tiles definition, or use a JSP page. Antonio

Cannot retrieve ActionForward named...

2008-06-05 Thread JG Flowers
here Chapter 7 is the area I'm experiencing problems with.. When I try and access the deployed app in Tomcat 6 as follows: http://localhost:9090/MiniHR/ I get the exception: Cannot create rewrite URL: java.net.MalformedURLException: Cannot retrieve ActionForward named search This leads me