You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Anton Gavazuk <an...@gmail.com> on 2008/03/11 11:27:36 UTC

Re: tiles 2

Hi
does anybody know about how it's going with Tiles 2 support in TOmahawk?

2007/11/2, Garner, Shawn <Ga...@principal.com>:
> My question is how do you configure the tiles def file?
>
>
>  Shawn
>
>
>  -----Original Message-----
>  From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
>  Matthias Wessendorf
>
> Sent: Thursday, November 01, 2007 4:45 PM
>  To: MyFaces Discussion
>  Subject: Re: tiles 2
>
>  Hi!
>
>  there is a patch attached to TOMAHAWK-1115 (see [1]). That doesn't
>  really introduce a
>  huge dependency for your project.
>
>  Maybe you want to try it on your own, till MyFaces / Tomahawk ships it ?
>
>  -M
>
>  [1] https://issues.apache.org/jira/browse/TOMAHAWK-1115
>
>  On 11/1/07, Garner, Shawn <Ga...@principal.com> wrote:
>  > Can you let me know when a version is in the nightly snapshot of the
>  > sandbox?
>  >
>  >
>  > I tried to change the current one to use the new tiles but they
>  changed
>  > it too much and I couldn't figure it out.
>  >
>  >
>  > Shawn
>  >
>  > -----Original Message-----
>  > From: Matthias Wessendorf
>  > Sent: Thursday, November 01, 2007 1:13 PM
>  > To: MyFaces Discussion
>  > Subject: Re: tiles 2
>  >
>  > We currently dicussing this on the dev-list.
>  > Looks like it will endup in Sandbox .
>  >
>  >
>  > -M
>  >
>  > On 11/1/07, Garner, Shawn < > wrote:
>  > >
>  > >
>  > > I was just wondering if there were plans to update the
>  > > JspTilesViewHandlerImpl to work
>  > > with the Tiles 2 official 2.0.5 GA release.
>  > >
>  > > Shawn
>  >
>  >
>  > -----Message Disclaimer-----
>  >
>  > This e-mail message is intended only for the use of the individual or
>  > entity to which it is addressed, and may contain information that is
>  > privileged, confidential and exempt from disclosure under applicable
>  law.
>  > If you are not the intended recipient, any dissemination, distribution
>  or
>  > copying of this communication is strictly prohibited. If you have
>  > received this communication in error, please notify us immediately by
>  > reply email to Connect@principal.com and delete or destroy all copies
>  of
>  > the original message and attachments thereto. Email sent to or from
>  the
>  > Principal Financial Group or any of its member companies may be
>  retained
>  > as required by law or regulation.
>  >
>  > Nothing in this message is intended to constitute an Electronic
>  signature
>  > for purposes of the Uniform Electronic Transactions Act (UETA) or the
>  > Electronic Signatures in Global and National Commerce Act ("E-Sign")
>  > unless a specific statement to the contrary is included in this
>  message.
>  >
>  > While this communication may be used to promote or market a
>  transaction
>  > or an idea that is discussed in the publication, it is intended to
>  provide
>  > general information about the subject matter covered and is provided
>  with
>  > the understanding that The Principal is not rendering legal,
>  accounting,
>  > or tax advice. It is not a marketed opinion and may not be used to
>  avoid
>  > penalties under the Internal Revenue Code. You should consult with
>  > appropriate counsel or other advisors on all matters pertaining to
>  legal,
>  > tax, or accounting obligations and requirements.
>  >
>
>
>  --
>  Matthias Wessendorf
>
>  further stuff:
>  blog: http://matthiaswessendorf.wordpress.com/
>  mail: matzew-at-apache-dot-org
>
>
>  -----Message Disclaimer-----
>
>  This e-mail message is intended only for the use of the individual or
>  entity to which it is addressed, and may contain information that is
>  privileged, confidential and exempt from disclosure under applicable law.
>  If you are not the intended recipient, any dissemination, distribution or
>  copying of this communication is strictly prohibited. If you have
>  received this communication in error, please notify us immediately by
>  reply email to Connect@principal.com and delete or destroy all copies of
>  the original message and attachments thereto. Email sent to or from the
>  Principal Financial Group or any of its member companies may be retained
>  as required by law or regulation.
>
>  Nothing in this message is intended to constitute an Electronic signature
>  for purposes of the Uniform Electronic Transactions Act (UETA) or the
>  Electronic Signatures in Global and National Commerce Act ("E-Sign")
>  unless a specific statement to the contrary is included in this message.
>
>  While this communication may be used to promote or market a transaction
>  or an idea that is discussed in the publication, it is intended to provide
>  general information about the subject matter covered and is provided with
>  the understanding that The Principal is not rendering legal, accounting,
>  or tax advice. It is not a marketed opinion and may not be used to avoid
>  penalties under the Internal Revenue Code. You should consult with
>  appropriate counsel or other advisors on all matters pertaining to legal,
>  tax, or accounting obligations and requirements.
>

Re: tiles 2

Posted by Anton Gavazuk <an...@gmail.com>.
Hi Simon,
thank you for quick response and usefull jar
what for struts-tiles.tld file? (WEB-INF/...)
As I understand tags described in it are not used in layout file
Am I right?

