Hello Friends

2004-09-17 Thread Kranti Parisa
Hello Friends, This is Kranti Parisa, Software Engineer. I am working with Patni Computer Systems Ltd. Our Project is using the Struts Framework. So I will be in this mailing list from 2day onwards... Have a nice time.. Bye for now Kranti Parisa

Re: Hello Friends

2004-09-17 Thread Kranti Parisa
Hi Jitender, Thanx for ur warm welcome... Hey r u from A.P.?? 'coz ur names look like that.. iam from A.P., VIJAYAWADA anyways it doesnt matter..nice to meet u ... -- Kranti On Fri, 17 Sep 2004 17:23:38 +0530, Jitender K Chukkavenkata <[EMAIL PROTECTED]> wrote: > Waaarm welcome Kranti...Have

Re: Hello Friends

2004-09-17 Thread Kranti Parisa
I am really sorry abt that...next time i wont repeat that On Fri, 17 Sep 2004 17:27:58 +0530, Jitender K Chukkavenkata <[EMAIL PROTECTED]> wrote: > Let us respect group values...No personals pleasesend a personal mail > if curious of knowing... > > Jitender Kumar C.V. > > -- Kranti Kir

Re: DynaActionForm and previous request attributes (no answer found in archives for similar problems)

2004-09-17 Thread Kranti Parisa
how to invalidate the session when user clicks the close(cross) button which will display at the right side of the browser when we open a page.. On Fri, 17 Sep 2004 08:01:45 -0400, James Mitchell <[EMAIL PROTECTED]> wrote: > What is 'bad practice'? > > -- > James Mitchell > Software Engineer /

Invalidating the session

2004-09-17 Thread Kranti Parisa
how to invalidate the session when user clicks the close(cross) button which will display at the right side of the browser when we open a page.. -- Kranti Kiran Kumar Parisa Software Engineer [ e-Biz ], Patni Computer Systems Ltd., India Mobile: +91 98504 45977 ---

Re: Invalidating the session

2004-09-17 Thread Kranti Parisa
fine... n one more thing is.. if the user login to the system..from the login page then the welcome page is displayed.. then if the user clicks the back button from the browser he will visit the login page ...but if the user clicks the forward button session should be invalid..how to do that? On

Need Help:Generating XML File from database records --- User Defined Data Types(UDT)

2004-10-10 Thread Kranti Parisa
Hi Friends, I have stuck up with a problem.. I am getting the records from the database based on some search criteria interms of an User Defined DataType (UDT)...I need to generate a XML file from that.. Can any one help me in this regard.. TIA.. Kranti Parisa -- -- Kranti Kiran Kumar

Help: XML to HTML need an example

2004-10-12 Thread Kranti Parisa
Hi Friends, need some help... need to convert the xml file into an html buffer string which is used to display the content in jsp.. i will get the xml file path string have to pass that...into java...then read the entire xml file...then convert that into html string... if i append that to the s

Need Help: XML to HTML using java

2004-10-14 Thread Kranti Parisa
Hi all, i have a problem... iam having a xml file having the following structure.. i need to convert this xml file to HTML file having the table of information.. so plz help me out... Sainsbury's aromatherapy citrus mint TestPerf TestPerf001 Ashraf Product

Re: Need Help: XML to HTML using java

2004-10-14 Thread Kranti Parisa
ing brackets) > as first characters in subject line, > in case the question that you are asking is not relevant to Struts. (like > this question). > > > > > -Original Message- > From: Kranti Parisa [mailto:[EMAIL PROTECTED] > Sent: Friday, October 15, 2004 10:15 A

Re: Need Help: XML to HTML using java

2004-10-14 Thread Kranti Parisa
thanx alot Andrew On Fri, 15 Oct 2004 13:22:10 +0800, Andrew Hill <[EMAIL PROTECTED]> wrote: > These might help: > > http://stxx.sourceforge.net/ > > http://www.javaworld.com/javaworld/jw-02-2002/jw-0201-strutsxslt.html > > > > > Kranti Parisa wrote: &

extracting data from oracle to excel

2004-09-28 Thread Kranti Parisa
Hi Everybody, need some information . the prob goes like this... we have a jsp page with some select boxes n all...its a search criteria the contects of the select boxes should be dynamically changed after user clicks on go button... the report has to be generated with that sear

Need Help: exporting oracle database records to excel files

2004-09-28 Thread Kranti Parisa
Hi eveybody, need some information . the prob goes like this... we have a jsp page with some select boxes n all...its a search criteria the contects of the select boxes should be dynamically changed after user clicks on go button... the report has to be generated with that serach

Hello Group

2004-09-28 Thread Kranti Parisa
Hello Friends, I have just joined into the list... I am very new to this filed.. hope u all will help me to solve the problems.. Thank you -- -- Kranti Kiran Kumar Parisa Software Engineer [ e-Biz ], Patni Computer Systems Ltd., India Mobile: +91 98504 45977 -

Re: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Kranti Parisa
AIL PROTECTED]> wrote: > http://www.displaytag.org/example-export.jsp > > Paul > > > > > -Original Message- > > From: Kranti Parisa [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, September 28, 2004 9:56 AM > > To: [EMAIL PROTECTED] > > Su

