Re: MyFaces Orchestra support for Spring 3.x

2012-02-21 Thread Bruno Aranda
Hi, It can be interpreted as Spring 2 and higher. We have been using Orchestra and Spring 3 without problems, Cheers, Bruno On 21 February 2012 21:40, mikhail.shkol...@sungard.com wrote: Hello, MyFaces Orchestra documentation states: Orchestra requires that Spring 2.x be used to declare

Myfaces 2.1.6 change of behaviour for h:outputScript

2012-02-09 Thread Bruno Aranda
Hi, I can see there are some improvements related to the resource handling and to fix a security problem in MyFaces 2.1.6. However, now the behaviour for h:outputScript seems to have changed and subfolders are not allowed in the library attribute. Before I could do things like: h:outputScript

Re: Myfaces 2.1.6 change of behaviour for h:outputScript

2012-02-09 Thread Bruno Aranda
=javascript name=mysuperlibrary/mysuperscript.js / Regards, Thomas 2012/2/9 Bruno Aranda brunoara...@gmail.com Hi, I can see there are some improvements related to the resource handling and to fix a security problem in MyFaces 2.1.6. However, now the behaviour for h:outputScript

Re: Myfaces 2.1.6 change of behaviour for h:outputScript

2012-02-09 Thread Bruno Aranda
/2/9 Thomas Andraschko zoi...@googlemail.com: Hi, why you can't use the directory in the name attribute? h:outputScript library=javascript name=mysuperlibrary/mysuperscript.js / Regards, Thomas 2012/2/9 Bruno Aranda brunoara...@gmail.com Hi, I can see there are some

Re: Is it possible to do extensionless URLs with JSF?

2011-01-27 Thread Bruno Aranda
Yes, I use PrettyFaces for this as well. Works like a charm, except when using with MyFaces Orchestra. The bug has been fixed in the trunk, so Orchestra 1.5-SNAPSHOT should be fine, Cheers, Bruno On 27 January 2011 05:25, Matthias Wessendorf mat...@apache.org wrote: Use PrettyFaces On

Re: MyFaces Orchestra conversationContext param keeps repeating with PrettyFaces

2011-01-12 Thread Bruno Aranda
be probably fixed by checking if that parameter already exists in the URL? Bruno On 7 September 2010 17:50, Panayiotis Karabassis pan...@gmail.com wrote: On 09/07/2010 06:55 PM, Bruno Aranda wrote: Hi, I am using PrettyFaces and MyFaces Orchestra and I just found that every request a new

MyFaces Orchestra conversationContext param keeps repeating with PrettyFaces

2010-09-07 Thread Bruno Aranda
Hi, I am using PrettyFaces and MyFaces Orchestra and I just found that every request a new conversionContext parameter is added to the URL, reaching at some point a Too Long URL problem. Is this a known incompatibily? Bruno

Re: ViewExpiredException: MyFaces PrimeFaces

2010-09-02 Thread Bruno Aranda
I don't have the problem, but I am using the latest MyFaces and Primefaces and implemented a solution similar to this one: http://primefaces.prime.com.tr/forum/viewtopic.php?f=3t=2631p=12657 http://primefaces.prime.com.tr/forum/viewtopic.php?f=3t=2631p=12657hilit=burns#p12657 Bruno On 2

Re: Migrating app to myfaces2/Trinidad2

2010-07-27 Thread Bruno Aranda
Hi Cedric, Double check that the namespace used is: xmlns:c=http://java.sun.com/jsp/jstl/core; Cheers, Bruno On 27 July 2010 08:03, Cédric Durmont cdurm...@gmail.com wrote: ok, I found it : it comes from Tomahawk. Jakob, you were right, Tomahawk TagHandlers use com.sun.facelets.* I

Re: Migrating app to myfaces2/Trinidad2

2010-07-27 Thread Bruno Aranda
, isn't it ?). Now it works like a charm :o) Many thanks to those who helped me : Bruno, Jakob, Mark Matthias ! I just have to double check my xhtml pages, as MyFaces2/Trinidad2 seem to be less lenient than their predecessors Regards, Cedric 2010/7/27 Bruno Aranda brunoara...@gmail.com: Hi

Re: [COMMUNITY] MyFaces += Rudy De Busscher

2010-07-22 Thread Bruno Aranda
Welcome! Bruno On 22 July 2010 12:41, Matthias Wessendorf mat...@apache.org wrote: Welcome aboard ! -Matthias On Thu, Jul 22, 2010 at 12:11 PM, Rudy De Busscher rdebussc...@gmail.com wrote: @all Thanks a lot and I am very honored. and thanks to Gerhard for his guidance and

Bug in _AjaxUtils - subBuf undefined

