Re: i18n Transformation problem

2003-01-08 Thread Konstantin Piroumian
From: "Murari Dhoot" <[EMAIL PROTECTED]> > Hello Friends, > I am applying a i18n Transformation on the following button > >i18n:attr="value"> > > Actually depending upon the value of Button i.e. "Search" , i am calling a > method, but if i apply i18n transformaion the value of button chang

Re: i18n Transformation problem

2003-01-05 Thread Karel Vervaeke
A possible solution for this problem can be found at http://www.experts-exchange.com/Web/Web_Languages/JavaScript/Q_10148478.html (it's the first page that http://google.com/search?q=javascript+button+pressed gives me :) In short, you add a hidden variable to the form, and you change that variab

Re: i18n Transformation problem

2003-01-05 Thread Cocoon User
i have a similar problem solved using child element and not attributes some text then i have 2 step transformation first i18n transformation to replace i18n tags with the right content secend xslt tranformation to generete the element i want with attributes maybe this can help you

i18n Transformation problem

2003-01-05 Thread Murari Dhoot
Hello Friends, I am applying a i18n Transformation on the following button Actually depending upon the value of Button i.e. "Search" , i am calling a method, but if i apply i18n transformaion the value of button changed and i m not able to call that method. So what i need display value of