Hi!

I have a SFSB with like following:

  | 
  | ......
  | Doc doc;
  | 
  | @Begin
  | public void getDoc()
  | {
  |   doc=..... 
  | }
  | ....
  | public void preView()
  | {
  | 
  | ....
  | 
  | }
  | 
  | @End
  | public String save()
  | {
  |   if (doc!=null)
  |         update();
  |   else
  |        new();
  | 
  | }
  | 
  | 

In my page there are a Preview Button and a Save button, 

Sometimes after clicking the Preview button, if I  click the save button too 
quick. I'll get the message: Conversation is end .... or is busy..... This is 
not a problem, the real problem is I got a new duplicated reocord of doc in the 
DB when I tried to edit the doc. 



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037256#4037256

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037256
_______________________________________________
jboss-user mailing list
[EMAIL PROTECTED]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to