[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-29 Thread marobashi
Thank you very much for the response. I appreciate your willingness to take time out to help a struggling newb along. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914735#3914735 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread marobashi
Shinerella, I did a good amount of debugging like this on my own app... trying to figure out why things don't work. Is it that your table is being rendered but the data fields don't show up, or is your table not rendered at all? One thing I did in debugging is to put a lot of log.info

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2005-12-28 Thread marobashi
Duh... I didn't even look at the top of your class at the implements statement... I just assumed you were coding based on the booking model, which uses one class for the interface and one bean for the backing actions. Also, I don't know if this makes a difference, but I noticed your DataTable

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread marobashi
Shinerella, what are you seeing as output? 1) Table headings and empty boxes where the data should be. 2) Table headings but no rows 3) No table at all If 3, do you have any other output on the page, and are you seeing that? (Like a h1Here are your CAROGroups:/h1 before the dataTable snippet

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-28 Thread marobashi
Why is the factory annotation required on the DataModel here but not when filling the hotels DataModel in the booking example? Is it because of a difference in the application deployment context, how the find() method is initially invoked, or something else? ... batting 1000 today... if these

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2005-12-27 Thread marobashi
Here's the link: http://archive.apache.org/dist/myfaces/binaries/ I replaced the myfaces jars in my project's build path as well as in the JBoss AS (\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs). Perhaps I'll give 1.1.1 a shot if I get a spare minute here... View the original post :

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2005-12-27 Thread marobashi
What does your faces-config.xml look like? Only reason I'm asking is that I see success as the result output of many of your methods... and which logging are you missing? The Edit Customer: one, the customer index / getname one, or both? And stupid question here, but your interface bean

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2005-12-20 Thread marobashi
I updated (retrograded?) the version of myfaces in both the project build path and the server/default/deploy/jbossweb-tomcat55.sar/jsf-libs directory to version 1.0.9 and this problem has cleared up. I did want to mention some other things I noticed as a result of the change, though. 1) My

[JBoss-user] [JBoss Seam] - DataModel / Duplicated ID

2005-12-16 Thread marobashi
Is a DataModel reusable / reloadable within a conversation? For example, my main page shows everyone's schedule for a given week, using a @DataModel (List). I have options to basically go forward and back (Next / Previous weeks) and the page bombs with a Duplicated ID in faces tree error. I

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2005-12-16 Thread marobashi
Thanks, Gavin. I'll give the 1.0.9 MyFaces a shot and see if it helps. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3913138#3913138 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3913138

[JBoss-user] [JBoss Seam] - Re: Duplicated id in Faces tree problem

2005-12-01 Thread marobashi
Well, I started developing another segment of the application and noticed that my problem seems to be whenever I try to use a variable that I've scoped to the conversation, I get an error. Perhaps before it was trying to start too many conversations, and maybe now the conversation isn't

[JBoss-user] [JBoss Seam] - Re: Duplicated id in Faces tree problem

2005-11-30 Thread marobashi
I'm receiving the same error... I also tried using the MyFaces1.0.9 jar in my build, and that didn't solve the issue. The bean I'm working with is already a stateful conversational bean, with @Begin demarcations (the @End demarcations will appear in a separate bean...) Here's the action bean:

[JBoss-user] [JBoss Seam] - Re: Duplicated id in Faces tree problem

2005-11-30 Thread marobashi
I should say that when I click Next Week / Previous Week I get the severe Error rendering view... I included some of the prior messages to show more of the application trail. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3909775#3909775 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Duplicated id in Faces tree problem

2005-11-30 Thread marobashi
I'm using everything as packaged by the jboss Seam 1.0 beta1 file. I've attempted to copy my xhtml views from the booking example. Also, when you ask what version of myfaces, do you mean what jar am I using to build the project, or is the myfaces.jar somewhere else in the application / server