Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta
-
Fix Version/s: 1.0 Final
-
Component/s: None
-
Labels:None
-
Environment:Regular web browser, not the mobile container
Description
Using the mobile component showcase as an example, navigate to the QR code example using a regular client or mobile browser. In this non-container view the QR code component will render an input html element, press the submit button and a null pointer message/error will appear.
I dug a little deeper and the error is actually coming from the decode method of the ScanRenderer. The call to AuxUploadResourceHandler.getAuxRequestMap() does not return the requested map and the next line gives the null pointer error.
I dug a little deeper and the error is actually coming from the decode method of the ScanRenderer. The call to AuxUploadResourceHandler.getAuxRequestMap() does not return the requested map and the next line gives the null pointer error.
Ted can you take a look at this one, it appears to be component related.