read property file in spring

2008-12-06 Thread Varun Deep
Hello to everyone, Friends, I am using struts2 + spring, I want to read the "mail.properties" (which is in WEB-INF/classes/mail.properties) file in the spring. Follwing is the syntax that I am using. but th

java mail: send two mail one "HTML" and one "TEXT" to the same user.

2008-10-12 Thread Varun Deep
Hello everyone I am using java to send mail, in this I am facing one problem that is "I want to send two mails one in "text/html" format and one in "text/plain" to the same user at the same time". The reason of doing this is some email services not allow html content in the mail, they only allow

Display tag : how to format the page number, Please help

2008-09-05 Thread Varun Deep
Hello to all I am using the display tag to show the employee data , it showing the page banner in the following style. "25 items found, displaying 1 to 10 [first] [previous] 1 2 3 [next][last]" I want give it a look of google page banner or any aother type as we see in the many sites. For the I

YUI plugin -please suggest me how to imlementing it

2008-08-27 Thread Varun Deep
Hello to all I am using the YUI plugin with my struts2 based application. I downloaded jsonplugin-0.30.jar put it in the lib directory. I have also done the required coding for it. But still I am not able to load the required class file. Please suggest me the steps required to implement it. Tha

sorting problem with display tag: please help

2008-07-25 Thread Varun Deep
Hi I am using the display tag for displaying the employee names . I want to short the names of the employee. Following is the code that is in .jsp file. <%@ taglib prefix="display" uri="http://displaytag.sf.net"%> when I use the above code nothing is display. Can anyone pl

sorting problem with display tag: please help

2008-07-24 Thread Varun Deep
Hi I am using the display tag for displaying the employee names . I want to short the names of the employee. Following is the code that is in .jsp file. <%@ taglib prefix="display" uri="http://displaytag.sf.net"%> when I use the above code nothing is display. Can anyone pl

Pagination problem with struts2,Please Please help me.

2008-05-25 Thread Varun Deep
Request to All I am using pagination with display tag in struts2. Following is the code I included in my jsp file. I also include all the jar file. And tld files. In the respective folders 1.try <%@ taglib uri="http://displaytag.sf.net"; prefix="display" %> The EmployeeList is coming from the

Yes RE: Pagination problem with struts2,Please Please help me.

2008-05-25 Thread Varun Deep
hy Barroso [mailto:[EMAIL PROTECTED] Sent: Sunday, May 25, 2008 10:07 PM To: Struts Users Mailing List Subject: Re: Pagination problem with struts2,Please Please help me. Are you sure there is data on that list? try this on your page musachy On Mon, May 26, 2008 at 12:53 AM, Varun Deep <[EM

Pagination problem with struts2,Please Please help me.

2008-05-25 Thread Varun Deep
Request to All I am using pagination with display tag in struts2. Following is the code I included in my jsp file. I also include all the jar file. And tld files. In the respective folders 1.try <%@ taglib uri="http://displaytag.sf.net"; prefix="display" %> The EmployeeList is coming from the A

RE: Problem with implementation of pagination with display tag in Struts2

2008-05-23 Thread Varun Deep
s2 1. Put the display tag libraries on WEB-INF/lib folder 2. Put the displaytag.tld on WEB-INF folder 3. add the code the ff codes on you web.xml http://displaytag.sf.net displaytag.tld And now you are good to go. 2008/5/23 Varun Deep <[EMAIL PRO

Problem with implementation of pagination with display tag in Struts2

2008-05-22 Thread Varun Deep
To all Hi, I want to implement pagination on my web application, for that I want to use the "display tag". Can any one tell or suggest the step by step process needed to implement the "display tag"(means how to configure the struts2 application). I am using Struts2. I will be very much thank full

using javascript with struts2 tags.

2008-03-31 Thread Varun Deep
Hi. I am using Struts2. In this I am facing the problem in using the "JavaScript" with the Struts2 tags. If some has the solution for that please help me. Looking forward for help Varun