Problems with struts-faces

2012-07-10 Thread Ramiro González Gómez
Hi Craig, I’m a profesional developer from Spain. We are decided to used strtus-faces jar to migrate an application from Struts to JSF. We have followed all steps described in PDF Migrating from Struts to JavaServer Faces from Kito. We can see the JSF page and everything is OK excepts the action

Re: struts-faces problem not invoking Action class displaying blank page

2007-07-03 Thread Niall Pemberton
On 7/3/07, sadasivarao <[EMAIL PROTECTED]> wrote: Hi, I am using struts and JSF using struts-faces 1.3.8.jar file and using WSAD 5.1.2 My jsf page is like this As soon as I click on submit button blank page disp

struts-faces problem not invoking Action class displaying blank page

2007-07-03 Thread sadasivarao
Hi, I am using struts and JSF using struts-faces 1.3.8.jar file and using WSAD 5.1.2 My jsf page is like this .. As soon as I click on submit button blank page displaying. No error it is showing it

Re: struts-faces integration problem with existing struts based application?

2007-05-24 Thread Laurie Harper
Please post questions about using Struts to the Struts Users list only. The Struts Dev list is for discussing the development and enhancement of Struts itself. http://struts.apache.org/mail.html vijendra wrote: I am trying to integrate struts-faces in my previous struts based application. i

Re: struts-faces integration problem with existing struts based application?

2007-05-21 Thread vijendra
I am trying to integrate struts-faces in my previous struts based application. i am unable to get required results. the libraries i am using are:-(mainly) commons-beanutils-1.7.0, commons-chain-1.1, commons-digester-1.8, commons-lang-2.3, struts-faces-1.3.8, tomahawk-1.1.5, log4j-1.2.8, myfaces

struts-faces integration problem with existing struts based application?

2007-05-18 Thread vijendra
i don't know what is wrong but i tried all he things i can do to get the results. http://www-128.ibm.com/developerworks/library/j-integrate/ is the first page i found useful in order to start. the first sample application itself is having many flaws. not designed properly. i tried many modificat

Re: [s1.3.6] Where to download struts-faces?

2006-11-27 Thread Niall Pemberton
On 11/28/06, Paul Benedict <[EMAIL PROTECTED]> wrote: We have this site issue" https://issues.apache.org/struts/browse/STR-2926 The complaint is we don't have any download links for Struts-Faces. Now with the 1.3.5 release, struts-faces is part of the library. However, that wasn

[s1.3.6] Where to download struts-faces?

2006-11-27 Thread Paul Benedict
We have this site issue" https://issues.apache.org/struts/browse/STR-2926 The complaint is we don't have any download links for Struts-Faces. Now with the 1.3.5 release, struts-faces is part of the library. However, that wasn't the case with earlier releases. Do we want to pr

Re: [Struts-Faces] commandLink obsolete ?

2006-10-28 Thread Matthias Wessendorf
The bug is still in the RI (1.1._02) so s:commandLink is not obsolate. the "bug" in s:commandLink is, that it is not working w/ Trinidad http://issues.apache.org/struts/browse/STR-2966 -M On 10/28/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 10/28/06, Matthias Wessendorf <[EMAIL PROTECTED]>

Re: [Struts-Faces] commandLink obsolete ?

2006-10-28 Thread Wendy Smoak
On 10/28/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: the bug, so can sb apply the patch ? On 10/28/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > wow, it is still there :) What patch? If it's something in the Struts JIRA, add a comment to the issue. -- Wendy ---

Re: [Struts-Faces] possible Bug in FormRenderer

2006-10-28 Thread Matthias Wessendorf
> a) is this the right place to ask questions on Struts-Faces, or where ? It's the right place for dev type questions ... the Struts User list for user type questions :-). :) I was more concerned about "Faces stuff" in Struts-dev ;) Not sure if that lib will be maintain

Re: [Struts-Faces] possible Bug in FormRenderer

2006-10-28 Thread Craig McClanahan
On 10/26/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: Hey, two things. a) is this the right place to ask questions on Struts-Faces, or where ? It's the right place for dev type questions ... the Struts User list for user type questions :-). if so b) the demos of struts

