From: "Maria Bauer" <[EMAIL PROTECTED]> > hi all, > hope that you can help me, i've got the following problem: > > i've got a xsp-file, in which i defined the form field > > <field name="packetID" type="text" length="20" description="packet_ID" > i18n:attr="description"/> > > and > <message key="packet_ID">packet ID</message> > > in "messages_en.xml".
All is correct. > The problem is that this attribute won't be translated (the default text > "packet_ID" is showed). Try to remove i18n transformer from the pipeline and see what is the output from XSP. Seems that the namespace is lost somewhere. > in a tutorial i found that i18n:attr isn't part of the i18:n namespace. Where did you find that? i18n:attr is part of http://apache.org/cocoon/i18n/2.1 namespace, which uses i18n prefix usually. Regards, Konstantin > perhaps this could be the solution. but: which namespace it is part of???? > > thousand thanks!!!! > > > > > --------------------------------------------------------------------- > 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]
