On 10/9/07, Ted Husted <[EMAIL PROTECTED]> wrote: > I tagged a version of MailReader Zero that was using a single > namespace and (some) multiple methods at > > * http://sq1-struts2.googlecode.com/svn/tags/mailreader-zero-flat/ > > I've started to refactor the "head" to use multiple namespaces and > single-method classes, but so far I'm only half done. > > * http://sq1-struts2.googlecode.com/svn/trunk/articles/mailreader-zero/ >
The update MailReader Zero using namespaces is just about done, but there's one FIXME in actions.subscribe.Index: // FIXME: Redirecting to an action in another namespace doesn't seem to work with 0.18. // also tried a regular redirect with /register/update-input.action // After redirect, seems to invoking default actions.Support action. // Using menu for now, but expected to use for each // @Result(name="cancel", location="update-input", type="redirect-action", params={"namespace", "/register"}), -Ted. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]