2010-07-12 Thread Bruno Aranda
Hi, I think a bug was introduced in the revision 960856 last 6th of July, in the _AjaxUtils class. A variable is initialized inside a loop, but is accessed outside. If the loop contains no values, the variable will be left undefined. This is the code, lines 196-207: if

Re: ajax error in SelectOneMenu on change event

2010-07-12 Thread Bruno Aranda
Uhm, just opened a new thread about the same bug. It is an uninitialized variable in the _AjaxUtils class. Cheers, Bruno On 12 July 2010 12:57, Werner Punz werner.p...@gmail.com wrote: Hi Markus this looks like a new bug to me, which I introduced with some performance patches I did last week,

Problem with nested CDATA sections in scripts in a PPR

2010-07-12 Thread Bruno Aranda
Hi, I have a partial response that contains invalid syntax because CDATA sections are nested. For example, in my app this code is generated in the partial response: ?xml version=1.0 encoding=UTF-8?partialResponsecomponentscomponentideditorForm/idoutput![CDATA[form id=editorForm name=editorForm

Re: Problem with nested CDATA sections in scripts in a PPR

2010-07-12 Thread Bruno Aranda
should fix this before 2.0.1 this is a bug in the ppr responsewriter on the server side. I was fixing exactly this issue a few months ago, maybe we have some regression bug here. Werner Am 12.07.10 14:48, schrieb Bruno Aranda: Hi, I have a partial response that contains invalid syntax

Re: Problem with nested CDATA sections in scripts in a PPR

2010-07-12 Thread Bruno Aranda
, please file a bugreport on it. We should fix this before 2.0.1 this is a bug in the ppr responsewriter on the server side. I was fixing exactly this issue a few months ago, maybe we have some regression bug here. Werner Am 12.07.10 14:48, schrieb Bruno Aranda: Hi, I have a partial

Re: Problem with nested CDATA sections in scripts in a PPR

2010-07-12 Thread Bruno Aranda
instead it should have gotten a split into two cdata blocks. But we may have a bug here as well. Werner Am 12.07.10 15:52, schrieb Bruno Aranda: I will create a simple test case, Cheers, Bruno On 12 July 2010 14:47, Werner Punzwerner.p...@gmail.com  wrote: Hi Bruno can you file

Re: Problem with nested CDATA sections in scripts in a PPR

2010-07-12 Thread Bruno Aranda
itemLabel=Yes/       f:selectItem itemValue=false itemLabel=No/       p:ajax event=change update=output process=selectMenu/   /h:selectOneMenu   p:inputMask id=output mask= value=#{myBean.menuValue}/   h:commandButton action=action/ /h:form Could this be the same cause? Marcus Bruno Aranda

Re: Problem with nested CDATA sections in scripts in a PPR

2010-07-12 Thread Bruno Aranda
The bug seems to be that primefaces tries to use the HtmlResponseWriterImpl instead of the PartialResponseWriterImpl... Bruno On 12 July 2010 15:28, Bruno Aranda brunoara...@gmail.com wrote: Yes, it looks to me like the same thing. That is the thread in the primefaces forum: http

Re: Problems with orchestra and JSF 2

2010-07-03 Thread Bruno Aranda
that. regards, Leonardo Uribe 2010/7/2 Bruno Aranda brunoara...@gmail.com Hi! I have finally manager to create a very simple test case for my problem. My issue with data loss seems to be related to the enctype of the form (multipart/form-data) and the fact that I am loading

Re: Problems with orchestra and JSF 2

2010-07-02 Thread Bruno Aranda
! Bruno On 1 July 2010 17:09, Bruno Aranda brunoara...@gmail.com wrote: Hi, No I do not use portlets. I am now writing a simple test case, to see if I can reproduce it. With the simplest case, everything is working as expected, so there has to be some conflict with the rest of the application

Re: Problems with orchestra and JSF 2

2010-07-01 Thread Bruno Aranda
I see, yes, that could explain it as Spring is creating proxies all over the place to make some of the annotations work. However I am not doing anything in the constructors, but for instance, if I set a property on a backing bean (conversation.access scope), when I click on a button that value

Re: Problems with orchestra and JSF 2

2010-07-01 Thread Bruno Aranda
what is happening here :( Bruno On 1 July 2010 13:27, Bruno Aranda brunoara...@gmail.com wrote: I see, yes, that could explain it as Spring is creating proxies all over the place to make some of the annotations work. However I am not doing anything in the constructors, but for instance, if I

Long transactions

2010-07-01 Thread Bruno Aranda
Hi, Is anyone here using long JPA transactions in their applications (transactions that span more than one request) but not using Orchestra?. How are you doing it? Cheers, Bruno

Re: Problems with orchestra and JSF 2

2010-07-01 Thread Bruno Aranda
: Bruno Aranda [mailto:brunoara...@gmail.com] Gesendet: Donnerstag, 01. Juli 2010 14:42 An: MyFaces Discussion Betreff: Re: Problems with orchestra and JSF 2 What I can see as well after putting a method with the @PostConstruct annotation, is that this method is called every request

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 Bruno Aranda
in org.apache.myfaces.el.unified.resolver.ScopedAttributeResolver.getType(..). It always return java.lang.Object.class (or null) for any scoped attribute. I don't think that's correct. John Wu Bruno Aranda wrote: 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

Problem with ui:debug encoding

2010-05-24 Thread Bruno Aranda
Hi, I have a problem when using ui:debug and rendering the area where this component is with a partial request (with primefaces - jquery). As part of the PPR response we get the markup surrounded by CDATA sections. The debug component is adding an additional CDATA, invalidating the XML (it is not

Re: Problem with composite component inside ui:repeat

2010-05-18 Thread Bruno Aranda
welcome! OK, great. If you have a way to reproduce it, I can take a look at it. Regards, Jakob 2010/5/14 Bruno Aranda brunoara...@gmail.com I guess that would work too for that example, but for some reason c:forEach is not working for me at the moment (using JSP/EL 2.2). I

Re: Problem with composite component inside ui:repeat

2010-05-18 Thread Bruno Aranda
/html Cheers, Bruno On 18 May 2010 12:00, Bruno Aranda brunoara...@gmail.com wrote: Hi again, I have been trying to identify where my problem is. I have come with this little example. I have a counter that is incremented using a button. If the button has been rendered by a PPR

Re: Problem with composite component inside ui:repeat

2010-05-18 Thread Bruno Aranda
. Then it works perfectly - I just tried it myself! Regards, Jakob 2010/5/18 Bruno Aranda brunoara...@gmail.com Mmh, forget the sample code for the page... copy paste error, this is the one: ?xml version=1.0 encoding=ISO-8859-1 ? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0

Re: Problem with composite component inside ui:repeat

2010-05-18 Thread Bruno Aranda
:) 2010/5/18 Bruno Aranda brunoara...@gmail.com Oh yes, you are right. I simplified too much my original problem (I am not using requestScope in that one). Back to the drawing board hehe. Thanks Jakob :) I have updated the live code, and yes, it works perfectly as you say. Bruno On 18

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

2010-05-18 Thread Bruno Aranda
Hi, I am testing the ext-scripting module, which is really a great time saver :) However, there seems to be some problems with Spring bean proxies that I use in my project as managed beans. For instance, I have a PublicationController, that extends an AnnotationController. Spring creates a CGLIB

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

2010-05-18 Thread Bruno Aranda
prevent cglib to work. Werner Am 18.05.10 16:54, schrieb Bruno Aranda: Hi, I am testing the ext-scripting module, which is really a great time saver :) However, there seems to be some problems with Spring bean proxies that I use in my project as managed beans. For instance, I have

