RE: Release date for struts1.1

2002-10-15 Thread Sharon Tam
-- > From: Sharon Tam [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 15, 2002 11:38 AM > To: [EMAIL PROTECTED] > Subject: Release date for struts1.1 > > > > Hi, > > Anyone knows when the released date for struts1.1 would be??? > > > Thanks in advance! &

Release date for struts1.1

2002-10-15 Thread Sharon Tam
Hi, Anyone knows when the released date for struts1.1 would be??? Thanks in advance! - Do you Yahoo!? Faith Hill - Exclusive Performances, Videos, & more faith.yahoo.com

RE: java.lang.IllegalStateException: Configuration is frozen

2002-09-17 Thread Sharon Tam
ode. But why did you need to call setInput() in the first place? -- Martin Cooper > -Original Message- > From: Sharon Tam [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 17, 2002 4:39 PM > To: Struts Users Mailing List > Subject: RE: java.lang.IllegalStat

RE: java.lang.IllegalStateException: Configuration is frozen

2002-09-17 Thread Sharon Tam
f the Struts configuration. Why are you trying to set the 'input' attribute yourself? What are you ultimately trying to do? -- Martin Cooper > -Original Message----- > From: Sharon Tam [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 17, 2002 3:51 PM > To:

java.lang.IllegalStateException: Configuration is frozen

2002-09-17 Thread Sharon Tam
Hi, in struts1.1, can we call mapping.setInput()? My application throws java.lang.IllegalStateException: Configuration is frozen when I tried to call mapping.setInput("") at the end of my validate() in the ActionForm. However, the codes work in struts1.0.2. Thanks in advance! ---

Re: Need help on html:multibox

2002-09-17 Thread Sharon Tam
Thank you so much, Eddie. It was because I have an extra method getSelectedItems(int i) besides getSelectedItems(). Eddie Bush wrote: I have no clue. I believe Ted Husted covers that topic in his tips though: http://husted.com/struts/tips Sharon Tam wrote: >Hi, > >Does anyone kno

Need help on html:multibox

2002-09-17 Thread Sharon Tam
Hi, Does anyone know why the multibox selected values are not populated into the formbean after I submit the form? Everything works with struts 1.0.2, but not with struts 1.1. Thanks in advance! - Do you Yahoo!? Yahoo! News - Today's headlines

Re: struts 1.1b2 with Weblogic 6.1 struts 1.1b2 with Weblogic 6.1 deployment problem

2002-09-12 Thread tam
If you are using Weblogic 6.1 SP2, try Weblogic 6.1 SP3. It seems like a Manifest file problem *** REPLY SEPARATOR *** On 2002/9/12 at ¤U¤È 04:39 EGE KARAOSMANOGLU wrote: >Hi, >I'm trying to use struts 1.1b2 with Weblogic 6.1 but while deploying the >application I got this er

ConcurrentModificationException when using tag

2002-09-02 Thread David Tam
i am using Struts 1.1b2 with tiles on BES 5.0.2(tomcat 4.0.1). i ve got the following form: public final class fw_MenuItemAdminForm extends ActionForm { private List parmsAL = new FastArrayList(); private Collection parms = col1.lazyList(parmsAL, fw_MenuItemParmVO.class); public v

ConcurrentModificationException

2002-09-02 Thread David Tam
i am using Struts 1.1b2 with tiles on BES 5.0.2(tomcat 4.0.1). i ve got the following form: public final class fw_MenuItemAdminForm extends ActionForm { private List parmsAL = new FastArrayList(); private Collection parms = col1.lazyList(parmsAL, fw_MenuItemParmVO.class); public v

Re: a newbie question on iterate

2002-06-04 Thread Gary Tam
7;s easy to get lost in these tags when you first start out, because they > are very powerful and can do a lot of things - much of which is indocumented > and if discovered by trial-and-error and reading this user list. The best > thing you can do at this point, however, is thoroughly read

Re: a newbie question on iterate

2002-06-04 Thread Gary Tam
h like: > > > > etc. > > It's easy to get lost in these tags when you first start out, because they > are very powerful and can do a lot of things - much of which is indocumented > and if discovered by trial-and-error and reading this user list. The best > thing

Re: Slow execution time using struts

2000-12-08 Thread chris tam
Somebody on internet said that the long startup time is due to the secure random number generation in Tomcat. May be you can try to fix it by changing the Tomcat source code -Original Message- From: shankar <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Friday, Decembe