RE: Refactoring JSP to JSF (and then possibly to Shale)

2006-01-10 Thread Chan, Jim
e I am still learning the framework. Anyway, I will let you know if it was a good decision or not. -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 3:27 PM To: Struts Users Mailing List Subject: Re: Refactoring JSP to JSF (and then possibly to Sha

Refactoring JSP to JSF (and then possibly to Shale)

2006-01-10 Thread Chan, Jim
I am refactoring my company's JSP website because the code uses only JSP to control navigation. You can imagine its pretty ugly. Anyway, I decided to use JSF and possibly move to Shale once I've gained a handle on the framework. I successfully deployed some of the pages using MyFaces because it

JSF and Tiles

2006-01-06 Thread Chan, Jim
This has probably been posted before, but is there anyway to integrate JSF and Tiles seamlessly like Struts? I dont want to have to create two pages (i.e. one template page, one included fragment page) per forward. If this is the only solution, then I dont see any advantage using JSF in my app a

[JSF] / [Shale] - Buttons dont work if rendered attribute is use d

2005-08-24 Thread Chan, Jim
I have two buttons for create and update and they are shown depending on whether the userBean is new or not. The function userBean.isNew() depends on whether the id is empty. UserBean is in request scope. Here is the JSF code snippet. The buttons are rendered properly, but when I click on