Tabbed Pane Validation

2006-02-07 Thread Thomas A Hurley
Hi, I have a tabbed pane that operates like a tabbed dialog i.e. the user can set values on any of the tabs before clicking on an Execute or Run button before navigating to a new screen. I would like to be able to validate the values a user enters on a given pane when they leave the

Cannot get t:saveState to work

2006-01-10 Thread Thomas A Hurley
Hi, Im having a problem with t:saveState. I want to use it to pass a whole bean between one view and another but when I get to the second view the bean is empty. This appears like it should be easy and Ive followed the previous threads on this issue and I think Im doing everything

RE: Cannot get t:saveState to work

2006-01-10 Thread Thomas A Hurley
Hi Mario, Thank you for the very prompt reply. I was indeed using redirect/ and having removed it the values are now being passed to the second page. However I am confused (new to JSF). I would not have expected the request scoped beans to survive between requests but I would have expected the

RE: Cannot get t:saveState to work

2006-01-10 Thread Thomas A Hurley
Thank you very much, Mario. Tom. -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 10:59 AM To: MyFaces Discussion Subject: Re: Cannot get t:saveState to work Hi Thomas! I would not have expected the request scoped beans to survive

RE: Progress Bar in Myfaces

2005-12-07 Thread Thomas A Hurley
Hi, Did you get this to work? I would like to know how you did it. Where did you find the 'progressbar.jar' file? I searched the 'https://bpcatalog.dev.java.net/' site and could not find it. Thanks, Tom. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent:

Problem getting example to work

2005-11-14 Thread Thomas A Hurley
Hi, I am new to MyFaces and I'm trying to get the tree2 example to work. I copied the files, tree2.jsp, head.inc, page_footer.jsp, treeBacker.java, and basic.css into my project. When I deploy the project only the root node is displayed, the graphic for the '+' is not displayed and

FW: Problem getting example to work

2005-11-14 Thread Thomas A Hurley
the images (ExtensionFilter, I guess)? Best Regards Rafael Mauricio Nami 2005/11/14, Thomas A Hurley [EMAIL PROTECTED]: Hi, I am new to MyFaces and I'm trying to get the tree2 example to work. I copied the files, tree2.jsp, head.inc, page_footer.jsp, treeBacker.java, and basic.css

RE: FW: Problem getting example to work

2005-11-14 Thread Thomas A Hurley
/11/14, Thomas A Hurley [EMAIL PROTECTED]: Hi Rafael, Thanks for suggestion but I have the following in my web.xml: filter filter-nameMyFacesExtensionsFilter/filter-name filter-classorg.apache.myfaces.component.html.util.ExtensionsFilter/filte r-class init-param

RE: FW: Problem getting example to work - update

2005-11-14 Thread Thomas A Hurley
I am now getting the '+' to appear but nothing happens when I click on it. Am I right in thinking that since I am locating the '+' graphic that the ExtensionsFilter has been correctly set up? Thanks, Tom. -Original Message- From: Thomas A Hurley [mailto:[EMAIL PROTECTED] Sent: Monday