[jboss-user] [JBoss jBPM] - how to import external page in taskform(.xhtml)?

2007-04-28 Thread javalau
I have external page(http://otherwebsite.com/jsp.page) that I need to import in to my task form(eg:form.create.xhtml in websale), how to config in task form?(jbpm Jpdl 3.2GA) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041632#4041632 Reply to the post :

[jboss-user] [JBoss jBPM] - About ContextInstance

2007-05-21 Thread javalau
Can the ContextInstance persist POJOs variable in JBPM3.2GA? If It can, then how get the POJOs variable?s propeties in the task forms(*.html value="#{var['pojo object name'].XXX Properties}")? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047426#4047426 R

[jboss-user] [JBoss jBPM] - Re: ADF Faces with Facelets in jBPM 3.2GA

2007-05-25 Thread javalau
http://wiki.java.net/bin/view/Projects/FaceletsTaglibFiles View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048822#4048822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048822

[jboss-user] [JBoss jBPM] - Re: selectManyCheckbox and jBPM variables

2007-05-26 Thread javalau
Maybe the selectManyCheckbox value attribute must be a value-binding expression to a property of type List, but the object of list type can not persist in jbpm3.2. How to solve the problem ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048827#4048827 Repl

[jboss-user] [JBoss jBPM] - Re: selectManyCheckbox and jBPM variables

2007-05-31 Thread javalau
I always get the error: Conversion Error setting value 'XXX1 XXX2 XXX3 XXX4' for '#{var[]}'. public class ArrayStringConverter implements Converter { private static final long serialVersionUID = 1L; public boolean supports(Object value) { if (value == null)