Re: How to display message from resource bundle using Struts EL tags

2007-07-14 Thread semaj.najraham
] To: user@struts.apache.org Sent: Saturday, July 14, 2007 2:02 AM Subject: Re: How to display message from resource bundle using Struts EL tags Laurie, This is what I did %@ taglib uri=http://struts.apache.org/tags-bean-el; prefix=bean-el% %@ page import=com.messages.Constants

Re: How to display message from resource bundle using Struts EL tags

2007-07-14 Thread Nuwan Chandrasoma
tried this. but this would work i guess :) Thanks, Nuwan - Original Message - From: semaj.najraham [EMAIL PROTECTED] To: user@struts.apache.org Sent: Saturday, July 14, 2007 1:40 PM Subject: Re: How to display message from resource bundle using Struts EL tags Nuwan, sorry for typo

Re: How to display message from resource bundle using Struts EL tags

2007-07-13 Thread Nuwan Chandrasoma
bean-el:message key=${stringvar}/http://struts.apache.org/1.3.8/struts-el/index.html- Original Message - From: semaj.najraham [EMAIL PROTECTED] To: user@struts.apache.org Sent: Friday, July 13, 2007 5:49 AM Subject: Re: How to display message from resource bundle using Struts EL tags

Re: How to display message from resource bundle using Struts EL tags

2007-07-13 Thread semaj.najraham
=${stringvar}/http://struts.apache.org/1.3.8/struts-el/index.html- Original Message - From: semaj.najraham [EMAIL PROTECTED] To: user@struts.apache.org Sent: Friday, July 13, 2007 5:49 AM Subject: Re: How to display message from resource bundle using Struts EL tags Any idea

Re: How to display message from resource bundle using Struts EL tags

2007-07-13 Thread Laurie Harper
://struts.apache.org/1.3.8/struts-el/index.html- Original Message - From: semaj.najraham [EMAIL PROTECTED] To: user@struts.apache.org Sent: Friday, July 13, 2007 5:49 AM Subject: Re: How to display message from resource bundle using Struts EL tags Any idea, guys!! semaj.najraham wrote: I

Re: How to display message from resource bundle using Struts EL tags

2007-07-13 Thread semaj.najraham
/struts-el/index.html- Original Message - From: semaj.najraham [EMAIL PROTECTED] To: user@struts.apache.org Sent: Friday, July 13, 2007 5:49 AM Subject: Re: How to display message from resource bundle using Struts EL tags Any idea, guys!! semaj.najraham wrote: I have

Re: How to display message from resource bundle using Struts EL tags

2007-07-13 Thread Nuwan Chandrasoma
using Struts EL tags Laurie, This is what I did %@ taglib uri=http://struts.apache.org/tags-bean-el; prefix=bean-el% %@ page import=com.messages.Constants % bean:message key=${Constants.SECTION_TITLE } / where Constants.java contains the following contants public static final String

How to display message from resource bundle using Struts EL tags

2007-07-12 Thread semaj.najraham
; and key/value is defined in MessageResources.properties file as section.title=Add User How can I get the same functionality using Struts EL tag? Thank you, semaj -- View this message in context: http://www.nabble.com/How-to-display-message-from-resource-bundle-using-Struts-EL-tags-tf4069659.html

Re: How to display message from resource bundle using Struts EL tags

2007-07-12 Thread semaj.najraham
-message-from-resource-bundle-using-Struts-EL-tags-tf4069659.html#a11573783 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[OT] Re: struts-el tags

2006-01-04 Thread Dave Newton
Sandhya Lakshmi wrote: Thanks, Wendy I was looking for the libraries which are in the struts-el-1.3.0-dev.jar file. Just as a point of distinction and to reiterate what Wendy said, those aren't libraries; they're TLDs, which are descriptions _of_ the libraries: Tag Library Descriptors.

struts-el tags

2006-01-03 Thread Sandhya Lakshmi
I am trying to download struts-el tags .But I could not find them can anyone mail me the link to download the struts-el tag library Thanks Sandhya --- St Jude Children's Research Hospital is internationally

Re: struts-el tags

2006-01-03 Thread Ted Husted
, struts-html-el, and so forth. The Struts 1.2.8 documention for EL is here: * http://struts.apache.org//struts-doc-1.2.8/faqs/struts-el.html -- HTH, Ted. http://www.husted.com/poe/ On 1/3/06, Sandhya Lakshmi [EMAIL PROTECTED] wrote: I am trying to download struts-el tags .But I could not find them

RE: struts-el tags

2006-01-03 Thread Sandhya Lakshmi
Ted, I downloaded from nightly builds but it has code(struts-el-1.3.0-dev-20060103-src.zip) and documentation(struts-el-1.3.0-dev-20060103.zip) of the Struts EL tags but not the libraries. Eventhough on downloading the latest version of struts 1.2.8(struts-1.2.8-lib.zip ) version I did not find

Re: struts-el tags

2006-01-03 Thread Wendy Smoak
On 1/3/06, Sandhya Lakshmi [EMAIL PROTECTED] wrote: I downloaded from nightly builds but it has code(struts-el-1.3.0-dev-20060103-src.zip) and documentation(struts-el-1.3.0-dev-20060103.zip) of the Struts EL tags but not the libraries. The struts-el-1.3.0-dev.jar file is there. By libraries

RE: struts-el tags

2006-01-03 Thread Sandhya Lakshmi
Thanks, Wendy I was looking for the libraries which are in the struts-el-1.3.0-dev.jar file. Sandhya -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 1:47 PM To: Struts Users Mailing List Subject: Re: struts-el tags On 1/3/06, Sandhya

RE: ActionMessages and Struts-EL Tags

2004-12-14 Thread Karr, David
PROTECTED] Sent: Tuesday, December 14, 2004 12:50 AM To: Struts Users Mailing List Subject: ActionMessages and Struts-EL Tags In my application I want to differentiate b/w error and normal messages Here is the code in my Controller ActionMessages messages = new

ActionMessages and Struts-EL Tags

2004-12-13 Thread Hariharan V
In my application I want to differentiate b/w error and normal messages Here is the code in my Controller ActionMessages messages = new ActionMessages(); ActionMessages errors = new ActionMessages(); messages.add(sample.message, new

Re: the difference between struts with JSTL tags and struts-el tags

2004-06-06 Thread vancega
:\j2sdk1.4.2_01\lib;d:\batik\batik-1.5\lib;d:\batik\ xml-batik;d:\junit3.8.1\junit.jar What container are you using? Jrun 4.0 updater 3 After I switched back to use struts with JSTL tags, the problem went away. I am thinking if there is no difference between struts with jstl tag and struts-el tags

the difference between struts with JSTL tags and struts-el tags

2004-06-05 Thread vancega
All, I am confused after using struts-el tags. I was previously using standard struts tags with jstl tags as needed. After I switched to use struts-el, some of tags are no more working. for example, readonly=true attribute in html:text tag is not working in struts-el tags. It is saying that Error

RE: the difference between struts with JSTL tags and struts-el tags

2004-06-05 Thread Karr, David
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] I am confused after using struts-el tags. I was previously using standard struts tags with jstl tags as needed. After I switched to use struts-el, some of tags are no more working. for example, readonly=true