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 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

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