On 4/8/07, Irshad Buchh <[EMAIL PROTECTED]> wrote:
Hi, We are planning to start a new project using AppFuse +JSF +Hibernate. We had great success using AppFuse with Struts and Hibernate previously. I have two simple questions. 1. In struts we embed struts validations xdoclet tags in model pojos. How do we achieve similar thing in JSF? We are using good-old appgen heavily, as it has been very helpful in cutting the development time.
It's not possible with the current AppGen. You could probably add something to the JSF detail templates to add it though. With JSF, validation rules are embedded in the page, so it's a bit more difficult to do.
2. Also can we use display jsp tag lib with JSF pages?
I believe you can mix JSP and Facelets, but it might be more trouble than it's worth. Are you looking for the Display Tag's export features? You should be able to get sorting/paging functionality from JSF's DataTable, or from 3rd party libraries like Tobago or ICEFaces.
Also we checked the jsf-demo today especially the page http://demo.appfuse.org/appfuse-jsf/activeUsers.html. There is a problem with the layout of the navigation buttons at the bottom, not visible fully. I am sure that it can be fixed.
It works fine in Firefox, but has issues in Safari. Which browser are you using? Matt
--Irshad. -- View this message in context: http://www.nabble.com/AppFuse-using-JSF-tf3543394s2369.html#a9891876 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
