DO NOT REPLY [Bug 5822] - byte lost every 4096 bytes after a 0A

2002-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

CheckBox problem in struts..

2002-04-05 Thread Sachin
Hi Could anyone explain about the checkbox problem in struts if i have a checkbox in a jsp and if i set the value of the bean to yes, true or on, the checkbox will be checked. But if i try to set the value of the checkbox in the bean it is not getting set. if i submit data from checkbox it is not

RE: CheckBox problem in struts..

2002-04-05 Thread Duff, Jason
More of a question for the user list... Here is some doc directly from the struts site: "In order to correctly recognize unchecked checkboxes, the ActionForm bean associated with this form must include a statement setting the corresponding boolean property to false in the reset() method." ( http

Struts Menu 1.1

2002-04-05 Thread @Basebeans.com
Subject: Struts Menu 1.1 From: Vic Cekvenich <[EMAIL PROTECTED]> === I have put the Struts Menu 1.1 on my web site (StrutsPlus.com) The menu looks nice (but not my site, yet) Vic -- To unsubscribe, e-mail: For additional commands, e-mail:

Branch Restriction error due to struts..

2002-04-05 Thread Sachin
Hi, Could anyone explain solution to Branch restiction problem which occurs due to struts rags. If my webpage contains lots of fileds(for eg., 30 text fields, 10 combo boxes, 40 check boxes) then i am not able to load the page. it will throw me an error which states some branching problems. if i u

RE: Branch Restriction error due to struts..

2002-04-05 Thread Deadman, Hal
I think it has to do with the size of the method in the JSP's servlet exceeding some JVM/java limit. You can try breaking the JSP up using jsp:include or using fewer tags. Could you generate the form fields inside an iterate tag? That would reduce the size of the generated java code. > -Orig

Any news about Bug #3465 assigned to Mike Schachter?

2002-04-05 Thread Hans-Joachim Matheus
Hi, I wonder if there is any news about this bug? Maybe this has something to do with the path and the permission to delete a file? I wonder why first the ServletContext attribute "javax.servlet.context.tempdir" is used and if this is null then the Servlet Init Parameter "tempDir" is used and n

Re: Struts Menu 1.1

2002-04-05 Thread Joe Germuska
At 7:40 AM -0800 4/5/02, Struts-dev Newsgroup (@Basebeans.com) wrote: >Subject: Struts Menu 1.1 >From: Vic Cekvenich <[EMAIL PROTECTED]> > === >I have put the Struts Menu 1.1 on my web site (StrutsPlus.com) >The menu looks nice (but not my site, yet) Looks like the link from the Struts site to d

RE: Struts Menu 1.1

2002-04-05 Thread Matt Raible
This one works for me: http://husted.com/struts/resources/struts-menu.zip > -Original Message- > From: Joe Germuska [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 05, 2002 9:09 AM > To: Struts Developers List > Subject: Re: Struts Menu 1.1 > > At 7:40 AM -0800 4/5/02, Struts-dev New

Re: The future of templates, regions, and tiles

2002-04-05 Thread @Basebeans.com
Subject: Re: The future of templates, regions, and tiles From: Bill Wohler <[EMAIL PROTECTED]> === "Craig R. McClanahan" <[EMAIL PROTECTED]> writes: > I'd suggest using whichever best matches your application requirements. > > As far as Struts goes, we're going to leave the templates library the

Re: Servlet 2.3 filter

2002-04-05 Thread @Basebeans.com
Subject: Re: Servlet 2.3 filter From: Bill Wohler <[EMAIL PROTECTED]> === "Craig R. McClanahan" <[EMAIL PROTECTED]> writes: > One potential gotcha, especially if you like MVC architectures like the > one Struts advocates -- filters are only invoked on the original request, > not on RequestDispatc

RE: Struts Menu 1.1

2002-04-05 Thread Matt Raible
I noticed StrutsPlus.com uses coolmenus3 - but I don't think the struts-menu does. Any comments? Didja know coolmenus4 is out? Matt > -Original Message- > From: Struts-dev Newsgroup [mailto:@[EMAIL PROTECTED]] > Sent: Friday, April 05, 2002 8:40 AM > To: [EMAIL PROTECTED] > Subject: St

Re: Struts Menu 1.1

2002-04-05 Thread chaz
Is anyone doing active maintenance on Struts Menu? I took the version (originally from Scott Sayles) from Ted's site, and extened it to allow me to dynamically build the menu's based on a a users login (application level roles). Also I'm using HVMenu from dynamicdrive.com, which seemed to be mor

RE: Struts Menu 1.1

2002-04-05 Thread Matt Raible
I'd use Coolmenus instead of HVMenu - here's why: Coolmenus (http://www.dhtmlcentral.com/projects/coolmenus/) is free! HVMenu costs money - here's an e-mail I got from the owner: For commercial use of Menu and PopMenu: 1-5 sites US$ 50 6-10 sites US$ 75 11-25 sites US$ 125 unlimited site

RE: Struts Menu 1.1

2002-04-05 Thread Matt Raible
Correction - coolmenus is not integrated into the original struts-menu. It appears that Vic from strutsplus.com integrated it into his version... Can we get the source ;)? Matt > -Original Message- > From: Matt Raible [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 05, 2002 10:36 AM >

Re: Struts Menu 1.1

2002-04-05 Thread Vic Cekvenich
You can get the struts menu at Source Forge. Joe Germuska wrote: > At 7:40 AM -0800 4/5/02, Struts-dev Newsgroup (@Basebeans.com) wrote: > >> Subject: Struts Menu 1.1 >> From: Vic Cekvenich <[EMAIL PROTECTED]> >> === >> I have put the Struts Menu 1.1 on my web site (StrutsPlus.com) >> The menu

Re: Struts Menu 1.1

2002-04-05 Thread @Basebeans.com
Subject: Re: Struts Menu 1.1 From: Vic Cekvenich <[EMAIL PROTECTED]> === Sourceforge is where Struts Menu lives. chaz wrote: > Is anyone doing active maintenance on Struts Menu? > > I took the version (originally from Scott Sayles) from Ted's site, and > extened it to allow me to dynamically

Re: Servlet 2.3 filter

2002-04-05 Thread Craig R. McClanahan
On Fri, 5 Apr 2002, Struts-dev Newsgroup wrote: > Date: Fri, 5 Apr 2002 09:10:01 -0800 > From: Struts-dev Newsgroup <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: Servlet 2.3 filter > > Subject: Re: Servlet 2.3 filter > From: Bi

RE: Struts Menu 1.1

2002-04-05 Thread Matt Raible
Hmm, no released files at http://sourceforge.net/project/showfiles.php?group_id=49385 Do I have to become a developer? I tried to browse CVS, but nothing there either... Matt > -Original Message- > From: Vic Cekvenich [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 05, 2002 10:44 AM >

RE: Servlet 2.3 filter

2002-04-05 Thread Tim Moore
> -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 04, 2002 10:29 PM > To: Struts Developers List > Subject: Re: Servlet 2.3 filter > > > > > On Thu, 4 Apr 2002, Struts-dev Newsgroup wrote: > > > Date: Thu, 4 Apr 2002 18:55:01 -0800 >

Re: Servlet 2.3 filter

2002-04-05 Thread Bob Lee
I wasn't aware that this was the case. It makes sense to me to call FilterChain.doFilter() to invoke the next filter, and to start back at the top if you use a RequestDispatcher. So does a RequestDispatcher always go directly for the Servlet? Do you have to call Response.sendRedirect() to get the

RE: Servlet 2.3 filter

2002-04-05 Thread Craig R. McClanahan
On Fri, 5 Apr 2002, Tim Moore wrote: > > > > One potential gotcha, especially if you like MVC > > architectures like the one Struts advocates -- filters are > > only invoked on the original request, not on > > RequestDispatcher.forward() methods. In retrospect, that > > probably wasn't the bes

DO NOT REPLY [Bug 7781] New: - HTML taglib requires message-resources unnecessarily

2002-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Current release and dependent commons projects.

2002-04-05 Thread Arron Bates
A bug was fixed in BeanUtils a couple of weeks ago after the lock-down, it's there now and I'd like to use it to make the nested iterate work as planned when using Map collections. Is the reference in the commons code going to stay the same, or next phase going to take new code?... Craig, I s