Re: Tiles in Struts 6.2.0

2023-08-17 Thread Lukasz Lenart
śr., 16 sie 2023 o 12:44 Yew Hwa Ho napisał(a): > > Hi Lukasz, > > Can I check if there is a timeline for the release of Struts 6.2 version > which contains the integrated Tiles package? Tiles will be integrated into Struts 6.3.0 - 6.2.0 has been already released [1]. And all the important

Re: Tiles in Struts 6.2.0

2023-08-16 Thread Yew Hwa Ho
Hi Lukasz, Can I check if there is a timeline for the release of Struts 6.2 version which contains the integrated Tiles package? Thank you. Regards, Yew Hwa On Fri, Jul 14, 2023 at 1:58 PM Lukasz Lenart wrote: > czw., 13 lip 2023 o 04:06 Yew Hwa Ho napisał(a): > > With the release of

Re: Tiles in Struts 6.2.0

2023-07-13 Thread Lukasz Lenart
czw., 13 lip 2023 o 04:06 Yew Hwa Ho napisał(a): > With the release of Struts 6.2.0, can I check if Tiles has been directly > ported to Struts Tiles plugin and is no longer using the Tiles project? No, we are going to release a new version soon which will contain the integrated Tiles package. I

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Musachy Barroso
You are missing dependencies, in this case Commons Digester (http://commons.apache.org/digester/) musachy On Wed, Jan 7, 2009 at 10:38 AM, Ercan Kayaonu ekaya...@gmail.com wrote: Hi, I'm using Struts 2.1.5 with convention plugin. I'm in the learning process and trying several things (action,

RE: Tiles with Struts 2.1.5

2009-01-07 Thread Biesbrock, Kevin
...@gmail.com] Sent: Wednesday, January 07, 2009 10:43 AM To: Struts Users Mailing List Subject: Re: Tiles with Struts 2.1.5 You are missing dependencies, in this case Commons Digester (http://commons.apache.org/digester/) musachy On Wed, Jan 7, 2009 at 10:38 AM, Ercan Kayaonu ekaya...@gmail.com wrote

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Ercan Kayaonu
Thank you Musachy, That solved my problem, but I got this error, which might be very familiar for most of you: The Result type [tiles] which is defined in the Result annotation on the class [class actions.admin.LoginAction] or determined by the file extension or is the default result type for the

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Ercan Kayaonu
, January 07, 2009 10:43 AM To: Struts Users Mailing List Subject: Re: Tiles with Struts 2.1.5 You are missing dependencies, in this case Commons Digester (http://commons.apache.org/digester/) musachy On Wed, Jan 7, 2009 at 10:38 AM, Ercan Kayaonu ekaya...@gmail.com wrote: Hi, I'm using

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Musachy Barroso
To use a result, the action needs to be in the package that defines the result, or in a package that extends the package where the result is defined. There are several ways to fix this, in this case you can just set the parent package of the action, to your package: @ParentPackage(admin) or

RE: Tiles with Struts 2.1.5

2009-01-07 Thread Biesbrock, Kevin
: Wednesday, January 07, 2009 11:30 AM To: Struts Users Mailing List Subject: Re: Tiles with Struts 2.1.5 There's commons-digester-1.8.jar under struts 2.1.5 lib files. you also need commons-beanutils-1.7.0.jar. The location for 2.1.5 is http://people.apache.org/builds/struts/2.1.5/ On Wed, Jan 7, 2009

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Ercan Kayaonu
Hi, Sorry for disturbing you guys this much. Be sure that i first google to solve the problem and read related parts of the documentation. But unfortunately some of them are very concise. Anyways. I tried both constant name=struts.convention.default.parent.package value=actions / and

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Antonio
2009/1/7 Ercan Kayaonu ekaya...@gmail.com: Can someone advice a tutorial on tiles and struts2 (step by step). Heh, Tiles and Struts 2 seem to be two isolated worlds. The strangest thing is that a lot of people are using this pair, but no one is contributing. If you *really* want them to work

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Musachy Barroso
The value attribute needs to match the name of a package that is defined somewhere, if you do this: constant name=struts.convention.default.parent.package value=admin/ make sure that your package is like package name=admin.../package musachy On Wed, Jan 7, 2009 at 12:17 PM, Ercan Kayaonu

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Musachy Barroso
btw this is not related to tiles, it all applies to any plugin that defines results. musachy On Wed, Jan 7, 2009 at 12:23 PM, Musachy Barroso musa...@gmail.com wrote: The value attribute needs to match the name of a package that is defined somewhere, if you do this: constant

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Wendy Smoak
On Wed, Jan 7, 2009 at 8:38 AM, Ercan Kayaonu ekaya...@gmail.com wrote: I'm using Struts 2.1.5 with convention plugin. I'm in the learning process and trying several things (action, rule annotations, hibernate etc). Since we're on the user list, be aware that Struts 2.1.5 is not an official

Re: Tiles and struts tags

2007-08-27 Thread Antonio Petrelli
2007/8/11, Jim Reynolds [EMAIL PROTECTED]: Struts 1.29 app that uses tiles definitions. Question is: I am finding myself having to call the taglib in the layout, and also in each tile. If I take the taglib out of any of the jsp pages that is a tile, then the page fails to display because it

Re: Tiles with Struts 1.3.8

2007-07-20 Thread Paul Benedict
If you aren't using modules, get rid of the moduleAware property. Phillip Blevins wrote: Greetings!, I am trying to get tiles to work with struts 1.3.8. Specificly I would like my action mapping to foward to a tile definition. I have a tiles definition of definition name=mainLayout

Re: Tiles with Struts-2

2007-02-19 Thread Brian Bruns
I had a similar problem...I believe I resolved it by putting the tiles servlet (which I'm not using) in the web.xml. Something about tiles needing to be configured before use. Maybe someone else can expound on this? IIRC there was another way to make this happen too. Brian 2007/2/19, Ray

Re: Tiles and Struts not using same local initially

2006-12-12 Thread Antonio Petrelli
Matthias Stoll ha scritto: Hi there. I have a Tiles / Struts application. When using i18n in Struts (property files) everything works fine, even if the user has selected a language in his browser (e.g. en as preferred language, struts loads the property_en file). Tiles is not doing so. It

RE: tiles with struts 1.2.9

2006-09-05 Thread Darren Hall
Ignore that last message. I see the tiles package in the 1.2.9 API. The tld file still needs to be included, though, I take it - and I need a tiles-config.xml file. Is there anything else I'm missing to get tiles running on 1.2.9? Thanks, Darren -Original Message- From:

Re: tiles with struts 1.2.9

2006-09-05 Thread Monkeyden
Add an init-param to the ActionServlet Add the plug-in the struts-config.xml Add the taglib directive to the JSP pages using tiles. http://struts.apache.org/1.x/struts-tiles/installation.html On 9/5/06, Darren Hall [EMAIL PROTECTED] wrote: Ignore that last message. I see the tiles package in

Re: tiles with struts 1.2.9

2006-09-05 Thread Wendy Smoak
On 9/5/06, Monkeyden [EMAIL PROTECTED] wrote: http://struts.apache.org/1.x/struts-tiles/installation.html Now I see the reference to 'tiles.jar'. That documentation is for Struts 1.3, in which we've split the distribution into several jar files: struts-core, struts-tiles, struts-el, etc.

Re: [tiles] Re: Struts tiles cewolf problem

2006-09-04 Thread Matts
Subject: [tiles] Re: Struts tiles cewolf problem Matts ha scritto: Hi, I'm developing a web app with struts, tiles. I want to use cewolf to render chart. It's work fine if i don't use tiles. The problem is that with tiles the chart are not show. Any one nows how to integrate correctly

Re: [tiles] Re: Struts tiles cewolf problem

2006-09-04 Thread Antonio Petrelli
Matts ha scritto: definition name=.layout1 path=/WEB-INF/tiles/layout1.jsp Can you post also layout1.jsp please? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [tiles] Re: Struts tiles cewolf problem

2006-09-04 Thread Matts
: Monday, September 04, 2006 11:16 AM Subject: Re: [tiles] Re: Struts tiles cewolf problem Matts ha scritto: definition name=.layout1 path=/WEB-INF/tiles/layout1.jsp Can you post also layout1.jsp please? - To unsubscribe, e

Re: [tiles] Re: Struts tiles cewolf problem

2006-09-04 Thread Antonio Petrelli
Matts ha scritto: Layout1(at web-inf/tiles): %@ taglib uri=/WEB-INF/struts-html.tld prefix=html % %@ taglib uri=http://struts.apache.org/tags-tiles; prefix=tiles % !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN HTML HEAD TITLEtiles:getAsString name=title//TITLE html:base/

Re: [tiles] Re: Struts tiles cewolf problem(Resolved)

2006-09-04 Thread Matts
- Original Message - From: Antonio Petrelli [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Monday, September 04, 2006 11:40 AM Subject: Re: [tiles] Re: Struts tiles cewolf problem Matts ha scritto: Layout1(at web-inf/tiles): %@ taglib uri=/WEB-INF/struts

Re: Tiles and Struts

2006-06-27 Thread Monkeyden
Your forward's path needs to point to the tile-def name (portal.index), not the JSP page that defines the tile-def (/jsp/frameset.jsp). Also, be sure you are using either the tiles plugin or the TilesRequestProcessor. plug-in className=org.apache.struts.tiles.TilesPlugin set-property

Re: Tiles and Struts

2006-06-27 Thread Alex Rodrigues da Silva
Thanks, the error was the name. i changed to portal.index where was /jsp/frameset.jsp. Monkeyden wrote: Your forward's path needs to point to the tile-def name (portal.index), not the JSP page that defines the tile-def (/jsp/frameset.jsp). Also, be sure you are using either the tiles

RE: Tiles without Struts

2006-05-08 Thread George.Dinwiddie
Hmmm... You're right that http://struts.apache.org/ doesn't list any 1.3 versions in the menu. If you go to the 1.2.x page and download development releases you can find http://svn.apache.org/dist/struts/action/ with later builds. Standalone tiles may be downloaded at

Re: Tiles without Struts

2006-05-08 Thread Greg Reddin
If you're willing to work with unreleased software, please do give Standalone Tiles a try. From the perspective of the JSP API (meaning the tag interface) nothing has changed. The rest of it is beginning to stabilize and I hope to have it at al least alpha status before I leave for

RE: Tiles without Struts

2006-05-08 Thread Marco Mistroni
[mailto:[EMAIL PROTECTED] Sent: 08 May 2006 15:34 To: Struts Users Mailing List Subject: Re: Tiles without Struts If you're willing to work with unreleased software, please do give Standalone Tiles a try. From the perspective of the JSP API (meaning the tag interface) nothing has changed

Re: Tiles with Struts

2005-12-22 Thread brenmcguire
How about your home.do action mapping and the connected action? Maybe you return a wrong ActionForward... Ciao Antonio Petrelli Buntin, Seth - KATE ha scritto: I am having an issue getting Tiles to work. I am totally new to Struts so bear with me. The issue is I don't see anything. I got to

Re: Tiles with Struts

2005-12-22 Thread Greg Reddin
On Dec 22, 2005, at 8:59 AM, Buntin, Seth - KATE wrote: I am having an issue getting Tiles to work. I am totally new to Struts so bear with me. The issue is I don't see anything. I got to home.do (which is set up as what the user will see first) and it is totally blank and the source is

Re: Tiles with Struts

2005-12-22 Thread Buntin, Seth - KATE
My web.xml file has: welcome-file-list welcome-fileindex.jsp/welcome-file /welcome-file-list index.jsp: %@ taglib uri=/tags/struts-logic prefix=logic % logic:redirect forward=home/ struts-config.xml: global-forwards forward name=home path=/Home.do/

Re: Tiles with Struts

2005-12-22 Thread brenmcguire
DoFirst.java: package edu.msu.kate.struts.action; import org.apache.struts.action.*; import javax.servlet.http.*; public class DoFirst extends Action { public ActionForward perform( ActionMapping aMapping,

RE: Tiles with Struts

2005-12-22 Thread Buntin, Seth - KATE
Thanks Antonio. That was it. I just found that off a web site and I guess the site was somewhat old. Seth Buntin Web Resources Coordinator Kentucky Academy of Technology Education Murray State University

Re: Tiles without Struts

2005-11-09 Thread Greg Reddin
On Nov 8, 2005, at 9:23 PM, Paul Benedict wrote: I have gone to this link: http://struts.apache.org/struts-tiles/installation.html I am looking for those 3 WAR files listed but I can't find them. The link in this paragraph is broken so I can't get to the distribution: First, download a