Re: Struts book give-away

2004-03-17 Thread Srikanth Shenoy
That applies for the complete ebook :) Since the purchased ebook is not encrypted to constrain the printing, it will open up in Acrobat 4 reader too. Only the sample chapter wont.. ;( -Srikanth "Geeta Ramani" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>

Re: Struts book give-away

2004-03-17 Thread Srikanth Shenoy
Hi Darrin, I am surpirsed as to why would anybody remove the question even if the book does not discuss EJBs. Did you check if they move into other forums by any chance? -Srikanth "Smith, Darrin" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED] m>... > I p

Re: Struts book give-away

2004-03-17 Thread Srikanth Shenoy
Hi Geeta, The PDF was created using Adobe PDF 5 standard and using the encryption to disable printing. All Adobe PDF 5 files open in Adobe 4, except the encrypted ones. There lies the problem... You have to use Acrobat Readers 5 and above -Srikanth "Geeta Ramani" <[EMAIL PROTECT

Struts book give-away

2004-03-16 Thread Srikanth Shenoy
n or respond to an existing one and are automatically entered into the contest. Four lucky winners will get a book each.   See you there.     Srikanth Shenoy  Author  Struts Survival Guide: Basics to Best Practices   J2EE Project Survival Guide  

Re: Web site URL disappearing when using mod_proxy

2004-03-14 Thread Srikanth Shenoy
://www.mydomain.com"/>. Hope that helps. Srikanth Shenoy Author Struts Survival Guide: Basics to Best Practices J2EE Project Survival Guide "Ian Wright" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Hello, > > I am using Apache as a fr

Re: XML loading and caching in struts

2004-03-11 Thread Srikanth Shenoy
Hi Prasad, Unless realtime xml data validity is not important for you, you can run a low priority thread that polls to check if the file was modified since last check and then takes appropriate action. Srikanth Shenoy Author Struts Survival Guide: Basics to Best Practices <h

Re: Where Do I Put This properties File (internationalization)

2004-03-11 Thread Srikanth Shenoy
And at runtime, the file goes directly under WEB-INF/classes Srikanth Shenoy Author Struts Survival Guide: Basics to Best Practices J2EE Project Survival Guide "Adam Hardy" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > On 03/05/2004 05

Re: FAQ: How can I create a wizard workflow?

2004-03-11 Thread Srikanth Shenoy
Dean, It is /mywizard1.do for the first page, /wizard2.do for the second page and so on Srikanth Shenoy Author Struts Survival Guide: Basics to Best Practices <http://www.objectsource.com/strutsbook.html> J2EE Project Survival Guide <http://www.theserverside.com/boo

Re: asking for help about indexed properties

2004-03-11 Thread Srikanth Shenoy
These two files contain the description of what each attribute in these tags stand for Hope that helps. Srikanth Shenoy Author Struts Survival Guide: Basics to Best Practices <http://www.objectsource.com/strutsbook.html> J2EE Project Survival Guide <http://www.theserverside.

Re: help implementing modules...

2004-03-11 Thread Srikanth Shenoy
Hi Gary, I would suggest download the following free chapter from my book - Struts Survival Guide. Go to http://www.objectsource.com and find the link there to download Chapter 4. It tells you how to setup and use modules. Hope that helps, Srikanth Shenoy Author Struts Survival Guide

RE: microsoft sqlserver driver & struts

2004-02-27 Thread Srikanth Gubba
Hi, I am using the same datasource configuration as you do: and in the code , DataSource dataSource = (DataSource) context.getAttribute("BkEdDbFls"); Hope this helps. Can u give me what error message u r receiving. Srikanth. ---

Re: How to create a "No Action" ActionForward for return from an Action's execute() ?

2004-02-19 Thread srikanth
ion always to the same JSP. If the user is not authenticated J2EE container security will forward to login page. If not you will continue to stay in the same page Hope that helps, Srikanth Shenoy == Author: Struts Survival Guide ObjectSource Publications h

Re: [OT] accepting payment in real-time

2004-01-24 Thread srikanth
for my book publisher and it is going good so far. The paypal technical overview is very informative. Thanks, Srikanth = Srikanth Shenoy Author: Struts Survival Guide ObjectSource Publications http://www.objectsource.com = Adam Hardy wrote

RE: A new book on Struts

2004-01-23 Thread srikanth
Sorry. I forgot the publisher's web site. The website is http://www.objectsource.com. You can get the free sample chapter at http://www.objectsource.com/strutsbook.html Regards, Srikanth >>what about a link where to find the book and the >>sample chapter? >>thanks >

A new book on Struts

2004-01-22 Thread srikanth
be released in February. The e-book version can be purchased from the publiser's web site for $7.95. BTW, I'm the author of that book. Please send your comments, suggestions and criticisms to improve the book. I am always looking forward to hear fr

Logic Iterate --URGENT Please

2003-10-22 Thread Srikanth Gubba
delinquent. Please let me know if u have any suggestions or ideas. Thanks in Advance, Srikanth Gubba. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Securing Web Application

2003-10-02 Thread Srikanth Gubba
ideas on this issue. Thanks in Adv. Srikanth. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Refreshing Form Submission and Duplicates

2003-09-19 Thread srikanth
suffice. He will not get any error. However when the user is adamant and tries to back by using the browser history, sync token is needed. I havent found any problems with the fact that redirect makes an extra trip to the client. Cheers, Srikanth On Fri, 19 Sep 2003, Mohd Amin Mohd Din wrote

Integrating Struts, Tiles and JavaServer Faces

2003-09-18 Thread srikanth
hurry, just grab the code and use it. If you like the approach (or portions of it) taken to address the integration problem, then would anybody be interested in adding/merging this code to Struts/Struts-Faces CVS? Thanks, Srikanth

RE: Application.properties

2003-09-16 Thread Srikanth Gubba
James, Can you please help me with the changes that I can make to the DBMessageResources so that it would work without reloading the appliation. I know that you were working on this earlier but not sure if you had a chance to complete making the changes to new OJB version. Thanks in adv srikanth

Application.properties

2003-09-15 Thread Srikanth Gubba
database and retrieve them . But It also needs the container to be reloaded when a change has been made. Please suggest some ideas or code which will help in creating an extension so that the properties can be loaded from database dynamically. Thanks Srikanth

Dynamic retrieval of properties from Message Resources Applicatio n.properties

2003-09-15 Thread Srikanth Gubba
database and retrieve them . But It also needs the container to be reloaded when a change has been made. Please suggest some ideas or code which will help in creating an extension so that the properties can be loaded from database dynamically. Thanks Srikanth

RE: Message Resources example using OJB

2003-06-26 Thread Srikanth Gubba
Thank you very much. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 3:11 PM To: Struts Users Mailing List Subject: Re: Message Resources example using OJB On Thursday 26 June 2003 14:48, Srikanth Gubba wrote: > "ObjectCacheEmpty

RE: Message Resources example using OJB

2003-06-26 Thread Srikanth Gubba
Resource m = (MessageResource)broker.getObjectByQuery(qry); i tried but could not figure out what to do.does anyone has any idea what this might be? Thanks, srikanth. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 1:36 PM To: Struts Users Mailing Li

RE: Message Resources example using OJB

2003-06-26 Thread Srikanth Gubba
Hi, I am currently using this which is very good, but want to know the ways to avoid relocading the application when a property is changed. Thanks, Srikanth. -Original Message- From: Hookom, Jacob [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 11:25 AM To: 'Struts Users Ma

Application Properties

2003-06-26 Thread Srikanth Gubba
Is there any way to avoid reloading the application in the server(tomcat 4.1.18) when an appliaction property is changed, I mean any methods or code is appreciated. Thanks in advance, Srikanth. -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26

Message Resources example using OJB

2003-06-26 Thread Srikanth Gubba
reload the application. Is there any way around this so that the application reads the properties dynamically. Thanks in adv, srikanth. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]