Re: Migrating from Struts 1.2 to recent Struts

2019-03-12 Thread davidrobertwoosley
Dave, The application uses 270 Tiles-based JSPs. It's a huge, complex user interface. How would you approach that? Thanks, David. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail:

Re: RE: Migrating from Struts 1.2 to recent Struts

2019-03-12 Thread davidrobertwoosley
Thanks Yasser. I'll check them out. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Migrating from Struts 1.2 to recent Struts

2019-03-12 Thread davidrobertwoosley
Martin, Excellent info. I may contact you directly via email. Thanks. David - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Migrating from Struts 1.2 to recent Struts

2019-03-12 Thread Martin Gainty
https://struts.apache.org/plugins/struts-1/ Struts 1 Plugin back to Plugins Edit on GitHub Struts 1 Plugin. The Struts 1 plugin allows you to use existing Struts 1 Actions and ActionForms in Struts 2 applications. This plugin provides a generic Struts

Re: HashMap with String as key

2019-03-12 Thread Prasanth Pasala
Lukasz, There is no new keys in the hash map. The hash map is not updated at all. Before the form is displayed to the user, the hash map is populated based on the data in the database. These values are correctly displayed to the user in the text fields. But when the form is submitted by the

RE: HashMap with String as key

2019-03-12 Thread Yasser Zamani
(regarding your previous emails background) Please also consider that the key 2432-123 is not further Long. It's String. Regards. >-Original Message- >From: Lukasz Lenart >Sent: Tuesday, March 12, 2019 10:52 AM >To: Struts Users Mailing List >Subject: Re: HashMap with String as key >

RE: Migrating from Struts 1.2 to recent Struts

2019-03-12 Thread Yasser Zamani
Hi David, These are some useful resources I found via googling: * Official Migration Guide: Struts 1 to Struts 2 [1] * Stackoverflow answer: Migration from Struts 1 to Struts 2 [2] * InfoQ Migration Guide, part one [3] Thanks for using Struts! Kind Regards. [1]

RE: Mapping struts.xml actions to their full URL

2019-03-12 Thread Yasser Zamani
Hi there, The whole Struts itself is a servlet/filter defined in web.xml and you cannot divide your actions between multiple servlet/filter I think. Regards. >-Original Message- >From: shonlevin1234@ >Sent: Monday, March 11, 2019 3:45 PM >To: user@struts.apache.org >Subject: Mapping

Re: HashMap with String as key

2019-03-12 Thread Lukasz Lenart
pon., 11 mar 2019 o 18:41 Prasanth napisał(a): > When you have a HashMap backed form and String as key, are there any > restrictions on the characters allowed? > > I have keys like "2432-123" as I have to incorporate two ids in the key. When > I have these keys the HashMap is not getting

Re: Spring Boot + Struts2 Convention Plugin Not Working

2019-03-12 Thread Lukasz Lenart
Hi I think it's do the fact that the plugin won't scan JARs by default https://struts.apache.org/plugins/convention/#actions-in-jar-files Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ pon., 11 mar 2019 o 18:39 Rubens Gomes napisał(a): > > I using Spring Boot + Struts2, and the