Posts by Samuel Santos Dev • 1 point
2 posts
-
0
votes2
answers707
viewsA: Force fields from selected radio
I think it could be done like this: $(function(){ $('input[name=type_doc]').change(function(){ $("input.form").attr('disabled', true).removeClass('required').removeAttr('required');…
-
0
votes1
answer165
viewsA: How to get the final JPA SQL using Namedqueries
No persistence.xml <properties> <property name="eclipselink.logging.level" value="FINEST"/> </properties> then just look at your log files…