I have h:outputLink that calls method, that creates pdf report and opens file window, so we can save or open file. Is it possible to
somehow display some loading icon, until pdf is not prepared. Because it takes couple of second to do this.
a4j:support status="globalStatus" event="onclick" has no use, because onclick event is finished emidiatly...
In version 2 of google maps api there were some limitations using geocoding and calculate path between 2 points... i would like to know how is it in version 3?
Can i use those features without and limitations?
Well this data that i need is the same for all rows of table, but header is probably generated before iterator, so data is unavailable. I will then just create some bean property or something.
.net generated wsdl for me, but i see there are some diffrences if i look at example java WSDL file (eclipse generated example). One thing for example is s:element where java wsdl has xsd:element. I have fixed that, somehow connected web service with web service methods, because by default in design this wasnt set. So everything looks ok, but when i try to add this file in web service client, i get this:
Selection must be WSDL.
So what should i set or change, to get this stuff working? Thanks
And i am running with jetty... could that have some problems? I tried to change extend to httpServlet, and then it works, but i need to use jspServlet, so have to fix that problem