[Tobago] Binding selected item from tx:selectOneChoice

2009-06-08 Thread Jarle Halvorsen
Hi. Im on tobago 1.0.20 I'm think I've missed something here. I just can't find out what is wrong with my code. I'm trying to bind the selected item of a selectOneChoice to a property on a controller. The selectOneChoice is initially rendered correctly with data from my database. But when

Tobago separator tc:separator issue

2009-06-08 Thread kanth99
Hi All, i observed tc:separator size is limited.that means I want to render a blank line from begining of page to the ending of page through tc:separator ,but it is coming till middle of the page.could you plaese help me to draw a blank line from start to end of the page... The code iused

Re: [Tobago] Binding selected item from tx:selectOneChoice

2009-06-08 Thread Richard Yee
I don't think a command button is a valid child of a selectitem tag. -Richard Sent from my iPhone On Jun 8, 2009, at 4:22 AM, Jarle Halvorsen j...@multiplus.as wrote: Hi. Im on tobago 1.0.20 I'm think I've missed something here. I just can't find out what is wrong with my code. I'm

Re: Tobago separator tc:separator issue

2009-06-08 Thread Richard Yee
The separator can only be as wide as its parent element. It looks like you are using it inside of a table. Richard Sent from my iPhone On Jun 8, 2009, at 8:08 AM, kanth99 srikanth_kong...@yahoo.co.in wrote: Hi All, i observed tc:separator size is limited.that means I want to render

Re: Tobago separator tc:separator issue

2009-06-08 Thread kanth99
Here is the piece of code I am using i could see the seperator up to middle of the page... %@ taglib uri=http://myfaces.apache.org/tobago/component; prefix=tc% %@ taglib uri=http://java.sun.com/jsf/core; prefix=f% f:view tc:page label=Home id=page width=800px height=150px tc:panel

spring security/acegi and myFaces orchestra conversation scope

2009-06-08 Thread Matthias Gerber
Hello We have a web application, using ACEGI-Security (new known as Spring Security). Lately we added MyFaces Orchestra form handling conversation scope, providing different application states in different browser windows on the same client. It works great, but there is some issue according

Re: [Tobago] Binding selected item from tx:selectOneChoice

2009-06-08 Thread Volker Weber
Hi Jarle, you need a converter for ServiceReportType. Regards, Volker 2009/6/8 Jarle Halvorsen j...@multiplus.as: Hi. Im on tobago 1.0.20 I'm think I've missed something here. I just can't find out what is wrong with my code. I'm trying to bind the selected item of a

how to use SelectionListener with command button

2009-06-08 Thread Mike Quentel
Please need help in understanding how to use the table row selection event to extract data from a selected row in a table. I do not understand how to send the data from a selected row of a table to set a backing bean's representation of that selected row. I've seen the advice provided in the

Re: Tobago separator tc:separator issue

2009-06-08 Thread kanth99
Hi Helmut, I tried the below solution,still I am getting the old result and part of the image disappearing. Thanks, kanth Helmut Swaczinna-2 wrote: Hi, for the separator issue I suggest using three rows in your layout: tc:panel f:facet name=layout tc:gridLayout

Re: spring security/acegi and myFaces orchestra conversation scope

2009-06-08 Thread Mario Ivankovits
Hi! Is there a proper way to integrate spring security on an conversation scope, provided by orchestra, so that one can login for each conversation separately? Phu, we too use Spring Security, but to authenticate against the whole session. First, I think you meant you would like to

SV: [Tobago] Binding selected item from tx:selectOneChoice

2009-06-08 Thread Jarle Halvorsen
Thank you for the replies folks. I'm not that experienced with neither JSF nor Tobago, but I find it a bit strange that I have to tie in a converter in this case. Could you explain why I need one? The selectOneChoice is able to initially set the correct selected object based on

Re: Trinidad vs Tobago

2009-06-08 Thread Andrew Robinson
Yes I agree with you. The architecture needs more documentation, especially there are some really important API classes that have no JavaDoc at all. As for the maven-faces-plugin, I really dislike it. It does a nice job, but it is really hard to work with and modify (speaking from experience).

action not being invoked. Facelets 1.1.14, MyFaces 1.2.6, Spring 2.5.x

2009-06-08 Thread Sam
I'm about to lose all my hair. I have a h:commandLink inside a h:form that I want to to invoke a method on my backing bean upon form submit. I read that facelets doesn't support method binding. What do I need to do to get something this simple to work? The page renders just fine. Is there a

Re: Trinidad vs Tobago

2009-06-08 Thread Kito Mann
While we're on this subject, I think it's clear that combining the component suites might increase the available resources for moving things forward.. I know this has been discussed in the past, but I don't think there was a clear consensus... --- Kito D. Mann -- Author, JavaServer Faces in Action