Re: [Tobago] foreach in c:sheet

2010-05-25 Thread Udo Schnurpfeil
Hello Hani, I've never tried to use c:set, so I have no experience with that tag. Your code will not work, because the content inside of the tc:sheet will be visited only one time. The JSTL Tag needs to be called in each row to make it work. Mixing JSTL and JSF and use of iterators have some

Re: MyFaces Test

2010-05-25 Thread Werner Punz
Am 24.05.10 22:21, schrieb Kito Mann: Hello, I'm looking into testing frameworks, and the only info I can find on MyFaces Test is the Maven repo: (svn.apache.org/repos/asf/myfaces/test) . Has anything been written about it? --- Kito D. Mann | twitter: kito99 | Author, JSF in Action Virtua, Inc.

Re: MyFaces Test

2010-05-25 Thread Werner Punz
Ok I forgot here is the link the the respective javascript classes http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_UnitTest.js?view=markup

Re: MyFaces Test

2010-05-25 Thread Werner Punz
Ok since I just did the commit the logging now is under http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/_util/_ExtLang.js?view=markup which is a debugging replacement for _Lang.js Werner Am 25.05.10 09:21, schrieb Werner Punz: Ok I

RE: t:tree2 Look and Feel

2010-05-25 Thread Russell Collins
Thank you for that understanding -Original Message- From: Leonardo Uribe [mailto:lu4...@gmail.com] Sent: Monday, May 24, 2010 4:51 PM To: MyFaces Discussion Subject: Re: t:tree2 Look and Feel Hi You can change the default images or javascript stuff using imageLocation and

Re: [ext-scripting] Problem coercing CGLIB proxy bean, created by Spring

2010-05-25 Thread Werner Punz
Hello Bruno, I found the problem it was caused by a clash between pinpointing ext-scripting onto the entire projects path and the classloader hierarchy. Myfaces tried to load the class internally which then should have been served originally from spring and cglib, and since ext-scripting had

MyFaces 2.0.0 doest not fully support EL 2.2 method invocation

2010-05-25 Thread John Wu
A simple EL 2.2 method invocation #{helloWorldController.doSomething(helloWorldModel)} fails with following exception: javax.faces.el.MethodNotFoundException: javax.el.MethodNotFoundException: /helloWorld.xhtml at line 15 and column 85 action=#{helloWorldController.doSomething(helloWorldModel)}:

Re: MyFaces 2.0.0 doest not fully support EL 2.2 method invocation

2010-05-25 Thread Bruno Aranda
I use EL 2.2 and MyFaces 2.0 without problems, so it must be a Tomcat configuration issue. I use jetty... the maven jetty plugin configured like this: plugin groupIdorg.mortbay.jetty/groupId artifactIdjetty-maven-plugin/artifactId

Re: MyFaces 2.0.0 doest not fully support EL 2.2 method invocation

2010-05-25 Thread Werner Punz
Am 25.05.10 17:33, schrieb Bruno Aranda: I use EL 2.2 and MyFaces 2.0 without problems, so it must be a Tomcat configuration issue. I use jetty... the maven jetty plugin configured like this: We had the problem before, Tomcat is at fault here, because Jasper does not correctly interprete the

Re: MyFaces 2.0.0 doest not fully support EL 2.2 method invocation

2010-05-25 Thread John Wu
Hi Bruno, Can you please try to deploy the attached project into Jetty and check it? I can't download Jetty at the moment, will try tomorrow. I've traced the app, and feel it more like an issue in org.apache.myfaces.el.unified.resolver.ScopedAttributeResolver.getType(..). It always return

Trinidad dialog navigation issue - Help appreciated

2010-05-25 Thread Venkat Ramanan Viswanathan
HI All I did finally manage to checkout the latest code base from trinidad trunk. However the dialog framework seems to be broken. h:link and h:button navigations work fine. However any dialog: page does not open the dialogs at all . can some one help me out with a solution / work around for

Re: MyFaces 2.0.0 doest not fully support EL 2.2 method invocation

