Re: dynamic tiles configuration in struts1.2.x?

2009-07-08 Thread Antonio Petrelli
2009/7/8 jo_atman : > I have an existing project which makes heavy use of tiles definitions for > pages. now there's a requirement to change the pages shown based on the > user. > Any ideas on how to do this would be greatly appreciated. I would of course > prefer not to c

dynamic tiles configuration in struts1.2.x?

2009-07-08 Thread jo_atman
Folks, I have an existing project which makes heavy use of tiles definitions for pages. now there's a requirement to change the pages shown based on the user. Any ideas on how to do this would be greatly appreciated. I would of course prefer not to create a static tiles definition for each

Re: Need help with tiles in struts

2009-06-18 Thread Antonio Petrelli
2009/6/18 abhishek reddy > Iam using tiles definiton in my application.when the struts action is > requested, the entire page is getting refreshed and > when there is a delay in the responsethe page is blank > > Is there any way i can modify the tiles layout, where on

Need help with tiles in struts

2009-06-18 Thread abhishek reddy
Iam using tiles definiton in my application.when the struts action is requested, the entire page is getting refreshed and when there is a delay in the responsethe page is blank Is there any way i can modify the tiles layout, where only body part is getting refrshed, rather than the entire

Re: Tiles 2 define many pages using same template

2009-06-03 Thread kate_cl
Thanks pawel,this does reduce my work on defining each pages. :clap: Paweł Wielgus wrote: > > Hi Kate, > i'm doing it like this, in action i'm forwarding to a simple jsp (not > Tiles) and inside a jsp i have: > > jsp start > < % @page co

Tiles: how to get definition name ?

2009-06-02 Thread boraldo
I have tiles.xml file where I have definitions. All these definitions are inherited from base definition that includes title page. I want to write in this page some text depending on what definition it was. Is it possible ? -- View this message in context: http://www.nabble.com/Tiles%3A-how-to

Re: Tiles 2 define many pages using same template

2009-05-28 Thread stanlick
Yes there is! I am using Tiles 2.1.1 which provides support for wildcards and substitutions. This one definition is handling all my pages! Struts displayTile-{1} Tiles

Re: Tiles 2 define many pages using same template

2009-05-27 Thread Paweł Wielgus
Hi Kate, i'm doing it like this, in action i'm forwarding to a simple jsp (not Tiles) and inside a jsp i have: jsp start < % @page contentType="text/html;charset=utf-8" language="java" % > < % @ taglib uri="http://tiles.apache.org/

Tiles 2 define many pages using same template

2009-05-27 Thread kate_cl
Hi all,I'm using tiles 2 with struts 2.Basically in tiles.xml,are these definitions.. lets say,i have 20 jsp pages that use the same template(tiles.default). Is there any simpler way to do this

Re: problems using tiles with struts 2

2009-05-14 Thread manub
gt; http://www.manning.com/wannemacher > > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > Using Struts 2.1.6 and

Re: problems using tiles with struts 2

2009-05-12 Thread Wes Wannemacher
On Tuesday 12 May 2009 11:54:35 am Lukasz Lenart wrote: > 2009/5/12 manub : > > Yes, I'm behind a proxy. How to disable that functionality? Thanks in > > advance. > > Sorry, no idea. It's related to Digester itself, try to look in that > direction. > > If I remember correctly, this problem is rela

Re: problems using tiles with struts 2

2009-05-12 Thread Antonio Petrelli
2009/5/12 manub : > I got a strange error when I try to develop a simple blank Struts2 > Application with Tiles support. The strangest thing is that this > application, without any modify, works on another PC. Versions of Struts and Tiles, please.

Re: problems using tiles with struts 2

2009-05-12 Thread Lukasz Lenart
2009/5/12 manub : > Yes, I'm behind a proxy. How to disable that functionality? Thanks in > advance. Sorry, no idea. It's related to Digester itself, try to look in that direction. Regards -- Lukasz http://www.lenart.org.pl/ -

