Re: Tiles errors in Struts versions > 6.3.0.2

2024-10-01 Thread Lukasz Lenart
It is probably related to this issue https://issues.apache.org/jira/browse/WW-5451 wt., 1 paź 2024 o 12:39 Heikki Hyyrö napisał(a): > > Our web application based on Struts 2 + Tiles framework starts to give > errors on some jsp pages if I try to use a newer Struts version than

Tiles errors in Struts versions > 6.3.0.2

2024-10-01 Thread Heikki Hyyrö
Our web application based on Struts 2 + Tiles framework starts to give errors on some jsp pages if I try to use a newer Struts version than 6.3.0.2. Exactly the same codebase works fine on previous Struts versions (the only changes are in the pom file and concern the versions of struts2-core

Re: Tiles errors in Struts versions > 6.3.0.2

2024-10-01 Thread 哈哈哈哈
struts.xml devMode to true and open log to trace for more detail Maybe other people can help you Best regards Heikki Hyyrö 於 2024年10月1日 週二 下午6:38 寫道: > Our web application based on Struts 2 + Tiles framework starts to give > errors on some jsp pages if I try to use a newer Struts versio

Re: Struts 6.4.0: is there a Tiles breaking change?

2024-04-22 Thread Matias Rodriguez
thanks; in advance, the workaround exposed here fixes the issue: org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG /WEB-INF/tiles.xml El lun, 22 abr 2024 a la(s) 10:31 a.m., Lukasz Lenart ( lukaszlen...

Re: Struts 6.4.0: is there a Tiles breaking change?

2024-04-22 Thread Lukasz Lenart
pon., 22 kwi 2024 o 15:16 Matias Rodriguez napisał(a): > > hi! I'm getting an exception when moving from version *6.3.0.2*; should we > add some annotations or something? thanks! > Struts has detected an unhandled exception: > *Messages*: > - Cannot find definition named 'indexServidor' It's pro

Struts 6.4.0: is there a Tiles breaking change?

2024-04-22 Thread Matias Rodriguez
named 'indexServidor' *File*: org/apache/tiles/core/impl/mgmt/CachingTilesContainer.java *Line number*: 108 -- Stacktraces *org.apache.tiles.core.definition.NoSuchDefinitionException: Cannot find definition named

Re: The absolute uri: [http://tiles.apache.org/tags-tiles] cannot be resolved

2024-03-06 Thread SARAVANAN SIVAGURU
Yes Luk, things are good now on the The absolute uri context. Thanks and Regards, Saravanan.S From: Lukasz Lenart Sent: Wednesday, March 6, 2024 5:10 PM To: Struts Users Mailing List Subject: Re: The absolute uri: [http://tiles.apache.org/tags-tiles] cannot be

Re: The absolute uri: [http://tiles.apache.org/tags-tiles] cannot be resolved

2024-03-06 Thread Lukasz Lenart
ou may sustain as a result > of software viruses > -- > *From:* Lukasz Lenart > *Sent:* Saturday, March 2, 2024 2:55 PM > *To:* Struts Users Mailing List > *Subject:* Re: The absolute uri: [http://tiles.apache.org/tags-tiles] > cannot be resolved > > [You don'

Re: The absolute uri: [http://tiles.apache.org/tags-tiles] cannot be resolved

2024-03-06 Thread SARAVANAN SIVAGURU
To: Struts Users Mailing List Subject: Re: The absolute uri: [http://tiles.apache.org/tags-tiles] cannot be resolved [You don't often get email from lukaszlen...@apache.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] CAUTION: This email originated from ou

Re: The absolute uri: [http://tiles.apache.org/tags-tiles] cannot be resolved

2024-03-02 Thread Lukasz Lenart
Please create a new thread instead of mixing in into totally different discussion czw., 29 lut 2024 o 01:53 Mahabir Gupta napisał(a): > > Hi I am doing a struts2 upgrade to struts 6.3.0.2. When I am uploading a > file I am getting java.lang.noclassdeffounderror: could not initialise > class org.a

Re: The absolute uri: [http://tiles.apache.org/tags-tiles] cannot be resolved

2024-03-02 Thread Lukasz Lenart
Do you run it from within Eclipse? Is it related to this bug? https://bugs.eclipse.org/bugs/show_bug.cgi?id=493277 I just tested the example tiles app on Jetty and everything was ok https://github.com/apache/struts-examples/tree/master/tiles czw., 29 lut 2024 o 10:40 SARAVANAN SIVAGURU napisał

Re: The absolute uri: [http://tiles.apache.org/tags-tiles] cannot be resolved

2024-02-29 Thread SARAVANAN SIVAGURU
Any help on my below query would be really appreciated. Thanks in advance. Regards, Saravanan.S From: SARAVANAN SIVAGURU Sent: Tuesday, February 27, 2024 8:39 PM To: user@struts.apache.org Subject: Re: The absolute uri: [http://tiles.apache.org/tags-tiles

Re: The absolute uri: [http://tiles.apache.org/tags-tiles] cannot be resolved

2024-02-28 Thread Mahabir Gupta
Hi I am doing a struts2 upgrade to struts 6.3.0.2. When I am uploading a file I am getting java.lang.noclassdeffounderror: could not initialise class org.apache.poi.ooxml.poixmltypeloader. I am using poi-5.2.5, poi-ooxml-5.2.5 and poi-ooxml-lite-5.2.5 jar files. Please advise. Thank you. Regards M

Re: The absolute uri: [http://tiles.apache.org/tags-tiles] cannot be resolved

2024-02-27 Thread SARAVANAN SIVAGURU
As the attachment doesn't pop up am reattaching the files in a zip folder. Thanks and Regards, Saravanan.S <> - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.o

The absolute uri: [http://tiles.apache.org/tags-tiles] cannot be resolved

2024-02-27 Thread SARAVANAN SIVAGURU
Hi Team When I try to run the application with struts2-tiles-plugin 6.3.0.2 on Apache tomee 8.0.14 container am getting the following error, The absolute uri: [http://tiles.apache.org/tags-tiles] cannot be resolved in either web.xml or the jar files deployed with this application Please find

Re: Requesting support on struts tiles plugin migration

2024-02-26 Thread SARAVANAN SIVAGURU
I managed to resolve the issue on loading the tiles*.xml file which is available native to the application(WEB-INF) code but when I try to load the tiles*.xml file on the classpath jar file am unable to load the same. Any suggestions which could help me? Thanks and Regards, Saravanan.S FTMS

Re: Requesting support on struts tiles plugin migration

2024-02-26 Thread Dave Newton
f the tiles.xml file on the > local application and also to the classpath jar file. > > Local Path - > C:\Users\sisa1008\Software\Apache\apache-tomee-plus-8.0.14\apps\ftmsconsole\ftmsconsole-webapp\WEB-INF\config\tiles > Classpath file - > C:\Users\sisa1008\Software\Apache\apache-tomee-pl

Re: Requesting support on struts tiles plugin migration

2024-02-23 Thread Dave Newton
ewton> bl: Maker's End Blog <https://blog.makersend.com> On Fri, Feb 23, 2024 at 08:14 SARAVANAN SIVAGURU wrote: > Hi Luk > > Yes, I am using the Struts Tiles Listener already > > > > org.apache.struts2.tiles.StrutsTilesListener &g

Re: Requesting support on struts tiles plugin migration

2024-02-23 Thread SARAVANAN SIVAGURU
Hi Luk Yes, I am using the Struts Tiles Listener already org.apache.struts2.tiles.StrutsTilesListener If I didn't mention below context param, org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG classpath*:/META-INF/org.kawa.*tiles*.xml,classpath*:/META-IN

Re: Requesting support on struts tiles plugin migration

2024-02-22 Thread Łukasz Lenart
czw., 22 lut 2024 o 14:41 SARAVANAN SIVAGURU napisał(a): > > > > org.apache.tiles.definition.DefinitionsFactory.DEFINITIONS_CONFIG > > classpath*:/META-INF/org.kawa.*tiles*.xml,classpath*:/META-INF/com.*.tiles.xml,/WEB-INF/config

Re: Requesting support on struts tiles plugin migration

2024-02-22 Thread SARAVANAN SIVAGURU
Hi Luk Yes, it was my custom build. I am going to try migrating to tiles 3.X if nothing works for me with the plugin. We have built a inhouse framework by using struts and tiles to have common GUI across our intranet applications. Also could you please see and let me know whether am doing

Re: Requesting support on struts tiles plugin migration

2024-02-19 Thread Lukasz Lenart
What is "Screen xxx could not be found in any context"? Is it your custom code? I would suggest migrating to standalone Tiles 3 first and then migrate to the Struts Tiles in Struts 6.x. pon., 19 lut 2024 o 12:28 SARAVANAN SIVAGURU napisał(a): > Hi Team > > I am trying to

Requesting support on struts tiles plugin migration

2024-02-19 Thread SARAVANAN SIVAGURU
Hi Team I am trying to migrate the Apache Tiles(tiles-core, tiles-jsp and tiles-servlet) 2.1.4 to Apache struts2-tiles-plugin 6.3.0.2 As a part of this migration, I have performed necessary changes on the tiles.xml files as per the document. Currently I have been struck on the following issue

NoSuchMethodError org/apache/tiles/template/InsertAttributeModel.execute after migrate from 2.5.25 to struts 6.3.0.2

2024-01-12 Thread ndeleon
hi Lukasz, I am not able to post on the struts user group. I am reposting my issue below. thanks. Hi, Need help. We use struts 2.5.25 with Tiles 3. We migrated struts 2.5.25 to struts 6.3.0.2, we hit error, see below, log from websphere app server version 9.0.5. [1/11/24 12:02:32:792 EST

Re: CVE-2023-49735 in Apache Tiles

2024-01-10 Thread Lukasz Lenart
One correction: I missed the word "onwards" which means Tiles 3 is also affected, yet I assume the report itself is invalid.

Re: CVE-2023-49735 in Apache Tiles

2024-01-10 Thread Sebastian Götz
This is a good idea. I will post to the security group. Am 10.01.2024 um 12:22 schrieb Lukasz Lenart: Hi Sebastian, To be honest I have no idea why this triggers any alert. The vulnerability targets Tiles 2.0 [1] while Struts (even before merging the codebase) is using Tiles 3 which

Re: CVE-2023-49735 in Apache Tiles

2024-01-10 Thread Lukasz Lenart
Hi Sebastian, To be honest I have no idea why this triggers any alert. The vulnerability targets Tiles 2.0 [1] while Struts (even before merging the codebase) is using Tiles 3 which shouldn't be affected. This could be an issue of false positive alert in OWASP. Also the vulnerability report

Re: CVE-2023-49735 in Apache Tiles

2024-01-10 Thread Sebastian Götz
Hi Lukasz, happy new year to you and everyone as well! Unfortunately I had some trouble with the mailing list and thus did not receive your reply. I have found it browsing the group by browser and so I post your reply here for reference: Happy New Year! The Tiles codebase has been copied

Re: CVE-2023-49735 in Apache Tiles

2024-01-02 Thread Lukasz Lenart
wt., 2 sty 2024 o 13:34 Sebastian Götz napisał(a): > Hello to anybody and an happy new year! Happy New Year! > Our dependency check startet to fail last year already marking > struts2-tiles-plugin as the source of a security issue. As the plugin > uses Apache Tiles 3.0.8 unde

CVE-2023-49735 in Apache Tiles

2024-01-02 Thread Sebastian Götz
Hello to anybody and an happy new year! Our dependency check startet to fail last year already marking struts2-tiles-plugin as the source of a security issue. As the plugin uses Apache Tiles 3.0.8 underneath it is affected by CVE-2023-49735. Now as we use the struts-tiles-plugin to build our

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 al

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 r

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 pack

Tiles in Struts 6.2.0

2023-07-12 Thread Yew Hwa Ho
Hi Lukasz, 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? Thank you. Regards, Yew Hwa

Re: Query regarding Tiles in Struts

2023-03-29 Thread Lukasz Lenart
czw., 30 mar 2023 o 03:12 Yew Hwa Ho napisał(a): > > Hi Lukasz, > > May I check when Tiles will be merged into the Struts code base? Is there a > timeline for that? There is no exact date but I plan to include this change in incoming Struts 6.2.0 - yet there is discussion to brin

Re: Query regarding Tiles in Struts

2023-03-29 Thread Yew Hwa Ho
Hi Lukasz, May I check when Tiles will be merged into the Struts code base? Is there a timeline for that? Thank you. Regards, Yew HWa

Re: Query regarding Tiles in Struts

2022-11-22 Thread Lukasz Lenart
wt., 22 lis 2022 o 11:53 Yew Hwa Ho napisał(a): > > Hi Lukasz, > > Thank you for your reply. > > In the event that Tiles 3.0.8 in the current versions of Struts has CVE, > will the Struts team be providing the fixes for the CVE. Do you refer to that https://devhub.chec

Re: Query regarding Tiles in Struts

2022-11-22 Thread Yew Hwa Ho
Hi Lukasz, Thank you for your reply. In the event that Tiles 3.0.8 in the current versions of Struts has CVE, will the Struts team be providing the fixes for the CVE. Thank you. Regards, Yew Hwa On Tue, Nov 22, 2022 at 4:37 PM Lukasz Lenart wrote: > wt., 22 lis 2022 o 08:30 Yew Hwa

Re: Query regarding Tiles in Struts

2022-11-22 Thread Lukasz Lenart
wt., 22 lis 2022 o 08:30 Yew Hwa Ho napisał(a): > I understand that the Apache Tiles has already retired ( > https://tiles.apache.org/). However Tiles is still being used in Struts > framework (both in version 2 and 6). Can I check if Tiles is currently > being maintained by Stru

Query regarding Tiles in Struts

2022-11-21 Thread Yew Hwa Ho
Hi , I understand that the Apache Tiles has already retired ( https://tiles.apache.org/). However Tiles is still being used in Struts framework (both in version 2 and 6). Can I check if Tiles is currently being maintained by Struts if CVE is found? Thank you.

Apache Tiles

2022-11-21 Thread Yew Hwa Ho
Hi , I understand the apache Tiles has already retired (https://tiles.apache.org/). However Tiles is still being used in Struts framework

Re: Tiles upgrade Path

2020-03-30 Thread Lukasz Lenart
pon., 30 mar 2020 o 16:16 amit vijayvargee napisał(a): > Whilst building the struts 2.5.20 with struts tiles plug-in, I'm getting > apache tiles 3.0.8 version jars. As you aware of apache tiles project is out > of support now. Is there any future plan to remove these dependency

Re: Tiles upgrade Path

2020-03-30 Thread amit vijayvargee
Thanks Lukasz for your quick response. Whilst building the struts 2.5.20 with struts tiles plug-in, I'm getting apache tiles 3.0.8 version jars. As you aware of apache tiles project is out of support now. Is there any future plan to remove these dependency from struts? Due to this a

Re: Tiles upgrade Path

2020-03-25 Thread Ken McWilliams
Tiles and sitemesh are for traditional (non - single page applications) development. Tiles has performance advantages over sitemesh. I don't think the OP should experience any blockers with respect to tiles migration and will gain version 3 benefits as well. On Wed., Mar. 25, 2020, 10:40 a

Re: Tiles upgrade Path

2020-03-25 Thread M Huzaifah
Hii Got the differencea in here http://tiles.apache.org/framework/tutorial/pattern.html I have to try using tiles. When i need a Single Page Application approach, currently i use one single jsp page that have iframe in it. So the page literally have header, footer, sidebar, and iframe for body

Re: Tiles upgrade Path

2020-03-25 Thread M Huzaifah
Hii I am not use tiles before, it seems like site mesh. Currently we use sitemesh to decorate page based on url. I checked the tiles its retired. I suggest you to use sitemesh. I dont know what is plus using tiles. With sitemesh you don't even use plugin in struts. Thank you... On Mon

Re: Tiles upgrade Path

2020-03-23 Thread Lukasz Lenart
pon., 23 mar 2020 o 10:41 amit vijayvargee napisał(a): > We are currently looking to migrate struts 2.3 and tiles 2 to newer version. > As per the security scan, existing tiles (2.0) version is deprecated and > reported some vulnerability in it. > Could you please help to answ

Tiles upgrade Path

2020-03-23 Thread amit vijayvargee
Hi, We are currently looking to migrate struts 2.3 and tiles 2 to newer version. As per the security scan, existing tiles (2.0) version is deprecated and reported some vulnerability in it. Could you please help to answer following queries? • Possible options to migrate to newer version

Re: How to share tiles while using both struts 1 and struts 2 during migration?

2017-10-05 Thread ss2...@cornell.edu
On 2017-10-04 05:04, Lukasz Lenart wrote: > 2017-10-03 20:31 GMT+02:00 ss2...@cornell.edu : > > Hello, > > > > I have a struts app which uses both struts 1 and struts 2. While we are > > migrating slowly and trying to remove all struts 1 stuff, we want to share >

Re: How to share tiles while using both struts 1 and struts 2 during migration?

2017-10-04 Thread Lukasz Lenart
2017-10-03 20:31 GMT+02:00 ss2...@cornell.edu : > Hello, > > I have a struts app which uses both struts 1 and struts 2. While we are > migrating slowly and trying to remove all struts 1 stuff, we want to share > tiles during the migration process across both s1 and s2. While the

How to share tiles while using both struts 1 and struts 2 during migration?

2017-10-03 Thread ss2...@cornell.edu
Hello, I have a struts app which uses both struts 1 and struts 2. While we are migrating slowly and trying to remove all struts 1 stuff, we want to share tiles during the migration process across both s1 and s2. While there is enough documentation demonstrating how to use various versions of

Re: Tiles: Upgrade from struts2-tiles3-plugin to struts2-tiles-plugin gives a NoSuchDefinitionException => Same Problem can be reproduces with struts2-showcase-2.5.10.1

2017-04-17 Thread Lukasz Lenart
Thanks :) 2017-04-17 14:53 GMT+02:00 : > I registered a bug in jira https://issues.apache.org/jira/browse/WW-4786 > and attached the Logs with level on Trace for org.apache.struts2.tiles. > > Thank you for your help and please let me know if I can support you with >

Re: Tiles: Upgrade from struts2-tiles3-plugin to struts2-tiles-plugin gives a NoSuchDefinitionException => Same Problem can be reproduces with struts2-showcase-2.5.10.1

2017-04-17 Thread programmierer
I registered a bug in jira https://issues.apache.org/jira/browse/WW-4786 and attached the Logs with level on Trace for org.apache.struts2.tiles. Thank you for your help and please let me know if I can support you with further testing Am 2017-04-14 09:38, schrieb Lukasz Lenart: > Cool, tha

Re: Tiles: Upgrade from struts2-tiles3-plugin to struts2-tiles-plugin gives a NoSuchDefinitionException => Same Problem can be reproduces with struts2-showcase-2.5.10.1

2017-04-14 Thread Lukasz Lenart
Cool, thanks a lot :) Looks like we have an issue with resolving wildcarded tiles definitions as by default Struts will try to find tiles*.xml [1], whereas defining them by hand [2] fallbacks to the old behaviour. Could you setup a log level to TRACE for the org.apache.struts2.tiles package and

Re: Tiles: Upgrade from struts2-tiles3-plugin to struts2-tiles-plugin gives a NoSuchDefinitionException => Same Problem can be reproduces with struts2-showcase-2.5.10.1

2017-04-12 Thread programmierer
I tried 3 different Tomcat versions on Windows 10. Version 6.0.47, 7.0.72 and 9.0.0.M13. All Versions had the same behaviour (tiles of struts2-showcase-2.5.10.1 is not working, NoSuchDefinitionException is thrown). But: It is working fine when I define the config by hand! :) Running on Windows

Re: Tiles: Upgrade from struts2-tiles3-plugin to struts2-tiles-plugin gives a NoSuchDefinitionException => Same Problem can be reproduces with struts2-showcase-2.5.10.1

2017-04-11 Thread Lukasz Lenart
2017-04-11 16:24 GMT+02:00 : > On Linux (Ubuntu 16.4): struts2-tiles-plugin (Version 2.5.10.1) works > fine => same source (same war-file) and same Tomcat-Version Did you try to use a different Tomcat version? Did you try to define config

Tiles: Upgrade from struts2-tiles3-plugin to struts2-tiles-plugin gives a NoSuchDefinitionException => Same Problem can be reproduces with struts2-showcase-2.5.10.1

2017-04-11 Thread programmierer
Hi I have a pretty strange behaviour with my Struts2 Webapplication, to be precise with struts2-tiles-plugin (Version 2.5.10.1) after upgrading to Struts Version 2.5.10.1. Before upgrade I was using struts2-tiles3-plugin (delivered by maven) witch just worked fine. After upgrading to struts2

Re: Using tiles 2 with struts 1

2017-03-13 Thread Kokkodan Venu
This is very urgent This is regarding a project upgrade where I need to stick with Struts 1 and I need Tiles 2 as the Spring framework is getting upgraded. if you have already built the struts-tiles2-1.4.0-SNAPSHOT.jar can you pls send the same to me? I also have a very different upgrade here

RE: Struts 1.x and Strtus2.x With Tiles 2.x

2017-03-13 Thread Kokkodan Venu
This is very urgent ! This is regarding a project upgrade where I need to stick with Struts 1 and I need Tiles 2 as the Spring framework is getting upgraded. if you have already built the struts-tiles2-1.4.0-SNAPSHOT.jar can you pls send the same to me? I also have a very different upgrade

Re: Struts 2.3.28 and Tiles issue

2017-03-13 Thread Christoph Nenning
ers Mailing List , > Date: 11.03.2017 22:16 > Subject: Re: Struts 2.3.28 and Tiles issue > > Hi all, > i've upgraded Struts to latest versions (2.3 and 2.5) > and i was forced to solve this issue. > > Well, the hardest bug to find is non-existent one :-| > > Al

Re: Struts 2.3.28 and Tiles issue

2017-03-11 Thread Paweł Wielgus
rflow: http://stackoverflow.com/a/40407427/6801998 -- Pozdrawiam, Paweł Wielgus. tel: +48 604 603 546 2016-04-22 9:33 GMT+02:00 Christoph Nenning : >> From: Paweł Wielgus >> To: Struts Users Mailing List , >> Date: 21.04.2016 00:16 >> Subject: Struts 2.3.28 and Tiles issue &

Re: Struts 1.x and Strtus2.x With Tiles 2.x

2017-03-10 Thread Lukasz Lenart
2017-03-10 20:46 GMT+01:00 Kokkodan Venu : > Hi, Can you pls let me know how you have migrated your old project with > Struts1 and Tiles 2? I have a same situation here where I need to keep struts > 1. The best option will be to keep both Struts 1 based app with Struts 2 based app n

RE: Struts 1.x and Strtus2.x With Tiles 2.x

2017-03-10 Thread Kokkodan Venu
Hi, Can you pls let me know how you have migrated your old project with Struts1 and Tiles 2? I have a same situation here where I need to keep struts 1. Pls respond as quick as possible. Thank You Venugopalan This e-mail, including any attachments, may constitute a Federal record or other

Re: Struts2 JQuery plugin failed on Strut2 + Tiles + Hibernate project

2017-02-13 Thread Dave Newton
On Mon, Feb 13, 2017 at 11:24 AM, THAN_HVFC wrote: > org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter > - org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter -- e: davelnew...@gmail.com m: 908-380-8699 s: davelnewton_skype t: @dave_newton

Struts2 JQuery plugin failed on Strut2 + Tiles + Hibernate project

2017-02-13 Thread THAN_HVFC
Hi all! I am new to Struts2.  I downloaded Strust-2.5.8-all which bundled with Tiles.   I created my web application with Strust-2.5.8 and Hibernate-5.1.  I deployed on Wildfly10 and the app ran fine.   Now I decide to add JQuery to my project.  So I downloaded  struts2-jquery-plugin-4.0.2 jar

Re: Dynamically switching Tiles master layout

2016-11-04 Thread Sreekanth S. Nair
cool 👍 On Fri, Nov 4, 2016 at 2:09 PM, Lukasz Lenart wrote: > Thanks but I found this [1] and it works > > [1] https://coderanch.com/t/500781/framework/Struts-Tiles- > changing-layout-runtime#2257930 > > just used > > 2016-11-04 9:04 GMT+01:00 Sreekanth S. Nair org&g

Re: Dynamically switching Tiles master layout

2016-11-04 Thread Lukasz Lenart
Thanks but I found this [1] and it works [1] https://coderanch.com/t/500781/framework/Struts-Tiles-changing-layout-runtime#2257930 just used 2016-11-04 9:04 GMT+01:00 Sreekanth S. Nair : > There is a wildcard way of doing it but don't know if it helps in this case

Re: Dynamically switching Tiles master layout

2016-11-04 Thread Sreekanth S. Nair
.com/pub/sreekanth-s-nair/b/946/5a0/> <https://github.com/sreekanthsnair> On Fri, Nov 4, 2016 at 1:25 PM, Lukasz Lenart wrote: > Hi, > > Does someone has a solution how to dynamically change layout that > given Tiles ex

Dynamically switching Tiles master layout

2016-11-04 Thread Lukasz Lenart
Hi, Does someone has a solution how to dynamically change layout that given Tiles extends from? I have two main layouts: ... ... and have a page that should extend one of these when user is logged in or not. Any idea? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl

Re: tiles, sitemesh, velocity and other template engines

2016-06-29 Thread Adam Brin
Nenning > wrote: > >> From: Adam Brin >> To: Struts Users Mailing List , >> Date: 29.06.2016 07:39 >> Subject: tiles, sitemesh, velocity and other template engines >> >> Hi All, >> I've been reviewing our templating implementation (currentl

Re: tiles, sitemesh, velocity and other template engines

2016-06-29 Thread Christoph Nenning
> From: Adam Brin > To: Struts Users Mailing List , > Date: 29.06.2016 07:39 > Subject: tiles, sitemesh, velocity and other template engines > > Hi All, > I've been reviewing our templating implementation (currently sitemesh2) > and noticed that it seems like th

Re: tiles, sitemesh, velocity and other template engines

2016-06-28 Thread Lukasz Lenart
-- > http://mvnrepository.com/artifact/org.apache.velocity/velocity/1.7 I would start thinking about migration to FreeMarker or at least creating new pages with it > *Tiles:* > last updated 2014 -- > http://mvnrepository.com/artifact/org.apache.tiles/tiles-core There is nothing to worry about, T

tiles, sitemesh, velocity and other template engines

2016-06-28 Thread Adam Brin
seems stalled). What templating engines are others using, and are there alternatives that are better supported? I wonder / worry about security issues among other things. *Velocity:* last updated 2010 -- http://mvnrepository.com/artifact/org.apache.velocity/velocity/1.7 *Tiles:* last updated 2014 --

Re: Struts 2.3.28 and Tiles issue

2016-04-22 Thread Christoph Nenning
> From: Paweł Wielgus > To: Struts Users Mailing List , > Date: 21.04.2016 00:16 > Subject: Struts 2.3.28 and Tiles issue > > Hi all, > i've upgraded struts-core and all the dependencies to 2.3.28, > along with that came new tiles libraries. > > And a pr

Re: Struts 2.3.28 and Tiles issue

2016-04-21 Thread Lukasz Lenart
Really strange, I've been testing the same on that example and didn't notice such a problem https://github.com/apache/struts-examples/tree/master/tiles Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2016-04-22 1:13 GMT+02:00 Paweł Wielgus : > Hi Łukasz, > i'

Re: Struts 2.3.28 and Tiles issue

2016-04-21 Thread Paweł Wielgus
Hi Łukasz, i've tried setting DTD to 2.0, 2.1, 2.2, and 3.0 all to no awail. Right now i've downgraded to struts 2.3.24 and all is working fine. (this version has tiles 2.0.5) and i've set DTD to 2.0 Going up to 2.3.24.1 and all is good, this version has tiles 2.0.6 and i&#x

Re: Struts 2.3.28 and Tiles issue

2016-04-21 Thread Emi
upgraded struts-core and all the dependencies to 2.3.28, along with that came new tiles libraries. I got the similar exception messages. Upgrade from tiles2.x to tiles3.x and no error messages anymore. And a problem: SEVERE: Servlet.service() for servlet jsp threw exception

Re: Struts 2.3.28 and Tiles issue

2016-04-20 Thread Lukasz Lenart
Did you change DTD in tiles.xml? It should be 2.1 as far I can recall. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2016-04-21 0:16 GMT+02:00 Paweł Wielgus : > Hi all, > i've upgraded struts-core and all the dependencies to 2.3.28, > along with that came new t

Struts 2.3.28 and Tiles issue

2016-04-20 Thread Paweł Wielgus
Hi all, i've upgraded struts-core and all the dependencies to 2.3.28, along with that came new tiles libraries. And a problem: SEVERE: Servlet.service() for servlet jsp threw exception java.lang.ClassCastException: org.apache.tiles.jsp.taglib.InsertDefinitionTag cannot be ca

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Kiran Badi
Finally I resolved it. Tiles - Servlet 3.0.1 jar was missing and had to add tiles 3 jars and their dependencies. Thanks everyone for your time and patience. On Wed, Jan 14, 2015 at 2:41 PM, Kiran Badi wrote: > I am not sure but I am circling with different exception with little > pr

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Kiran Badi
. This integration(Struts 2 + Spring) works fine and no issues so far. I understand that this downloaded package(2.3.15 all zip) has plugins and their dependent jars bundled in the download. Now I want to integrate tiles 3 with my project, so I add tiles 3 struts 2 plugin jar, Tiles Extra 3.0.1 jar

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Ken McWilliams
The steps for integration from scratch is here(useful to understand what the plugin is doing exactly): http://stackoverflow.com/questions/13337938/how-to-integrate-struts-2-with-tiles-3 The steps assume maven. Of further use regarding tiles3 integration this may also be useful: http

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Kiran Badi
thanks Chris, Makes Sense. On Wed, Jan 14, 2015 at 5:43 AM, Christoph Nenning < christoph.nenn...@lex-com.net> wrote: > > Hi Lukasz > > > > I downloaded complete struts 2.3.15 package which contains all jars and > > have put everything under app /web inf lib fo

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Christoph Nenning
> Hi Lukasz > > I downloaded complete struts 2.3.15 package which contains all jars and > have put everything under app /web inf lib folder. Then I removed tiles 2 > plugin jar. Is this not suppose to work > > But I do believe more of version mismatch but not sure which jar

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-14 Thread Kiran Badi
Hi Lukasz I downloaded complete struts 2.3.15 package which contains all jars and have put everything under app /web inf lib folder. Then I removed tiles 2 plugin jar. Is this not suppose to work But I do believe more of version mismatch but not sure which jar let me check again On Wednesday

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-13 Thread Lukasz Lenart
2015-01-14 5:20 GMT+01:00 Kiran Badi : > Hi All, > > I am trying to integrate S2 with Tiles 3 Plugin, But getting below > exception, and all my attempts to resolve this has failed.Can some one help > > > > SEVERE: ContainerBase.addChild: start: > org.apache.catalina.Li

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-13 Thread Kiran Badi
Thanks for the link Sreekanth.I need Tiles 3 and this link is for tiles 2. I think issues lies with tiles jars bundled with struts 2.They are not latest for tiles 3 plugin. But let me check again. Did anyone set up s2 with tiles 3 On Jan 14, 2015 12:14 AM, "Sreekanth S. Nair" <

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-13 Thread Sreekanth S. Nair
Please check this link, and make sure you have done tiles integration in the same way. http://www.tutorialspoint.com/struts_2/struts_tiles.htm On Wed, Jan 14, 2015 at 10:32 AM, Kiran Badi wrote: > Yes I have all jars from struts 2.3.15 in web apps lib folder. > > I m using tiles li

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-13 Thread Kiran Badi
Yes I have all jars from struts 2.3.15 in web apps lib folder. I m using tiles listener to initialize the tiles 3.I have followed all instruction in plugin page. On Jan 13, 2015 11:39 PM, "Sreekanth S. Nair" < sreekanth.n...@egovernments.org> wrote: > The following could b

Re: Struts 2.3.15 and Tiles 3 Plugin

2015-01-13 Thread Sreekanth S. Nair
The following could be the root cause of the problem Caused by: java.lang.ClassNotFoundException: org.apache.tiles.startup.TilesInitializer have you added all the necessary jar's of tiles ? On Wed, Jan 14, 2015 at 9:50 AM, Kiran Badi wrote: > Caused by: java.lang.ClassNotFoundE

Struts 2.3.15 and Tiles 3 Plugin

2015-01-13 Thread Kiran Badi
Hi All, I am trying to integrate S2 with Tiles 3 Plugin, But getting below exception, and all my attempts to resolve this has failed.Can some one help SEVERE: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost

Re: Tiles Struts2 Annotations

2014-06-22 Thread Amine BADID
Hi Lukasz. Thank you a lot. The problem is resolved. Le Dimanche 22 juin 2014 16h27, Lukasz Lenart a écrit : When using the Convention plugin you must set struts.convention.default.parent.package = tiles-default to use tiles result 2014-06-22 16:24 GMT+02:00 Amine BADID : > Hi D

Re: Tiles Struts2 Annotations

2014-06-22 Thread Lukasz Lenart
When using the Convention plugin you must set struts.convention.default.parent.package = tiles-default to use tiles result 2014-06-22 16:24 GMT+02:00 Amine BADID : > Hi Dave. > I tried to use theses syntaxe: > > and > > > The both are "false" and did

Re: Tiles Struts2 Annotations

2014-06-22 Thread Amine BADID
nt package that extends tiles-default? On Jun 22, 2014 10:07 AM, "Amine BADID" wrote: > Hi All. > I'm workgin on JEE web application, using Struts2 with annotations and > tiles too. > I've an error: > - 2014-06-22 15:53:51,187 ERROR [org.apache.struts2

Re: Tiles Struts2 Annotations

2014-06-22 Thread Dave Newton
What libraries/jars are you deploying? Are you using a parent package that extends tiles-default? On Jun 22, 2014 10:07 AM, "Amine BADID" wrote: > Hi All. > I'm workgin on JEE web application, using Struts2 with annotations and > tiles too. > I've an error: &

Tiles Struts2 Annotations

2014-06-22 Thread Amine BADID
Hi All. I'm workgin on JEE web application, using Struts2 with annotations and tiles too. I've an error: - 2014-06-22 15:53:51,187 ERROR [org.apache.struts2.dispatcher.Dispatcher] - Unable to load configuration. - [unknown location]     at com.opensymph

Struts2 Tiles deprecation warning

2014-04-16 Thread Paul Benedict
Struts 2.3.16.1 Tiles 2.2.2 Everytime my application boots, this shows up in the logs: DEPRECATION WARNING! You are using parameter-based initialization, that is no longer supported! Please see docs: http://tiles.apache.org/framework/tutorial/configuration.html I did some internet research; my

Re: Tiles with Annotations

2014-01-03 Thread Christoph Nenning
ns like @Action or @Result to override the convention. I think it would be nice to have such annotations for tiles as well. regards, Christoph This Email was scanned by Sophos Anti Virus

Re: Tiles with Annotations

2014-01-03 Thread Lukasz Lenart
And soon it will be integrated with S2 as well :-) https://issues.apache.org/jira/browse/WW-4161 Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2014/1/2 Ken McWilliams : > I arrived at the same conclusion when trying to remove my tiles > configuration. I upgraded to tile

Re: Tiles with Annotations

2014-01-02 Thread Ken McWilliams
I arrived at the same conclusion when trying to remove my tiles configuration. I upgraded to tiles 3 in the process and wrote a custom result handler (sorry a custom "unknown result handler"). It is invoked when conventions isn't able to find an appropriate result. Here is a stack

  1   2   3   4   5   6   7   8   9   10   >