[Rife-users] Swing + Hessian webservice + Meta data merging

2006-05-30 Thread Edwin Mol
Hello,I have a swing client that connects to a hessian webservice running inside a rife application.I'm having problems when hessian tries to deserialise meta data merged classes at the client side. The stack trace I get is: Caused by: java.io.IOException: Failed setting: private

[Rife-users] Swing + Hessian webservice + Meta data merging

2006-05-30 Thread edwin
Hello, I have a swing client that connects to a hessian webservice running inside a rife application. I'm having problems when hessian tries to deserialise meta data merged classes at the client side. The stack trace I get is: Caused by: java.io.IOException: Failed setting: private

[Rife-users] Sharing my experiments

2006-05-30 Thread apdewith
Hi Geert, Thanks for the fix that solved my 'problem'. But I ran into another problem. I use the 'SeatEntry' embedded element in both 'BrowseReservations' and 'ManageReservation'. In 'ManageReservation' the inline editing works ok but in 'BrowseReservations' not. The 'doSeatEntry' is just not

[Rife-users] CRUD image not visible in custom template

2006-05-30 Thread John T
I will apologize in advance for my general lack of research on this topic, but I am coming up on a deadline... I use CRUD to enter some data, including an image. When I use a ContentQueryManager for the same Bean type in a custom element/template, e.g.: template.setValue(thumbnail,

Re: [Rife-users] CRUD image not visible in custom template

2006-05-30 Thread Geert Bevin
Hi John, I'll be short and refer you to: http://rifers.org/wiki/display/RIFE/Content+management +framework#Contentmanagementframework-example Look at the SERVE_CONTENT element and its explanation as well as getContentForHtml at the bottom of the page. Best regards, Geert On 31 May 2006,