Re: [Struts-Faces] commandLink obsolete ?

2006-10-28 Thread Matthias Wessendorf
the bug, so can sb apply the patch ? On 10/28/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: wow, it is still there :) On 10/27/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > commandLink was create in 2004, b/c of a RI bug. > I guess (or assume) that it has been fixed there. > wor

Re: [Struts-Faces] commandLink obsolete ?

2006-10-28 Thread Matthias Wessendorf
wow, it is still there :) On 10/27/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: commandLink was create in 2004, b/c of a RI bug. I guess (or assume) that it has been fixed there. works fine w/ MyFaces. however inside trinidad/adf the commandLink will not work ... -M -- Matthias Wessen

[Struts-Faces] commandLink obsolete ?

2006-10-27 Thread Matthias Wessendorf
commandLink was create in 2004, b/c of a RI bug. I guess (or assume) that it has been fixed there. works fine w/ MyFaces. however inside trinidad/adf the commandLink will not work ... -M -- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf ma

[Struts-Faces] possible Bug in FormRenderer

2006-10-27 Thread Matthias Wessendorf
Hey, two things. a) is this the right place to ask questions on Struts-Faces, or where ? if so b) the demos of struts faces show a "portal" which uses links (done w/ JSF-components) to navigate to a tiles pages, which finally contains a based formular. that is the key... ActionForm

Re: [SAF1 - Struts-Faces] can't load the correct MessageResources in a multimodule webapp

2006-05-13 Thread A. Alonso Dominguez
Hi Craig, I found also a similiar problem with the tag. I will open a now issue about them two. Alonso 2006/5/12, Craig McClanahan <[EMAIL PROTECTED]>: On 5/12/06, A. Alonso Dominguez <[EMAIL PROTECTED]> wrote: > > Hi there, > > I think that there is a bug in the implementation of the " > or

Re: [SAF1 - Struts-Faces] can't load the correct MessageResources in a multimodule webapp

2006-05-12 Thread Craig McClanahan
On 5/12/06, A. Alonso Dominguez <[EMAIL PROTECTED]> wrote: Hi there, I think that there is a bug in the implementation of the " org.apache.struts.faces.taglib.LoadMessagesTag". When working in a multimodule webapp with several per module, the tag can't find the appropiate MessageResources ins

[SAF1 - Struts-Faces] can't load the correct MessageResources in a multimodule webapp

2006-05-12 Thread A. Alonso Dominguez
Hi there, I think that there is a bug in the implementation of the " org.apache.struts.faces.taglib.LoadMessagesTag". When working in a multimodule webapp with several per module, the tag can't find the appropiate MessageResources instance via "messages" attribute. The reason for this is the w

Re: Struts-Faces: Is this a bug?

2006-05-11 Thread A. Alonso Dominguez
A created a new issue about this bug: http://issues.apache.org/struts/browse/STR-2873 2006/5/11, Craig McClanahan <[EMAIL PROTECTED]>: On 5/9/06, A. Alonso Dominguez <[EMAIL PROTECTED]> wrote: > > Hi there! > > I'm trying to use the new struts-action framework, version 1.3.3 with > tiles > and

Re: Struts-Faces: Is this a bug?

2006-05-10 Thread Craig McClanahan
On 5/9/06, A. Alonso Dominguez <[EMAIL PROTECTED]> wrote: Hi there! I'm trying to use the new struts-action framework, version 1.3.3 with tiles and faces. I'm following the example applications but I found possibly a bug when rendering a struts-based FormBean. The jsp code that I was using is

Struts-Faces: Is this a bug?

2006-05-09 Thread A. Alonso Dominguez
Hi there! I'm trying to use the new struts-action framework, version 1.3.3 with tiles and faces. I'm following the example applications but I found possibly a bug when rendering a struts-based FormBean. The jsp code that I was using is as follows:

[jira] Moved: (SHALE-91) [struts-faces] Example application doesn't deploy