Struts-Tiles Reloading Problem

2009-05-12 Thread Ujjval Pandya
Hi I am using Struts-Tiles Framework in my webproject. I want to reload the tiles-def.xml file at run time. I have included the following servlet in struts-config.xml. But, tiles-def is not reloaded at run time. [cid:image001.gif@01C9D2E9.2C3D5640] Can anyone help in this? If i modify tiles

Re: problems using tiles with struts 2

2009-05-12 Thread manub
> > > Yes, I'm behind a proxy. How to disable that functionality? Thanks in advance. -- View this message in context: http://www.nabble.com/problems-using-tiles-with-struts-2-tp23499528p23500811.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: problems using tiles with struts 2

2009-05-12 Thread Lukasz Lenart
2009/5/12 manub : > Anyone can suggest me how to handle this? XML parser is trying to connect over the Internet to validate XML base on DTD, do you have proxy in use? It was possible to disable such function and to use local DTD copy instead. Regards -- Lukasz http://www.lenart.org.pl/ ---

problems using tiles with struts 2

2009-05-12 Thread manub
Hello there, I got a strange error when I try to develop a simple blank Struts2 Application with Tiles support. The strangest thing is that this application, without any modify, works on another PC. Here's my stacktrace: 12-mag-2009 11.36.06 org.apache.catalina.core.StandardCo

Re: localized tiles in Struts2

2009-04-15 Thread Antonio Petrelli
Please write to the Tiles Users mailing list: http://tiles.apache.org/mail.html Antonio 2009/4/15 Jiří Chaloupka : > Hallo, > I tried to use localized tiles definition for some pages, which I do not > want to translate only by text elements. I have localized files for insert > in f

localized tiles in Struts2

2009-04-15 Thread Jiří Chaloupka
Hallo, I tried to use localized tiles definition for some pages, which I do not want to translate only by text elements. I have localized files for insert in filestructure and localized tiles-defs.xml files as follows: tiles-publicweb.xml: value="/templates/publicweb/lang/cz/home_bod

Re: How to suppress server console message in struts1.3.10 + tiles

2009-04-09 Thread Charlesmel Carino
http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html Rommel From: rajusaranga To: user@struts.apache.org Sent: Thursday, April 9, 2009 1:46:44 AM Subject: How to suppress server console message in struts1.3.10 + tiles We are developing application with S

How to suppress server console message in struts1.3.10 + tiles

2009-04-08 Thread rajusaranga
We are developing application with Struts 1.3.10, tiles and log4j1.2.15 using RAD 6.0.   I am receiving following message on server console for every “request”   [4/8/09 14:53:38:959 PDT] 005f TilesPreProce I org.apache.struts.tiles.commands.TilesPreProcessor execute Tiles process

Re: Error encounter when using tiles on JSP

2009-03-22 Thread Gordian Yuan
Hi, newbie-gero I remember that it should be using the name attribute example : try it Gordian On Sun, Mar 22, 2009 at 9:09 PM, newbie-gero wrote: > > Greetings, > i tried to use tiles and tld files on a jsp page,but i encounter an error > while trying to load the jsp file. &

Error encounter when using tiles on JSP

2009-03-22 Thread newbie-gero
Greetings, i tried to use tiles and tld files on a jsp page,but i encounter an error while trying to load the jsp file. These are the libraries i insert into the WEB-INF/lib folder struts.jar, struts-tiles.tld, struts-nested.tld, struts-logic.tld, struts-html.tld, struts-bean.tld, struts-el.jar

RE: Struts 2 tags not translated to html when using tiles

2009-03-19 Thread Martin Gainty
es only and shall not have any legally binding effect. Given that e-mails can easily be subject to manipulation, we can not accept any liability for the content provided. > Subject: Struts 2 tags not translated to html when using tiles > Date: Thu, 19 Mar 2009 11:14:15 -0500 &g

