views:

440

answers:

0

Hi everybody! I hope someone can help me..

I have the follow code:

<@formInput "${value}", "tabindex=\"${index}\" class=\"yui-ac-input\"", "text"/>

For the Input tag, the attibute VALUE obtains the value of "${value}" My problem appears when the user inserts a apostrophe in the input field. (') I used the escaped method of the manual FreeMarker but, this not resolved my problem.

Thanks in advance, Regards

Alejandra