Posts by heber gentilin • 13 points
3 posts
-
0
votes1
answer174
viewsA: How to consume a Multipart form-data method with void method
I don’t quite understand the problem, but I believe you are not able to read the input parameters of Webservice. First thing, change the contentType from the Ajax call to: contentType:…
-
0
votes2
answers110
viewsA: Access JAVA web application from other machines
In wildfly, go to standalone.xml (or Domain.xml, depending on which script you use to climb the server), and change the line below: Of: <interface name="public"> <inet-address…
-
1
votes0
answers156
viewsQ: respond_to show errors with relationships
My question is only about the architecture of how to return the error to view. Follow the example below: class Pessoa < ActiveRecord::Base belongs_to :responsavel, class_name: 'Pessoa',…