Re: Problem with composite component inside ui:repeat

2010-05-14 Thread Bruno Aranda
with composite component inside ui:repeat To: MyFaces Discussion users@myfaces.apache.org Date: Thursday, May 13, 2010, 4:08 PM Hi Bruno, This sounds like a bug. I will investigate it! Regards, Jakob 2010/5/13 Bruno Aranda brunoara...@gmail.com Hi, I am

Re: Problem with composite component inside ui:repeat

2010-05-14 Thread Bruno Aranda
Hi Bruno, This sounds like a bug. I will investigate it! Regards, Jakob 2010/5/13 Bruno Aranda brunoara...@gmail.com Hi, I am having some problems to understand this case: I have a composite component inside a ui:repeat. Something like this: ui:repeat value

Problem with composite component inside ui:repeat

2010-05-13 Thread Bruno Aranda
Hi, I am having some problems to understand this case: I have a composite component inside a ui:repeat. Something like this: ui:repeat value=#{testController.objects} var=obj myComposite:myComp / /ui:repeat And the implementation of the component contains this:

[orchestra jsf 2] conversationContext param repeated many times in URL

2010-04-19 Thread Bruno Aranda
Hi, I am using orchestra and myfaces 2 and I have observed this phenomenon in my apps: the conversationContext param keeps repeting in the URL as I go... does anyone have an idea why this may be caused? Cheers, Bruno

Re: [orchestra jsf 2] conversationContext param repeated many times in URL

2010-04-19 Thread Bruno Aranda
: Hi I fixed that one for myfaces 2 here: https://issues.apache.org/jira/browse/MYFACES-2661 regards, Leonardo Uribe 2010/4/19 Bruno Aranda brunoara...@gmail.com Hi, I am using orchestra and myfaces 2 and I have observed this phenomenon in my apps: the conversationContext param

