RE: Issue with selectOneRow and Facelets

2006-03-31 Thread Frank Russo
] Sent: Thursday, March 30, 2006 5:46 PM To: MyFaces Discussion Subject: Re: Issue with selectOneRow and Facelets On 3/30/06, Mike Kienenberger [EMAIL PROTECTED] wrote: On 3/30/06, Frank Russo [EMAIL PROTECTED] wrote: s:selectOneRow groupName=entityName id=entityName value=BANK5 binding

RE: Issue with selectOneRow and Facelets

2006-03-31 Thread Frank Russo
: RE: Issue with selectOneRow and Facelets I got the namespace tag. I thought I included the taglib. Let me check my build script to make sure it's including it. Thanks. I'll post again if that's not the problem... Frank Russo Senior Developer FX Alliance, LLC -Original Message- From

RE: Issue with selectOneRow and Facelets

2006-03-31 Thread Frank Russo
, 2006 9:33 AM To: MyFaces Discussion Subject: RE: Issue with selectOneRow and Facelets I added the sandbox.taglib.xml, which I had mistaken called tomahawk.taglib.xml, however now I get an Exception: javax.servlet.ServletException: Expression Error: Named Object

Re: Issue with selectOneRow and Facelets

2006-03-31 Thread Dennis Byrne
is mapped to. Dennis Byrne -Original Message- From: Frank Russo [mailto:[EMAIL PROTECTED] Sent: Friday, March 31, 2006 04:53 PM To: 'MyFaces Discussion' Subject: RE: Issue with selectOneRow and Facelets Can someone take a look at this? I've been working on this for hours, and I have absolutely

RE: Issue with selectOneRow and Facelets

2006-03-31 Thread Frank Russo
related though. Let me look it over and see if I can figure it out... Frank Russo Senior Developer FX Alliance, LLC -Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Friday, March 31, 2006 4:59 PM To: MyFaces Discussion Subject: Re: Issue with selectOneRow and Facelets

Issue with selectOneRow and Facelets

2006-03-30 Thread Frank Russo
Does anyone know of any reason why selectOneRow won't work with Facelets? It doesn't seem to be rendering as html. I'm just getting the following: s:selectOneRow groupName="entityName" id="entityName" value="BANK5" binding=""/s:selectOneRow I'm probably using the binding wrong, but I

Re: Issue with selectOneRow and Facelets

2006-03-30 Thread Mike Kienenberger
On 3/30/06, Frank Russo [EMAIL PROTECTED] wrote: s:selectOneRow groupName=entityName id=entityName value=BANK5 binding=/s:selectOneRow Generally means that the sandbox taglib.xml file hasn't been created/processed. Or that you didn't put a selectOneRow tag in it.

Re: Issue with selectOneRow and Facelets

2006-03-30 Thread Mike Kienenberger
On 3/30/06, Mike Kienenberger [EMAIL PROTECTED] wrote: On 3/30/06, Frank Russo [EMAIL PROTECTED] wrote: s:selectOneRow groupName=entityName id=entityName value=BANK5 binding=/s:selectOneRow Generally means that the sandbox taglib.xml file hasn't been created/processed. Or that you didn't

Re: Issue with selectOneRow and Facelets

2006-03-30 Thread Martin Marinschek
do you use the last release or the nightly build? selectOneRow has been added after the last release. regards, Martin On 3/31/06, Mike Kienenberger [EMAIL PROTECTED] wrote: On 3/30/06, Mike Kienenberger [EMAIL PROTECTED] wrote: On 3/30/06, Frank Russo [EMAIL PROTECTED] wrote: