Hi
Is possible to send the value of a textbox as argument?
<dmf:text
id='text_search_scatola' name='text_search_scatola'
tooltip='Inserire il codice scatola' />
<dmfx:actionlink
name="cerca_scatole_button" label="Cerca scatola"
action="cerca_scatole_action">
<dmfx:argument name="filtro_ricerca" value="text_search_scatola" />
</dmfx:actionlink>
How can i make the value of the argument equal to the value of dmf:text ?