2006-04-25 Thread Craig McClanahan (JIRA)
: (was: Unknown) Assign To: (was: Struts Developer Mailing List) > [struts-faces] Example application doesn't deploy > - > > Key: SHALE-91 > URL: http://issues.apache.org/struts/browse/SHALE-91 > Projec

Re: Struts Faces - what to do?

2006-04-14 Thread Craig McClanahan
On 4/14/06, Dakota Jack <[EMAIL PROTECTED]> wrote: > > Isn't the rule that this should have [faces] or something like that in the > subject matter? It is a convention, not a rule. And it is more for the user list than the dev list -- people subscribed here are presumed to have a clue :-). Craig

Re: Struts Faces - what to do?

2006-04-14 Thread Dakota Jack
Isn't the rule that this should have [faces] or something like that in the subject matter? On 4/13/06, James Mitchell <[EMAIL PROTECTED]> wrote: > > Perhaps Craig can shed some light on this, but are we going to > continue to support the struts-faces project? If so, can some

Re: Struts Faces - what to do?

2006-04-13 Thread Craig McClanahan
ion: Undefined component type > org.apache.struts.faces.Html Sounds like a jar file is missing from the webapp ... not all that surprising giving all the changes going on. I'll take a look. I was under the assumption that the struts-faces library only buys > someone partial compatibil

Re: Struts Faces - what to do?

2006-04-13 Thread James Mitchell
that the struts-faces library only buys someone partial compatibility. And what they get was only jsf-1.0 compatible anyway, but I will be happy to be corrected. -- James Mitchell On Apr 14, 2006, at 12:14 AM, Craig McClanahan wrote: On 4/13/06, James Mitchell <[EMAIL PROTECTED

Re: Struts Faces - what to do?

2006-04-13 Thread Craig McClanahan
On 4/13/06, James Mitchell <[EMAIL PROTECTED]> wrote: > > Perhaps Craig can shed some light on this, but are we going to > continue to support the struts-faces project? We should. There will be people who want to have a few JSF components on a few pages (or they want to migrat

Struts Faces - what to do?

2006-04-13 Thread James Mitchell
Perhaps Craig can shed some light on this, but are we going to continue to support the struts-faces project? If so, can someone please fix the faces example (1 and 2) apps? -- James Mitchell - To unsubscribe, e-mail

svn commit: r393833 - in /struts/action/trunk/faces: ./ core-library/ core-library/src/ src/ systest1-webapp/src/java/org/apache/struts/faces/systest1/

2006-04-13 Thread jmitchell
unk/faces/core-library/src/ - copied from r393785, struts/action/trunk/faces/src/ Removed: struts/action/trunk/faces/pom.xml struts/action/trunk/faces/src/ Modified: struts/action/trunk/faces/systest1-webapp/src/java/org/apache/struts/faces/systest1/ContextAction.java struts/act

svn commit: r392072 - in /struts/action/trunk/faces/src/java/org/apache/struts/faces/application: FacesTilesRequestProcessor.java FacesTilesRequestProcessor.java.bak

2006-04-06 Thread mrdon
ache/struts/faces/application/FacesTilesRequestProcessor.java.bak - copied unchanged from r392071, struts/action/trunk/faces/src/java/org/apache/struts/faces/application/FacesTilesRequestProcessor.java Removed: struts/action/trunk/faces/src/java/org/apache/struts/faces/applica

svn commit: r392070 - in /struts/action/trunk: ./ faces/core-library/src/ faces/src/ faces/src/conf/ faces/src/java/ faces/src/java/org/apache/struts/faces/application/ faces/src/test/

2006-04-06 Thread mrdon
test/ - copied from r392064, struts/action/trunk/faces/core-library/src/test/ Removed: struts/action/trunk/faces/core-library/src/ Modified: struts/action/trunk/faces/src/java/org/apache/struts/faces/application/ActionListenerImpl.java struts/action/trunk/faces/src/java/org/apache/st

DO NOT REPLY [Bug 36054] - [struts-faces] Example 2 application does not get deployed properly.

2006-03-27 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38955] - [struts-faces] Example application doesn't deploy

2006-03-27 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://issues.apache.org/bugzilla/show_bu

svn commit: r389368 - in /struts/faces/trunk: core-library/build.xml default.properties example1-webapp/build.xml example2-webapp/build.xml sysclient-app/build.xml systest1-webapp/build.xml

2006-03-27 Thread wsmoak
d By: Roland Added: struts/faces/trunk/default.properties (with props) Modified: struts/faces/trunk/core-library/build.xml struts/faces/trunk/example1-webapp/build.xml struts/faces/trunk/example2-webapp/build.xml struts/faces/trunk/sysclient-app/build.xml struts/faces/trunk/syst

DO NOT REPLY [Bug 38955] - [struts-faces] Example application doesn't deploy

2006-03-15 Thread bugzilla
es must conform to > platform.target=1.4 I copied that from Shale, but I believe Struts Faces should target 1.3 instead. Craig, is that correct? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assigne

DO NOT REPLY [Bug 38955] - [struts-faces] Example application doesn't deploy

2006-03-15 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38955] - [struts-faces] Example application doesn't deploy

