Parameters and chaining

2001-11-30 Thread Ted Husted
Going back to http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg01351.html "It would be nice if there was some Struts mechanism so that I could tell Struts "please pass this form bean directly to the target action instead of resetting one and populating it from request parameters". T

Re: Future Struts releases

2001-11-30 Thread Ted Husted
I didn't see the follow-up post, but played with the same idea. The nice part about using a base Action is that you might not even need to get the servlet involved. The Action could lookup the exception forwarding itself. I believe it could be done without any code changes at all. But using bun

Re: General model question ?

2001-11-30 Thread Arron Bates
You are right in that the indexed property isn't in the indexed tag. The discussion was more on the new nesting tags that get through all this properly. Go here for the downloads... http://www.keyboardmonkey.com/download/struts/index.html And for a running example... http://www.keyboardm

RE: Future Struts releases

2001-11-30 Thread Laine Donlan
Regarding the declarative exception handling, never really heard much since the last posting I made about it. But in that I proposed keeping the default perform signature and adding another signature that could be used to accomplish the try{}catch(Exception ){} semantics I was looking for. Basic

Re: General model question ?

2001-11-30 Thread Don Saxton
Actually I don't think there is an option, because the indexed="true" in the current logic is not an attribute of iterate so that the following has an incomplete result. In other words the the current tag only can do one level.  

Re: Future Struts releases

2001-11-30 Thread Ted Husted
So, now that 1.0.1 is in the queue, we may want to make some decisions regarding 1.1. [taglibs] Personally, I think the existing changes to the tags along probably justify a release on their own. Though, we need to add some documentation there. Arron's nested taglib looks pretty cool, and I'd l

DO NOT REPLY [Bug 4132] - possible problem with GenericDataSource.close

2001-11-30 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

DO NOT REPLY [Bug 3190] - FORM tag doesn't handle all cases of servlet mappings

2001-11-30 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

DO NOT REPLY [Bug 4997] - ActionForm exposes the ActionServlet, which has String properties that can be changed via a HTTP request.

2001-11-30 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

Proposal for form-based security

2001-11-30 Thread Matt Raible
Everyone, I'm thinking about developing an extension for Struts and wanted to see what you developers think before I build it. Building off of Nic Hobb's Role-based Actions, I'd like to add the ability to control a form's look and feel based on the user's role. Basically, what I hope to do is a

DO NOT REPLY [Bug 5214] New: - code is wrong in docs example

2001-11-30 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

Re: cvs commit:jakarta-struts/src/example/org/apache/struts/webapp/exampleApplicationResources_ru.properties

2001-11-30 Thread Martin Cooper
Just curious - how do you generate this stuff? I mean, you're obviously not going to sit down and start typing sequences of escaped Unicode character codes... ;-) I wondered the same thing when I saw Craig's commit yesterday. Thanks! -- Martin Cooper - Original Message - From: <[EMAIL

Re: General model question ?

2001-11-30 Thread Ted Husted
Arron Bates wrote: > I'm in the middle > of a document that is outlining some nice usage, do's, don'ts etc. But > this will be stuff that differs from the taglib docco that is already > there for the super tags. That would be the developer's guide, then. We've been just annexing it to the package

Re[2]: General model question ?

2001-11-30 Thread Oleg V Alexeev
Hello Ted, I take a part in developing of application with O/R using. We use Castor as O/R library. I think nested tag model can be useful for it. But if we needs to perform conversion from String values to business object properties then needs to perform some kind of validation at phase of conv

cvs commit: jakarta-struts/src/example/org/apache/struts/webapp/example ApplicationResources_ru.properties

2001-11-30 Thread oalexeev
oalexeev01/11/30 01:37:46 Added: src/example/org/apache/struts/webapp/example ApplicationResources_ru.properties Log: Add russian string resources for struts example application. Revision ChangesPath 1.1 jakarta-struts/src/exam