RE: Struts 2 tags not translated to html when using tiles

2009-03-19 Thread Kra, Aime yao (TEK System)
March 19, 2009 1:40 PM To: Struts Users Mailing List Subject: Re: Struts 2 tags not translated to html when using tiles Does the pages you're including have the struts tlds defined? If not, they should. Nils-H On Thu, Mar 19, 2009 at 6:33 PM, Kra, Aime yao (TEK System) wrote: &

Re: Struts 2 tags not translated to html when using tiles

2009-03-19 Thread Nils-Helge Garli Hegvik
Does the pages you're including have the struts tlds defined? If not, they should. Nils-H On Thu, Mar 19, 2009 at 6:33 PM, Kra, Aime yao (TEK System) wrote: > Here are the tiles definitions > > --- tiles-def.xml-- > > > Configur

RE: Struts 2 tags not translated to html when using tiles

2009-03-19 Thread Kra, Aime yao (TEK System)
Here are the tiles definitions --- tiles-def.xml-- http://jakarta.apache.org/struts/dtds/tiles-config_2_0.dtd

Re: Struts 2 tags not translated to html when using tiles

2009-03-19 Thread Nils-Helge Garli Hegvik
;text/html; charset=UTF-8"%> > <%@ taglib uri="http://tiles.apache.org/tags-tiles"; prefix="tiles"%> > <%@ taglib prefix="s" uri="/struts-tags"%> > > > > > > Claims Home > > > > > > > > >

RE: Struts 2 tags not translated to html when using tiles

2009-03-19 Thread Martin Gainty
easily be subject to manipulation, we can not accept any liability for the content provided. > Subject: RE: Struts 2 tags not translated to html when using tiles > Date: Thu, 19 Mar 2009 11:22:54 -0500 > From: ak...@allstate.com > To: user@struts.apache.org > >

RE: Struts 2 tags not translated to html when using tiles

2009-03-19 Thread Kra, Aime yao (TEK System)
Below is the jsp --snip - <%@ page contentType="text/html; charset=UTF-8"%> <%@ taglib uri="http://tiles.apache.org/tags-tiles"; prefix="tiles"%> <%@ taglib pre

Re: Struts 2 tags not translated to html when using tiles

2009-03-19 Thread Nils-Helge Garli Hegvik
2 tags in > the page so it is not correctly rendered. > Without tiles the application is working fine. > > Below is what I see in the page source. > --- snip - > >                                      

Tiles defination.How to pass dynamic value of an attribute ?

2009-03-17 Thread Kumar_Sinha, Sumit
-bu.flur.zuerich.ubs.ch%3e From: shirishchandra.sakh...@ubs.com | [mailto:shirishchandra.sakh...@ubs.com] | Sent: Tuesday, April 08, 2003 8:19 AM | To: struts-u...@jakarta.apache.org | Subject: Tiles defination.How to pass dynamic value of an attribute ? | Hi All, | I am a newbie to tiles . I

Re: Struts 2 / Tiles 2 / Spring Security

2009-03-08 Thread Antonio Petrelli
2009/3/6 Mohan Radhakrishnan : > The other concern I have is the mention of experimental features in Struts > 2( Tiles Plugin ? ). We cannot use those as our app. is a financial app. on > the internet. Why not? You can simply grab it and modify it (following the Apache License), or

Re: Struts 2 / Tiles 2 / Spring Security

2009-03-05 Thread Mohan Radhakrishnan
Actually I included Spring security because I remember having seen some mails about Tiles and Spring security combination( Something to do with includes/forwards ). We don't have experience with Sitemesh. Out pages are not very complex now but in the future they may be. We require custo

Re: Struts 2 / Tiles 2 / Spring Security

2009-03-05 Thread Antonio Petrelli
2009/3/5 Mohan Radhakrishnan : > >      Is Tiles still the most common approach to layout pages especially > when you have a combination of Struts 2 / Tiles 2 / Spring Security ? What > is the recommendation of the forum ? I think that your question was not "well-formed" :

