posted 7 years ago
Hi,
I want to create a custom component.
It works fine, but...
..but when I add the enctype="multipart/form-data" i get the following problem.
1) clicking on the first button, not ajax (works fine, action method is executed)
2) clicking on the second button, with ajax tag (works fine , action method is executed)
3) clicking on the first button, not ajax (problem, action is not executed)
4) the ajax button still works fine