Re: org.apache.myfaces.shared_impl.webapp.webxml.WebXmlParser

2010-03-23 Thread pbreen
It was my version number in the rptdesign file. It was 3.2.21 and when I changed it to 3.2.20 it worked. What happened was that I upgraded my eclipse plugin to get the latest version of the BIRT plugin. However, my BIRT runtime was different from what was generated by Ecllipse in the

Re: pop up for delete confirmation

2009-12-10 Thread pbreen
Can anyone else hit the url for PrimeFaces below?I'm trying to determine if it's my network that won't let me out or if the app is down??? I really want the ajax fluff that goes with prime faces. I had a few instances where I could have used it in my last project. Pat Luka Surija

Re: pop up for delete confirmation

2009-12-10 Thread pbreen
Thanks folks, it was the port being blocked. I'll have to look at the source and give it a try. Pat Walter MourĂ£o walter.mou...@gmail.com 10/12/2009 10:00 AM Please respond to MyFaces Discussion users@myfaces.apache.org To MyFaces Discussion users@myfaces.apache.org cc Subject Re: pop

Re: pop up for delete confirmation

2009-12-09 Thread pbreen
So that's the second person who is using the regular old javascript confirm dialog. Doesn't it seem odd that there is no tomahawk popup component? My leader seems to think that we shouldn't use this because it is ancient. I wish he could come up with a better excuse than that. However, does

please remove me from this list

2009-12-08 Thread pbreen
Thank-you. = Patrick Breen Web Software Developer, Corporate Systems Johnson Inc. Phone..: (709) 737-1173 Email: pbr...@johnson.ca = Quote of the month... I have often repented speaking, but never of

pop up for delete confirmation

2009-11-30 Thread pbreen
I am using the Tomahawk set of tags for this project. I need a pop to confirm the deletion of a record. There doesn't seem to be any concept of a popup in JSF or Tomahawk. I can use a basic javascript cofirm popup and functionaly it works perfect but the color scheme doesn't match my

Re: [Tomahawk] Tree selection event

2009-10-26 Thread pbreen
I want to show employees in a tree and then click on a particular employee and have their information show up in a list box below the tree. To do this I need to pick up the particular employee that I clicked on but I can't seem to find anything in the documentation of t:tree that indicates

no events firing - trinidad???

2009-10-08 Thread pbreen
I have the most primitive program here and I cannot for the life of me understand why a commandbutton in trinidad won't work. Am I missing some congiguration? Here is the code??? f:view tr:form id=a222b tr:commandButton text=Put One Back

Re: no events firing - trinidad???

2009-10-08 Thread pbreen
Bruno, Thanks for your response. I did as you suggested and changed the return type to void but that didn't work. Any other ideas? I have had it. It seems like the button is not listening for the event? I converted the code to use a tomahawk button instead and the event fires no

missing config for event handling

2009-10-08 Thread pbreen
Here is my faces-config. Am I missing anything for the trinidad button to fire the event?? ?xml version=1.0 encoding=UTF-8? faces-config xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;