Struts 2 / Tiles 2 / Spring Security

2009-03-05 Thread Mohan Radhakrishnan
Hi, Is Tiles still the most common approach to layout pages especially when you have a combination of Struts 2 / Tiles 2 / Spring Security ? What is the recommendation of the forum ? Thanks, Mohan -- View this message in context: http://www.nabble.com/Struts-2---Tiles-2---Spring-Security

Re: struts2 + tiles

2009-02-18 Thread Пламен Узунов
Thanks, Antonio!!! This works perfectly! Greetings! 2009/2/18 Antonio Petrelli > 2009/2/17 Пламен Узунов : > > How will do it if you have a tiles list-attribute for title? > > Some

Re: struts2 + tiles

2009-02-18 Thread Antonio Petrelli
2009/2/17 Пламен Узунов : > How will do it if you have a tiles list-attribute for title? > Something like this: > > > > > > > > > HTH Antonio ---

Re: struts2 + tiles

2009-02-18 Thread Пламен Узунов
The problem is that I can't put multiple values from 'tab' list attribute as a values from properties file which have internationalized text (it I use for menus, tabs, etc.)

RE: struts2 + tiles

2009-02-18 Thread David Kerwick
Not sure Can you not add in Before your To pass the title to the template. Dave -Original Message- From: Пламен Узунов [mailto:puzun...@gmail.com] Sent: 17 February 2009 17:28 To: Struts Users Mailing List Subject: Re: struts2 + tiles How will do it if you have a tiles list-attribute

Re: struts2 + tiles

2009-02-17 Thread Пламен Узунов
How will do it if you have a tiles list-attribute for title? Something like this: Papi. On Tue, Feb 17, 2009 at 4:19 PM, David Kerwick wrote: > I had a similar issue and solved it like this > > In the definition I had > >

RE: struts2 + tiles

2009-02-17 Thread David Kerwick
I had a similar issue and solved it like this In the definition I had And in the template I put Dave -Original Message- From: Tom Pop [mailto:tom@email.cz] Sent: 17 February 2009 10:56 To: Struts Users Mailing List Subject: struts2 + tiles Hello, please, how to insert

struts2 + tiles

2009-02-17 Thread Tom Pop
Hello, please, how to insert localized string XXX as attribute in tiles definition? You can't use because it's nested in tiles tag. You can't use getText(), I think because it's not struts tag. So, how read localized text and insert it to tiles attribute value?

Re: Struts2.1.6 & Tiles 2.1

2009-02-11 Thread aarthy
Thanks Antonio.. Antonio Petrelli-3 wrote: > > 2009/2/10 Jaarthy : >> >>org.apache.struts2.tiles.StrutsTilesListener >> > > Currently StrutsTilesListener does not work with Tiles 2.1. > Please try to use the plain TilesListener: &g

RE: Struts2 + tiles + i18n, getText issue

2009-02-11 Thread David Kerwick
w...@hse.ie] Sent: 09 February 2009 15:57 To: Struts Users Mailing List Subject: RE: Struts2 + tiles + i18n, getText issue Hi, Just discovered this also happens with I don't know how to get around that as I can't put s:text in its place. Am I just doing something wrong? If so what s

Re: Struts2.1.6 & Tiles 2.1

2009-02-11 Thread stanlick
StrutsTilesListener does not work with Tiles 2.1. > Please try to use the plain TilesListener: > http://tiles.apache.org/framework/tutorial/configuration.html > > Antonio > > - > To unsubscribe, e-mail: user-unsu

Re: Struts2.1.6 & Tiles 2.1

2009-02-11 Thread Antonio Petrelli
2009/2/10 Jaarthy : > >org.apache.struts2.tiles.StrutsTilesListener > Currently StrutsTilesListener does not work with Tiles 2.1. Please try to use the plain TilesListener: http://tiles.apache.org/framework/tutorial/configuration.html