Primefaces p:dataTable not decoding, seems to be a MyFaces 2 problem

2010-03-17 Thread Bruno Aranda
Hi, In my fancy little webapp I am using Primefaces dataTable in lazy mode such as in this example[1], and I want to use it with MyFaces 2. However there seems to be a bug and the component decoding is not invoked, so if you navigate to another page of the table the row index does not change. It

Re: Primefaces p:dataTable not decoding, seems to be a MyFaces 2 problem

2010-03-17 Thread Bruno Aranda
getChildren() but _childrenList into account when creating the Iterator. This one was hard to find... I will create a JIRA issue for this and fix it asap. Regards, Jakob 2010/3/17 Matthias Wessendorf mat...@apache.org On Wed, Mar 17, 2010 at 4:27 AM, Bruno Aranda brunoara...@gmail.com wrote

Re: Primefaces p:dataTable not decoding, seems to be a MyFaces 2 problem

2010-03-17 Thread Bruno Aranda
Yes, it works beautifully! Many thanks for the quick action! :) Bruno On 17 March 2010 17:10, Jakob Korherr jakob.korh...@gmail.com wrote: So, I committed the fix - this works now perfectly :) :) Regards, Jakob 2010/3/17 Bruno Aranda brunoara...@gmail.com Wonderful! I was too rusty

f:event throwing ClassNotFoundException for type

2010-03-16 Thread Bruno Aranda
Hi, I am testing a webapp with the latest myfaces snapshot, and the f:event tag is throwing a ClassNotFoundException because it is not able to find the type preRenderView... f:event type=preRenderView listener=#{experimentController.loadData}/ Why is it trying to search for the class

Re: f:event throwing ClassNotFoundException for type

2010-03-16 Thread Bruno Aranda
it there will solve the problem. regards, Leonardo Uribe 2010/3/16 Bruno Aranda brunoara...@gmail.com Hi, I am testing a webapp with the latest myfaces snapshot, and the f:event tag is throwing a ClassNotFoundException because it is not able to find the type preRenderView

Re: f:event throwing ClassNotFoundException for type

2010-03-16 Thread Bruno Aranda
it there will solve the problem. regards, Leonardo Uribe 2010/3/16 Bruno Aranda brunoara...@gmail.com Hi, I am testing a webapp with the latest myfaces snapshot, and the f:event tag is throwing a ClassNotFoundException because it is not able to find the type

When a h:link disabled=true, it is not rendered correctly..

2010-03-16 Thread Bruno Aranda
Hi, Again with my webapp. The h:links are not rendered correctly when disabled, only the span tags are rendered but no value... is that a new one? Cheers, Bruno

Re: When a h:link disabled=true, it is not rendered correctly..

2010-03-16 Thread Bruno Aranda
HtmlLinkRendererBase.renderOutcomeLinkStart(FacesContext, UIOutcomeTarget). regards, Leonardo Uribe 2010/3/16 Bruno Aranda brunoara...@gmail.com Hi, Again with my webapp. The h:links are not rendered correctly when disabled, only the span tags are rendered but no value... is that a new one? Cheers

Re: [trinidad] Lightweight dialogs - commandLinks not working?

2009-10-08 Thread Bruno Aranda
, but this seems not to be the case when using lightweight dialogs? It works... actually the lightweight dialogs contains iframes. Cheers, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Wed, Oct 7, 2009 at 12:31 PM, Bruno Aranda brunoara...@gmail.comwrote

Re: [trinidad] Lightweight dialogs - commandLinks not working?

2009-10-08 Thread Bruno Aranda
Uhm, Ok, that is what happens when you forget the tr:form tag :D Cheers, Bruno 2009/10/8 Bruno Aranda brunoara...@gmail.com Ok, so I have a bug somewhere, my command link actions are just not invoked... Thanks, Bruno 2009/10/7 Walter Mourão walter.mou...@gmail.com Hi Bruno, I have

Re: no events firing - trinidad???

