Lucene - renameTo bug

2004-02-18 Thread Ravi Kulkarni
it fails. If some one is using Lucene 1.3 please help me.. I am stuck up and have no clue to move farward. TIA, Ravi Kulkarni.

RE: newlines

2004-02-13 Thread Ravi Kulkarni
Hello, I have the same requirement in my project. I am thinking to write a utility method to convert \n to br. I am also looking for the same problem. Does any one have faced similar problem. It would be very helpful if anyone share their experiences with this kind of situation. TIA, Kulkarni

STC - How Can I test multiple Actions in same method

2004-02-05 Thread Ravi Kulkarni
(); setRequestPathInfo(/authenticateUser); // unable to execute actionPerform(); this.clearRequestParameters(); setRequestPathInfo(/logout); actionPerform(); this.verifyForward(logoutsuccess); } TIA, Ravi kulkarni.

RE: How to disable a Text Box

2004-02-05 Thread Ravi Kulkarni
Well you can make the textbox readonly. This doesnt allow the user to enter any text and u can read the value of the text box in ur action. Hope it helps Kulkarni -Original Message- From: Sathish Kumar T.K. [mailto:[EMAIL PROTECTED] Sent: Thursday, February 05, 2004 10:55 AM To:

Unable to open text file

2004-01-16 Thread Ravi Kulkarni
Hi Everyone, In my application we have an feature for downloading search results. I am reading the contents from file and writing into response using PrintWriter, in my action. I have set the content type and headers as follows : .

RE: Checkbox deselect problem

2003-12-15 Thread Ravi Kulkarni
Hello Michael, We need to handle checkboxes in special way. Reset method in FormBean is exactly meant for this. We need to reset the checkboxes to its default value. Kulkarni. -Original Message- From: Frers Michael [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 2:23 PM To:

session attribute - Locale - changed

2003-12-15 Thread Ravi Kulkarni
Hello, I have strange problem. I am catching function errors thrown by Application layer in my actions and farwarding it to error.jsp to display customized message. But in my error.jsp session.getAttribute(org.apache.struts.action.LOCALE) is returning me default browsers locale. But actually I

RE: [OT] Beer

2003-12-12 Thread Ravi Kulkarni
Guys I think there are other mailing lists for chatting. -Original Message- From: Heinle, Chuck [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 8:48 PM To: 'Struts Users Mailing List' Subject: RE: [OT] Beer +1 I normally spend more time drinking Iron, rather than defending it.

Action Mapping - without formbean

2003-12-09 Thread Ravi Kulkarni
Hi All, I have a form with yes/no buttons. I want to use html:form tag but do not want to map to any Formbean. How can I do that? Thanks in advance. Kulkarni. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Action Mapping - without formbean

2003-12-09 Thread Ravi Kulkarni
Message - From: Ravi Kulkarni [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 10:37 AM Subject: Action Mapping - without formbean Hi All, I have a form with yes/no buttons. I want to use html:form tag but do not want to map to any

RE: Bean:write \problem

2003-12-02 Thread Ravi Kulkarni
u can try something like this : bean:write name=something property=something filter=false/ Thanks, Kulkarni -Original Message- From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 4:50 PM To: Struts Users Mailing List Subject: Bean:write \problem Hi All,

Validation for Price

2003-10-27 Thread Ravi Kulkarni
Hi everyone, Can anyone help me how to validate price using Validator Framework. Ours is i18n application. Are there any validators to validate prices? thanks in advance, Kulkarni. - To unsubscribe, e-mail: [EMAIL

RE: not printing all ActionMessages

2003-10-21 Thread Ravi Kulkarni
I think bean:message name='msg' / should be bean:message name='messages' / -Original Message- From: Marc Dugger [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 5:07 PM To: [EMAIL PROTECTED] Subject: not printing all ActionMessages html:messages id='messages' message='true'

What are the best practices for displaying Errors and Messages

2003-10-16 Thread Ravi Kulkarni
Hi, Can anyone detail the best practices to display ActionErrors and ActionMessages in JSP? Thanks in Advance. Ravi Kulkarni. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]