You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by wdiaz <wd...@unipamplona.edu.co> on 2006/07/19 04:14:30 UTC

question

somebody Spanish speech?

soy nuevo en esto de tobago, y deseo obtener información para aprender 
el manejo

Re: question

Posted by Dave Brondsema <da...@brondsema.net>.
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* <wdiaz@unipamplona.edu.co
> <ma...@unipamplona.edu.co>> 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


Re: question

Posted by wdiaz <wd...@unipamplona.edu.co>.
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* <wdiaz@unipamplona.edu.co 
<ma...@unipamplona.edu.co>> wrote:

    somebody Spanish speech?

    soy nuevo en esto de tobago, y deseo obtener información para aprender
    el manejo




Re: question

Posted by Matthias Wessendorf <ma...@apache.org>.
personally I don't mind if you guys speak Spanish, but ...
this forum should be open to a wide range of people.
So english is strongly recommented.

Thanks!

On 7/18/06, CD <dc...@gmail.com> wrote:
> Puedo hablarlo un poquito pero tienes que tener paciencia.  Que quieres
> saber?
>
>
>
> On 7/18/06, wdiaz <wdiaz@unipamplona.edu.co > wrote:
> > somebody Spanish speech?
> >
> > soy nuevo en esto de tobago, y deseo obtener información para aprender
> > el manejo
> >
>
>


-- 
Matthias Wessendorf

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Re: question

Posted by CD <dc...@gmail.com>.
Puedo hablarlo un poquito pero tienes que tener paciencia.  Que quieres
saber?


On 7/18/06, wdiaz <wd...@unipamplona.edu.co> wrote:
>
> somebody Spanish speech?
>
> soy nuevo en esto de tobago, y deseo obtener información para aprender
> el manejo
>