2006-03-15 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 38955] - [struts-faces] Example application doesn't deploy

2006-03-13 Thread bugzilla
gzilla/show_bug.cgi?id=38955 [EMAIL PROTECTED] changed: What|Removed |Added Summary|Example application doesn't |[struts-faces] Example

svn commit: r384525 - /struts/faces/tags/STRUTS_1_2_9/

2006-03-09 Thread niallp
Author: niallp Date: Thu Mar 9 07:07:53 2006 New Revision: 384525 URL: http://svn.apache.org/viewcvs?rev=384525&view=rev Log: Tag Struts 1.2.9 Added: struts/faces/tags/STRUTS_1_2_9/ - copied from r384524, struts/faces/branches/STRUTS_1_2_BR

svn commit: r376183 - /struts/faces/trunk/README.txt

2006-02-08 Thread jholmes
Author: jholmes Date: Wed Feb 8 20:47:52 2006 New Revision: 376183 URL: http://svn.apache.org/viewcvs?rev=376183&view=rev Log: Fixed a couple typos. Modified: struts/faces/trunk/README.txt Modified: struts/faces/trunk/README.txt URL: http://svn.apache.org/viewcvs/struts/faces/t

DO NOT REPLY [Bug 36054] - [struts-faces] Example 2 application does not get deployed properly.

2006-01-18 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31842] - [struts-faces] Simple JSF integration with Tiles

2005-12-11 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31803] - Struts-Faces and Validator framework (of Struts 1.2.4)

2005-12-11 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31097] - Struts-faces renders blank pages when refreshing page.

2005-12-11 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31809] - [struts-faces] Unable to deploy struts-faces-example2.war

2005-12-11 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31351] - JSF 1.1_01 and Struts-faces Problem

2005-12-11 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 26317] - struts-faces example2 - 2004-01-13 build

2005-12-11 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30342] - Struts-faces & JSF commandLink bug in RI 1.1

2005-12-11 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 28668] - struts-faces nightlies are empty

2005-12-11 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 31829] - [struts-faces] Exception in second example

2005-12-11 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 36054] - [struts-faces] Example 2 application does not get deployed properly.

2005-11-13 Thread bugzilla
gzilla/show_bug.cgi?id=36054 [EMAIL PROTECTED] changed: What|Removed |Added Summary|Example 2 application does |[struts-faces] Example 2 |not get deployed pr

svn commit: r331730 - /struts/faces/tags/STRUTS_1_2_8/

2005-11-08 Thread niallp
Author: niallp Date: Tue Nov 8 00:17:40 2005 New Revision: 331730 URL: http://svn.apache.org/viewcvs?rev=331730&view=rev Log: Tag Struts 1.2.8 Added: struts/faces/tags/STRUTS_1_2_8/ - copied from r331729, struts/faces/branches/STRUTS_1_2_BR

svn commit: r278871 - in /struts: faces/trunk/xdocs/ site/trunk/xdocs/faces/

