You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by lucas owen <sr...@gmail.com> on 2010/03/08 16:12:27 UTC

problem with getText()

 Hi Struts users:

I'm working with Struts 2. I have following property file:

solicitud.error.solicitante.enCalidad = Debe introducir en calidad de del
solicitante.

.

.

.
solicitante.enCalidad = En calidad

I know keys are similar, but not the same. When I try to retrieve
getText(solicitud.error.solicitante.enCalidad), it yields "En calidad"

Is this a bug?

Thanks in advance!!