Hi, I'm trying the Roma3 framework in the accessible mode,
I have this instructions to open a document from the db:
ByteArrayInputStream is = new ByteArrayInputStream(docLocal.getContent());
ViewCommand cmd = new DownloadStreamViewCommand(is, docLocal.getDocumentName(), OgwUtils.getContentType(docLocal.getDocumentName()));
Roma.view().pushCommand(cmd);
it works in non accessible mode, in accessible mode instead it seems to do anything….
is it possible to open the document with this mode?
Thank you,
Fabiana
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I'm trying the Roma3 framework in the accessible mode,
I have this instructions to open a document from the db:
ByteArrayInputStream is = new ByteArrayInputStream(docLocal.getContent());
ViewCommand cmd = new DownloadStreamViewCommand(is, docLocal.getDocumentName(), OgwUtils.getContentType(docLocal.getDocumentName()));
Roma.view().pushCommand(cmd);
it works in non accessible mode, in accessible mode instead it seems to do anything….
is it possible to open the document with this mode?
Thank you,
Fabiana
sorry I made a mistake:
'in accessible mode it seems to do nothing….'
thanks