RE: Struts2.1.6 & Tiles 2.1.

2009-02-10 Thread Griffith, Michael *
Gotcha, sorry I couldn't be more help. MG -Original Message- From: Jaarthy [mailto:aarthyj...@yahoo.com] Sent: Tuesday, February 10, 2009 6:14 PM To: user@struts.apache.org Subject: RE: Struts2.1.6 & Tiles 2.1. the same was working fine with Struts2.0.6 and Tiles 2.0.

RE: Struts2.1.6 & Tiles 2.1.

2009-02-10 Thread Jaarthy
the same was working fine with Struts2.0.6 and Tiles 2.0. Griffith, Michael * wrote: > > Jaarthy, > > It looks like your tag is trying to point to a tile, vs. an > action that returns the tile result. > > Here's an example: > > > > > >

RE: Struts2.1.6 & Tiles 2.1.

2009-02-10 Thread Griffith, Michael *
rthyj...@yahoo.com] Sent: Tuesday, February 10, 2009 3:40 PM To: user@struts.apache.org Subject: Re: Struts2.1.6 & Tiles 2.1. Here is my web.xml -- http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

Re: Struts2.1.6 & Tiles 2.1.

2009-02-10 Thread Jaarthy
ath*:applicationContext*.xml This context parameter specifies the name and location of the Tiles Definitions file. org.apache.tiles.DEFINITIONS_CONFIG /WE

Re: Struts2.1.6 & Tiles 2.1.

2009-02-10 Thread Lukasz Lenart
2009/2/10 Jaarthy : > I am trying to integrate Struts2.1.6 with tiles2.1.1. When I click on the > login link,I am getting "Unable to find the definition"warning Message in my > logs.Any help on this issue will be appreciated. Sorry, I loose my magic ball, you will have to provide more details. R

Struts2.1.6 & Tiles 2.1.1

2009-02-09 Thread Jaarthy
hi, I am trying to integrate Struts2.1.6 with tiles2.1.1. When I click on the login link,I am getting "Unable to find the definition"warning Message in my logs.Any help on this issue will be appreciated. Thanks, Aarthy -- View this message in context: http://www.nabble.com/Struts2.1

RE: Struts2 + tiles + i18n, getText issue

2009-02-09 Thread David Kerwick
david.kerw...@hse.ie] Sent: 06 February 2009 14:57 To: user@struts.apache.org Subject: Struts2 + tiles + i18n, getText issue Hi, I've come across a problem I can't figure out it seems similar to http://www.mail-archive.com/user@struts.apache.org/msg76063.html These two statements gi

RE: Struts2 + tiles +OC4J

2009-02-08 Thread Ramez Hassan
petre...@gmail.com] Sent: Friday, February 06, 2009 10:06 AM To: Struts Users Mailing List Subject: Re: Struts2 + tiles +OC4J 2009/2/5 hesham : > java.lang.IllegalArgumentException: Resource > /portalframework/renderContents.action not found Does this resource exis

Struts2 + tiles + i18n, getText issue

2009-02-06 Thread David Kerwick
gives the default language text. The tiles definition I have is They both work correctly if there's only one tile i.e. So it seems to be something to do with having multiple tiles but since s:text works the i18n interceptor must be working. Anyone any idea

Re: Struts2 + tiles +OC4J

2009-02-06 Thread Antonio Petrelli
2009/2/5 hesham : > java.lang.IllegalArgumentException: Resource > /portalframework/renderContents.action not found Does this resource exist? Antonio - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional co

Struts2 + tiles +OC4J

2009-02-05 Thread hesham
Hello Everyone, I am having a problem using struts2 version 2.0.11.2 along with tiles version 2.0.6 and trying to run on OC4J, yet everything works fine on Tomcat. The error is that the resource is not found when including an action using tiles insert attribute The

Re: struts2 and tiles

2009-01-31 Thread Tom Pop
Thanks, but the last paragraph was what I was asking for - I want to know, how to get localized message from bundle in scriptlet in JSP because I didn't find other way how to insert localized message from bundle to tiles tag - and globaly to any tag from some special tag library, where I

Re: struts2 and tiles

2009-01-31 Thread Jeromy Evans
On 31/01/2009, at 6:23 AM, Tom Pop wrote: Hello, please, can you show me on this example how to convert tiles from struts1 to struts2? This example defines localized page title attribute passed to template in struts1: type="org.apache.struts.util.MessageResources"/> s

struts2 and tiles

2009-01-30 Thread Tom Pop
Hello, please, can you show me on this example how to convert tiles from struts1 to struts2? This example defines localized page title attribute passed to template in struts1: <% String docTitle = messages.getMessage(locale, "page.title"); %>

Dynamic Cache with Tiles

2009-01-24 Thread Muhammad Owais
Dear;   I am using WebSphere 6. Along with sturts and tiles.   http://publib.boulder.ibm.com/infocenter/wasinfo/v7r0/index.jsp?topic=/com.ibm.websphere.express.iseries.doc/info/iseriesexp/ae/tdyn_wsclientcache.html   Referring to the above link, under the heading component subelement, there is a

Re: Fw: Re: Sturts-Tiles Performance

2009-01-20 Thread Chris Pratt
highly appriciate it. > > With regards > > > > > > Muhammad Owais Bilal Awan, > +966-56-5823-940 > > --- On Mon, 1/19/09, Muhammad Owais wrote: > > From: Muhammad Owais > Subject: Re: Sturts-Tiles Performance > To: "Struts Users Mailing List" > Date: Mond

Fw: Re: Sturts-Tiles Performance

2009-01-20 Thread Muhammad Owais
Hello,   Is there any solution to my problem? Can not somebody help me to resolve my issue? I will highly appriciate it. With regards   Muhammad Owais Bilal Awan, +966-56-5823-940 --- On Mon, 1/19/09, Muhammad Owais wrote: From: Muhammad Owais Subject: Re: Sturts-Tiles Performance To

Re: Sturts-Tiles Performance

2009-01-18 Thread Muhammad Owais
Sir;   I am using Java 1.4, Oracle as a back end with Sturts 1.1   I have a sturt-config.xml files that maps the DispatchAction class and the tiles-config.xml Tiles XML contains the JSPs path... one view contains at least 5 JSPs.   I believe it is the way it should be?   Please also elaborate

Re: Sturts-Tiles Performance

2009-01-18 Thread Dave Newton
Muhammad Owais wrote: Please assist to improve the performance issue. How? We know nothing about your implementation, where you're seeing performance problems, etc. Dave - To unsubscribe, e-mail: user-unsubscr...@struts.ap

Sturts-Tiles Performance

2009-01-18 Thread Muhammad Owais
Hello;   We have migrated our old application to Sturts-Tiles. We are facing some performance issues. The old implementation does use the Sturts but not the Tiles. However the new application implements both of them.   Please assist to improve the performance issue. With regards   Muhammad

Re: [S2] Accept-language problem with tomcat/struts/tiles

2009-01-14 Thread Andreas Sachs
> Version of Tiles? Thanks for this question. After upgrading from 2.1.0 to 2.1.1 the problem disappeared. Andi - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: use

Re: [S2] Accept-language problem with tomcat/struts/tiles

2009-01-14 Thread Antonio
2009/1/14 Andreas Sachs : > i have a strange problem with tomcat/struts/tiles. I'm not sure which > component is responsible. >... > Environment: > Windows Vista > Tomcat 5.5 > Struts 2.0.14 Version of Tiles? Antonio --

[S2] Accept-language problem with tomcat/struts/tiles

2009-01-14 Thread Andreas Sachs
Hello, i have a strange problem with tomcat/struts/tiles. I'm not sure which component is responsible. If i start tomcat, wait some seconds and access my application everything will work fine. If i start tomcat and immediately access my application, it only works with firefox and not wi

