Ankit Kumar Yadav dijo: > > hi, > i am trying to generate an application > in which i first authentify the username and password > using a xsp then generate a form to fill data in the database > again using a xsp
Nope. You can never use 2 generators. This violates all the cocoon basics. You can have just ONE generator. > but cant use two generators in the same map node. > plz help me out OK. You can take advantage of the actions to do the work. BTW, Cocoon has a nice authentication framework that would help you to check the users: <snip_from_wiki> authentication-fw Components for the authentication framework. Provides LoginAction, LogoutAction, ProtectedAction, ConfigurationGenerator. Include samples. </snip_from_wiki> See: http://cocoon.apache.org/2.1/developing/webapps/authentication.html I hope this would help you. Best Regards, Antonio Gallardo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
