Hi Lukasz,

I have another issue with struts2 2.3.34 upgrade.
We are using session variables throughout the application:

<s:textfield type="text" id="userId" theme="simple" name="session.user.UserId" 
value="%{top.UserId}" />

After the upgrade, the session variable is not updated anymore.

Any advice?

Thanks,

Lana.


-----Original Message-----
From: Lukasz Lenart [mailto:lukaszlen...@apache.org] 
Sent: Tuesday, September 26, 2017 1:21 AM
To: Struts Users Mailing List <user@struts.apache.org>
Subject: Re: Question about upgrade to struts2 2.3.34 and s:hidden tag

Hi

I was just want to point to you to this [1] and especially to this issue [2] as 
now <s:hidden/> tag follows xhtml theme specification.

[1] 
https://clicktime.symantec.com/a/1/jTxJONkjiDRjnxqtJyLzOAW9IgFhSuhAO_BGezqBLQA=?d=cw3qmxrrBfHDuoaq7QOPdUlNgBJnHnyUtChS7TBmICggHQMsKhhx9Hy43fBh3lJvTDwrkBE4fy1r2z_KoLv33RdftTnb4mBDcK8JItt86Kesv4YCI_BBQ0GCMkOvkEbGV4tVnOGdvdOXVjdei6Tq1niWhY8Z5HiXdeQ7PZKlO5-c6orjryZImRxmPNTVMGsFnMOHpDCXlyq0zZ9HgWKUotXksDNjLrqWIUr3SuDDF6yDKZMRmyT7xgWqF3AEjz9cu5a2xUMd7NW3hvEsDFRqFzGXpyrK4E04Wv84AK6-iON2O9K5EyTkYHVoKOV2HoGnfnMlbOklzL6VDb8TWAI1AVHlLFlqVUKO5cp9WjWwlKO8uEVnYNSHcY5T1U6aM-AIqgRZWMvTmljn-vL1OUeuKh1X5HnHoT9PAP3Qo6U-buZt_DdlnVZ05J75-k4tQKyLEt56Qum1q4_nzthSavnEtMVi3GrM2MvGQT4WZywkbfTeEjMg8ht-x9g-&u=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FWW%2FVersion%2BNotes%2B2.3.20
[2] 
https://clicktime.symantec.com/a/1/1gcOPBZ6wej0_Dfk183XYVBQnHmw0JQwx4KxA_-RCWU=?d=cw3qmxrrBfHDuoaq7QOPdUlNgBJnHnyUtChS7TBmICggHQMsKhhx9Hy43fBh3lJvTDwrkBE4fy1r2z_KoLv33RdftTnb4mBDcK8JItt86Kesv4YCI_BBQ0GCMkOvkEbGV4tVnOGdvdOXVjdei6Tq1niWhY8Z5HiXdeQ7PZKlO5-c6orjryZImRxmPNTVMGsFnMOHpDCXlyq0zZ9HgWKUotXksDNjLrqWIUr3SuDDF6yDKZMRmyT7xgWqF3AEjz9cu5a2xUMd7NW3hvEsDFRqFzGXpyrK4E04Wv84AK6-iON2O9K5EyTkYHVoKOV2HoGnfnMlbOklzL6VDb8TWAI1AVHlLFlqVUKO5cp9WjWwlKO8uEVnYNSHcY5T1U6aM-AIqgRZWMvTmljn-vL1OUeuKh1X5HnHoT9PAP3Qo6U-buZt_DdlnVZ05J75-k4tQKyLEt56Qum1q4_nzthSavnEtMVi3GrM2MvGQT4WZywkbfTeEjMg8ht-x9g-&u=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FWW-4297