2008/3/11, simon.kitching@chello.at <si...@chello.at>:
> You might like to check out and run the example:
>    http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/tiles/
>
>  From the pom file for that example project:
>
>       <dependency>
>             <groupId>org.apache.tiles</groupId>
>             <artifactId>tiles-core</artifactId>
>             <version>2.0.5</version>
>         </dependency>
>         <dependency>
>             <groupId>org.apache.tiles</groupId>
>             <artifactId>tiles-jsp</artifactId>
>             <version>2.0.5</version>
>         </dependency>
>
>  As you can see, the example depends on tiles2
>
>  Regards,
>  Simon
>
>  Anton Gavazuk schrieb:
>
> > Hi
>  > does anybody know about how it's going with Tiles 2 support in TOmahawk?
>  >
>  > 2007/11/2, Garner, Shawn <Ga...@principal.com>:
>  >
>  >> My question is how do you configure the tiles def file?
>  >>
>  >>
>  >>  Shawn
>  >>
>  >>
>  >>  -----Original Message-----
>  >>  From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
>  >>  Matthias Wessendorf
>  >>
>  >> Sent: Thursday, November 01, 2007 4:45 PM
>  >>  To: MyFaces Discussion
>  >>  Subject: Re: tiles 2
>  >>
>  >>  Hi!
>  >>
>  >>  there is a patch attached to TOMAHAWK-1115 (see [1]). That doesn't
>  >>  really introduce a
>  >>  huge dependency for your project.
>  >>
>  >>  Maybe you want to try it on your own, till MyFaces / Tomahawk ships it ?
>  >>
>  >>  -M
>  >>
>  >>  [1] https://issues.apache.org/jira/browse/TOMAHAWK-1115
>  >>
>  >>  On 11/1/07, Garner, Shawn <Ga...@principal.com> wrote:
>  >>  > Can you let me know when a version is in the nightly snapshot of the
>  >>  > sandbox?
>  >>  >
>  >>  >
>  >>  > I tried to change the current one to use the new tiles but they
>  >>  changed
>  >>  > it too much and I couldn't figure it out.
>  >>  >
>  >>  >
>  >>  > Shawn
>  >>  >
>  >>  > -----Original Message-----
>  >>  > From: Matthias Wessendorf
>  >>  > Sent: Thursday, November 01, 2007 1:13 PM
>  >>  > To: MyFaces Discussion
>  >>  > Subject: Re: tiles 2
>  >>  >
>  >>  > We currently dicussing this on the dev-list.
>  >>  > Looks like it will endup in Sandbox .
>  >>  >
>  >>  >
>  >>  > -M
>  >>  >
>  >>  > On 11/1/07, Garner, Shawn < > wrote:
>  >>  > >
>  >>  > >
>  >>  > > I was just wondering if there were plans to update the
>  >>  > > JspTilesViewHandlerImpl to work
>  >>  > > with the Tiles 2 official 2.0.5 GA release.
>  >>  > >
>  >>
>  >
>
>

Re: tiles 2

Posted by "simon.kitching@chello.at" <si...@chello.at>.
You might like to check out and run the example:
   http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/tiles/

>From the pom file for that example project:

      <dependency>
            <groupId>org.apache.tiles</groupId>
            <artifactId>tiles-core</artifactId>
            <version>2.0.5</version>
        </dependency>
        <dependency>
            <groupId>org.apache.tiles</groupId>
            <artifactId>tiles-jsp</artifactId>
            <version>2.0.5</version>
        </dependency>        

As you can see, the example depends on tiles2

Regards,
Simon

Anton Gavazuk schrieb:
> Hi
> does anybody know about how it's going with Tiles 2 support in TOmahawk?
>
> 2007/11/2, Garner, Shawn <Ga...@principal.com>:
>   
>> My question is how do you configure the tiles def file?
>>
>>
>>  Shawn
>>
>>
>>  -----Original Message-----
>>  From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of
>>  Matthias Wessendorf
>>
>> Sent: Thursday, November 01, 2007 4:45 PM
>>  To: MyFaces Discussion
>>  Subject: Re: tiles 2
>>
>>  Hi!
>>
>>  there is a patch attached to TOMAHAWK-1115 (see [1]). That doesn't
>>  really introduce a
>>  huge dependency for your project.
>>
>>  Maybe you want to try it on your own, till MyFaces / Tomahawk ships it ?
>>
>>  -M
>>
>>  [1] https://issues.apache.org/jira/browse/TOMAHAWK-1115
>>
>>  On 11/1/07, Garner, Shawn <Ga...@principal.com> wrote:
>>  > Can you let me know when a version is in the nightly snapshot of the
>>  > sandbox?
>>  >
>>  >
>>  > I tried to change the current one to use the new tiles but they
>>  changed
>>  > it too much and I couldn't figure it out.
>>  >
>>  >
>>  > Shawn
>>  >
>>  > -----Original Message-----
>>  > From: Matthias Wessendorf
>>  > Sent: Thursday, November 01, 2007 1:13 PM
>>  > To: MyFaces Discussion
>>  > Subject: Re: tiles 2
>>  >
>>  > We currently dicussing this on the dev-list.
>>  > Looks like it will endup in Sandbox .
>>  >
>>  >
>>  > -M
>>  >
>>  > On 11/1/07, Garner, Shawn < > wrote:
>>  > >
>>  > >
>>  > > I was just wondering if there were plans to update the
>>  > > JspTilesViewHandlerImpl to work
>>  > > with the Tiles 2 official 2.0.5 GA release.
>>  > >
>>     
>