RE: Should extend any struts components ?

2003-08-26 Thread Kommana, Sridhar
using Struts PlugIn API can we configure log4j? Thanks -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 10:45 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: Should extend any struts components ? On Mon, 18 Aug 2003,

RE: application.properties file location

2003-08-14 Thread Kommana, Sridhar
what is the best place to specify application.properties file in either web.xml or struts-config.xml ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: application.properties file location

2003-08-14 Thread Kommana, Sridhar
what is the best place to specify application.properties file in either web.xml or struts-config.xml ? -Original Message- From: Micael [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 10:19 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: application.properties

RE: application.properties file location

2003-08-14 Thread Kommana, Sridhar
. I didn't know you could do it in the web.xml, never had to, works great in the struts config. -Original Message- From: Kommana, Sridhar [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 12:58 PM To: Struts Users Mailing List Subject: RE: application.properties file location

$ formatting in html options tag

2003-06-19 Thread Kommana, Sridhar
in labelProperty getDescription i will get only amounts 1000,2000,3000 etc from database.at the presetation layer i need to display these values as $1000,$2000,$3000 etc.Is there a way to append formatting $ in the html:options tag other than adding $ to the collection.if i add $ to the

how to access hidden field value

2003-06-13 Thread Kommana, Sridhar
i have a hidden value getting from the form and how can i access the hidden field value on the same jsp without using javascript. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

problem with reset button in DynaActionForm

2003-06-05 Thread Kommana, Sridhar
Iam using Struts 1.1 beta 2 version. I have one zipcode search page.it has search criteria fields and search results table. case:1 If i enter search criteria and click on reset button it works fine. case:2 If i enter search criteria and click on search -- iam calling action where

RE: Branch Too Large Exception with Nested Iterator

2003-06-03 Thread Kommana, Sridhar
This is related to a hard limit in the JVM. Each tag generates a if within the service method of the Servlet generated from the JSP. If the then or else of this if statement becomes to large it can no longer be compiled. The size of these two branches is than related to the number and type of

RE: Struts vs. WebWork

2003-06-03 Thread Kommana, Sridhar
Does any one have experience with thinlet.How Struts is better than Thinlets. Performance-wise which one is best? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DynaActionForm Example

2003-06-03 Thread Kommana, Sridhar
I didnot see any where reset method in DynaActionForm example.??? How it is resetting the values in the DynaActionForm Example. http://bobcat.webappcabaret.net/ninsky/index.jsp - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Struts Performance - Any Benchmarks?

2003-05-31 Thread Kommana, Sridhar
How Struts is better than Thinlets.Performance-wise which one is best? Thanks, Sridhar -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 4:59 AM To: Struts Users Mailing List Subject: Re: Struts Performance - Any Benchmarks? Craig

RE: html:select tag

2003-05-30 Thread Kommana, Sridhar
your link explains very detail. if i have 15 drop downs on a page means i need to give 15 different request.setAttributes PrepareOptionsAction has so many request.setAttribute things. is any better way doing this with html:options. Sri -Original Message- From: Steve Raeburn