[jboss-user] [JBoss Seam] - Re: ajax and EntityHome (Conversation) bug?!

2007-11-29 Thread dashti
hi, my problem solved! you can view the solution at http://www.jboss.org/index.html?module=bbop=viewtopicp=4107398 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4109159#4109159 Reply to the post :

[jboss-user] [JBoss Seam] - Re: ajax and EntityHome (Conversation) bug?!

2007-11-27 Thread dashti
I've solved some problems, but a crazy thing comes up. I have these 3 files: VisitsEdit.xhtml | !DOCTYPE composition PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; | | ui:composition

[jboss-user] [JBoss Seam] - Re: ajax and EntityHome (Conversation) bug?!

2007-11-27 Thread dashti
excuse me, the las file in the previous post was FormInstance.java. FormInstanceHome.java: | package com.behdasht.eb; | | import java.util.ArrayList; | import java.util.List; | | import javax.faces.event.ActionEvent; | import javax.faces.model.SelectItem; | | import

[jboss-user] [JBoss Seam] - Re: ajax and EntityHome (Conversation) bug?!

2007-11-24 Thread dashti
I've the same problem, did you solved your problem? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107458#4107458 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4107458 ___

[jboss-user] [JBoss Seam] - Re: ajax and EntityHome (Conversation) bug?!

2007-11-24 Thread damianharvey
You are trying to reRender the modal but you need to reRender a panel inside the modal instead. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107493#4107493 Reply to the post :

[jboss-user] [JBoss Seam] - Re: ajax and EntityHome (Conversation) bug?!

2007-08-18 Thread fhh
Do you pass the conversationId in your ajax call? Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075448#4075448 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075448

[jboss-user] [JBoss Seam] - Re: ajax and EntityHome (Conversation) bug?!

2007-08-18 Thread mrohad
yes I do.. my xhtml: | ?xml version=1.0 encoding=Windows-1255 ? | !DOCTYPE composition PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; | | ui:composition xmlns=http://www.w3.org/1999/xhtml; |

[jboss-user] [JBoss Seam] - Re: ajax and EntityHome (Conversation) bug?!

2007-08-18 Thread mrohad
what i am trying to do here is: a table of customers when someone clikc on spesfic row(customer) then I show a pop-up with the customer details and then I would like to change the details and press update. when I add the following code to pages.xml: | page view-id=/customer/index.xhtml

[jboss-user] [JBoss Seam] - Re: ajax and EntityHome (Conversation) bug?!

2007-08-18 Thread mrohad
ok , I solved one thing I added @Begin(join=true) annotation to the first method I'm calling but now i've different problem the popup doesn't send the new data I enter in the input boxes to the bean ...is it because of the conversation?...what's going on.. View the original post :