2009-10-08 Thread Bruno Aranda
*public* String putOneBack(ActionEvent e){ should be *public* void putOneBack(ActionEvent e){ Cheers! Bruno 2009/10/8 pbr...@johnson.ca 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

[trinidad] Lightweight dialogs - commandLinks not working?

2009-10-07 Thread Bruno Aranda
Hi, I have an application that uses lightweight dialogs. Acording to the docs [1], you should be able to navigate inside the dialog, but this seems not to be the case when using lightweight dialogs? I have tried with other commandLinks to invoke action events, but this does not seem to work

Concurrency problem - Myfaces+Trinidad+Orchestra+Spring

2009-07-23 Thread Bruno Aranda
Hi, I am having an issue with one of my webapps that seems to be triggered when the app reaches a certain amount of users. When this happens, orchestra conversations end working properly and I keep getting this as output: 2009-07-23 16:07:17,227 [http-21130-2] WARN (FacesRequestAttributes,121) -

Re: [MyFaces][Core]

2009-07-19 Thread Bruno Aranda
Not a solution, but as a workaround for this situation, what we usually do is to have a poll component that is invoked every let's say 20 minutes, so the session does not die while the window is open... Bruno 2009/7/19 Guy Bashan guy.bas...@gmail.com: Hi, Is it possible to disable ViewState

Re: Jscookmenu and trinidad rendering

2009-07-06 Thread Bruno Aranda
Hi, Is it just the jscookcomponent or any tomahawk component that is not rendered? If that is the case you may be missing the tomahawk taglib [1]. Cheers, Bruno [1] http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk 2009/7/6 Dj Apal [GR] dja...@gmail.com: Hello. I'm developing a

Re: [MyFaces]: Using Myfaces 1.2 in Oracle OAS with Servlet 2.4

2009-05-06 Thread Bruno Aranda
I do not know about specific issues regarding Oralce Application Server 10.1.3.4, but you can deploy MyFaces 1.2 as well if you use Facelets and add the EL libraries into the classpath. Cheers, Bruno 2009/5/6 Bernhardt, Sven sven.bernha...@opitz-consulting.de: Oralce Application Server

Re: JSF in Google App Engine for Java

2009-04-14 Thread Bruno Aranda
Well, Facelets should make that to be possible, if there weren't other issues Bruno 2009/4/9 Andrew Robinson andrew.rw.robin...@gmail.com Servlet 2.4, ew. So much for being able to do any JSF 1.2 work on google. On Wed, Apr 8, 2009 at 10:06 AM, Bruno Aranda brunoara...@gmail.com wrote

Re: JSF in Google App Engine for Java

2009-04-14 Thread Bruno Aranda
The GAE supports Servlet 2.4 and JSP 2.0... Bruno 2009/4/14 Matthias Wessendorf mat...@apache.org On Tue, Apr 14, 2009 at 11:30 AM, Bruno Aranda brunoara...@gmail.com wrote: Well, Facelets should make that to be possible, if there weren't other issues what is the problem w/ Facelets

Re: JSF in Google App Engine for Java

2009-04-09 Thread Bruno Aranda
for that. But apparently they'll give out the permission only for 10k users. in the docs, I only saw the GWT on the front-end though. Cheers, Mert. On Wed, Apr 8, 2009 at 7:06 PM, Bruno Aranda brunoara...@gmail.com wrote: Hi, Today Google App Engine for Java has been released. I was wondering

JSF in Google App Engine for Java

2009-04-08 Thread Bruno Aranda
Hi, Today Google App Engine for Java has been released. I was wondering if it would play with JSF and I don't have the time to check now. According to the documentation, it is unknown if it can work in there. Has someone tested that?

Re: [COMMUNITY] MyFaces += Jan-Kees van Andel

2009-02-27 Thread Bruno Aranda
Congratulations JK! And welcome to the team :-) There is always things to do in the MyFaces world. Just keep the ideas coming :-) Cheers, Bruno 2009/2/26 Jan-Kees van Andel jankeesvanan...@gmail.com Thanks guys and also thanks to the rest of the MyFaces team for the trust. The first thing

Re: Post form to external url with method invocation

2008-12-16 Thread Bruno Aranda
If using trinidad, you could do that as well by creating the form dynamically with javascript in your backing bean method and register the script with the ExtendedRenderKitService: public void yourAction(ActionEvent evt) { FacesContext facesContext = FacesContext.getCurrentInstance();

Ed asks: Someone running MyFaces in Glassfish?

2008-11-25 Thread Bruno Aranda
Hi, Is someone running MyFaces in Glassfish? If so, please answer Ed Burns's blog: http://weblogs.java.net/blog/edburns/archive/2008/11/using_myfaces_i.html It would be nice to know if someone has successfully done that. I tried a long time ago but I didn't manage... and I am happy enough with

Re: How to change the active tab in Tomahawk t:panelTabbedPane?

2008-09-23 Thread Bruno Aranda
Hi, Another solution could be to play with the disclosed attribute for each tab. In your backing bean you could have some variable that changes tr:panelTabbed tr:showDetailItem text=Tab 1 disclosed=#{myBackingBean.disclosedTab == 'myTab1'} ... /tr:showDetailItem tr:showDetailItem text=Tab

[Trinidad] component like inputSuggestAjax?

2008-08-29 Thread Bruno Aranda
Hi, In a project where I use Trinidad (and unfortunately not tomahawk) we want to have a component similar to the s:inputSuggestAjax. Is there anything similar in the Trinidad library. What would you use instead? Thanks, Bruno

Re: [Trinidad] component like inputSuggestAjax?

2008-08-29 Thread Bruno Aranda
Thanks Matthias, but what do you mean by a sandbox component? Bruno 2008/8/29 Matthias Wessendorf [EMAIL PROTECTED] On Fri, Aug 29, 2008 at 10:14 AM, Bruno Aranda [EMAIL PROTECTED] wrote: Hi, In a project where I use Trinidad (and unfortunately not tomahawk) we want to have

Re: [trinidad] ShowDetail not working properly inside tables?

2008-08-26 Thread Bruno Aranda
to fix it myself. Just wanted to know if someone else had this problem, which does not seem the case. As I am a developer myself if I find something I will commit it right away :) Thanks, Bruno -Andrew On Mon, Aug 25, 2008 at 1:13 PM, Bruno Aranda [EMAIL PROTECTED] wrote: So if I get

