Re: Question about upgrade to struts2 2.3.34 and s:hidden tag

2017-09-25 Thread Lukasz Lenart
ova, Svetlana > *Sent:* Monday, September 25, 2017 5:39 PM > *To:* 'Struts Users Mailing List' > *Subject:* RE: Question about upgrade to struts2 2.3.34 and s:hidden tag > > > > A little more information. > > > > I have the following

RE: Question about upgrade to struts2 2.3.34 and s:hidden tag

2017-09-25 Thread Roslyakova, Svetlana
I was able to resolve the issue. We didn’t have ‘theme=”simple”’ on the 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' Subject: RE: Question about upgrade to struts2

RE: Question about upgrade to struts2 2.3.34 and s:hidden tag

2017-09-25 Thread Roslyakova, Svetlana
A little more information. I have the following form: If I use 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 ch