Re: [TOBAGO] Master-Detail

2010-03-09 Thread Marcus Kröger
Hi Fernando, pls have a look at the tobago addressbook example. There you can find a solution how to react on click-events in a tobago sheet. For example, by using tc:columnEvent event=dblclick tc:command action=#{controller.editAddress}/ /tc:columnEvent you would react on a double click on

Re: [Tobago] Issue with tc:sheet (Next Page or Page link not working)

2009-02-28 Thread Marcus Kröger
Hi Vinay, if yout set the scope of the buildController within the faces config to session, your app will work. regards, Marcus Vinay Konanki schrieb: Hi, I need to develop an in-house application using Tobago. Before that I tried an sample application with tc:sheet in it, but i'm

Re: Page not getting submitted

2009-03-01 Thread Marcus Kröger
Hi Shasi, of course it is possible to have a value object as part of a backing bean. The inputtext field of this value object should have been referenced through your el expression. There might be a different error in your application. Did you check your log file for further errors? Did your

Re: [Tobago] Tobago with Struts2

2009-08-27 Thread Marcus Kröger
Hi Kamlesh Koringa there is a JSF integration available for the Struts2 Framework but I don't think that it would work with Tobago out of the box. At least I wouldn't recommend to use Tobago with Struts2. A demo application is available on the Tobago's project site at

Re: [Tobago] Error using paging (tc:sheet) in IE

2009-09-10 Thread Marcus Kröger
Hi Alf, This is a known bug/feature within IE, look here https://connect.microsoft.com/IE/feedback/ViewFeedback.aspx?FeedbackID=389736 So, as soon as you have more than one input fields on your page, the problem should disappear. regards Marcus regards Marcus Alf Felis schrieb: Hi