Re: [trinidad] ShowDetail not working properly inside tables?

2008-08-25 Thread Bruno Aranda
. On Sat, Aug 23, 2008 at 10:47 AM, Bruno Aranda [EMAIL PROTECTED] wrote: So the component cannot work inside tables. Bruno 2008/8/22 Andrew Robinson [EMAIL PROTECTED] No There is one component that is stamped. On Thu, Aug 21, 2008 at 4:48 AM, Bruno Aranda [EMAIL PROTECTED

Re: [trinidad] ShowDetail not working properly inside tables?

2008-08-23 Thread Bruno Aranda
So the component cannot work inside tables. Bruno 2008/8/22 Andrew Robinson [EMAIL PROTECTED] No There is one component that is stamped. On Thu, Aug 21, 2008 at 4:48 AM, Bruno Aranda [EMAIL PROTECTED] wrote: Ok, I guess this is a bug. I am not very familiar with trinidad renderers

Re: [trinidad] ShowDetail not working properly inside tables?

2008-08-21 Thread Bruno Aranda
Ok, I guess this is a bug. I am not very familiar with trinidad renderers. Debugging at the ShowDetailRenderer class I see that the clientId is always the same for all the CoreShowDetail components in the table. Shouldn't they have an index appended to the id? Bruno 2008/8/19 Bruno Aranda [EMAIL

[trinidad] ShowDetail not working properly inside tables?

2008-08-19 Thread Bruno Aranda
Hi, I am using trinidad 1.2.9 and I have realised that showDetail is not working properly when inside the column in a table? I have a column with showDetail and whenever I click in it only the showDetail from the first row is disclosed. All the showDetails have the same id so, as expected by the

Fwd: MyFaces Schedule Component

2008-07-09 Thread Bruno Aranda
Forwarded mail to the myfaces mailing list. For better chances of success getting an answer please subscribe and send your questions directly to the mailing list, Cheers, Bruno -- Forwarded message -- From: CHAD SKINNER [EMAIL PROTECTED] Date: 2008/7/9 Subject: MyFaces Schedule

[orchestra] one bean, two pages, one conversation

2008-06-16 Thread Bruno Aranda
Hi, I am having some problems trying to understand how conversations work. I have two different pages which use the same backing bean. This bean is configured in conversation.access and in a conversation with name general. However. the conversation seem to restart when I change from one view to

Re: Tomahawk rendering problem

2008-04-16 Thread Bruno Aranda
Hi, You can always create Issues for the project... but I am very short of time these days. If you want, I can you grant permissions for the taglib project and commit any changes and improvements yourself! (and this goes to any other soul wishing to help a bit with that...) Thanks! Bruno On

[Trinidad+Orchestra] My apps using trinidad broken in 1.2.7 and latest orchestra

2008-03-17 Thread Bruno Aranda
Hi, I just started the app I was working on after the great JSFDays and now I get this exception. It was using trinidad 1.2.7-SNAPSHOT, but the same happens with the 1.2.7 version - so maybe it is a bug in orchestra as well. It seems to be using the default ExternalContext, which throws an

Re: [Trinidad+Orchestra] My apps using trinidad broken in 1.2.7 and latest orchestra

2008-03-17 Thread Bruno Aranda
Good. Strangely enough I was using orchestra core 1.1-SNAPSHOT and moving to the released 1.1 fixes the issue. Thanks! Bruno On 17/03/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] schrieb: Hi Bruno, Bruno Aranda schrieb: Hi, I just started the app I

Sandbox component graduation (was: Re: New Apache MyFaces Sandbox component (CAPTCHA))

2008-03-05 Thread Bruno Aranda
I really do think that we should do a major graduation for sandbox components. It is very likely that most of us always include the sandbox as a production dependency. We should create a list of candidates (maybe we could do a poll?) and graduate those components. What do you think? Bruno On

