Re: Avoid code reformating !

2002-12-22 Thread Paul Speed
Somewhat off-topic at this point: Actually, Sun's style is pretty specific for most things that matter. The problem is probably that Sun code doesn't always follow Sun's style. re: Brace reformatting for readability, I prefer reading code with braces lined up, but since over 70% of the C code I'

DO NOT REPLY [Bug 2017] - Text entered in forms using multi-part/formdata cannot be utf8

2002-12-22 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_bug

RE: Avoid code reformating !

2002-12-22 Thread Andrew Hill
Personally I find the sun style with things just anyhow all over the place to be quite messy & completely unreadable. When I read source for a struts class I usually have to spend 10 minutes moving the braces around so I can figure out what is going on... Still one mans meat is anothers poison, a

Fwd: typo on Struts page

2002-12-22 Thread Pier Fumagalli
FYI - Not acked. Pier Begin forwarded message: From: Kris Resellmo <[EMAIL PROTECTED]> Date: Mon Dec 23, 2002 1:58:11 AM Europe/London To: [EMAIL PROTECTED] Subject: typo on Struts page http://jakarta.apache.org/struts/userGuide/release-notes-1.1- b2.html#New One line in this section reads

cvs commit: jakarta-struts/doc/userGuide building_view.xml

2002-12-22 Thread dgraham
dgraham 2002/12/22 15:10:29 Modified:doc/userGuide building_view.xml Log: Added text for section 3.4.3 Tiles. Revision ChangesPath 1.21 +55 -2 jakarta-struts/doc/userGuide/building_view.xml Index: building_view.xml =

DO NOT REPLY [Bug 15604] - Struts framework should use getInstance Method for instantiating FormBeans

2002-12-22 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: Avoid code reformating !

2002-12-22 Thread Ted Husted
It's true that since the Struts product does not define its own code standards, we default to the Sun conventions, as given by the Jakarta guidelines. Personally, I augment these with the Java Elements of Style, which, in practice, act like a superset of the Sun conventions. As a practical m

Re: cvs commit: jakarta-struts/doc/userGuide installation.xml

2002-12-22 Thread Ted Husted
If you like, you could just move the Services SQL stuff to Scaffold in the Commons Sandbox for the time being. I'll be visiting the Scaffold.sql package and the Commons SQL package this week (as part of paying gig), and should probably look at this as well. If it's not directly Struts relate

Re: Avoid code reformating !

2002-12-22 Thread Ted Husted
It's true that since the Struts product does not define its own code standards, we default to the Sun conventions, as given by the Jakarta guidelines. Personally, I augment these with the Java Elements of Style, which, in practice, act like a superset of the Sun conventions. As a practical m

cvs commit: jakarta-struts/doc/userGuide building_view.xml

2002-12-22 Thread husted
husted 2002/12/22 11:41:19 Modified:doc/userGuide building_view.xml Log: Conform use of pre/code tags; no content changes. Revision ChangesPath 1.20 +124 -125 jakarta-struts/doc/userGuide/building_view.xml Index: building_view.xml ===

Re: modifying the mapping input path during validation

2002-12-22 Thread Ted Husted
My first suggestion would be try not to think in terms of request parameters and try to think in terms of ActionForm properties. Generally, all the request parameters should be represented as ActionForm properties. Struts will then take care of automatically populating the properties. My seco

Re: modifying the mapping input path during validation

2002-12-22 Thread Ted Husted
12/17/2002 2:31:52 PM, Erik Hatcher wrote: >Or the evil action chaining keeping things available for you in >a later action. IMHO, Action chaining is linking three or more Actions together. (e.g., three points determine a chaine :0) Simply forwarding from one Action to another, so the secon

Re: Module path-mapping limitation

2002-12-22 Thread Ted Husted
It's not so much a bug as a design flaw. The current approach to prepending the module is under-designed and just jams it in. Though, I keep meaning to check whether the template feature we added later ($M$P) could be used to get around this somehow. -Ted. 12/17/2002 12:22:39 PM, Matt Raible

Re: Reloading ActionServlet configuration

2002-12-22 Thread Ted Husted
See also http://jakarta.apache.org/struts/faqs/newbie.html#reload 12/16/2002 2:38:52 PM, Ron Monson <[EMAIL PROTECTED]> wrote: >Since the reload() method has been removed from ActionServlet effective >1.1b2 I am trying to find an alternative way of 'reloading' the >configuration on-the-fly.

cvs commit: jakarta-struts/doc/faqs helping.xml

2002-12-22 Thread husted
husted 2002/12/22 09:09:01 Modified:doc/faqs helping.xml Log: Conform line lengths - no content changes. Revision ChangesPath 1.4 +228 -157 jakarta-struts/doc/faqs/helping.xml Index: helping.xml ==

cvs commit: jakarta-struts/doc/faqs helping.xml

2002-12-22 Thread husted
husted 2002/12/22 08:56:00 Modified:doc/faqs helping.xml Log: Clarify how to submit patches. Revision ChangesPath 1.3 +19 -5 jakarta-struts/doc/faqs/helping.xml Index: helping.xml === RCS

cvs commit: jakarta-struts/doc/resources books.xml

2002-12-22 Thread husted
husted 2002/12/22 08:45:10 Modified:doc/resources books.xml Log: Move book news to news page, with other dated items. Revision ChangesPath 1.16 +0 -13 jakarta-struts/doc/resources/books.xml Index: books.xml

cvs commit: jakarta-struts/doc/news index.xml

2002-12-22 Thread husted
husted 2002/12/22 08:44:56 Modified:doc/news index.xml Log: Move book news to news page, with other dated items. Revision ChangesPath 1.11 +32 -3 jakarta-struts/doc/news/index.xml Index: index.xml ==

cvs commit: jakarta-struts/doc using.xml index.xml acquiring.xml

2002-12-22 Thread husted
husted 2002/12/22 08:44:25 Modified:doc using.xml index.xml acquiring.xml Log: Add links to prerequesites. Add mention of subscribing to Digest and posting to User list. Remove book newsflash before it becomes dated. Revision ChangesPath 1.5 +5 -1 jakart

Re: Taglib URI's

2002-12-22 Thread Ted Husted
If you subscribe to the digest, you can still post to the User list. You can also post to the User list through the BaseBeans newsgroup. 12/15/2002 11:14:23 AM, Matt Raible <[EMAIL PROTECTED]> wrote: >This is probably a question for the struts-user list, but I'm scared to subscribe to that i

DO NOT REPLY [Bug 15604] New: - Struts framework should use getInstance Method for instantiating FormBeans

2002-12-22 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