Very interesting. Thanks for the info, Konstantin.
DR At 11:45 AM 11/15/01 +0300, you wrote: >For a more flexible flow control you can use selectors: >http://xml.apache.org/cocoon2/userdocs/selectors/selectors.html > >Personally, I don't like selectors' syntax and prefer the Struts's version >of flow control: ><action name="logon" ...> > <forward name="success" path="welcome.jsp" /> > <forward name="fail" path="login.jsp" /> > <forward name="error" path="error.jsp" /> ></action> > >it works like a switch - case operator in Java and is less verbose. >The best for me would be to have all the following in one: > - flow control and form processing (from Struts) > - html, bean taglibs (from Struts) > - flexible matchers with wildcard and regexp patterns (from Cocoon 2) > - possibility to generate response from multiple sources: JSP, XML/XSL >(Cocoon 2) > - configurable page aggregation (Cocoon 2) > etc. > >Regards, > Konstantin Piroumian --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>