[jboss-user] [JBoss Seam] - Re: nested datatables with s:link

2006-07-24 Thread lcoetzee
Excellent. thanks Gavin. Later Louis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958652#3958652 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958652 ___ jboss-user mail

[jboss-user] [JBoss Seam] - Re: nested datatables with s:link

2006-07-17 Thread [EMAIL PROTECTED]
"lcoetzee" wrote : | I am still searching for good ways to handle the f:param for possible error handling.. with the @RequestParameter it gets converted to an int, but fails if somebody bookmarked and then changed the url (e.g. replacing the int with say a string... resulting in a number conv

[jboss-user] [JBoss Seam] - Re: nested datatables with s:link

2006-07-17 Thread lcoetzee
Jip. I think in this case it is more a case of getting Tomahawk working with Facelets. The whole thing falls apart in a specific class that was written to allow for the usage in Facelets. I will keep an eye on the Trinidad stuff. With regard to the current solution: I am still searching for goo

[jboss-user] [JBoss Seam] - Re: nested datatables with s:link

2006-07-17 Thread [EMAIL PROTECTED]
Is this yet another case of the Tomahawk stuff just not playing nicely with others? I'm really really getting close to adding a big "don't use tomahawk components because they are too broken" warning in the Seam docs. I'm really waiting for the Trinidad stuff to finally get released View t

[jboss-user] [JBoss Seam] - Re: nested datatables with s:link

2006-07-17 Thread lcoetzee
Jip, it will work. My one fear of using the RequestParameter stuff is that I need to add a bit more error handling to ensure that somebody isn't messing with the url (e.g sending a bogus row value). Thanks L View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Seam] - Re: nested datatables with s:link

2006-07-17 Thread petemuir
What about f:param's? | | | | | inject using | @RequestParam private Integer sectionRowIndex; | @RequestParam private Integer questionRowIndex; | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958467#3958467 Reply to the post :

[jboss-user] [JBoss Seam] - Re: nested datatables with s:link

2006-07-17 Thread lcoetzee
I have found a way using MyFaces Tomahawk's updateActionListener. Something like: | | | | | | | |