Regards
--
Łukasz
+ 48 606 323 122 
+ https://clicktime.symantec.com/a/1/ouX-9RmxwMUJlDhRp8dgaH4-OUkOaYfIzAZ
+ BDp-Sv2o=?d=cw3qmxrrBfHDuoaq7QOPdUlNgBJnHnyUtChS7TBmICggHQMsKhhx9Hy43f
+ Bh3lJvTDwrkBE4fy1r2z_KoLv33RdftTnb4mBDcK8JItt86Kesv4YCI_BBQ0GCMkOvkEbG
+ V4tVnOGdvdOXVjdei6Tq1niWhY8Z5HiXdeQ7PZKlO5-c6orjryZImRxmPNTVMGsFnMOHpD
+ CXlyq0zZ9HgWKUotXksDNjLrqWIUr3SuDDF6yDKZMRmyT7xgWqF3AEjz9cu5a2xUMd7NW3
+ hvEsDFRqFzGXpyrK4E04Wv84AK6-iON2O9K5EyTkYHVoKOV2HoGnfnMlbOklzL6VDb8TWA
+ I1AVHlLFlqVUKO5cp9WjWwlKO8uEVnYNSHcY5T1U6aM-AIqgRZWMvTmljn-vL1OUeuKh1X
+ 5HnHoT9PAP3Qo6U-buZt_DdlnVZ05J75-k4tQKyLEt56Qum1q4_nzthSavnEtMVi3GrM2M
+ vGQT4WZywkbfTeEjMg8ht-x9g-&u=http%3A%2F%2Fwww.lenart.org.pl%2F

2017-09-26 3:46 GMT+02:00 Roslyakova, Svetlana <
svetlana.roslyak...@bnymellon.com>:

