Re: contrib/struts-shale-mailreader

2004-11-13 Thread Struts User
> Having said all this, the framework is powerful for sophisticated web > production side, where all fragments of each page are completely dynamic > based on built-in backend intelligence. Tiles is appropriate for such > page, rather than each page need a backing bean. Hi Batien, I am running th

Re: Multibox deselection problem

2004-11-13 Thread Rick Reumann
Olivier Croisier wrote the following on 11/12/2004 9:46 AM: Now here is my problem. When I de-select all the checkboxes in my jsp page, by hand or by javascript, my processImport.do receives a String[] array containing the entities that were defined in preparaImport.do as default, instead of an

OzStruts document is updated

2004-11-13 Thread Tak Yoshida
Hi, Thanks you so much for many constructive feedbacks to OzStruts. I was surprised what a lot of people in a glow of enthusiusm are looking for better paradigm. I'm happy with these constructive discussion have started from my thread, even though most of people don't care about my stuff at all.

Re: contrib/struts-shale-mailreader

2004-11-13 Thread BaTien Duong
Craig McClanahan wrote: On Fri, 12 Nov 2004 14:35:07 -0700, BaTien Duong <[EMAIL PROTECTED]> wrote: Hello Craig: i take a casual look at shale and the running mailreader example. I have some questions: 1) Shale is designed as a servlet filter that hook to a DialogController and invoke a specifie

RE: Frustrating Tiles error - Error - tag.getAsString

2004-11-13 Thread David G. Friedman
Michael, Where is line 95? Your index.jsp looks too short to have 95 lines. Is it one of the included files? Can you cut & paste all tiles:getAsString lines from the related tiles for main.layout? Those would be /jsp/header.jsp /jsp/login.jsp /jsp/footer.jsp /jsp/welcome.jsp Also, are you posit

RE: struts-template.tld

2004-11-13 Thread David G. Friedman
Strangely, this isn't listed in the Changes section on the Struts site, but here is a previous posting from Craig last month explaining your problem: http://marc.theaimsgroup.com/?l=struts-user&m=109820688120864&w=2 ___ begin message From: Craig McClanahan Date: 2004-10-19 17:27:

struts-template.tld

2004-11-13 Thread Stefan Clos
I just downloaded the struts-1.2.4 binary. In the lib-directory is no struts-template.tld Why? Is there no need for it in struts 1.2.4? I found nothing in the release notes. Thanks -- NEU +++ DSL Komplett von GMX +++ http://www.gmx.net/de/go/dsl GMX DSL-Netzanschluss + Tarif zum supergünstigen K

RE: Frustrating Tiles error - Error - tag.getAsString

2004-11-13 Thread Michael Klaene
Sorry about that. So many files, I forgot to list the plugin element in the struts-config file. Here it is: If anyone has any ideas as to my problem, please let me know. Thanks again, Mike --- "David G. Friedman" <[EMAIL PROTECTED]> wrote: > Michael, > > Can you show t

RE: Application Development Procedure Doc (Again)

2004-11-13 Thread Dan Cancro
Thanks, David. Great doable ideas! I have a couple questions... Where is the best place to put server side validation? I think that's a substep of either "Author Business Services" or "Author Actions". Same question about client-side validation. Do you think Bugzilla is more of a QA- or a Te