2005-09-05 Thread wsmoak
Author: wsmoak Date: Mon Sep 5 15:28:14 2005 New Revision: 278871 URL: http://svn.apache.org/viewcvs?rev=278871&view=rev Log: Moved Struts Faces docs to sub-project Added: struts/faces/trunk/xdocs/ - copied from r278870, struts/site/trunk/xdocs/faces/ Removed: struts/site/t

svn commit: r278868 - /struts/faces/trunk/xdocs/

2005-09-05 Thread wsmoak
Author: wsmoak Date: Mon Sep 5 15:25:57 2005 New Revision: 278868 URL: http://svn.apache.org/viewcvs?rev=278868&view=rev Log: Deleting xdocs to allow moving site/xdocs/faces into its place. Removed: struts/faces/trunk/x

Re: Common build file issues (was Re: struts-faces won't compile)

2005-08-14 Thread James Mitchell
ing / Freelance EdgeTech, Inc. http://www.edgetechservices.net/ 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] Skype: jmitchtx - Original Message - From: "Wendy Smoak" <[EMAIL PROTECTED]> To: "Struts Developers List" Sent: Sunday, August 14, 2005 8:27 AM Subject: Common bu

Re: Common build file issues (was Re: struts-faces won't compile)

2005-08-14 Thread James Mitchell
ing / Freelance EdgeTech, Inc. http://www.edgetechservices.net/ 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] Skype: jmitchtx - Original Message - From: "Wendy Smoak" <[EMAIL PROTECTED]> To: "Struts Developers List" Sent: Sunday, August 14, 2005 8:27 AM Subject: Common bu

Common build file issues (was Re: struts-faces won't compile)

2005-08-14 Thread Wendy Smoak
Wendy wrote: But there are things in the common build file that are *not* common to all subprojects. We needs a way to make sure that core/taglib/el/apps/plugins are all using the same versions of their dependencies, without imposing those dependencies on 'standalone' subprojects. How about:

Re: struts-faces won't compile

2005-08-11 Thread Wendy Smoak
roblem ... but I don't believe that struts-faces should inherit a dependency on 1.3.x. I don't see how switching from a deprecated method call to the replacement causes a dependency on 1.3.x. That change still compiles under 1.2.2. Today it works (runtime) on 1.1 and 1.2, and it wo

Re: struts-faces won't compile

2005-08-11 Thread Craig McClanahan
On 8/11/05, Michael Rasmussen <[EMAIL PROTECTED]> wrote: > Craig, > I know this issue came up about a year ago that struts-faces > wouldn't compile against the latest version of Struts (I think it was > a validator issue). It makes sense to me that it should always

Re: struts-faces won't compile

2005-08-11 Thread Michael Rasmussen
Craig, I know this issue came up about a year ago that struts-faces wouldn't compile against the latest version of Struts (I think it was a validator issue). It makes sense to me that it should always work with the latest version of Struts. I think it would serve the project well to cut

Re: Struts-Faces build (was Re: Vote: ANT or Maven ... )

2005-08-08 Thread Wendy Smoak
From: "Craig McClanahan" <[EMAIL PROTECTED]> Craig wrote: There was talk on some thread or another ... hmm, I seem to remember a certain advocate for a compromise position :-) ... that you could have it both ways by simply generating a build.xml file from Maven. I advocated for both... but not

Re: Struts-Faces build (was Re: Vote: ANT or Maven ... )

2005-08-08 Thread Craig McClanahan
ways by simply generating a build.xml file from Maven. As pointed out in a couple of other emails, it's not clear to me whether that is sufficient to provide the functionality that the current struts-faces build.xml script provides -- particularly in adapting to the differences betwe

Struts-Faces build (was Re: Vote: ANT or Maven ... )

2005-08-08 Thread Wendy Smoak
From: "Craig McClanahan" <[EMAIL PROTECTED]> Still builds with Ant? That's the key for the nightlies. Did it ever NOT build with Ant? This whole thing started because Faces wouldn't build for me with Maven. (And how did it get on this thread? There was another one for Faces...) There's

svn commit: r230968 - /struts/faces/trunk/project.xml

2005-08-08 Thread wsmoak
Author: wsmoak Date: Mon Aug 8 21:53:40 2005 New Revision: 230968 URL: http://svn.apache.org/viewcvs?rev=230968&view=rev Log: Changed dependency from Struts Core 1.3.0-dev to Struts 1.2.2, removed dependencies on struts-taglib and struts-tiles. Modified: struts/faces/trunk/project

Re: struts-faces won't compile

2005-08-08 Thread Craig McClanahan
ent project.xml file instead of a shared one? > If it makes sense, we can remove the build/project.xml from > project.xml, and that will make the build stand on its own. That > seems more appropriate for Tiles than Struts-Faces, though. Yep ... but without disrupting all the subproje

Re: struts-faces won't compile

2005-08-08 Thread Wendy Smoak
It won't compile against Struts 1.1. Should it?) If it makes sense, we can remove the build/project.xml from project.xml, and that will make the build stand on its own. That seems more appropriate for Tiles than Struts-Faces, t

Re: struts-faces won't compile

2005-08-08 Thread Craig McClanahan
se in that it solves the compilation problem ... but I don't believe that struts-faces should inherit a dependency on 1.3.x. Today it works (runtime) on 1.1 and 1.2, and it would be pretty pointless to throw away the vast majority of the potential target market. I think Struts-Faces (if it&#

struts-faces won't compile

2005-08-08 Thread Wendy Smoak
Faces is using a formerly deprecated, and now removed, method in RequestUtils. This breaks the Maven build, which works against struts-core-1.3.0-dev. Is this the correct fix? Thanks, Wendy Index: core-library/src/java/org/apache/struts/faces/application/ActionListenerImpl.java

svn commit: r202117 - /struts/faces/trunk/project.xml

2005-06-27 Thread jmitchell
Author: jmitchell Date: Mon Jun 27 19:38:05 2005 New Revision: 202117 URL: http://svn.apache.org/viewcvs?rev=202117&view=rev Log: fix faces build - thanks Wendy\! Modified: struts/faces/trunk/project.xml Modified: struts/faces/trunk/project.xml URL: http://svn.apache.org/viewcvs/st

DO NOT REPLY [Bug 35506] - [struts-faces] - core-library and example1-webapp patches

2005-06-26 Thread bugzilla
gzilla/show_bug.cgi?id=35506 [EMAIL PROTECTED] changed: What|Removed |Added Summary|Struts-Faces Library - core-|[struts-faces] - core- |library and example1-

DO NOT REPLY [Bug 35506] - Struts-Faces Library - core-library and example1-webapp patches

2005-06-25 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 35506] New: - Struts-Faces Library - core-library and example1-webapp patches

2005-06-25 Thread bugzilla
gzilla/show_bug.cgi?id=35506 Summary: Struts-Faces Library - core-library and example1-webapp patches Product: Struts Version: Nightly Build Platform: Other OS/Version: other Status: NEW Severity:

DO NOT REPLY [Bug 35265] - [struts-faces] Example applications don't work?!

2005-06-17 Thread bugzilla
gzilla/show_bug.cgi?id=35265 [EMAIL PROTECTED] changed: What|Removed |Added Summary|Example applications don't |[struts-faces] Example

DO NOT REPLY [Bug 35179] - [struts-faces] JSF Conversion and validation errors under s:errors

2005-06-17 Thread bugzilla
gzilla/show_bug.cgi?id=35179 [EMAIL PROTECTED] changed: What|Removed |Added Summary|JSF Conversion and |[struts-faces] JSF |validation errors

DO NOT REPLY [Bug 34682] - [struts-faces] Conversion errors are not showing up

2005-06-12 Thread bugzilla
gzilla/show_bug.cgi?id=34682 [EMAIL PROTECTED] changed: What|Removed |Added Summary|Conversion errors are not |[struts-faces] Conversion |show

DO NOT REPLY [Bug 32165] - [struts-faces] FacesRequestProcessor bug when using prefix mapped Struts servlet & extension mapped Faces servlet

2005-06-10 Thread bugzilla
gzilla/show_bug.cgi?id=32165 [EMAIL PROTECTED] changed: What|Removed |Added Summary|FacesRequestProcessor bug |[struts-faces] |when using prefix

DO NOT REPLY [Bug 35232] - [struts-faces] ErrorsRenderer assumes ActionErrors

2005-06-10 Thread bugzilla
gzilla/show_bug.cgi?id=35232 [EMAIL PROTECTED] changed: What|Removed |Added Summary|ErrorsRenderer assumes |[struts-faces] |Action

svn commit: r178996 - in /struts/faces/trunk: example1-webapp/build.xml example2-webapp/build.xml example2-webapp/src/web/loggedoff.jsp systest1-webapp/build.xml

2005-05-29 Thread craigmcc
Author: craigmcc Date: Sun May 29 16:23:24 2005 New Revision: 178996 URL: http://svn.apache.org/viewcvs?rev=178996&view=rev Log: Adapt build scripts to reflect the fact that commons-collections.jar is not shipped with recent (i.e. 1.2.6+) versions of Struts. Modified: struts/faces/t

svn commit: r168538 - /struts/faces/tags/STRUTS_1_2_7

2005-05-05 Thread niallp
Author: niallp Date: Thu May 5 23:25:57 2005 New Revision: 168538 URL: http://svn.apache.org/viewcvs?rev=168538&view=rev Log: faces - Version 1.2.7 Tagged Added: struts/faces/tags/STRUTS_1_2_7/ - copied from r168537, struts/faces/t

svn commit: r165410 - in /struts/faces/trunk: ./ core-library/src/java/org/apache/struts/faces/taglib/ core-library/src/java/org/apache/struts/faces/util/ sysclient-app/src/java/org/apache/struts/faces/sysclient/

2005-04-30 Thread jmitchell
Author: jmitchell Date: Sat Apr 30 09:25:14 2005 New Revision: 165410 URL: http://svn.apache.org/viewcvs?rev=165410&view=rev Log: bring faces current with all dependent subprojects(core, taglib, and tiles), upgrade to htmlunit 1.5 Modified: struts/faces/trunk/build.properties.sa

svn commit: r160075 - struts/faces/trunk/project.xml

2005-04-04 Thread jmitchell
Author: jmitchell Date: Mon Apr 4 11:30:06 2005 New Revision: 160075 URL: http://svn.apache.org/viewcvs?view=rev&rev=160075 Log: bring faces up to date with latest available htmlunit on ibiblio Modified: struts/faces/trunk/project.xml Modified: struts/faces/trunk/project.xml URL:

DO NOT REPLY [Bug 33672] - struts-faces is incompatible with myfaces

2005-03-14 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33672] - struts-faces is incompatible with myfaces