Re: Problem with multiple tiles-defs.xmls in struts

2009-01-12 Thread Antonio
2009/1/12 kondalrao N : > I am using struts1.3. What version of Struts 1.3 are you using? Antonio - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Problem with multiple tiles-defs.xmls in struts

2009-01-12 Thread kondalrao N
/struts/tiles/chain-config.xml Each struts-config.xml file have seperate tiles-defs.xml .I am adding those files like the following first-struts-config.xml settings-struts-config.xml I am

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Wendy Smoak
On Wed, Jan 7, 2009 at 8:38 AM, Ercan Kayaonu 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 release. It was a

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 wrote: > The "value" attribute needs to match the name of a package that is > defined somewhere, if you do this: > > > > ma

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Musachy Barroso
aying with several setting blindly. I haven't > fully understood some of the concepts i guess. Documentations give examples > in a isolated manner. You can't relate to under parts of the system. For > example, from tiles plugin documentation > > > class="o

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Antonio
2009/1/7 Ercan Kayaonu : > 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 well to

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Ercan Kayaonu
playing with several setting blindly. I haven't fully understood some of the concepts i guess. Documentations give examples in a isolated manner. You can't relate to under parts of the system. For example, from tiles plugin documentation What should be the package name, namespace etc

RE: Tiles with Struts 2.1.5

2009-01-07 Thread Biesbrock, Kevin
Sent: 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, J

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Musachy Barroso
> > 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 PackageConfig of the action, could not > be found as a result-type defined for the Str

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Ercan Kayaonu
[mailto:musa...@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, Ja

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 Biesbrock, Kevin
so [mailto:musa...@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 wro

Re: Tiles with Struts 2.1.5

2009-01-07 Thread Musachy Barroso
hings (action, rule annotations, hibernate etc). > Everything was working ok until today. i started using Tiles. > I copied > > struts2-tiles-plugin-2.1.5.jar > tiles-api-2.0.6.jar > tiles-core-2.0.6.jar > tiles-jsp-2.0.6.jar files into my lib folder. These fil

Tiles with Struts 2.1.5

2009-01-07 Thread Ercan Kayaonu
Hi, 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). Everything was working ok until today. i started using Tiles. I copied struts2-tiles-plugin-2.1.5.jar tiles-api-2.0.6.jar tiles-core-2.0.6

Re: Tiles and Validate

2008-11-28 Thread stanlick
Tiles and validations work fine together. Can you post some code? On Wed, Nov 26, 2008 at 5:39 AM, mthalis <[EMAIL PROTECTED]> wrote: > > It is possible to use tiles and validation(validation forms data) in same > project. if it is possible please give me reference or sample pr

Re: Tiles and Validate

2008-11-26 Thread Antonio
2008/11/26 mthalis <[EMAIL PROTECTED]>: > > It is possible to use tiles and validation(validation forms data) in same > project. if it is possible please give me reference or sample project. > please help me.. I don't see why not validator and Tiles can be used togethe

Re: Validation and Tiles

2008-11-26 Thread mthalis
I find the answer below show how to solve it. (where login.page and login.success are both tiles defs) -- View this message in context: http://www.nabble.com/Validation-and-Tiles-tp20694339p20699602.html Sent from the Struts - User mailing list archive at Nabble.com

Tiles and Validate

2008-11-26 Thread mthalis
It is possible to use tiles and validation(validation forms data) in same project. if it is possible please give me reference or sample project. please help me.. Thank you -- View this message in context: http://www.nabble.com/Tiles-and-Validate-tp20699267p20699267.html Sent from the Struts

Re: Validation and Tiles

2008-11-25 Thread mthalis
Tell me I was wrong or not. please give me any suggestion. -- View this message in context: http://www.nabble.com/Validation-and-Tiles-tp20694339p20695446.html Sent from the Struts - User mailing list archive at Nabble.com

Validation and Tiles

2008-11-25 Thread mthalis
I used tiles and validation in my project(validation.xml, tiles-defs.xml), but it not working. i explained my problem previous my post. Please any body can send me sample project that use above technologies or learning materials it is very helpful for me. I used struts 1.2. please help me. http

Validation and Tiles

2008-11-25 Thread mthalis
picture 1 http://www.nabble.com/file/p20680989/1.png picture 2 http://www.nabble.com/file/p20680989/2.png I used struts 1.2 to create my project. picture 1 creates using tiles,red background belongs to one tile and white one belongs to another tile. picture 2 shows the page that i got after

[22] NullPointerException in UrlHelper issue with nested tiles

2008-11-17 Thread 928572663
Here is an open issue in struts2 tiles plugin: https://issues.apache.org/struts/browse/WW-2762 that is a critical issue for me. I would like to help resolve this issue, but am not sure about the root cause. Here is the issue in summary: If you create a tile definition whose JSP page

Re: Struts 2 + Tiles 2

2008-11-12 Thread Antonio
2008/11/12 Carlos Curotto <[EMAIL PROTECTED]>: > > org.apache.tiles > tiles-jsp > 2.0.4 > I suggest to use version 2.0.6 Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Struts 2 Tiles plug-in

2008-11-12 Thread stanlick
I am reviewing Tiles 2.1 for an upcoming project. This recent version of tiles supports wildcard definitions, EL, and a few other features that nearly eliminate the XML-HELL that is tiles-defs.xml. It looks like the struts2-tiles-plugin-2.1.2.jar is not compatible with Tiles v 2.1.0 and I would

Re: Struts 2 + Tiles 2

2008-11-12 Thread Carlos Curotto
Hi everyone, I solved my problem. Look at my pom file, i have the tiles-jsp dependency but version 2.1.0, and the struts2-tiles-plugin added the tiles-api jar but with version 2.0.4, so i have changed my dependency for this: org.apache.tiles tiles-jsp 2.0.4 And

Re: Struts 2 + Tiles 2

2008-11-12 Thread Carlos Curotto
prevented it from fulfilling this request. exception javax.servlet.ServletException: Error including path '/WEB-INF/layout/common.jsp'. org/apache/tiles/ListAttribute org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:515) org.apac

