Re: Repost: getting property value through Struts plugin?

2003-11-06 Thread mobile q
Thanks, so there is no way for plugin to get its properties from struts-config file? --- mobile q <[EMAIL PROTECTED]> wrote: > Hi, guys: > > I should have made it clearer. Once I declare > plugin in my struts-config file as below, is there > any way to get the property

Repost: getting property value through Struts plugin?

2003-11-06 Thread mobile q
Hi, guys: I should have made it clearer. Once I declare plugin in my struts-config file as below, is there any way to get the property value in my plugin's init() method? thanks --- mobile q <[EMAIL PROTECTED]> wrote: > Hi, > > I try to get a property value after appl

getting property value through Struts plugin?

2003-11-06 Thread mobile q
Hi, I try to get a property value after application start up. My question is, can I do it through plugin? If I define plugin class and declare the following in struts-config file: How can I get the above property value in one of my action classes? thanks in advance.

RE: newbie question: results display on same page?

2003-10-13 Thread mobile q
so > you can reuse one or more > component elsewhere, or change your mind and > separate them later, etc. > > -Original Message- > From: mobile q [mailto:[EMAIL PROTECTED] > Sent: Monday, October 13, 2003 2:04 PM > To: [EMAIL PROTECTED] > Subject: newbie question:

newbie question: results display on same page?

2003-10-13 Thread mobile q
Hi, I am working on a page which has a user search form, the results should be displayed at the bottom of the page once user clicks on "get" button. I try to use logic:iterate tag to do the job. My problem: if I include this display loop inside html:form, it tells me the results are null when I