Hi, in a view, when using $this->formRow on a fieldset element then translation is not working for helper $this->formLabel on another element of the same fieldset.
I'm using zend 2.5.1. My simplified view is like this:
$busquedas is a fieldset. With this code translation is not working for element palabrasClaveBusqAvanzada. But if I change $this->formRow($busquedas->get('tipoBusqueda')) for $this->formHidden($busquedas->get('tipoBusqueda') then translation IS working for palabrasClaveBusqAvanzada.
Hi, in a view, when using $this->formRow on a fieldset element then translation is not working for helper $this->formLabel on another element of the same fieldset.
I'm using zend 2.5.1. My simplified view is like this:
$busquedas is a fieldset. With this code translation is not working for element palabrasClaveBusqAvanzada. But if I change
$this->formRow($busquedas->get('tipoBusqueda'))
for$this->formHidden($busquedas->get('tipoBusqueda')
then translation IS working for palabrasClaveBusqAvanzada.My translation is defined like this: