[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=bbop=viewtopicp=4092865#4092865 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092865 ___

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

2007-10-09 Thread kukeltje
it indeed is a smart answer, just like the post is on-topic ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092877#4092877 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092877

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

2007-10-08 Thread dleerob
anonymous wrote : looks about right... (cannot spot any immediate problems)... so what is the problem with this? Not sure if you were asking me this question? Anyway, If so, there's no problem with it...works perfectly for me...I was just posting what I did so maybe it could help Nicos109

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

2007-10-08 Thread kukeltje
aahhh SORRY. I did not see there were two different posters... hahahahahha. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092618#4092618 Reply to the post :

[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 : f:selectItems value=#{var['list']} or f:selectItems

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

2007-10-08 Thread kukeltje
search the forum has been discussed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092749#4092749 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092749 ___ jboss-user mailing

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

2007-10-05 Thread dleerob
I'm not sure how it's done using JSF, but I make use of my own tags to access info from jbpm libraries/database. Here's an example of how I do it: /** | * This tag will create an html dropdown list of all the current | * groups within the jbpm database, where the value and label of | *

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

2007-10-05 Thread kukeltje
looks about right... (cannot spot any immediate problems)... so what is the problem with this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092090#4092090 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092090

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

2007-10-04 Thread kukeltje
jbpm webconsole uses jsf so I'd assume you can use those in the same way you would in a normal hibernate/jsf way (not that I can describe that for you from my head, but I think you get the picture) If you have a more detailed example of what you want, with a case that demonstrates this (maybe