Re: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Kranti Parisa
rom: Paul McCulloch [mailto:[EMAIL PROTECTED] > > Sent: 28 September 2004 10:14 > > To: 'Struts Users Mailing List' > > Subject: RE: Need Help: exporting oracle database records to > > excel files > > > > > > http://www.displaytag.org/example-expor

Re: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Kranti Parisa
i/index.html > > POI is supposed to have capability to write files in Excel 97 format. > > Kailash > > > > -----Original Message- > From: Kranti Parisa [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 28, 2004 2:55 PM > To: Struts Users Mailing List >

Re: Need Help: exporting oracle database records to excel files

2004-09-28 Thread Kranti Parisa
Hi Luis, Thanx for ur guidance... Actually in our application its a search criteria screen... where we are having soo many select boxes.. if the user select something in any of the select boxes the contents of the rest should be dynamically generated.. do u have any idea abt this?? Kranti O

Re: Loading log4J properties file

2004-09-28 Thread Kranti Parisa
Hi, Just have a look... here EcapsuleLogger is a java class.. with in that logInfoMessage is a method...which will take the class name and the message ... EcapsuleLogger.logInfoMessage(LoginAction.class, "In the TRY BLOCK of the LoginAction"); this message will go into the log file... this is

Re: Loading log4J properties file

2004-09-28 Thread Kranti Parisa
Yep.. first of all we need to put the properties file in WEB-INF/classes folder.. after adding that to classpath... just implement that in java class so that it will automatically send the message to log file... Kranti On Tue, 28 Sep 2004 15:06:49 +0300, Tuncay Baskan <[EMAIL PROTECTED]> wrote:

Need Help: Hiding the information on a search result screen

2004-09-29 Thread Kranti Parisa
Hi friends, in my case .. we r generating a jsp which contains some tables of information. Its a search results screen... we r gettting the records based on the search criteria given by the user.. but the problem is as follows... There is a button on the screen "Refine Search" The user can refi

Re: Error Handling in Struts

2004-09-29 Thread Kranti Parisa
How u r getting the error message.. urself has done something for it.. is that error message u r getting is a javascript alert?? or u r getting that frm application.properties file??? i mean java side??? On Wed, 29 Sep 2004 18:55:19 +0530, Priya Jotwani <[EMAIL PROTECTED]> wrote: > Hi, > > I hav

Re: Error Handling in Struts

2004-09-29 Thread Kranti Parisa
Priya, onclick of the button u r getting the error na.. just have alook in the struts-config file that which action class is calling while u r clicking that button.. go to that class and find out the if condition loop where that validation is placed... i think there is some code .. which is ch

Re: WELCOME to user@struts.apache.org

2006-12-12 Thread Kranti Parisa
Hi, i am working on internationalization in struts. for this i did the following 1) WEB-INF/classes/resources folder defined all the files example : application.properties, application_fr.properties ..etc 2) in each file defined the labels example label.firstname=First Name 3) in struts-confi

Re: conversionexception

2006-12-12 Thread Kranti Parisa
Dear Deepa, you should use that enum object as a collection. if you want to display all the contents of the enum use logic:iterate and in type attribute mention the object type On 12/12/06, Deepa Umakanth <[EMAIL PROTECTED]> wrote: I am facing an error with PropertyUtils.getProperty(), Which

Re: conversionexception

2006-12-12 Thread Kranti Parisa
blic enum Status { ACTIVE, INACTIVE, TESTING, PUBLISHED } -Original Message----- From: Kranti Parisa [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 12, 2006 9:21 AM To: Struts Users Mailing List Subject: Re: conversionexception Dear Deepa, you should use that enum object as a collect

internationalization in struts

2006-12-12 Thread Kranti Parisa
Hi, i am working on internationalization in struts. for this i did the following 1) WEB-INF/classes/resources folder defined all the files example : application.properties, application_fr.properties ..etc 2) in each file defined the labels example label.firstname=First Name 3) in struts-confi

DYNAMIC CHECK BOXES