Struts 2 and Tiles 2.1.0

2008-11-09 Thread stanlick
I would like to use EL in tiles definitions. Is it supported by Struts 2.x and is there a recipe for this? I downloaded Tiles 2.1.0 and reviewed the changes, but the web.xml has undergone radical change and I thought I'd do a little fact finding before performing open heart surgery

Re: upgrading Eclipse problem with tiles

2008-11-06 Thread Antonio
2008/11/6 Gianluca Musella <[EMAIL PROTECTED]>: > Mmm... I've update my Eclipse to Web Tools Platform 3.4 to use with > TPTP 4.5 (the profiler) and my tiles.xml doen's work anymore. > > 22 errors: > > The content of element type "definition" must match > "(icon?,display-name?,description?,put*,putL

upgrading Eclipse problem with tiles

2008-11-06 Thread Gianluca Musella
Mmm... I've update my Eclipse to Web Tools Platform 3.4 to use with TPTP 4.5 (the profiler) and my tiles.xml doen's work anymore. 22 errors: The content of element type "definition" must match "(icon?,display-name?,description?,put*,putList*)" Any ideas? Thancs Gianluca ---

Re: Struts 2 + Tiles 2

2008-10-30 Thread Alberto Flores
Please notice that your error has to do with the common.jsp and not the tiles framework... Carlos Curotto wrote: Which versions of Struts and Tiles are you using? Thanks! On Thu, Oct 30, 2008 at 8:49 AM, Carlos Curotto <[EMAIL PROTECTED]>wrote: Hi Marcio, First of all, thanks f

<    1   2   3   4   5   6   7   8   9   10   >