[jboss-user] [JBoss Seam] - Re: Using the EntityHome and problems therein

2006-11-16 Thread kasim
or rather tempTicket.Id? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986673#3986673 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986673 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Using the EntityHome and problems therein

2006-11-16 Thread kasim
Just reading this real fast. Shouldnt it be id not ticketId? I dont see where you are telling the ticket that the name is ticketId. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986671#3986671 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Using the EntityHome and problems therein

2006-11-16 Thread sjmenden
I copied an example working project I created using seam gen where it generated: | s:link id=ticket value=#{ticket.name} view=/ticket.xhtml | f:param name=ticketId value=#{ticket.id}/ | /s:link | Whereas mine looks like this, the value doesn't matter since it is for display. |

[jboss-user] [JBoss Seam] - Re: Using the EntityHome and problems therein

2006-11-16 Thread kasim
Oh my bad. I didnt see the page was loading the DataModel. which example are you looking at btw? On my pages i just linked back to the page itself using s:link. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986684#3986684 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Using the EntityHome and problems therein

2006-11-16 Thread kasim
Just an FYI you could also post back to your original SLSB if you used just hte s:link, and have that data populated there, and then use that to forward onto your html page as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986688#3986688 Reply to the

[jboss-user] [JBoss Seam] - Re: Using the EntityHome and problems therein

2006-11-16 Thread sjmenden
Self are blind.. I am still having problems I need to work out, but I got passed my initial problem, I wasn't adding the following to my TicketHome.java | @RequestParameter | Long ticketId; | | @Override | public Object getId() | { | if