Hi, i have a problem trying to validate something. I hope you can help me! IM USING STRUTS2
"currentTarjeta.causaDeUnicoServicioContratado": {
required: "#currentTarjeta.causaDeUnicoServicioContratado:checked",
i need to validate input "currentTarjeta.causaDeUnicoServicioContratado" when is checked the check "currentTarjeta.causaDeUnicoServicioContratado".
the problem is that i need this odd name "currentTarjeta.causaDeUnicoServicioContratado" because if i use "something" as the name this works. Damn dot!
Pliss!!