Is FormBean mandatory???

2002-04-09 Thread Sachin
Hi Action class interacts with a model,where business logic resides.In my project i have designed the model in such a way that there is mapping of a table with a Value Object.So the Value Object will have a setter getter methods.(for eg. if there are 5 columns in a table,then Value object will

Re: [PATCH] Default content for template:get tag

2002-04-09 Thread Cedric Dumoulin
Have you check Tiles capabilities ? Tiles are considered as extended template framework. Tiles provide an extension mechanism allowing default values specification. Cedric Adam P. Jenkins wrote: I added the ability to specifiy default content for the template:get tag. This content

Re: Servlet 2.3 filter

2002-04-09 Thread Martin Cooper
- Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Monday, April 08, 2002 9:21 AM Subject: Re: Servlet 2.3 filter On Sun, 7 Apr 2002, Martin Cooper wrote: Date: Sun, 7 Apr 2002 21:34:37 -0700 From: Martin Cooper

Struts menu

2002-04-09 Thread Jon.Ridgway
Hi All, I was wondering if there are any plans add the following to the Struts menu: -Support for roles -Support for locales (might already be their can't see how to use however) -Support for struts-config forwards. Jon Ridgway www.upco.co.uk -Original Message- From: Vaddiyar,

Re: TR: Multi Device application with STRUTS

2002-04-09 Thread Cedric Dumoulin
Hy, First, I move this thread to struts-user. You can check Tiles capabilities to have different channels. In your case, a channel correspond to a targeted device. This Tiles capability is an attempt to provide an answer to the multi-device problem. You use the same actions for all

Re: [VelTools]

2002-04-09 Thread Gabriel Sidler
I am really sorry. My mail went to the wrong list. Gabe Gabriel Sidler wrote: Based on all the feedback and discussions of the last few days I noted the following To Dos and plan to address them this week. - Change initialization of tools to the init()/destroy() approach. = code

Re: Navigation Bar

2002-04-09 Thread dion
Girish Patel [EMAIL PROTECTED] wrote on 09/04/2002 10:59:38 PM: Is there any tag to generate Navigation Bar, Glossary list, FAQ's etc thanks There's a whole project: http://jakarta.apache.org/turbine/maven -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au

RE: TR: Multi Device application with STRUTS

2002-04-09 Thread Manuel Vilar
Hello Cedric ! Oooops, I haven't yet red tiles functionnnalities, but it really seems that with tiles I could find what I was brain storming for ! Thanks again...( Shame on me !) Manuel Vilar Service developpement 01 45 15 03 32 -Message d'origine- De : Cedric Dumoulin

RE: Is FormBean mandatory???

2002-04-09 Thread Matt Raible
Web forms can only handle Strings and booleans - so if your value objects have Dates or Integers, get ready for some fun! -Original Message- From: Sachin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 1:47 AM To: [EMAIL PROTECTED] Subject: Is FormBean mandatory??? Hi

Re: Servlet 2.3 filter

2002-04-09 Thread Steven D. Monday
Please pardon me for replying to this message in an incorrect manner (if in fact I do) it is my first forray into your community. I'm not sure I see how Kevin was suggesting a model 1 architecture. Model 1 as I understand it, would suggest that a request is made from a browser to a jsp that in

RE: Is FormBean mandatory???

2002-04-09 Thread Konstantin Priblouda
--- Matt Raible [EMAIL PROTECTED] wrote: Web forms can only handle Strings and booleans - so if your value objects have Dates or Integers, get ready for some fun! Integers are completely OK, floats depend on sanity of web users. ( imagine some bank clerk who is used to enter dots to separate

RE: Is FormBean mandatory???

2002-04-09 Thread Craig R. McClanahan
On Tue, 9 Apr 2002, Konstantin Priblouda wrote: Date: Tue, 9 Apr 2002 08:15:03 -0700 (PDT) From: Konstantin Priblouda [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: Is FormBean

RE: Is FormBean mandatory???

2002-04-09 Thread Tim Moore
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 11:38 AM To: Struts Developers List Cc: [EMAIL PROTECTED] Subject: RE: Is FormBean mandatory??? On Tue, 9 Apr 2002, Konstantin Priblouda wrote: Date: Tue, 9 Apr 2002

RE: Is FormBean mandatory???

2002-04-09 Thread Craig R. McClanahan
On Tue, 9 Apr 2002, Tim Moore wrote: Date: Tue, 9 Apr 2002 11:56:22 -0400 From: Tim Moore [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: RE: Is FormBean mandatory??? -Original Message- From: Craig R.

RE: Is FormBean mandatory???

2002-04-09 Thread Craig R. McClanahan
On Tue, 9 Apr 2002, Tim Moore wrote: It's still nice that you can use integer properties, though, for things like select fields and radio buttons...anything that doesn't allow free-form text input. How do *you* know that your Struts client is actually a browser (and

Declaritive Security Functionality

2002-04-09 Thread Micah J. Schehl
I have implemented struts in some projects and have found a need for doing declarative security. Much like your role-based security, I would like to define the security in the struts config xml file, but I am looking at taking a step further. I would appreciate any advice or pointers. This

Re: Is FormBean mandatory???

2002-04-09 Thread Bob Lee
Why is there a need for seperate FormBean object in the View? Couldn't you just use a generic bean that could hold your application-specific validation logic and be shared between your view and model? Then, you could repopulate the form directly from the request. One problem I see with this is

Re: Is FormBean mandatory???

2002-04-09 Thread Bob Lee
I think I may need to elaborate before I get flamed. I do *not* suggest coupling your presentation layer and middle tier with a single value object, as it is often the case that your middle tier objects loosely correspond to the data submitted in your form if at all; if they are a lot alike, your

RE: Is FormBean mandatory???

2002-04-09 Thread Tim Moore
A lot of work to write the bean? Or to synch the values with your business layer? I think both of these are going to get a lot easier as development continues. We already have the DynaFormBean now, helping the former, and with the pluggable ConvertUtils the latter has gotten easier too.

Re: Declaritive Security Functionality

2002-04-09 Thread Micah J. Schehl
Brandon, Your project sounds like it could be useful. I am using iPlanet webserver, which is Servlet 2.2 compliant but does implement the Filters for Servlet 2.3. (see below) I read through the mail archives, and hopefully I read everything to date. I had once looked at programmatically

DO NOT REPLY [Bug 7892] New: - Using Multiple Resource Bundles for an Application

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

RE: Declaritive Security Functionality

2002-04-09 Thread Phase Web and Multimedia
I will be making it available on sourceforge this week. I am trying to document it better and clean up some rough edges. I can send it to you how it is but it is only tested on Tomcat 4. good ol alpha quality stuff. Let me know, Brandon Goodin Phase Web and Multimedia P (406) 862-2245 F (406)

Security Question getRemoteUser() or getUserPrincipal()

2002-04-09 Thread Phase Web and Multimedia
Sorry all I know this isn't a struts question. But I have a security framework that will give more flexiblity to struts and tomcat(+ other containers). I am able to tie it into the container managed security. But, I need a question answered? what is the difference between getRemoteUser() and

DO NOT REPLY [Bug 7902] New: - The exception handling declaration in the DTD doesn't allow you to pick a bundle for the key

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

Re: Is FormBean mandatory???

2002-04-09 Thread Paul Smith
This logic is essentially correct in that the framework needs to process front end stuff prior to mapping to a view object. However, there are good reasons to not want to have a form bean and a view object and an entity bean. Memory usage -- while frivolous object creation is ok in small to

DO NOT REPLY [Bug 7890] - Struts html messages tag does not exist

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

Nightly Build 04/09/02 - Problem with Tiles

2002-04-09 Thread Matt Raible
I updated to the nightly build tonight and when running Tiles, I get the error below. I was using a recent build (2-3 weeks) for the past couple weeks and it's been running fine - anything change? In JSP: [Exception in:/layouts/menuLayout.jsp] org.apache.struts.tiles.xmlDefinition.XmlAttribute