Assign value to more than one variable

Hi All!!,

I have a textbox and I want to assign the value to 2 different variables…
1.
#{Gn001_cabecerabusquedainboxbardefaultviewview.activeSearchQuery.refineFields.sector}
2.
#Gn001_cabecerabusquedainboxbardefaultviewview.servOcultaSeccionPorSector.parameters.servOcultaSeccionPorSector.inDocument.seleccion}

but in the value field of my textbox I only can select one :S

can anyone help me plz :smiley:

Thanks in advance!!

I don’t think you can do this. What you can do is make a “virtual” String (no field, just a getter and a setter) that gets from wherever you want it to and sets to both values.

:O… ok i´ll try it, thanks!!

I was a bit vague I know - let me know if you need detail!