> I was able to resolve the issue.  We didn’t have ‘theme=”simple”’ on the
> <s:hidden> tags.
>
> Once I’ve added it to the tags, the issue went away.
>
>
>
> *From:* Roslyakova, Svetlana
> *Sent:* Monday, September 25, 2017 5:39 PM
> *To:* 'Struts Users Mailing List' <user@struts.apache.org>
> *Subject:* RE: Question about upgrade to struts2 2.3.34 and s:hidden tag
>
>
>
> A little more information.
>
>
>
> I have the following form:
>
>
>
> <s:form id="Main" name="Main" method="POST" enctype="multipart/form-data" >
>
> <table border="0" cellpadding="0" cellspacing="0" width=1024px>
>
> <tr>
>
> <td height="100%" colspan="2" valign="top">
>
> <tiles:insertAttribute name="header" />
>
>  </td>
>
>   </tr>
>
>   <tr>
>
>    <td height="100%" width="20%" valign="top" ><tiles:insertAttribute
> name="menu" />
>
>    </td>
>
>    <td width="80%" valign="top"><tiles:insertAttribute name="body" />
>
>    </td>
>
>    </tr>
>
>
>
>           </table>
>
>           </s:form>
>
>
>
> If I use <s:hidden > tag in one of my jsp pages that are used as tiles in
> the above form, the pages are displayed one after another on the screen,
> instead of being displayed side by side.
>
> If I change <s:hidden > to <s:textfield > the jsp pages are displayed side
> by side, as they did before the upgrade.
>
>
>
> Please disregard below errors.  They’ve existed before the upgrade.
>
>
>
> Thanks,
>
>
>
> Lana.
>
>
>
> *From:* Roslyakova, Svetlana
> *Sent:* Monday, September 25, 2017 4:56 PM
> *To:* Struts Users Mailing List <user@struts.apache.org>
> *Subject:* Question about upgrade to struts2 2.3.34 and s:hidden tag
>
>
>
> The only error is in Chrome:
>
>
>
> Not sure what resource it’s looking for in localhost/
>
>
>
> Thanks,
>
>
>
> Lana.
>
>
>
> -----Original Message-----
> From: Lukasz Lenart [mailto:lukaszlen...@apache.org
> <lukaszlen...@apache.org>]
> Sent: Monday, September 25, 2017 2:11 PM
> To: Struts Users Mailing List <user@struts.apache.org>
> Subject: Re: Question about com.opensymphony.xwork2.util.LocalizedTextUtil
>
>
>
> 2017-09-25 20:05 GMT+02:00 Roslyakova, Svetlana
>
> <svetlana.roslyak...@bnymellon.com>:
>
> > Hi,
>
> >
>
> > We have upgraded to struts2 version 2.3.34.
>
> >
>
> > After the upgrade s:hidden field stopped working.  If I remove s:hidden
> tag from the jsp page, the page is displayed correctly, with the <s:hidden
> tag on the screen, css stop working.
>
> >
>
> > Any advice?
>
>
>
> Do you see any exception in the logs?
>
>
>
> And please do not mix two different questions, this thread is about Struts
> 2.5.13 and your question is not related to it. It would be better start a
> new thread.
>
>
>
>
>
> Regards
>
> --
>
> Łukasz
>
> + 48 606 323 122 <606%20323%20122>
>
> + https://clicktime.symantec.com/a/1/9huMiFXcu3yYqczNjqF-DUHGUqqtgMvPHBV
>
> + UY2TKy8c=?d=h0wfo3Srn4eySKlXwne7XZ1zQ72d0asSi5JUojjPdCvATGoFO0A5vBtYd7
>
> + 0Rnvjkgzjux8Cg-I5ZN1ReVHJ6sTd5UklTWhfugCEC62GiPYYfeWEfwYlsIbPgHWaS3sZq
>
> + YYKRJ5Da0DyXGFKg2sHXO6DiNHTo1V4d_B83Mk2Gc5U5grzxiXgrDXfqwg6v6kn0eZAcEM
>
> + Q_c9rS89zhhKGAjdffweZ3CIrruRyPbheRXCN9puvrqnWtW7fEjkb1VnLl_nJ0D9Prl37L
>
> + i7LPQVUaFvJj7gG7lCX1t3vV2R7a52CTOAjgy7P8f1adON5r3YKWPjE_triyVnraN11lLJ
>
> + LvBQdVAWOO84U9aN3GoJbqc5Ky_kw-SCPQyz8MiRYmLhBGf60H9bHwBA-ehWHGy3glRiq9
>
> + PfFuCT0nlAr5mVqB-lpjX3uDy-bCGqsKJqIkXCbr6YXgYXwo053uJxZKbuwVEI_mQ9xyb7
>
> + RYrrziYok2TOmWmaKI2BfcAGQX1KBq9Q%3D%3D&u=http%3A%2F%2Fwww.lenart.org.p
>
> + l%2F
>
>
>
> ---------------------------------------------------------------------
>
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>
> For additional commands, e-mail: user-h...@struts.apache.org
>
> The information contained in this e-mail, and any attachment, is
> confidential and is intended solely for the use of the intended recipient.
> Access, copying or re-use of the e-mail or any attachment, or any
> information contained therein, by any other person is not authorized. If
> you are not the intended recipient please return the e-mail to the sender
> and delete it from your computer. Although we attempt to sweep e-mail and
> attachments for viruses, we do not guarantee that either are virus-free and
> accept no liability for any damage sustained as a result of viruses.
>
> Please refer to 
> https://clicktime.symantec.com/a/1/X2jQqQO6G8cKoyqMf2UXZC3nlOTu1Y1pAmfyjFkiR5E=?d=cw3qmxrrBfHDuoaq7QOPdUlNgBJnHnyUtChS7TBmICggHQMsKhhx9Hy43fBh3lJvTDwrkBE4fy1r2z_KoLv33RdftTnb4mBDcK8JItt86Kesv4YCI_BBQ0GCMkOvkEbGV4tVnOGdvdOXVjdei6Tq1niWhY8Z5HiXdeQ7PZKlO5-c6orjryZImRxmPNTVMGsFnMOHpDCXlyq0zZ9HgWKUotXksDNjLrqWIUr3SuDDF6yDKZMRmyT7xgWqF3AEjz9cu5a2xUMd7NW3hvEsDFRqFzGXpyrK4E04Wv84AK6-iON2O9K5EyTkYHVoKOV2HoGnfnMlbOklzL6VDb8TWAI1AVHlLFlqVUKO5cp9WjWwlKO8uEVnYNSHcY5T1U6aM-AIqgRZWMvTmljn-vL1OUeuKh1X5HnHoT9PAP3Qo6U-buZt_DdlnVZ05J75-k4tQKyLEt56Qum1q4_nzthSavnEtMVi3GrM2MvGQT4WZywkbfTeEjMg8ht-x9g-&u=http%3A%2F%2Fdisclaimer.bnymellon.com%2Feu.htm
>  for certain
> disclosures relating to European legal entities.
>

The information contained in this e-mail, and any attachment, is confidential 
and is intended solely for the use of the intended recipient. Access, copying 
or re-use of the e-mail or any attachment, or any information contained 
therein, by any other person is not authorized. If you are not the intended 
recipient please return the e-mail to the sender and delete it from your 
computer. Although we attempt to sweep e-mail and attachments for viruses, we 
do not guarantee that either are virus-free and accept no liability for any 
damage sustained as a result of viruses. 

Please refer to http://disclaimer.bnymellon.com/eu.htm for certain disclosures 
relating to European legal entities.

Reply via email to