2005-03-14 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32014] - HttpServletRequestWrapper in struts-faces broken for servlet 2.4

2005-03-14 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://issues.apache.org/bugzilla/show_bu

svn commit: r157452 - in struts/faces/trunk/core-library/src/java/org/apache/struts/faces: application/FacesRequestProcessor.java application/FacesTilesRequestProcessor.java util/HttpServletRequestWrapper.java

2005-03-14 Thread craigmcc
Author: craigmcc Date: Mon Mar 14 11:46:14 2005 New Revision: 157452 URL: http://svn.apache.org/viewcvs?view=rev&rev=157452 Log: Remove the problematic HttpServletRequestWrapper and references to it in the request processor implementations. Removed: struts/faces/trunk/core-library/src/

DO NOT REPLY [Bug 33672] - struts-faces is incompatible with myfaces

2005-03-13 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://issues.apache.org/bugzilla/show_bu

Re: Compiling STRUTS and STRUTS-FACES with servlet 2.4 and jsp 2.0

2005-03-13 Thread Niall Pemberton
nday, March 14, 2005 4:11 AM Subject: Re: Compiling STRUTS and STRUTS-FACES with servlet 2.4 and jsp 2.0 > FYI, as soon as I apply some recent patches (to remove the wrapper > class) this whole area will become a non-issue for struts-faces. In > the general case, however, it is not

