[ANNOUNCE] MyFaces Core v1.2.5 Release

2008-11-03 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of MyFaces Core 1.2.5. MyFaces Core is a JavaServer(tm) Faces 1.2 implementation as specified by JSR-252. MyFaces Core has passed Sun's JSR-252 TCK and is 100% compliant with the JSR-252 specification. MyFaces Core 1.2.5 is availabl

Re: Myfaces portlet bridge

2008-11-03 Thread Deryk Sinotte
We'd be interested to know about the multiple rendering problem (and any other issues) that you are facing. Have you tried our forums? Do you have a simple test case that shows the issue? We had a customer who had an issue with multiple renderings of content in a portlet that we fixed As for t

Re: [TOBAGO,BUG]

2008-11-03 Thread GroovieMan
Salut, the static assignment with a true/false seems to work, but the evaluation during runtime seems to fail. So i can not enter a #{} expression. http://myfaces.apache.org/tobago/tobago-core/tlddoc-1.0.20/index.html is telling me a different thing! Does there exist a workaround for this??

Re: [TOBAGO] Usging jstl tags inside a tobago sheet-tag

2008-11-03 Thread GroovieMan
>> >>Hi GroovieMan, Hy Volker, >>you can't use jstl inside a tc:sheet, because it evaluates not at >>rendering time. snif .. you can use the rendered attribute of tc:column : http://www.nabble.com/-TOBAGO--Usging-jstl-tags-inside-a-tobago-sheet-tag-tp20297480p20311918.html Sent from

Re: [tobago] and facelets: using composition

2008-11-03 Thread Stefan Hedtfeld
Hello Bernd, I've attached the files - home.xhtml is in dir "app" and the others are in "templates". The only bean used so far is clientConfiguration which returns a Locale in its locale property (you can skip this). I took a look in the GridLayoutManager tests, but that's how I thought the

Object reference !!!

2008-11-03 Thread bansi
Please excuse me if you think the question shouldn't be on this forum I have a situation where i am passing an java object from presentation layer ( JSF/Facelets) to business layer(Spring/Hibernate) Here is the model public Class A{ public B b; //refers to other class B } I am implementin

inputCalendar conversion error not using error css class

2008-11-03 Thread Christina Sickelco
I am using the tomahawk input calendar, and I specify different css classes for fatal, error, warn, and info messages so that, for example, I can show error messages in a red box, and info messages in a green box. I noticed that when a user enters an invalid date for the input calendar and a conver

Re: Exception with t:updateActionListener

2008-11-03 Thread Mike Kienenberger
#{1} is Long.valueOf(1). >From the previous error, it looks like you need an integer, not a Long. I don't think there's an easy way in default EL to create an integer literal. If you're using facelets, consider creating myFunctions:toInt() for String and/or Long. On Sat, Nov 1, 2008 at 6:57 AM

Re: [trinidad] links on trinidad site are broken

2008-11-03 Thread Matthias Wessendorf
Hi Steve, thanks for telling us. This is already known and listed in our JIRA. Just waiting on a fix ... ;-) -M On Mon, Nov 3, 2008 at 4:47 PM, Steve Horne <[EMAIL PROTECTED]> wrote: > Should a Jira defect be entered to have the links on the Trinidad site > corrected? The left-nav bar is correc

[trinidad] links on trinidad site are broken

2008-11-03 Thread Steve Horne
Should a Jira defect be entered to have the links on the Trinidad site corrected? The left-nav bar is correct for the home page, but broken on others, such as: http://myfaces.apache.org/trinidad/trinidad-api/tagdoc.html Many left-nav links on this page are wrong. -- "Many men go fishing all of

Re: [TOBAGO] Usging jstl tags inside a tobago sheet-tag

2008-11-03 Thread Simon Kitching
GroovieMan schrieb: >> [] >> >> Anyway, do you think that JSTL is a nogo for tools like tobago, >> or can you imagine some usecases ? >> The JSF lifecycle should be thought of as: viewing a new page: * build component tree (aka a "view tree") * render component tree * save state of compo

Re: [TOBAGO] Usging jstl tags inside a tobago sheet-tag

2008-11-03 Thread GroovieMan
>> Volker Weber-5 wrote: > >>>Hi GroovieMan, > > Salut > > >>> you can't use jstl inside a tc:sheet, because it evaluates not at >>> rendering time. > > I am not sure, but i think you are wrong: > http://www.exampledepot.com/egs/javax.servlet.jsp.jstl.core/if.html > > The descision which b

Re: [TOBAGO] Usging jstl tags inside a tobago sheet-tag

2008-11-03 Thread Volker Weber
Hi GroovieMan, you can't use jstl inside a tc:sheet, because it evaluates not at rendering time. you can use the rendered attribute of tc:column : [] Regards, Volker 2008/11/3 GroovieMan <[EMAIL PROTECTED]>: > > Salut, > > i need a conditional operation

Problem with t:datascroller and t:datatable

2008-11-03 Thread Nikhil M
Hi, I have one query on data scroller. I have one t:datascroller and there is t:dataTable which is linked to this data scroller. When I click on the next, it goes to next page and data is displayed properly. So everything works fine with next, previous, first, last. But problem is when I select