[jboss-user] [JBoss jBPM] - Re: forms in jpdl

2008-10-11 Thread vikas_khengare22
Hi koen/Friends, I have created XHTML form in GPD, but dont know how to integrate it with task created or @ runtime how to show that form for that particular task? can you give some guide lines? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181641#41

[jboss-user] [JBoss jBPM] - Re: forms in jpdl

2008-01-14 Thread [EMAIL PROTECTED]
Notice that there was a bug in the task generation mechanism in the GPD included with the JBoss Tools 2.0.0.GA. Try to use the latest release of the GPD and normally you should be able to visualize the generated task forms. You should make sure that the names of the xhtml files in your forms.xml

[jboss-user] [JBoss jBPM] - Re: forms in jpdl

2008-01-14 Thread kukeltje
yes, - build your own framework - use seam - ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119554#4119554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119554 ___ jboss-

[jboss-user] [JBoss jBPM] - Re: forms in jpdl

2008-01-13 Thread Pebbels
Thx Ronald! Are there more / different ways to display the tasks? Cheers Tina View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119506#4119506 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119506 ___

[jboss-user] [JBoss jBPM] - Re: forms in jpdl

2008-01-11 Thread kukeltje
- forms is a way of displaying the tasks - yes it is - the forms themselves are very simple JSF pages. Look at what the GPD generates. If you want more complex things, you have to learn JSF View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119219#4119219 Reply

[jboss-user] [JBoss jBPM] - Re: Forms

2007-01-21 Thread kukeltje
therefor my question on turning on debug for jsf and debug for jbpm (afaik, the jsf 1.2 RI uses jdk-logging, not commons-logging or log4j) so we can see what happens View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004518#4004518 Reply to the post : http://ww

[jboss-user] [JBoss jBPM] - Re: Forms

2007-01-21 Thread NiB
Tried everything as Array (then the desired checkboxes are "pre"-checked) and List, Collection The problem occurs, when the checkbox-states are saved into the jbpm-variable. The jsf-engine doesn't know how to handle this. View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss jBPM] - Re: Forms

2007-01-20 Thread kukeltje
I think the jbpm variable should be intialized as a List. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004430#4004430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4004430

[jboss-user] [JBoss jBPM] - Re: Forms

2007-01-20 Thread NiB
Or can someone tell me how to disable conversion in jsf? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004325#4004325 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4004325 __

[jboss-user] [JBoss jBPM] - Re: Forms

2007-01-20 Thread NiB
Hmmm yes I will post it here. Initializing does not help. If I initialize it, the "chosen" checkboxes are selected, but I get the same error. It seems to be that jsf don't know how to convert "0 1 3" (I use integers for the values) to a jbpm variable (which is just java.lang.Object) . View the

[jboss-user] [JBoss jBPM] - Re: Forms

2007-01-20 Thread kukeltje
Yep, if they are not initialized you can get these errors (afaik). Converters in the webpage could help, as is initializing them. I have not tried/done this (yet) with the new webapp, but if you get this working it is a nice example for the wiki or even for in the examples within jBPM Maybe yo

[jboss-user] [JBoss jBPM] - Re: Forms

2007-01-20 Thread NiB
This is the part of the form: anonymous wrote : | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004291#4004291 Reply to the post : http://www.j

[jboss-user] [JBoss jBPM] - Re: Forms

2007-01-20 Thread NiB
How do I do this? It seems to be that the selected (integervalues) are not stored in the vairable because jsf don't know how to handle it. Should I initialize the variable "choseones" before? Using e.g. TextAreas is no problem. View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss jBPM] - Re: Forms

2007-01-20 Thread kukeltje
try turning on some debug to see why a conversion is tried and why it goes wrong View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4004283#4004283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4004283 __

[jboss-user] [JBoss jBPM] - Re: Forms

2007-01-20 Thread NiB
Hi I use h:selectManyCheckbox and it works the form is shown with the desired attributes. But when I choose to select a transition, I get the follwoing error. | INFO: WARNING: FacesMessage(s) have been enqueued, but may not have been displayed. | sourceId=j_id76:j_id85[severity=(ERROR 2), su

[jboss-user] [JBoss jBPM] - Re: Forms

2006-11-27 Thread webjavier
Yes you can. You should use jbpm 3.2 for building forms with diferents controls and interact with your own DB. Use the file forms.xml and build the files xhtml for every form defined in your forms.xml. Sorry with mi english. Javier View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss jBPM] - Re: Forms in JPDL

2006-10-20 Thread kukeltje
Again, same answer STFF, You'll probably get lots of results mentioning that the roadmap is partly on the wiki and linked to the jira (which contains release dates) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979608#3979608 Reply to the post

[jboss-user] [JBoss jBPM] - Re: Forms in JPDL

2006-10-20 Thread fjfernandez
Hi everyone, I have the same problem and i have read that will be solved with jBPM 3.2. Can anyone tell me when the new version will be avalaible? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979597#3979597 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss jBPM] - Re: Forms in JPDL

2006-10-19 Thread kukeltje
STFF, lots of info about custom/extendable forms etc.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979400#3979400 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979400