Note that there are some explanatory texts on larger screens.

plurals
  1. USTheCypher
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COWhat I expect is that <MyList> appears as : <MyList MyListAttribute="...">
      singulars
    2. COThe request works fine. I didn't find the solution to my problem, it appeared that Spring was in cause. I was using Spring beans in Play framework, just like it is said on Guillaume Bort's github page who explains how to do it. It appeared that when I was disabling this feature and using static controllers, and no Spring feature, all worked fine. The problem appeared when I was combining a "composite action" with annotation (for Authentication purpose) and a Bean-controller. Simple as that. But I didn't find any solution to this, so we (me and my team) are using only SpringMVC now...
      singulars
    3. COI don't really integrate by Intent, I saw this section in Zxing documentation, about `android-integration`, but...I think I'm lost. Actually I just want to be able to launch the scanner, without having Barcode Scanner app installed already. For now, I configured my project to be "project-dependent" of the Zxing Eclipse project. That way, when I install my apk on the phone, Eclipse (or adb) recognize the dependency, and install Zxing just before install my app. The "problem" is that the user will see after that, that Barcode Scanner has been installed on his phone (even if he didn't want to)!
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload