Re: Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-25 Thread Michael Smith
You are have a  instead of  on row 1

On 25 Sep 2017 11:39, "Palani, Sambasivam"  wrote:

> Hi Team,
>
> We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to
> fix the vulnerability issues.
>
> We followed below steps,
>
> 1.   Replaced
>
> o   struts2-core-2.3.34.jar
>
> o   struts2-tiles-plugin-2.3.34
>
> o   xwork-core-2.3.34
>
> o   all tiles-- 2.2.2
>
> o   Updated dependent jar.
>
> 2.   Updated struts.xml with 2.3 dtds, and tiles.xml with 2.1 dtds
>
> We are facing an issue with UI, the application is not properly aligned as
> expected.
>
> Eg: 
>
>   header
>
>
>   menu 
>   content  
>
> 
>
> Issue: td1 and td2 should display in a same row (horizontally), but it is
> displaying one another(vertically).
>
> Could you please help us?
>
> Thanks in advance.
>
>
> Thanks & Regards,
> Sambasivam P
> Mobile: +91 98840 36088
> VoIP: +16153812839
>
>
> **
> This message and any files or attachments sent with this message contain
> confidential information and is intended only for the individual named.  If
> you are not the named addressee, you should not disseminate, distribute,
> copy or use any part of this email.  If you have received this message in
> error, please delete it and all copies from your system and notify the
> sender immediately by return Email.
>
> Email transmission cannot be guaranteed to be secure or error-free as
> information can be intercepted, corrupted, lost, destroyed, late,
> incomplete or may contain viruses.  The sender, therefore, does not accept
> liability for any errors or omissions in the contents of this message,
> which arise as a result of email transmission.
> **


Re: Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-25 Thread Yasser Zamani
Hello Palani,

I could not guess how that issue is related to Struts? Is that table or 
it's parent or parents generated by Struts?

On 9/25/2017 1:29 PM, Palani, Sambasivam wrote:
> Hi Team,
> 
> We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to 
> fix the vulnerability issues.
> 
> We followed below steps,
> 
> 1.   Replaced
> 
> o   struts2-core-2.3.34.jar
> 
> o   struts2-tiles-plugin-2.3.34
> 
> o   xwork-core-2.3.34
> 
> o   all tiles-- 2.2.2
> 
> o   Updated dependent jar.
> 
> 2.   Updated struts.xml with 2.3 dtds, and tiles.xml with 2.1 dtds
> 
> We are facing an issue with UI, the application is not properly aligned as 
> expected.
> 
> Eg: 
> 
>header
> 
> 
>menu 
>content  
> 
> 
> 
> Issue: td1 and td2 should display in a same row (horizontally), but it is 
> displaying one another(vertically).
> 
> Could you please help us?
> 
> Thanks in advance.
> 
> 
> Thanks & Regards,
> Sambasivam P
> Mobile: +91 98840 36088
> VoIP: +16153812839
> 
> 
> **
> This message and any files or attachments sent with this message contain 
> confidential information and is intended only for the individual named.  If 
> you are not the named addressee, you should not disseminate, distribute, copy 
> or use any part of this email.  If you have received this message in error, 
> please delete it and all copies from your system and notify the sender 
> immediately by return Email.
> 
> Email transmission cannot be guaranteed to be secure or error-free as 
> information can be intercepted, corrupted, lost, destroyed, late, incomplete 
> or may contain viruses.  The sender, therefore, does not accept liability for 
> any errors or omissions in the contents of this message, which arise as a 
> result of email transmission.
> **
> 

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-25 Thread Palani, Sambasivam
Hi Team,

We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to fix 
the vulnerability issues.

We followed below steps,

1.   Replaced

o   struts2-core-2.3.34.jar

o   struts2-tiles-plugin-2.3.34

o   xwork-core-2.3.34

o   all tiles-- 2.2.2

o   Updated dependent jar.

2.   Updated struts.xml with 2.3 dtds, and tiles.xml with 2.1 dtds

We are facing an issue with UI, the application is not properly aligned as 
expected.

Eg: 
   
  header
   
   
  menu 
  content  
   


Issue: td1 and td2 should display in a same row (horizontally), but it is 
displaying one another(vertically).

Could you please help us?

Thanks in advance.


Thanks & Regards,
Sambasivam P
Mobile: +91 98840 36088
VoIP: +16153812839


**
This message and any files or attachments sent with this message contain 
confidential information and is intended only for the individual named.  If you 
are not the named addressee, you should not disseminate, distribute, copy or 
use any part of this email.  If you have received this message in error, please 
delete it and all copies from your system and notify the sender immediately by 
return Email.

Email transmission cannot be guaranteed to be secure or error-free as 
information can be intercepted, corrupted, lost, destroyed, late, incomplete or 
may contain viruses.  The sender, therefore, does not accept liability for any 
errors or omissions in the contents of this message, which arise as a result of 
email transmission.
**

Re: Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-23 Thread Yasser Zamani
Hello Palani,

I could not guess how that issue is related to Struts? Is that table or 
it's parent or parents generated by Struts?

On 9/22/2017 6:58 PM, Palani, Sambasivam wrote:
> Hi Team,
> 
> We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to 
> fix the vulnerability issues.
> 
> We followed below steps,
> 
> 1.   Replaced
> 
> o   struts2-core-2.3.34.jar
> 
> o   struts2-tiles-plugin-2.3.34
> 
> o   xwork-core-2.3.34
> 
> o   all tiles-- 2.2.2
> 
> o   Updated dependent jar.
> 
> 2.   Updated struts.xml with 2.3 dtds, and tiles.xml with 2.1 dtds
> 
> We are facing an issue with UI, the application is not properly aligned as 
> expected.
> 
> Eg: 
> 
>header
> 
> 
>menu 
>content  
> 
> 
> 
> Issue: td1 and td2 should display in a same row (horizontally), but it is 
> displaying one another(vertically).
> 
> Could you please help us?
> 
> Thanks in advance.
> 
> 
> Thanks & Regards,
> Sambasivam P
> Mobile: +91 98840 36088
> VoIP: +16153812839
> 
> 
> **
> This message and any files or attachments sent with this message contain 
> confidential information and is intended only for the individual named.  If 
> you are not the named addressee, you should not disseminate, distribute, copy 
> or use any part of this email.  If you have received this message in error, 
> please delete it and all copies from your system and notify the sender 
> immediately by return Email.
> 
> Email transmission cannot be guaranteed to be secure or error-free as 
> information can be intercepted, corrupted, lost, destroyed, late, incomplete 
> or may contain viruses.  The sender, therefore, does not accept liability for 
> any errors or omissions in the contents of this message, which arise as a 
> result of email transmission.
> **
> 

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-22 Thread Palani, Sambasivam
Hi Team,

We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to fix 
the vulnerability issues.

We followed below steps,

1.   Replaced

o   struts2-core-2.3.34.jar

o   struts2-tiles-plugin-2.3.34

o   xwork-core-2.3.34

o   all tiles-- 2.2.2

o   Updated dependent jar.

2.   Updated struts.xml with 2.3 dtds, and tiles.xml with 2.1 dtds

We are facing an issue with UI, the application is not properly aligned as 
expected.

Eg: 
   
  header
   
   
  menu 
  content  
   


Issue: td1 and td2 should display in a same row (horizontally), but it is 
displaying one another(vertically).

Could you please help us?

Thanks in advance.


Thanks & Regards,
Sambasivam P
Mobile: +91 98840 36088
VoIP: +16153812839


**
This message and any files or attachments sent with this message contain 
confidential information and is intended only for the individual named.  If you 
are not the named addressee, you should not disseminate, distribute, copy or 
use any part of this email.  If you have received this message in error, please 
delete it and all copies from your system and notify the sender immediately by 
return Email.

Email transmission cannot be guaranteed to be secure or error-free as 
information can be intercepted, corrupted, lost, destroyed, late, incomplete or 
may contain viruses.  The sender, therefore, does not accept liability for any 
errors or omissions in the contents of this message, which arise as a result of 
email transmission.
**

Re: Struts Migration

