[jboss-user] [JBoss jBPM] - How to do an action link without validating jbpm variables

2007-10-26 Thread Nicos109
Hello, I'm trying to put an action on a link but when the link is activated, the variables of the form are validated. I tried to do this : | | but this validates the variables of the form (saying the variables are required) So I tried this : | | | | Then I got an

[jboss-user] [JBoss jBPM] - How to convert a transitionButton into a commandButton

2007-10-16 Thread Nicos109
Hello, I need to put an action on a transitionButton, but the action attribute doesn't exist for transitionButton. So I had the idea to translate it into a commandButton to put an action. Is there a commandButton equivalent to transitionButton ? Thanks, Nicolas. View the original post : http

[jboss-user] [JBoss jBPM] - task form in multipart/form-data

2007-10-12 Thread Nicos109
Hello, I'm working on a workflow on the jbpm-console, and I'd like to add a file upload input, but the task form defined in the task.xhtml (of the jbpm-console) has enctype="application/x-www-form-urlencoded", and I need to use enctype="multipart/form-data" to make file upload work. Is there a

[jboss-user] [JBoss jBPM] - Re: couldn't deserialize object

2007-10-10 Thread Nicos109
Sorry, this example worked. But as soon as the class of the variable is my own, it throws the exception, although the class implements Serializable ans has a generated serial serialVersionUID. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093533#4093533 Rep

[jboss-user] [JBoss jBPM] - couldn't deserialize object

2007-10-10 Thread Nicos109
Hello, I've tried a very basic example of serializable variable in jbpm and it throws : Error getting variable map: An exception of type "org.jbpm.JbpmException" was thrown. The message is: couldn't deserialize object This action is triggered on "task-start" event | package com.action.creat

[jboss-user] [JBoss jBPM] - Re: How to use hibernate session in jbpm xhtml files

2007-10-09 Thread Nicos109
wow this is a smart answer, how about using google, too ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092865#4092865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4092865 _

[jboss-user] [JBoss jBPM] - Re: How to use hibernate session in jbpm xhtml files

2007-10-08 Thread Nicos109
ok but you're writing your own taglib, that's fine but I'd prefer not to do this but rather use the existing taglibs. for example the combo box could be filled with a list object. what I'd like to do is something like this : or what should I do in a JAVA action class to make this possible ? V

[jboss-user] [JBoss jBPM] - handling jBPM variables

2007-10-08 Thread Nicos109
Hello, I've done a "task-start" action in which I'm trying to set a variable of type List like this : executionContext.getContextInstance().setVariable("directions", directions); But when I try to get the variable from the xhtml file of the same node with #{var['directions']}, the variable is

[jboss-user] [JBoss jBPM] - How to use hibernate session in jbpm xhtml files

2007-10-04 Thread Nicos109
Hello, I'd like to use hibernate session attributes in jbpm xhtml files using taglibs. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091489#4091489 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091489 ___

[jboss-user] [JBoss jBPM] - Re: store and get data-files

2007-10-03 Thread Nicos109
Hello, How did you upload your file ? Have you solved your problem now ? Thanks Nicolas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090958#4090958 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090958 _

[jboss-user] [JBoss jBPM] - web.xml and faces.xml configuration

2007-10-02 Thread Nicos109
I need to configure a context-param in web.xml and a managed-bean in faces-config.xml but these files are automatically generated at the deployment of jbpm console. Is it possible to configure this in jbpm.cfg.xml ? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=vi