Re: Compiling STRUTS and STRUTS-FACES with servlet 2.4 and jsp 2.0

2005-03-13 Thread Craig McClanahan
FYI, as soon as I apply some recent patches (to remove the wrapper class) this whole area will become a non-issue for struts-faces. In the general case, however, it is not currently feasible to create a wrapper that works across 2.3 and 2.4 unless you're willing to do a little work with

DO NOT REPLY [Bug 33672] - struts-faces is incompatible with myfaces

2005-03-13 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://issues.apache.org/bugzilla/show_bu

Re: Compiling STRUTS and STRUTS-FACES with servlet 2.4 and jsp 2.0

2005-03-12 Thread Bill Siggelkow
On 2005-03-11 00:25:35 -0500, Martin Cooper <[EMAIL PROTECTED]> said: On Tue, 1 Mar 2005 09:11:28 -0800, Craig McClanahan <[EMAIL PROTECTED]> wrote: Doing the simple version of a change like this will cause the wrapper class to not be compilable against a 2.2 or 2.3 version of the servlet API any l

Re: Compiling STRUTS and STRUTS-FACES with servlet 2.4 and jsp 2.0

2005-03-10 Thread Martin Cooper
t a good idea to make this compilation o better to stuck with > >the official binary supplied struts.jar? > > > > 2) Is this situation going to be solved in a near feature? (I have seen > > no changes in struts 1.2.6) > > > > I have found the same problem compiling

DO NOT REPLY [Bug 33672] - struts-faces is incompatible with myfaces

2005-03-10 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33672] - struts-faces is incompatible with myfaces

2005-03-10 Thread bugzilla
ch has been committed: http://issues.apache.org/jira/browse/MYFACES-122 I've tested both struts-faces example webapps against myfaces cvs and a modified struts-faces (because bug 32014 has not yet been resolved in cvs). All seems fine - both apps performed well. All that needs to be done is to

DO NOT REPLY [Bug 32014] - HttpServletRequestWrapper in struts-faces broken for servlet 2.4

2005-03-09 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32014] - HttpServletRequestWrapper in struts-faces broken for servlet 2.4

2005-03-09 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://issues.apache.org/bugzilla/show_bu

Re: svn commit: r155889 - struts/faces/trunk/project.xml

2005-03-02 Thread James Mitchell
No problem, I also added the Maven docs. http://cvs.apache.org/~jmitchell/latest-docs/struts-faces-1.0-dev/ These docs will be really impressive when we actually get our own content added and have them all linked through a multiproject site that is aware of each contributing set of docs. Should

Re: svn commit: r155889 - struts/faces/trunk/project.xml

2005-03-02 Thread Craig McClanahan
On Wed, 02 Mar 2005 06:11:55 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: jmitchell > Date: Tue Mar 1 22:11:55 2005 > New Revision: 155889 > > URL: http://svn.apache.org/viewcvs?view=rev&rev=155889 > Log: > fix version (Craig is this what you want to see as the version number?) >

Re: Compiling STRUTS and STRUTS-FACES with servlet 2.4 and jsp 2.0

2005-03-02 Thread Ramiro Alba Queipo
will require a bit more work to use reflection to call > through these methods if they exist, or return nothing if they do not > exist. So, in order to use STRUTS and STRUTS-FACES with JSP 2.0 and the Expression Language, what should I do? a) Compile against servlet 2.4 and JSP 2.0 and ad

svn commit: r155889 - struts/faces/trunk/project.xml

2005-03-01 Thread jmitchell
Author: jmitchell Date: Tue Mar 1 22:11:55 2005 New Revision: 155889 URL: http://svn.apache.org/viewcvs?view=rev&rev=155889 Log: fix version (Craig is this what you want to see as the version number?) Modified: struts/faces/trunk/project.xml Modified: struts/faces/trunk/project.xml

  1   2   3   4   5   >