--- nafise hassani <[EMAIL PROTECTED]> wrote: > hi > I want to call an EJB method that returns an output as > hashmap . > can I use this method in in delegation processor??? > I mean that is this any limitation in the outputs of > an EJB method that I call it through delegation > processor????
Hi Nafise, Right now Presentation Support returns converts the value returned by the EJB to a String, so this won't have the desired effect on a HashMap. However, you can extend the Delegation processor to support additional datatypes; see the callMethod() method in DelegationProcessor.java. And of course, we would be happy to help you with this if needed. Alex ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ orbeon-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/orbeon-user
