RE: JSF vs Struts

2004-07-21 Thread Matthias Wessendorf
Jacob, perhaps you remember, we mailed on JSF-EL... however, some minutes ago, i mailed your mail to myfaces-develop-list. since it was deep in my incoming-mail-folder... :-) have you checked out MyFaces-CVS-Head yet? so perhaps you can do some performance-issue there too. btw. does yours

cvs commit: jakarta-struts STATUS.txt

2004-07-21 Thread husted
husted 2004/07/21 09:32:03 Modified:.STATUS.txt Log: Routine update. Revision ChangesPath 1.13 +55 -55jakarta-struts/STATUS.txt Index: STATUS.txt === RCS file:

Re: JSF vs Struts

2004-07-21 Thread Craig McClanahan
On Wed, 21 Jul 2004 10:27:29 -0500, Hookom, Jacob [EMAIL PROTECTED] wrote: Would there be any interest in starting an Apache JSF implementation with a component repository for the open source community? I have about 80% of an implementation written... That sounds a lot like the MyFaces

RE: JSF vs Struts

2004-07-21 Thread Amanpreet Singh
Hello Jacob, i am working in J2EE technology from last 2 and half years. I would like to join the open spurce and do the develop Please let me know when can we go ahead. Thanks and regards Amanpreet Hookom, Jacob [EMAIL PROTECTED] wrote: Would there be any interest in starting an Apache

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html FormTag.java

2004-07-21 Thread niallp
niallp 2004/07/21 14:02:23 Modified:doc/userGuide struts-html.xml src/share/org/apache/struts/taglib/html FormTag.java Log: Bug 21986 - add accept-charset attribute to the FormTag Revision ChangesPath 1.80 +11 -0

cvs commit: jakarta-struts/web/test/test/org/apache/struts/taglib/html TestFormTag1.jsp

2004-07-21 Thread niallp
niallp 2004/07/21 15:34:09 Modified:src/test/org/apache/struts/taglib/html TestFormTag1.java web/test/test/org/apache/struts/taglib/html TestFormTag1.jsp Log: Add Test Case for FormTag accept-charset attribute Revision ChangesPath 1.9 +6 -3

DO NOT REPLY [Bug 21986] - add accept-charset attribute to html:form

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

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html FormTag.java

2004-07-21 Thread niallp
niallp 2004/07/21 18:11:43 Modified:src/share/org/apache/struts/taglib/html FormTag.java Log: Refactor FormTag to make it easier to override Revision ChangesPath 1.61 +60 -52 jakarta-struts/src/share/org/apache/struts/taglib/html/FormTag.java Index: