Re: Struts JSF integration problem

2005-10-06 Thread Gary VanMatre
After further review, it looks like the setActionListener method on the CommandLinkTag was not implemented. It is listed as an attribute in the tld. Sorry for the bogus post. > The struts-faces.jar contains the tag library descriptor (TLD) file in the > META-INF of the jar. > > Try

Re: Struts JSF integration problem

2005-10-06 Thread Martin Gainty
Original Message - From: "struts lover" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, October 06, 2005 3:10 PM Subject: Struts JSF integration problem Hello Everyone, I just downloaded the struts-faces nightly build and tried to integrate in my exist

Re: Struts JSF integration problem

2005-10-06 Thread Gary VanMatre
The struts-faces.jar contains the tag library descriptor (TLD) file in the META-INF of the jar. Try using the following in your JSP: <%@ taglib prefix="s" uri="http://struts.apache.org/tags-faces"; %> Gary --- Begin Message --- Hello Everyone, I just downloaded the struts-faces nightl

Struts JSF integration problem

2005-10-06 Thread struts lover
Hello Everyone, I just downloaded the struts-faces nightly build and tried to integrate in my existing struts application. I get the following error. /virtual/addMember.jsp(10): Error in using tag library uri='/WEB-INF/struts-faces.tld' prefix='s': The Tag class 'org.apache.struts.faces.taglib.

Re: Struts JSF integration

2005-10-05 Thread gramani
struts lover <[EMAIL PROTECTED]> wrote on 10/05/2005 06:38:07 PM: > Hello Everyone, > > I just downloaded the struts-faces nightly build and > tried to integrate in my existing struts application. > > I get the following error. > > /virtual/addMember.jsp(10): Error in using tag library > uri='

Struts JSF integration

2005-10-05 Thread struts lover
Hello Everyone, I just downloaded the struts-faces nightly build and tried to integrate in my existing struts application. I get the following error. /virtual/addMember.jsp(10): Error in using tag library uri='/WEB-INF/struts-faces.tld' prefix='s': The Tag class 'org.apache.struts.faces.taglib.

Re: Doubt on Struts+JSF Integration

2004-09-22 Thread Craig McClanahan
I don't think there is only one "preferred" scenario, because the starting points will vary widely. Option (a) is certainly going to be popular if you have an existing application that you are migrating, because you can do it one page at a time. Option (b) is really useful if you like the "setter

Doubt on Struts+JSF Integration

2004-09-21 Thread babloosony
Hi All, what is preferred and in what scenarios out the below two when integrating jsf and struts: a. accessing a struts form bean(used for populating jsf+jsp page) from a struts action class b. accessing a jsf managed bean(used for populating jsf+jsp page) from a struts action class in jsf and