2006-12-12 Thread Kranti Parisa
Hi, Please suggest me some idea to achive the following from DB getting empid,empname,salary..etc into a arraylist of beans. that means each employee record is stored in a bean which is added to arraylist. now i want to display the arraylist in jsp the empid should be assigned to check box so e

Re: Missing message

2006-12-12 Thread Kranti Parisa
Dear Martin, i am also facing the similar kind of problem. I am not using any spring or JSF its simple jsp and struts = i am working on internationalization in struts. for this i did the following 1) WEB-INF/classes/resources folder defined all the files example : application.proper

message files

2006-12-12 Thread Kranti Parisa
= i am working on internationalization in struts. for this i did the following 1) WEB-INF/classes/resources folder defined all the files example : application.properties, application_fr.properties ..etc 2) in each file defined the labels example label.firstname=First Name 3) in struts-

Re: internationalization in struts + dynamic checkboxes

2006-12-12 Thread Kranti Parisa
on delete it should capture the empid of that checkbox and delete. thanks in advance! === On 12/13/06, Christopher Schultz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kranti, Kranti Parisa wrote: > for this i did the following > > 1)

Re: internationalization in struts

2006-12-12 Thread Kranti Parisa
I Have the following Strcture WEB-INF - classes -com -login - resources - application.properties - application_fr.properties which means resources folder is there in WEB-INF and is seperated from the com.login package containing java code should wor

Re: internationalization in struts + dynamic checkboxes

2006-12-12 Thread Kranti Parisa
Chris, cant we use tag instead of dynamically? On 12/13/06, Christopher Schultz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kranti, Kranti Parisa wrote: > now i want to display the arraylist in jsp > the empid should be assigned to check box &

Re: internationalization in struts

2006-12-12 Thread Kranti Parisa
Okay I will also try in similar lines in my package. On 12/13/06, Gary Feidt <[EMAIL PROTECTED]> wrote: I put my resource files in my normal class path of (web-inf/classes/cmo/lang). Here is mine as it works right now in my struts-config.xml: Gary >>> [EMAIL PROTECTED] 12/12/2006 2:16 PM

Re: internationalization in struts + dynamic checkboxes

2006-12-12 Thread Kranti Parisa
Chris, I will check around. Thank you very much for the suggestions & help. On 12/13/06, Christopher Schultz <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kranti, Kranti Parisa wrote: > cant we use tag instead of > is there any way to assign

Re: conversionexception

2006-12-12 Thread Kranti Parisa
prefer taking that enum value as string and use the same On 12/13/06, Laurie Harper <[EMAIL PROTECTED]> wrote: You'd need to either register a converter with BeanUtils that knows how to convert the enum type to String, or just do this: PropertyUtils.setProperty(context.getForm(), "status",

logic:iterate for arraylist of beans

2006-12-13 Thread Kranti Parisa
hi, i am facing proble for the following = assigning value to check box say logic:iterate is having arraylist this arraylist is with beans means for example employee bean i want to view all emps in jsp what we will do is we create a bean for each employee and add tht bean

Re: logic:iterate for arraylist of beans

2006-12-13 Thread Kranti Parisa
aramaterValues please suggest something On 12/14/06, mano dasanayake <[EMAIL PROTECTED]> wrote: Hi, As I understood what you have to do is, Iterate through your list and add checkboxes as folllwing... ")" /> Regards, Mano -Original Message- From: Kranti

Re: logic:iterate for arraylist of beans

2006-12-13 Thread Kranti Parisa
your "EmplyList" and refer Each of ur bean by name "EMp". Then you can get whatever the attribute you want from your Bean,(Employee). For this case I think better to use ,,, Can you explain your requirement specifically? Regards, Mano -----Original Message- From: Kr

Re: logic:iterate for arraylist of beans

2006-12-13 Thread Kranti Parisa
Kranti, I also had a similar requirement. But I did it in bad way.. which is ... See if this helps you as a quick fix. But if you get a better solution do let the group know Thanks & regards, Anil. -Original Message----- From: Kranti Parisa [mailto:[EMAIL PROTECTED] Sent:

Re: logic:iterate for arraylist of beans

2006-12-13 Thread Kranti Parisa
hi i am using the following code in jsp ArrayList alEmpList = (ArrayList) request.getAttribute("alemp"); but i am not getting the value from the bean that is there in the List Please do suggest me On 12/13/06, Kranti Parisa <[EMAIL PROTECTED]> wrote: Dear Anil

dynamic html:select

2006-12-13 Thread Kranti Parisa
hi, i have an ArrayList of beans each bean contains empid, empname i need to populate them into drop down option value as empid and display value as empname plz suggest something for this