Yes, It's work corretly. Now my problem is in <xsp-formval:validate name="field23">, because the name of field is dynamic too. Can Use something like that: "<xsp-formval:validate><xsp:attribute name="name">field34</xsp:attribute>"
Thank for all. Carles -----Mensaje original----- De: Ralph Goers [mailto:[EMAIL PROTECTED] Enviado el: mi�rcoles, 02 de junio de 2004 16:52 Para: [EMAIL PROTECTED] Asunto: Re: Dynamic form Yes, you can dynamically generate the descriptor. Instead of specifying a file specify a cocoon pipeline to generate the xml. You can use an XSP or anything else that makes sense. However, you need to think about performance. If this descriptor is likely to be reused then you should try to make it cacheable. Carles Duque said: > Hello!! > I'm using FormValidatorAction to validate forms and all ok. But in my > application I have a dynamic form (generate from DB). Can I generate a > descriptor.xml dynamically too? How? like a XSP? > Thanks for all. > > Carles > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
