Re: BROWSER CLOSE

2007-01-23 Thread Kranti
ndow.onunload or windows.unload or sth like that. -Original Message----- From: Kranti [mailto:[EMAIL PROTECTED] Sent: dinsdag 23 januari 2007 9:04 To: user@struts.apache.org Subject: BROWSER CLOSE Hi Guys, I am working on a struts based application. I need to meet a special requirement that is

BROWSER CLOSE

2007-01-23 Thread Kranti
for sticking around!"); return false; } } } http://www.google.com";>google but no luck able to see the confirm box but the window is getting closed . Please suggest some idea Thanks Kranti

message resources

2006-12-20 Thread Kranti
hi, i have a problem related to message resources during the login time i am doing this session.setAttribute(Globals.LOCALE_KEY, locale); where locale is created by the user specific language settings there in DB. in jsp: using this and in struts config file and inthe same directory i have

Re: ActionMessages not displaying

2006-12-19 Thread Kranti
Hey niall, its working! Thanks On 12/19/06, Niall Pemberton <[EMAIL PROTECTED]> wrote: Try changing to use the "name" attribute instead of "property" on the "messagesPresent" and "messages" tags: Niall On 12/19/06, Kranti &

ActionMessages not displaying

2006-12-19 Thread Kranti
I am trying to get the action messages from action class as follows but not getting the message but record is inserted properly *in action class* if(isInserted==true){ ActionMessages addTaskMessages = new ActionMessages(); addTaskMessages.add("addtasksuccess", new ActionMessage(" message.addtask

Re: [OT] Re: read/display image from Database using struts

2006-12-18 Thread Kranti
Thank you very much Dariusz. I shall try this and update you. On 12/18/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Dariusz Wojtas ha scritto: > On 12/18/06, Kranti <[EMAIL PROTECTED]> wrote: >> Dear Dariusz , >> >> this is the first time for me to solve t

validatorform NoSuchMethodError

2006-12-18 Thread Kranti
* i am using validatorform for validating the fields it is giving java.lang.NoSuchMethodError: org.apache.commons.validator.Validator.addResource (Ljava/lang/String;Ljava/lang/Object please suggest *

Re: read/display image from Database using struts

2006-12-18 Thread Kranti
should define correct headers first (mimeType, Expires, Date). Map it to some url like /images/* and you may pass identifiers by composing URLs like /images/.jpg Dariusz Wojtas On 12/18/06, Kranti <[EMAIL PROTECTED]> wrote: > Hi, > > How should I read/display image from Database...wh

read/display image from Database using struts

2006-12-18 Thread Kranti
Hi, How should I read/display image from Database...which is stored interms of bytes in the Database. Please suggest me some way to render the image in JSP.

Re: ActionMessages

2006-12-13 Thread Kranti
ges); IN JSP same for ActionErrors, On 12/14/06, nagesh.kumar <[EMAIL PROTECTED]> wrote: This will work u Thanks Nagesh -Original Message- From: Kranti [mailto:[EMAIL PROTECTED] Sent: Thursday, December 14, 2006 11:03 AM To: Struts

ActionMessages

2006-12-13 Thread Kranti
hi, can anyone tell how * ActionMessages can be used in struts along with html:message tag *

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

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

Re: logic:iterate for arraylist of beans

2006-12-13 Thread Kranti Parisa
Dear Anil, thanks for the information. but the one you are doing is a traditional way of getting the data. but as we are using struts there should be some good way to get this done. if i get any solution i will update the forum On 12/13/06, Anil Kumar T <[EMAIL PROTECTED]> wrote: Hi

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
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

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: conversionexception

2006-12-12 Thread Kranti Parisa
e advice > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] ----- To unsubscribe, e-mail:

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: internationalization in struts

2006-12-12 Thread Kranti Parisa
work. > but its displaying null and when i do > then its printing it as ???label.firstname??? > > which is nothing but null. > > Please do suggest/help me for this. > > Regards > Kranti > ___ > > Conf

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
ully logs in setting the Globals.LOCALE_KEY into session with user specific locale 5) in jsp i suppose the above steps should work. but its displaying null and when i do then its printing it as ???label.firstname??? which is nothing but null. Please do suggest/help me f

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)

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: Missing message

2006-12-12 Thread Kranti Parisa
Road > Lexington, KY 40504-3617 > > This e-mail message, including any attachments, is for the sole use of the > intended recipient(s) and may contain confidential and privileged > information. Any unauthorized review, use, disclosure or distribution is > prohibited. If you are n

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

internationalization in struts

2006-12-12 Thread Kranti Parisa
null. Please do suggest/help me for this. Regards Kranti

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

Re: conversionexception

2006-12-12 Thread Kranti Parisa
ail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- ------ Best Regards Kranti Kiran Kumar Parisa Mobile: +91 - 9849 - 625 - 625 +91 - 9391 - 438 - 738

Re: WELCOME to user@struts.apache.org

2006-12-12 Thread Kranti Parisa
null. Please do suggest/help me for this. Regards Kranti

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: &

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

Need Help: XML to HTML using java

2004-10-14 Thread Kranti Parisa
oduct Acb Western Europe Western Europe Western Europe Central and Eastern Europe Central and Eastern Europe United Kingdom Belgium Belgium Czech Republic Czech Republic TIA, K

Help: XML to HTML need an example

2004-10-12 Thread Kranti Parisa
string and pass the string to jsp..the appearance may not be proper na?? so for that what can i do...what are steps i need to follow.. example with some code may help me in this regard to understand better.. TIA Kranti -- -- Kranti Kiran Kumar Parisa Software Engineer [ e-Biz ], Patni Computer

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

Re: Error Handling in Struts

2004-09-29 Thread Kranti Parisa
hing > from the second dropdown (i.e he should be able to proceed even if he > doesn't selects anything from the second dropdown). How can I implement > this is Struts ? > > TIA, > > Priya > > ----- &g

Re: Error Handling in Struts

2004-09-29 Thread Kranti Parisa
lecting a particular > value from first dropdown should not force the user to select something > from the second dropdown (i.e he should be able to proceed even if he > doesn't selects anything from the second dropdown). How can I implement > this is Struts ? > > TIA,

Need Help: Hiding the information on a search result screen

2004-09-29 Thread Kranti Parisa
evel check boxes and clicking user can get back the hidden information. so how to hide the information if the user checks the option Please help me to solve this... -- -- Kranti Kiran Kumar Parisa Software Engineer [ e-Biz ], Patni Computer Systems Ltd., India Mobile: +91 9

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]>

Re: Loading log4J properties file

2004-09-28 Thread Kranti Parisa
application. > > Regards, > > KP > > -- -- Kranti Kiran Kumar Parisa Software Engineer [ e-Biz ], Patni Computer Systems Ltd., India Mobile: +91 98504 45977 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

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
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
Hi Paul, Thanq very much for ur reply... Its exporting to excel.. but in our application we need to generate a seperate excel file for the records...and how to obtain the freezing properties for the generated excel file Thanq Kranti On Tue, 28 Sep 2004 10:14:18 +0100, Paul McCulloch <[EM

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

Need Help: exporting oracle database records to excel files

2004-09-28 Thread Kranti Parisa
reezed one.. means the first column should remains constant irrespective of the no of records fetched... so that the user can see the report properly... can anynody tell me some way to think for the solution . waiting for the reply -- -- Kranti Kiran Kumar Parisa Software Engine

extracting data from oracle to excel

2004-09-28 Thread Kranti Parisa
be freezed one.. means the first column should remains constant irrespective of the no of records fetched... so that the user can see the report properly... can u tell me some way to think for the solution . waiting for the reply -- -- Kranti Kiran Kumar Parisa Software Engineer [ e-Bi

Re: Invalidating the session

2004-09-17 Thread Kranti Parisa
> Jitender Kumar C.V. > > -- Kranti Kiran Kumar Parisa Software Engineer [ e-Biz ], Patni Computer Systems Ltd., India Mobile: +91 98504 45977 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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: DynaActionForm and previous request attributes (no answer found in archives for similar problems)

2004-09-17 Thread Kranti Parisa
egistered in Australia: No 082 851 474 > --- > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

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. &

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

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