On Thu, 24 Jun 2010 23:27:38 -0700 (PDT), Tom Ptacnik <[email protected]> wrote: > And what do you suggest if I need for example some texts... some info > messages .. assume that I'm using I18n. Is there another way than read > it from the DOM .. some hidden generated div, or span.. or whatever. >
Hi, maybe you could load them via an ajax call? Would be an elegant solution I think. You could write a litle web service especially for your javascript's needs or so.. would be grat for i18n too because the language is set in php and your webservice always delivers the correct language then. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
