Re: reading drop down through properties file

2008-09-16 Thread sam thothi
+ *APP_CONFIG_NAME*, e); } } Thanks in advance for your help. sam On Tue, Sep 16, 2008 at 1:51 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- On Tue, 9/16/08, sam thothi wrote: > > Do any one has a sample code to do similar thing. > > public class TheAction extends ActionS

how to read drop down from the properties file

2008-09-16 Thread sam thothi
Can any one please let me know how to read a drop down through properties file I have two drop downs. I need to read the drop down values through the properties file . It would appreciate if any one can provide a sample code to do this kind of function. Say for example if i have in the propertie

Re: reading drop down through properties file

2008-09-16 Thread sam thothi
Do any one has a sample code to do similar thing. thanks in advance for your help. On Tue, Sep 16, 2008 at 12:59 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- On Tue, 9/16/08, sam thothi wrote: > > Can any one please let me know how to read a drop down > > through prope

reading drop down through properties file

2008-09-16 Thread sam thothi
Hi all, Can any one please let me know how to read a drop down through properties file I have two drop downs. I need to read the drop down values through the properties file . Say for example if i have in the properties file months.properties Month = "january,february,march.december" j

Re: Regarding tiles error

2008-08-12 Thread sam thothi
Thanks Lukasz for your help, It's working now. I don't know Rad 7.5 behaves indifferently. On 8/12/08, Lukasz Lenart <[EMAIL PROTECTED]> wrote: > > > com.ibm.ws.jsp.JspCoreException: JSPG0218E: Error failed to locate > > setter method for attribute locale in tag class > > org.apache.struts.tagl

Re: Regarding tiles error

2008-08-12 Thread sam thothi
) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1488) Any ideas would be appreciated. thanks in advance for your help. On 8/12/08, sam thothi <[EMAIL PROTECTED]> wrote: > > I tried with this , still have the same error. > > On 8/12/08, Lukasz Lenart

Re: Regarding tiles error

2008-08-12 Thread sam thothi
I tried with this , still have the same error. On 8/12/08, Lukasz Lenart <[EMAIL PROTECTED]> wrote: > > Try this > > processorClass="org.apache.struts.tiles.TilesRequestProcessor" > locale="false" contentType="UTF-8"/> > > > > > value="/WEB-INF/tiles-defs.xml"/> > > > > Reg

Re: Regarding tiles error

2008-08-12 Thread sam thothi
s and everything looks fine. when i validate my struts-config.xml i get the above problem. On 8/12/08, sam thothi <[EMAIL PROTECTED]> wrote: > > I am inserting > > > > > > value=*"/WEB-INF/tiles-defs.xml"* /> > > > > > > > into s

Re: Regarding tiles error

2008-08-12 Thread sam thothi
I am inserting into struts-config.xml. It gives me a problem that Attribute property has a run timevalue of definitions-config. Property must reference a valid Java identifier. Do you have any idea why it is getting me the problem. I followed the instructions and everything looks f

Re: Regarding tiles error

2008-08-12 Thread sam thothi
I am using struts 1.3 thanks sam On 8/12/08, Lukasz Lenart <[EMAIL PROTECTED]> wrote: > > > Yes i added it > > Which version of Struts1? > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > > - > To unsubscribe, e-mail: [EM

Re: Regarding tiles error

2008-08-12 Thread sam thothi
Yes i added it On 8/12/08, Lukasz Lenart <[EMAIL PROTECTED]> wrote: > > Did you add the Tiles plugin to the struts-config.xml? > > > /> > > > > > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > > - > To unsubscribe, e

Regarding tiles error

2008-08-12 Thread sam thothi
I am running to run a sample application in struts. I get the the following exception when i run my app that is http://localhost:9082/webapppath/welcome.do [8/11/08 16:20:02:848 CDT] FFDC Exception:java.io.FileNotFoundException SourceId:com.ibm.ws.webcontainer.extension.DefaultExtensionProce

Re: configuration doc for struts 1.3,tiles with Rad 7.5

2008-08-08 Thread sam thothi
Can i get struts 1.3 configuration document list if anyone has it. On 8/7/08, sam thothi <[EMAIL PROTECTED]> wrote: > > Dave, > i have all the s1.3 dependencies. i have a question in the doctypes for > the strutscofig.xml > > Rightnow , i am running the applica

Re: configuration doc for struts 1.3,tiles with Rad 7.5

2008-08-07 Thread sam thothi
> Have you turned up logging and checked the logs to see if it says what > class you're missing? Do you have all the S1.3 dependencies? > > Dave > > > --- On Thu, 8/7/08, sam thothi <[EMAIL PROTECTED]> wrote: > > > From: sam thothi <[EMAIL PROTECTED]>

Re: configuration doc for struts 1.3,tiles with Rad 7.5

2008-08-07 Thread sam thothi
tiles didn't work and throws class not found exception. would be great if you let me know anything i should add changing from struts 1.2 to struts 1.3. Thanks in advance for you help On 8/7/08, Dave Newton <[EMAIL PROTECTED]> wrote: > > --- On Thu, 8/7/08, sam thothi <[EMAIL PR

configuration doc for struts 1.3,tiles with Rad 7.5

2008-08-07 Thread sam thothi
Hi all, Any one can provide me with the configuration docs for struts 1.3,tiles with Rad 7.5. Thanks in advance for your help. thanks, Sam