Re: Need help with getting the value from ApplicationResources.properties

2015-05-15 Thread Lilylove toshop
om: Lukasz Lenart > Date: 05/15/2015  2:26 AM  (GMT-05:00) > To: Struts Users Mailing List > Subject: Re: Need help with getting the value from > ApplicationResources.properties > > 2015-05-14 22:03 GMT+02:00 Lilylove toshop : >>  Hi All, >> I've defined the inva

Need help with getting the value from ApplicationResources.properties

2015-05-14 Thread Lilylove toshop
Hi All, I've defined the invalid login in my ApplicationResources.properties as error.login.generic=Invalid login or password.  Please contact the Help Desk to reset your password. Instead of displaying the Help Desk link, it displays Help Desk on the page. Could you please help!! Thanks,Lily

Datepicker default value

2015-03-20 Thread Lilylove toshop
I want to display the text 'MM/DD/YY' in the Datepicker box when the value is NULL.   Could you please help!!.  Currently it displays 'null' as default in the date field. ThanksLily

Change the background color of each element in the dropdown list

2015-02-26 Thread Lilylove toshop
I have a dropdown search box which includes All, Open, Closed. I want to make the background color changes based on the element selected from the list.  Background is green if 'Open' is selected, blue - 'All, red - 'Closed'.  Could you please help how to do this using struts2 tag?  Thanks a lot

Struts1 & Struts2 implementation

2015-02-23 Thread Lilylove toshop
Dear All, I want to use Strut1 & Struts2 in my coexist application.  I have both the struts-config.xml and struts.xml in my Netbeans project.  The application was deployed successfully, however it didn't execute the struts2 code.  Is there a step that I missed to get the application to execute

Re: Select multiple values from a dropdown

2015-02-20 Thread Lilylove toshop
Thanks Muralidhar.  I was able to do that.  The dropdown is a part of the request form.  Another question is how do I keep the selected values displayed in the dropdown when the user views the saved request? On Friday, February 20, 2015 11:21 PM, Yaragalla Muralidhar wrote: the bel

Re: Fetch ApplicationResources.properties values in jspf?

2015-02-19 Thread Lilylove toshop
Correction - the index.jsp not index.html On Thursday, February 19, 2015 4:45 PM, Lilylove toshop wrote: It works fine when the value of the properties is called in the jsp file.  And no it didn't go through an action.  Thanks!!     On Thursday, February 19, 2015 4:40 PM,

Re: Fetch ApplicationResources.properties values in jspf?

2015-02-19 Thread Lilylove toshop
howing the page through an action? The text tag depends on a text prvider being in the value stack. On Thu, Feb 19, 2015 at 4:35 PM, Lilylove toshop < lilylove2s...@yahoo.com.invalid> wrote: > The Footer.jspf was included in my index.html but when I deployed the > application, the footer t

Re: Fetch ApplicationResources.properties values in jspf?

2015-02-19 Thread Lilylove toshop
21 PM, Lilylove toshop < lilylove2s...@yahoo.com.invalid> wrote: >  Hi All, > Could you please help?  how do I fetch the properties value in the jspf? > I have the 'Footer.jspf' file which is included in all of my jsp files. > Thanks!! > > /* ApplicationResources.p

Fetch ApplicationResources.properties values in jspf?

2015-02-19 Thread Lilylove toshop
Hi All, Could you please help?  how do I fetch the properties value in the jspf?  I have the 'Footer.jspf' file which is included in all of my jsp files.  Thanks!! /* ApplicationResources.properties */lcp.pluginFooter=For access to required "Software Plugins", please select the "Software Plugin

Re: Struts Migration

2015-02-11 Thread Lilylove toshop
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

Re: Struts Migration

2015-02-11 Thread Lilylove toshop
-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

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