Re: Re: MyFaces for production?

2005-12-03 Thread Martin Marinschek
Doesn't look to bad for us! thanks for the info ;) regards, Martin On 12/2/05, Jesse Alexander (KBSA 21) [EMAIL PROTECTED] wrote: Hi just some figures from my profiling sessions for verification (meaning: have sou seen similar/comparable numbers) Application: VERY simple application

Re: jsCalendarPopupCalendar not embedded

2005-12-03 Thread Kurt Edegger
Martin, thank you for the suggestion, but I tried it w/ myfaces-1.0.9 (both the -all.jar and the split up dist) and 1.1.0 as well. I'm still getting the same jScript errors. clueless, Kurt on 12/2/2005 3:38 AM Martin Marinschek stated: Ah - now I remember some issue with

facelet

2005-12-03 Thread Arash Bijanzadeh
Hi, I would like to here any advise regarding to facelets. Did anybody used this framework? What is the situation? How could license issue be solved? Is there the possibility to combine tobago and facelets? Thanks in advance-- from debian manifesto:Debian Linux is a brand-new kind of Linux

Facelets, forceId and forceIdIndex

2005-12-03 Thread alvin antony
Hallo,does anybody know, where the problem is? please see the attached mail which  i send yesterday.I get the following exception when i use the t:htmlselectoneRadio in facelets. java.lang.ClassCastException at ..component.html.ext.HtmlSelectOneRadio.validateValue().does anybody had this problem

Re: AW: UI component behavior problem

2005-12-03 Thread Volker Weber
Hi, i found an old bug for this and added comment and patch: http://issues.apache.org/jira/browse/MYFACES-320 @Matthias to clear the values just null the binding properties in your bean. Regards Volker Matthias Kahlau wrote: Hi Volker! You can find a hint to spread layout in the TLD

Re: Re: MyFaces for production?

2005-12-03 Thread Martin Marinschek
Jesse, maybe you could think about adding this on the WIKI? would be real interesting for the rest of the world to see as well ;) regards, Martin On 12/3/05, Martin Marinschek [EMAIL PROTECTED] wrote: Doesn't look to bad for us! thanks for the info ;) regards, Martin On 12/2/05,

Re: MyFaces Tiles Shale Spring, oh my!

2005-12-03 Thread Craig McClanahan
On 12/3/05, Stand Trooper [EMAIL PROTECTED] wrote: I know someone out there has done this, and my examples aren'tperfect, but for that one or two people out there who want to know howto integrate MyFaces spring and Tiles or MyFaces Spring Tiles andShale, here's some quick and dirty examples.

Re: MyFaces Tiles Shale Spring, oh my!

2005-12-03 Thread Stand Trooper
dangit!!! I didn't see that one! I'll look at it... thanx Craig!! timo On 12/3/05, Craig McClanahan [EMAIL PROTECTED] wrote: Good to see people talking about stacks, not just technologies. One comment, though ... the Shale use cases example app integrates the MyFaces / Spring / Tiles /

commandButton does not work inside dataList

2005-12-03 Thread Dave
commandButton or commandLink inside a dataList does not work. Its action listener and action binding method were not called. any one has experienced the same issue? Thanks. t:dataList styleClass="standardList" var="x" value="#{bean.list}" layout="simple" rowCountVar="rowCount"

Re: commandButton does not work inside dataList

2005-12-03 Thread Dennis Byrne
An action will not fire if the action source is not rendered on the *current* request, regardless of the fact that it was rendered on the last request. In your case, #{bean.list} is probably in request scope, and it is simply being rebuilt too late in the request cycle (in the invoke

Help on using Facelets with MyFaces

2005-12-03 Thread Emily Gu
Hi, I have tried to following instruction on http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk, that is created tomahawk.taglib.xml under WEB-INF, and added reference in web.xml. Created facelets.xhtml file. When I invoke http://localhost:8080/pages/facelets.jsf. It showed nothing. I

h:outputLink question

2005-12-03 Thread hilz
Hi all... I have a h:outputLink element where the link points to an XML file. when a user clicks the link in the browser, the XML file is opened. I want to make it in such a way that when the user clicks on the link, it saves the file on the client (by opening the save as dialog). Does anyone

Re: newspaperTable merge with dataTable

2005-12-03 Thread Jesse Wilson
I wrote newspaperTable a long time ago and I think this is a great idea. When I wrote the class I didn't extend dataTable as to make it much more attractive to the MyFaces admins - it would be quite controversial to add an attribute to one of the most popular components. But newspaperTable and