Re: FacesContext.getCurrentInstance() provoking StackTraceException on initialization

2008-02-28 Thread Bruno Aranda
at the moment of the exception), the getElContext() method just delegates to the wrapped FacesContext.getElContext() provoking the infinite loop. Any ideas? Bruno On 27/02/2008, Bruno Aranda [EMAIL PROTECTED] wrote: Good, will try to see what I find. Thanks guys! :) Bruno On 27/02/2008, [EMAIL

Re: FacesContext.getCurrentInstance() provoking StackTraceException on initialization

2008-02-28 Thread Bruno Aranda
hehe, sure, I have patched it and installed in my institution repo so we can work with it in the meanwhile. I understand Simon reasons, but I am unable to see a workaround (maybe there could be one in the trinidad side too, but that would only be a partial solution as other FacesContext

FacesContext.getCurrentInstance() provoking StackTraceException on initialization

2008-02-27 Thread Bruno Aranda
Hi, I have a webapp with the combination myfaces core 1.2.3-SNAPSHOT trinidad 1.2.7-SNAPSHOT orchestra-core 1.1-SNAPSHOT and others (Facelets, Spring...) This used to work a weeks ago, but today I was trying to start it again and on initialization this exception happens: 2008-02-27

Re: Upgrading from myfaces 1.6 to 2.2?

2008-02-02 Thread Bruno Aranda
Yes, I do use the same combination, it even works in Tomcat 5.5 if you are using facelets. On 01/02/2008, Martin Marinschek [EMAIL PROTECTED] wrote: Hi BTJ, for me, tomahawk 1.1.5 works with impl 1.2.2 - that is all I can say right now. regards, Martin On 2/1/08, Bjørn T Johansen

Re: [orchestra] nullpointer in AbstractViewControllerManager.getViewController - probably bad configuration?

2008-01-24 Thread Bruno Aranda
Um, I continue with the exception, I have probably some bug in the configuration of my app... wish me luck :) Bruno On 24/01/2008, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! I probably have changed something, which I am unable to find again, and I keep having this exception now:

[orchestra] nullpointer in AbstractViewControllerManager.getViewController - probably bad configuration?

2008-01-23 Thread Bruno Aranda
Hi, I probably have changed something, which I am unable to find again, and I keep having this exception now: 2008-01-23 17:31:56,789 [btpool0-1] ERROR (PhaseListenerManager,77) - Exception in PhaseListener RENDER_RESPONSE(6) beforePhase. java.lang.NullPointerException at

[Trinidad] Aligning the navigation section of a table to the left of the bar

2008-01-22 Thread Bruno Aranda
Hi, Is there a way to align the navigation of a tr:table to the left corner instead of the right one? Thanks, Bruno

Re: commandLink, onclick, and the JSF 1.2 spec

2008-01-18 Thread Bruno Aranda
Hi, if it is part of the tlddocs, it is considered to be part of the spec. Hence you are right. Can you open a JIRA issue with this? (and even better, provide a patch if you have the time?). Thank you! Bruno On 18/01/2008, Philip Newton [EMAIL PROTECTED] wrote: Are there plans for MyFaces'

MyFaces benchmarks. was: Re: newbie: How to start a JSF project

2007-12-17 Thread Bruno Aranda
/Mojarra? Has it been benchmarked as being faster or use less memory? -Andrew On Dec 16, 2007 1:22 PM, Bruno Aranda [EMAIL PROTECTED] wrote: Hi Andrew, can I know the reason you are using JSF RI 1.2 instead of MyFaces? Is it due to some bug we need to fix? In theory, Seam should work

Re: newbie: How to start a JSF project

2007-12-16 Thread Bruno Aranda
... Cheers, Bruno On 16/12/2007, ying lcs [EMAIL PROTECTED] wrote: On Dec 15, 2007 5:50 PM, Bruno Aranda [EMAIL PROTECTED] wrote: And check: http://code.google.com/p/facesgoodies/ for a nice working out-of-the-box app that uses MyFaces Core+Trinidad+Spring+Orchestra+JPA+Maven (I am

Re: newbie: How to start a JSF project

2007-12-16 Thread Bruno Aranda
Haha, of course, I was missing Facelets (I take it for granted) :) Cheers, Bruno On 16/12/2007, Matthias Wessendorf [EMAIL PROTECTED] wrote: Facelets ;-) On Dec 16, 2007 12:50 AM, Bruno Aranda [EMAIL PROTECTED] wrote: And check: http://code.google.com/p/facesgoodies/ for a nice

Re: newbie: How to start a JSF project

