Hi,
does anyone know a good way to attach a javascript function to a save button on a jpdl generated task form, so for example I can set a hidden input value with a value taken from a richfaces calendar input?
On a similar note, is there a way I can do the same thing with a transition link on the same page, so the user can not click on end, to end the task until the form save button has been pressed ?
Thanks for your help in advance,
Ross
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080211#4080211
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080211
"jiangliu" wrote : but my JBoss AS is installed at /Application/jboss-4.2.1.GA, how can i configure this build script to generate files and put them into the right place?
Edit build.properties
anonymous wrote : Also anther question, it seems like we have problem with the lastest version of Seam, so could anyone points me how can i get the nightly build version of Seam?
See sticky at top of forum
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080209#4080209
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080209
In ConversationEntry :
I tried to replace
return lock.tryLock( Manager.instance().getConcurrentRequestTimeout(), TimeUnit.MILLISECONDS );
with
| lock.lock();
| return true;
|
Which replacing the failing lock with a waiting lock. With the example from above with the loop, the flooding seems to work also it makes the page a little dizzy (because all calls to getTotal get executed serially). But in normal operation it works perfectly.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080207#4080207
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080207
Hi everyone,
I have generated a new problem by using Seam-gen, when i run the build script (for deploy) in Eclipse, the generated ear file always goes to:
/Application/jboss-4.2.0.GA/blah,
but my JBoss AS is installed at /Application/jboss-4.2.1.GA, how can i configure this build script to generate files and put them into the right place?
BTW, my OS is Mac.
Also anther question, it seems like we have problem with the lastest version of Seam, so could anyone points me how can i get the nightly build version of Seam?
cheers
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080206#4080206
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4080206