Quizas cellpadding="0" en su <tc:gridLayout>

Hay poco documentacion en http://wiki.apache.org/myfaces/ y
http://myfaces.apache.org/  Tambien hay ejemplos en
http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/  No se' si
son incluidos en los downloads o solamente in el fuente.

wdiaz wrote:
> Hola CD.
> 
> Soy nuevo en esto del Tobago, estoy estudiándolo para aprender a usarlo
> en el desarrollo de software web, pero tengo muchas dudas, y me gustaría
> saber si hay algún manual o tutorial donde expliquen mas a fondo (que en
> el javadoc que trae) cada componente, las precedencias entre ellos,
> ejemplos de como usarlo.
> 
> Tu me puedes colaborar con esto?.
> 
> Tengo también un problema, estoy haciendo una pagina con un encabezado
> compuesto de varias imágenes y cuando lo ejecuto en el navegador
> (FireFox 1.5) me sale con divisiones en cada imagen, porque sera?
> 
> Este es mi código de la pagina:
> 
> <%@ taglib uri="http://myfaces.apache.org/tobago/component"; prefix="tc" %>
> <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %>
> 
> <f:subview id="svHeader">
>    <tc:panel id="pnHead">
>        <f:facet name="fcHead">
>            <tc:gridLayout id="glHead" border="0" cellspacing="0"
>            columns="96px;292px;413px;206px" rows="78px" />
>        </f:facet>
>        <tc:cell>
>                <f:verbatim>
>                    <tc:image value="images/cab_01.jpg" width="96px"
> height="78px"/>
>                </f:verbatim>
>        </tc:cell>
>        <tc:cell>
>                <f:verbatim>
>                    <tc:image value="images/cab_02.jpg" width="292px"
> height="78px"/>
>                </f:verbatim>
>        </tc:cell>
>        <tc:cell>
>                <f:verbatim>
>                    <tc:image value="images/cab_03.jpg" width="413px"
> height="78px" />
>                </f:verbatim>
>        </tc:cell>
>        <tc:cell>
>                <f:verbatim>
>                    <tc:image value="images/cab_04.jpg" width="206px"
> height="78px"/>
>                </f:verbatim>
>        </tc:cell>
>        <tc:cell>
>        <f:verbatim>
>        <tc:image value="images/cab_05.jpg" width="96px" height="28px"/>
>        </f:verbatim>
>        </tc:cell>
>        <tc:cell>
>        <f:verbatim>
>        <tc:image value="images/cab_06.jpg" width="292px" height="28px"/>
>        </f:verbatim>
>        </tc:cell>
>        <tc:cell>
>        <f:verbatim>
>        <tc:image value="images/cab_07.jpg" width="413px" height="28px"/>
>        </f:verbatim>
>        </tc:cell>
>        <tc:cell>
>        <f:verbatim>
>        <tc:image value="images/cab_08.jpg" width="206px" height="28px" />
>        </f:verbatim>
>        </tc:cell>
>    </tc:panel>
> </f:subview>
> 
> Esta es una pagina incluida en otra
> 
> On 7/18/06, *wdiaz* <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
> 
>    somebody Spanish speech?
> 
>    soy nuevo en esto de tobago, y deseo obtener información para aprender
>    el manejo
> 
> 
> 
> 
> ------------------------------------------------------------------------
> 
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.394 / Virus Database: 268.10.1/390 - Release Date: 17/07/2006
> 


-- 
Dave Brondsema
Software Developer
Cornerstone University

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to