2010-05-25 Thread Bruno Aranda
Hi John, this is the diff to make your project work. I started it with: mvn clean jetty:run And it ran fine at localhost:8080 Hope this helps, Cheers, Bruno Index: src/main/webapp/WEB-INF/web.xml === ---

Re: MyFaces Test

2010-05-25 Thread Jakob Korherr
Hi Kito, (1) There are two versions of MyFaces-Test: test12 for JSF 1.2 and test20 for JSF 2.0. (2) It only uses the JSF-API, so it is not implementation specific. However MyFaces test currently is kinda messy, but we are trying to improve it. That's why there is a MyFaces-Test GSoC project (as

ExtVal: NullPointerException for meta data of UIViewParameter

2010-05-25 Thread mynewsgroups
I'm using Facelets for a JSF 2.0 project with redirect and view params: ui:composition template=/resources/templates/template.xhtml ui:define name=metadata f:metadata f:viewParam name=refID value=#{bean.data.refID}

Re: MyFaces Test

2010-05-25 Thread Kito Mann
Hello Jakob, It's messy in what way? Is it any worse than Shale Test was? On May 25, 2010, at 1:04 PM, Jakob Korherr wrote: Hi Kito, (1) There are two versions of MyFaces-Test: test12 for JSF 1.2 and test20 for JSF 2.0. (2) It only uses the JSF-API, so it is not implementation specific.

[Trinidad] PartialSubmit and Alert

2010-05-25 Thread Jozef Dropco
Hi all, tr:commandButton actionListener=#{discountsBean.saveChanges} partialSubmit=true text=#{msg.save}/ and I want: If method saveChanges returns error from business logic, show javascript alert on page Is it possible to do and how? Thanks Jozef

Re: ExtVal: NullPointerException for meta data of UIViewParameter

2010-05-25 Thread Gerhard Petracek
hi, please try the current snapshot for jsf 2 [1]. just use: mvn clean install after the checkout. if you don't use maven, i'll provide the current binaries. regards, gerhard [1] https://svn.apache.org/repos/asf/myfaces/extensions/validator/branches/branch_for_jsf_2_0/ http://www.irian.at

Re: [Trinidad] PartialSubmit and Alert

2010-05-25 Thread Vinod Krishnan
you can use FacesMessages to show popup.. Thanks, Vinod http://vtkrishn.wordpress.com/ On Tue, May 25, 2010 at 11:09 PM, Jozef Dropco jozef.dro...@gmail.comwrote: Hi all, tr:commandButton actionListener=#{discountsBean.saveChanges} partialSubmit=true text=#{msg.save}/ and I want: If

Re: Problem with ui:debug encoding

2010-05-25 Thread Jakob Korherr
Hi Bruno, I guess PrimeFaces is using their own PartialResponseWriter implementation, because Werner made sure that the MyFaces PartialResponseWriterImpl gets rid of any nested CDATA sections (see MYFACES-2585 for details). That's why it works fine on my machine (simple f:ajax without

Trinidad XMLMenuModel - Napu

2010-05-25 Thread Sun, Napu
I am trying to create a menu with two level navigation. The first level is tabs and the second level is bar. The problem is the second level bar never gets showed. /WEB-INF/menu-metadata.xml: ?xml version=1.0 encoding=iso-8859-1? menu xmlns=http://myfaces.apache.org/trinidad/menu;

ApacheCon 2010: Technical Talks CFP

2010-05-25 Thread Kevan Miller
MyFaces Community, Reminder of the Call For Participation for ApacheCon North America 2010:https://blogs.apache.org/foundation/entry/call_for_participation_technical_talks Submissions are due Friday, May 28 by midnight PDT. --kevan

Re: [Trinidad] PartialSubmit and Alert

2010-05-25 Thread Walter Mourão
If using partial page rendering You can send some javascript from the server, using the ExtendedRenderKitService's addScript() method. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Tue, May 25, 2010 at 3:05 PM, Vinod Krishnan vin.si...@gmail.com wrote: