Re: wildcard action mapping

2005-05-24 Thread Joe Germuska
At 1:36 PM +0800 5/24/05, Richard Reyes wrote: Hello Guys, I got this action mapping... Is it possible to access the exact "*" wildcard value inside LoadCustomPropertiesAction? Just apply the value to one of the properties of

Re: Wildcard action mapping use of **

2004-08-05 Thread Don Brown
Heh, I always wondered how you folks would handle those. :) To answer the first question, I think "**" would be useful if you were wanting to support say a really descriptive ReST-style URL (like "/xml/us/product/category/item") and wanted to leave the parsing of the URL to the Action class. So

Re: Wildcard action mapping use of **

2004-08-05 Thread Duncan Mills
Yup. And while we're on the subject if anyone has an idea as to how the hell we (and other vendors doing Struts Diagramming tools) are supposed to represent Wildcard Actions on a Page flow diagram I'd love to hear :-) Regards Duncan Mills Ruth, Brice wrote: Bill Siggelkow wrote: If you are un

Re: Wildcard action mapping use of **

2004-08-04 Thread Ruth, Brice
Bill Siggelkow wrote: If you are unfamiliar with wildcard action mappings; they are pretty cool. I am writing some documentation on using them; however, I am not quite sure of a good use case for the ** feature (where a match included the "/"). If anyone can give me a practical scenario using t