2015-02-12 Thread Christoph Nenning
> From: Lilylove toshop 
> To: Eric Reed , Struts Users Mailing List 
> , 
> Date: 11.02.2015 23:05
> Subject: Re: Struts Migration
> 
> Thanks Eric for a quick response!! 
> 
>  On Wednesday, February 11, 2015 4:35 PM, Eric Reed 
>  wrote:
> 
> 
>  Lily,
> 
> They are two completely different technologies, similar in name 
> only.  Upgrading a Struts 1 application to Struts 2 would be a total
> re-write for the most part.
> 
> I would focus on securing the Struts 1 application against know 
> vulnerabilities and explain to management that it is not feasible.
> 
> Best Regards,
> Eric
> 


It is possible to 'mix' both frameworks: you can re-write parts of the app 
with struts2 and leave other part with struts1. So the cost/effort can be 
stretched over time.


But anyway: it makes sense to upgrade as fast as possible :)


regards,
Christoph

This Email was scanned by Sophos Anti Virus


Re: Struts Migration

2015-02-11 Thread Lilylove toshop
Thanks Eric for a quick response!! 

 On Wednesday, February 11, 2015 4:35 PM, Eric Reed  
wrote:
   

 Lily,

They are two completely different technologies, similar in name only.  
Upgrading a Struts 1 application to Struts 2 would be a total re-write for the 
most part.

I would focus on securing the Struts 1 application against know vulnerabilities 
and explain to management that it is not feasible.

Best Regards,
Eric

-Original Message-
From: Lilylove toshop [mailto:lilylove2s...@yahoo.com.INVALID] 
Sent: Wednesday, February 11, 2015 4:26 PM
To: user@struts.apache.org
Subject: Struts Migration

Dear all,
I post these questions in this forum and hope that someone can help me.Is there 
a standard approach to upgrade java codes from struts1 to struts2?  How 
difficult is it?
Thanks,Lily


   

Re: Struts Migration

2015-02-11 Thread Lilylove toshop
Has anyone successfully migrate a Struts 1 application to Struts2?
Thanks,Lily 

 On Wednesday, February 11, 2015 4:35 PM, Eric Reed  
wrote:
   

 Lily,

They are two completely different technologies, similar in name only.  
Upgrading a Struts 1 application to Struts 2 would be a total re-write for the 
most part.

I would focus on securing the Struts 1 application against know vulnerabilities 
and explain to management that it is not feasible.

Best Regards,
Eric

-Original Message-
From: Lilylove toshop [mailto:lilylove2s...@yahoo.com.INVALID] 
Sent: Wednesday, February 11, 2015 4:26 PM
To: user@struts.apache.org
Subject: Struts Migration

Dear all,
I post these questions in this forum and hope that someone can help me.Is there 
a standard approach to upgrade java codes from struts1 to struts2?  How 
difficult is it?
Thanks,Lily


   

Struts Migration

2015-02-11 Thread Lilylove toshop
Dear all,
I post these questions in this forum and hope that someone can help me.Is there 
a standard approach to upgrade java codes from struts1 to struts2?  How 
difficult is it?
Thanks,Lily

Re: struts migration - ActionError Server Side

2007-03-22 Thread Dave Newton
--- tom tom <[EMAIL PROTECTED]> wrote:
> ActionError actionError = new ActionError("");
> ActionMessage actionMessage = new
> ActionMessage("error.test.error1");
> 
> actionErrors.add(ActionErrors.GLOBAL_MESSAGE,
> actionMessage);

http://struts.apache.org/2.0.6/struts2-core/apidocs/com/opensymphony/xwork2/ActionSupport.html#addActionMessage(java.lang.String)

and

http://struts.apache.org/2.0.6/struts2-core/apidocs/com/opensymphony/xwork2/ActionSupport.html#getText(java.lang.String)

may be enough to get you started.

d.



 

Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



struts migration - ActionError Server Side

2007-03-22 Thread tom tom
Hi,

How can I convert the following struts 1.x to struts
2.0.6.

ActionError actionError = new ActionError("");
ActionMessage actionMessage = new
ActionMessage("error.test.error1");

actionErrors.add(ActionErrors.GLOBAL_MESSAGE,
actionMessage);

above is in a action class and error.test.error1 is
the key for the message in the resource bundle.

Any documentation on this.

Thanks


 

Sucker-punch spam with award-winning protection. 
Try the free Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/features_spam.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]