Monthly Archives: September 2010

Error while creating Function in BPM Studio 10.3.1.0

I want to create a function which returns a String. To achieve this I have followed the below steps – 1) Created a Method in BPM studio 10.3.1.0 by navigating through Catalogue component->BPM Object->Right click on the BPM object and … Continue reading

Posted in Oracle Business Process Management (BPM) | Tagged , , , , | Leave a comment

How to create a Function in BPM studio 10.3.1.0

In Oracle Business Process Management (BPM) creating a function is a tricky one. We do not see any option to create a function. Only option that will be available is to create a Method. To create a Function follow the … Continue reading

Posted in Oracle Business Process Management (BPM) | Tagged , , , , , , | 3 Comments

Why JSTL tags in JSP were not working locally?

I have created two JSP pages (toBeImportedPage.jsp and mainPage.jsp). I need to import the toBeImportedPage.jsp inside the mainPage.jsp. To achieve this I have used JSTL tag libraries (<%@ taglib uri=”http://java.sun.com/jstl/core&#8221; prefix=”c”%>) in the mainPage.jsp and <c:import> tag to import the jsp. Both JSP … Continue reading

Posted in JSP, JSTL | Tagged , , , , , , | Leave a comment