[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-11-13 Thread arleymaia
I am with the same problem, somebody obtained some new thing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985582#3985582 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985582 _

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-29 Thread [EMAIL PROTECTED]
anonymous wrote : I contacted JBoss and they do not yet have consulting services for Seam. This seems extremely strange. Who did you talk to in sales? Send me a private email and I'll see what I can do to get you sorted out. View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-29 Thread petemuir
If you can send me the code up above as a simple buildable, deployable example then I can see if I can spot the problem. peter at bleepbleep dot org dot uk View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3981609#3981609 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-29 Thread johnurban
I need a JBoss Seam mentor/teacher/expert to help me meet a Nov 1 deadline. I contacted JBoss and they do not yet have consulting services for Seam. What are my options? I thnk they can get me up to speed over a Skype connection in about 2 hours. [EMAIL PROTECTED] View the original post : ht

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-28 Thread johnurban
I did as you suggested and made a very simple example. Now I get this exception: "does not contain Objects of type SelectItem" JSF: | <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %> | <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %> | | http://www.w3.org/TR/xht

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-24 Thread petemuir
"johnurban" wrote : anonymous wrote : anonymous wrote : 2) What does give for the dropdown box. You've probably hit a conversion error. (You have but none for the h:selectOneMenu) | | | | Fourth, if you say add an h:messages to the dropdown, what do I name the . | | | |

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-23 Thread johnurban
anonymous wrote : 1) You presumably don't get any exceptions Correct. I'm probably presumming too much. Something is happening that I'm not seeing. I do not see any exceptions. anonymous wrote : 2) What does give for the dropdown box. You've probably hit a conversion error. (You have but non

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-23 Thread petemuir
So (point 2 is the key) 1) You presumably don't get any exceptions 2) What does give for the dropdown box. You've probably hit a conversion error. (You have but none for the h:selectOneMenu) 3) Try adding a public void setExample(Room example) {...} method - how else can the roomFinder.exa

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-22 Thread andyd
No worries- I'm working with Portal aswell, which adds its own flavour of problems. I have a similar issue, but ok with a commandLink. If I can get this lot working with Portal, it'll be a really cool solution! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-22 Thread johnurban
Ok... If I remove my room lookup dropdown control from the jsp: | | | | ... everything works.. the create personEditor.create method works fine. The instant I add the selectOneMenu that looks up the rooms, personEditor stops getting called

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-22 Thread johnurban
anonymous wrote : | I did go ahead and change it to a commandlink and that did now work either. | Should have said: I did go ahead and change it to a commandlink and that did NOT work either. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979904#3979904

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-22 Thread johnurban
Sorry Andy, I did not see your post until after I replied with the RoomFinderBean logic. I did go ahead and change it to a commandlink and that did now work either. The personEditor.create method just will not get called. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-22 Thread johnurban
Getting closer. I removed the room dropdown lookup logic from the jsp and it complianed about calling personEdtor.poo. I changed it back to personEditor.create and it added the record. So it appears there is something that occurs when the dropdown room lookup logic is inserted in the jsf: JSF:

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-22 Thread andyd
Try changing it to a commandLink and see what happens. Andy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979889#3979889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979889 __

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-21 Thread johnurban
Getting closer on this. Narrowed it down to the fact that it doesn't matter what I put for the action on the submit button, it just won't call my EJB's create method. Here is what I would expect to work: | | The create method never gets called. Just for grins, I tried this: | |

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-20 Thread johnurban
Just wondering.. Is this a common problem or a "this guy doesn't know what the heck he is doing" problem. I'm pretty certain its the later. I'll go back and start with an example from scratch and follow it through... then post my findings. View the original post : http://www.jboss.com/index.h