2007-12-16 Thread Bruno Aranda
Hi Andrew, can I know the reason you are using JSF RI 1.2 instead of MyFaces? Is it due to some bug we need to fix? In theory, Seam should work perfectly fine with MyFaces 1.2.1-SNAPSHOT (being released at this moment). Thanks! Cheers, Bruno On 16/12/2007, Andrew Robinson [EMAIL PROTECTED]

Re: newbie: How to start a JSF project

2007-12-15 Thread Bruno Aranda
And check: http://code.google.com/p/facesgoodies/ for a nice working out-of-the-box app that uses MyFaces Core+Trinidad+Spring+Orchestra+JPA+Maven (I am forgetting anything)? This demo app uses JPA with Toplink by default, but it is a matter of configuration to use JPA+Hibernate, Cheers,

Re: Myfaces on LINUX

2007-12-14 Thread Bruno Aranda
-SNAPSHOT.jar. Bruno Aranda wrote: It seems to me that there is something wrong in the classpath with two different versions of myfaces around. Can you list the jars in your classpath? What version of MyFaces are you using? Cheers, Bruno On 13/12/2007, GTrivedi [EMAIL

Re: no s:graphicImage available

2007-12-14 Thread Bruno Aranda
Hi, the name is: s:graphicImageDynamic http://myfaces.apache.org/sandbox/graphicImageDynamic.html You can find this and other sandbox components in the sandbox site: http://myfaces.apache.org/sandbox/ Cheers, Bruno On 14/12/2007, Wolfgang [EMAIL PROTECTED] wrote: Hi, installed sandbox on

Re: JFreeChart and JSF

2007-12-13 Thread Bruno Aranda
Using the img you have to set the src attribute to: a) To a graphically already generated (by the previous action) and put on a specific folder b) To a servlet that generates the image Or you can use as well the tomahawk sandbox s:graphicImageDynamic component, like in this example:

Re: Myfaces on LINUX

2007-12-13 Thread Bruno Aranda
It seems to me that there is something wrong in the classpath with two different versions of myfaces around. Can you list the jars in your classpath? What version of MyFaces are you using? Cheers, Bruno On 13/12/2007, GTrivedi [EMAIL PROTECTED] wrote: When I request for xhtml page on the

Re: Iterating over a list of strings or objects

2007-12-06 Thread Bruno Aranda
Facelets: ui:iterate Tomahawk: t:dataList Trinidad: tr:iterator JSTL: c:forEach ... You can use any of these for most cases... Cheers, Bruno On 05/12/2007, Wolfgang Kluge [EMAIL PROTECTED] wrote: Hi, is there a possibility to iterate over a list containging Strings or Objects and

Re: Facelet Question

2007-12-06 Thread Bruno Aranda
And IntelliJ 7 On 07/12/2007, Luka Surija [EMAIL PROTECTED] wrote: Kito D. Mann wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Thursday, December 06, 2007 3:01 PM To: MyFaces Discussion Subject: Re: Facelet

Re: [Trinidad] Skinning - :hover state on links

2007-12-05 Thread Bruno Aranda
No hover possible for (command)links in the skin css then? Should I just go with good ole styleClass=someClassWithHover for this? Thanks! Bruno On 04/12/2007, Bruno Aranda [EMAIL PROTECTED] wrote: Hi, I am creating my first skin with trinidad. I have a page with a few tr:commandLinks and I

Re: [Trinidad] Skinning - :hover state on links

2007-12-05 Thread Bruno Aranda
fine for me, what is your use case so I can try it? Regards, ~ Simon On Dec 5, 2007 1:28 PM, Bruno Aranda [EMAIL PROTECTED] wrote: No hover possible for (command)links in the skin css then? Should I just go with good ole styleClass=someClassWithHover for this? Thanks! Bruno

Re: [Trinidad] Skinning - :hover state on links

2007-12-05 Thread Bruno Aranda
-nameorg.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION/param-name param-valuetrue/param-value /context-param On Dec 5, 2007 1:35 PM, Bruno Aranda [EMAIL PROTECTED] wrote: Thanks Simon, I am starting with this. I have styled the links using global selectors but I have no idea how to add the :hover on the links. So

[Trinidad] Skinning - :hover state on links

2007-12-04 Thread Bruno Aranda
Hi, I am creating my first skin with trinidad. I have a page with a few tr:commandLinks and I am struggling to add a hover behaviour on them. I am following the wonderful docs (I have skinned a few panelBoxes) but I cannot find the way to just add a hover to all links... Anyone? Is there any

Re: Struts-Faces

2007-11-30 Thread Bruno Aranda
I do the same, we have some legacy apps with struts at work, which are being moved slowly to JSF. When they do, there are no middle stages, Cheers, Bruno On 30/11/2007, Mike Kienenberger [EMAIL PROTECTED] wrote: For what it's worth. I have a legacy struts app I'm currently maintaining.

  1   2   3   4   5   6   >