RE: [Friday] struts and email

2006-04-27 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
Hi Braun, After upload file you have to save that in local or any where then attach. I think you are not saving file. Try this. Thanks, Jeeva.P -Original Message- From: Braun, James F [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 9:18 AM To: Struts Users Mailing List Subject: [

RE: jsp with ajax

2006-03-21 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
Use AjaxAnywhere tags. That can be used both in jsp and jsf. That's very cool. <%@ taglib uri="http://ajaxanywhere.sourceforge.net/"; prefix="aa" %> ajaxAnywhere.formName = "yourform"; Your area to be refresshed ajaxAnywhere.getZonesToReload = function(url,subm

Resource bundle from Database

2006-02-20 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
Hi all, In my application, all labels, headers and titles and messages are comes from database. For this issue I have created a class that return messages, but it issues performance way. Is there any way to set messages in Resource bundle in dynamic / at run-time? Please let me know.

need help in tomhawk calendar

2006-01-12 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
Hi all, For the popup datepicker I am trying to use the t:inputCalendar tag. In the examples it is working fine. When I try to implement in to my application it gives java script error. Please help me. Thanks in advance, jeeva -- Greetings! ICICI Infotech is now 3i Infotech. The

need Calendar in JSF

2006-01-12 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
Hi all, Is there any component in JSF for date picker? Please let me know. Thanks n advance jeeva -- Greetings! ICICI Infotech is now 3i Infotech. The e-mail addresses of the company's employees have been changed to @3i-infotech.com. You are requested to take note of this n

Help about displaytag data

2006-01-11 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
Hi all, I am using display tag in my application for LOV. For that I set values from database at runtime that is dynamically. Using org.apache.commons.beanutils.RowSetDynaClass. it is setting data fine way. But not in correct order which is in my query, which is passed at runtime. Here i

Need help about data repeater in JSF

2006-01-11 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
Hi all, In my screen I used data repeater tag from jsf. It's working fine me. Now I need to call a popup called as LOV from that textbox. When we click an image it will open a popup window. From that popup we need to set values to the main window. Here is my problem for setting values I need

which one is best for DATA PERSISTENCE

2006-01-09 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
Hi all, For my project we are doing lot of database actions such as inert, update, delete and read. For that which java frameworks is best to use? Hibernate or iBATIS or anyother? Please let me know. Regards, JEEVANANTHAM PARAMASAMY, -- Greetings! ICICI Infotech is no

Need Help in Dispaly Tag

2006-01-05 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
Hi all, For data grid I am using display Tag. I have added radio button as a first column of my table. My problem is how can I get data when the radio is checked (one row only in which row radio is checked)? Please let me know. Regards, JEEVANANTHAM PARAMASAMY, -- Greetings

help need about jsf repeater component

2006-01-02 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
Hi all, In my project I am using the JSF repeater table. All are working properly. Finally I need to save in to database. I that method it returns a collection/String I can't understand. Like Bean[one=one, teo=teo, thr=thr]. How can I insert/update into the table these values. If anyone work

RE: Regarding Log4j

2005-12-27 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
1.Download log4j.jar from here http://jakarta.apache.org/log4j/docs/download.html Put the jar in web-inf/lib 2.Create log4j.xml in your WEB-INF/classes directory. ++ sample log4j.xml + ***

how to use struts menu in shale?

2005-12-23 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
How can we integrate struts menu in shale framework? Regards, JEEVANANTHAM PARAMASAMY, Software Engineer, 3i - INFOTECH Limited, Alwarpet, Chennai - 600018. Phone: 044 24678000 extn:418 Cell no: 09840933967 -- Greetings! ICICI Infotech is now 3i Infotech. The e-mail addresses

custom server side validation in shale

2005-12-22 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
Hi all, Please let me know about how can we do server side validation in shale. Like user validation, when user enters some value that time we need to check with database whether that is correct one or not. If not that will through a alert not message on the screen. Regards, JEEVANANTH

instance validation struts shale?

2005-12-22 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
Can we do instance validation for particular field in SHALE? Like onblur() event. Please let me know Regards, JEEVANANTHAM PARAMASAMY, Software Engineer, 3i - INFOTECH Limited, Alwarpet, Chennai - 600018. Phone: 044 24678000 extn:418 Cell no: 09840933967 -- Greetings! ICICI In

SEVERE: Faces context not found. getResponseWriter will fail. Check if the FacesServlet has been initialized at all in your web.xml.

2005-12-21 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
I am using tomcat5.9 and struts shale. When I run application. I got this error. Dec 22, 2005 10:34:18 AM javax.faces.webapp.UIComponentTag setupResponseWriter SEVERE: Faces context not found. getResponseWriter will fail. Check if the FacesServlet has been initialized at all in your web.xml.

validation error messages in JSF

2005-12-21 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
Hi all, We can do validation in JSF not by java script, on that time the error message will appear on the screen. For us, we don't need like that message in screen. We need to show as java script alert box. Is there any way to do this? Regards, JEEVANANTHAM PARAMASAMY, Software Engineer,

struts menu target

2005-12-21 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
I am using struts menu (TAB). For this how can we set location? I need to call another jsp in the same DIV. [JEEVANATHAM P. /BPCRP/INFOTECH/VASHI] -- Greetings! ICICI Infotech is now 3i Infotech. The e-mail addresses of the company's employees have been changed to @3i-infotec

need Tabbed page

2005-12-20 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
part. Regards [JEEVANATHAM P. /BPCRP/INFOTECH/VASHI] -- Greetings! ICICI Infotech is now 3i Infotech. The e-mail addresses of the company's employees have been changed to @3i-infotech.com. You are requested to take note of this new e-mail ID and make use of the same in future

RE: Implementation of new row functionality of HTML table in Struts

2005-12-19 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
Same way I need to create a table and all fields are editable when user double clicks. Irfan can you tell me how can we create a new row using java script? -Original Message- From: Irfan Shaikh [mailto:[EMAIL PROTECTED] Sent: Monday, December 19, 2005 1:12 PM To: Struts Users Mailing Lis

RE: how to customize applicationresources

2005-12-16 Thread JEEVANATHAM P. /BPCRP/INFOTECH/VASHI
I am also looking like this, If any one know please let me know. -Original Message- From: Sony Thomas [mailto:[EMAIL PROTECTED] Sent: Friday, December 16, 2005 3:55 PM To: user@struts.apache.org Subject: how to customize applicationresources Hi all, I want to read my application resour