Re: tr:inputDate

2007-09-15 Thread Leonardo Uribe
and also if i click the first available date (in this case 16/09/2007), it populates the field with 15/09/2007. I remember this issue. Are you using java.sql.Date as the type for the property in the bean? I just changed it for java.util.Date and all works well for me. Regards Leonardo

Re: Tomahawk Examples and MyFaces 1.2

2007-09-20 Thread Leonardo Uribe
You don't need configure myfaces listener listener listener-classorg.apache.myfaces.webapp.StartupServletContextListener /listener-class /listener with myfaces 1.2.0 Probe remove this listener and see what happens regards Att: Leonardo Uribe

[ANNOUNCE] MyFaces Core v2.0.0-beta Release

2010-02-01 Thread Leonardo Uribe
has children or not * [MYFACES-2505] - ComponentHandler.isNew requires deal with composite components regards Leonardo Uribe

[ANNOUNCE] MyFaces Core v2.0.0-beta-2 Release

2010-02-19 Thread Leonardo Uribe
* [MYFACES-2538] - Remove resourceVersion and libraryVersion from resource identifiers regards, Leonardo Uribe

Re: Request class is an empty placeholder

2010-02-25 Thread Leonardo Uribe
Hi It is a known issue, so you can take a look at MYFACES-2434 too. http://issues.apache.org/jira/browse/MYFACES-2434 http://issues.apache.org/jira/browse/MYFACES-2520 regards, Leonardo Uribe 2010/2/25 Jakob Korherr jakob.korh...@gmail.com Hi, Are you using the latest versions of MyFaces

Re: [GSOC] HTML5 Renderkit Start-up

2010-03-02 Thread Leonardo Uribe
and at the end integrate it in myfaces svn if the community agrees to. regards, Leonardo Uribe 2010/3/1 Ali Ok al...@aliok.com.tr Hi, I've started working on HTML5 renderkit, which I will apply GSOC this year. I haven't done much, just created the project, configured the builder (modified

Re: [myfaces][tomahawk]

2010-03-14 Thread Leonardo Uribe
Hi Did you tried t:commandSortHeader? In tomahawk examples there is a demo for it. regards, Leonardo Uribe 2010/3/14 Guy Bashan guy.bas...@gmail.com Hi, I want the sort direction of the t:datatable to start from large to small rather than small to large. I want this behavior

Re: f:event throwing ClassNotFoundException for type

2010-03-16 Thread Leonardo Uribe
Hi It seems we don't have it on org.apache.myfaces.config.NamedEventManager, so f:event is unable to resolve it correctly. Just register 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

Re: f:event throwing ClassNotFoundException for type

2010-03-16 Thread Leonardo Uribe
Hi There was a problem about f:event name and type attribute. Finally it was clearified the real attribute is type, but this attribute also has the semantic of name, so the code proposed is valid. I'll create and issue and fix it soon. regards, Leonardo Uribe 2010/3/16 Marcus Büttner m

Re: f:event throwing ClassNotFoundException for type

2010-03-16 Thread Leonardo Uribe
Hi It is done (see MYFACES-2608) regards, Leonardo Uribe 2010/3/16 Leonardo Uribe lu4...@gmail.com Hi There was a problem about f:event name and type attribute. Finally it was clearified the real attribute is type, but this attribute also has the semantic of name, so the code proposed

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

2010-03-16 Thread Leonardo Uribe
Hi Yes, it is a new one. The code that renders this one is in shared. See 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

Re: MyFaces 1.2.6, JBoss PortletBridge 1.0.0CR3 Postback with LifeRay 5.2.3

2010-03-17 Thread Leonardo Uribe
in jboss portlet bridge that allows do something similar. I have never tried it before (but good to know that this bridge exists). regards, Leonardo Uribe 2010/3/17 Sertic Mirko, Bedag mirko.ser...@bedag.ch h...@all We are running into a strange problem with MyFaces, Facelets, the JBoss

Re: Tutorial for MyFaces PortletBridge with Facelets

2010-03-18 Thread Leonardo Uribe
on portlets and it works). To find the code, it is somewhere on facelets cvs. regards, Leonardo Uribe 2010/3/18 Kito Mann kito.m...@virtua.com Michael, What would be the best way to distribute the portlet version of the Facelets view handler? --- Kito D. Mann | twitter: kito99 | Author

Re: UIComponentBase.java - context.getViewRoot() returns null

2010-03-23 Thread Leonardo Uribe
]); } } It is supposed after restore the tree structure, that facesContext.setViewRoot(uiViewRoot) should be called. Inclusive, in DefaultFaceletsStateManagementStrategy we do the same too. An issue should be created against spring web flow. regards, Leonardo Uribe 2010

Re: UIComponentBase.java - context.getViewRoot() returns null

2010-03-25 Thread Leonardo Uribe
should be used. regards, Leonardo Uribe Matthias Original-Nachricht Datum: Tue, 23 Mar 2010 10:55:10 -0500 Von: Leonardo Uribe lu4...@gmail.com An: MyFaces Discussion users@myfaces.apache.org Betreff: Re: UIComponentBase.java - context.getViewRoot() returns null Hi

[ANNOUNCE] MyFaces Core v2.0.0-beta-3 Release

2010-03-27 Thread Leonardo Uribe
] - Ugly NPE in CompositeFunctionMapper.resolveFunction() if second FunctionMapper is null regards Leonardo Uribe

Re: ConnectionException validating XML using t: panelTabbedPane [SEC=UNCLASSIFIED]

2010-03-29 Thread Leonardo Uribe
is override the EntityResolver used by tomahawk to parse the document, to provide the file necessary to be resolved. regards, Leonardo Uribe 2010/3/29 rob.mcauli...@medicareaustralia.gov.au Hi, I'm trying to use the Tomahawk panelTabbedPane tag on a project that already has some working tomahawk

Re: Facing error after Tomahawk upgrade.

2010-03-30 Thread Leonardo Uribe
Hi Try tomahawk12-1.1.9 jar file. It is known tomahawk for jsf 1.1 + tiles + jsf 1.2 does not work because the ViewHandler spec changes on jsf 1.2. The corrected version is on that jar. regards, Leonardo Uribe 2010/3/30 Now I find myself in question vin.si...@gmail.com So do you mean to say

Re: Conversion error using inputDate with a non-US browser locale

2010-03-31 Thread Leonardo Uribe
Hi Did you tried with the property popupDateFormat on t:inputCalendar? The default is : javax.text.SimpleDateFormat(dd.MM., facesContext.getViewRoot().getLocale()); regards, Leonardo Uribe 2010/3/31 Derry Cannon d3r...@gmail.com I'm having trouble using the Tomahawk inputDate for non-US

Re: Conversion error using inputDate with a non-US browser locale

2010-03-31 Thread Leonardo Uribe
(inputDate, writer, clientId, userData, disabled, readonly); For that component that is fixed and the code does not check the locale before render them. regards, Leonardo Uribe 2010/3/31 Derry Cannon d3r...@gmail.com No, I've not tried the inputCalendar. In stepping through the debugger, I'm

Re: Missing/changed methods after migrating to MyFaces 1.2.8

2010-04-06 Thread Leonardo Uribe
the additional properties you need. regards, Leonardo Uribe 2010/4/6 Mike Kienenberger mkien...@gmail.com Not sure about 1. setStringProperty. But for 2. create a ValueExpression containing #{true} or #{false} I haven't tested this, but You could either ask JSF to create it for you

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

2010-04-19 Thread Leonardo Uribe
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 keeps

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

2010-04-19 Thread Leonardo Uribe
on the last candidate. regards, Leonardo Uribe Cheers, Bruno On 19 April 2010 14:47, Leonardo Uribe lu4...@gmail.com wrote: 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

[ANNOUNCE] MyFaces Core v2.0.0 Release

2010-04-22 Thread Leonardo Uribe
Facelets api usage regards Leonardo Uribe

Re: question about configuring the inputDate element

2010-04-28 Thread Leonardo Uribe
in popcalendar.js. regards, Leonardo Uribe 2010/4/28 lunar...@vuurwerk.nl I have a question regarding the inputDate element. In the default implementation, the datepicker popup shows about 30 different years. However I want to use it to pick a birth date. Therefore I would like it to show about

Re: t:saveState and SpringBeanFacesELResolver

2010-05-12 Thread Leonardo Uribe
Hi It could be good if you create an issue on: https://issues.apache.org/jira/browse/TOMAHAWK and even better, provide an small example. It theory t:saveState should work without problem. regards, Leonardo Uribe 2010/5/12 Quintin Kerby qke...@caci.com I am using JSF RI 1.2 and Tomahawk

[ANNOUNCE] release of myfaces builder plugin 1.0.6

2010-05-23 Thread Leonardo Uribe
and facelets taglib files. In other words, its several maven goals provide a component kit for generate jsf components with minimal effort. Apache MyFaces Builder Plugin is available in the central Maven repository under Group ID org.apache.myfaces.buildtools. Leonardo Uribe

Re: MyFaces Test

2010-05-24 Thread Leonardo Uribe
(facelet testing stuff) that requires create another module on myfaces-test project to be moved. The only documentation available is the one that comes from shale-test project. regards, Leonardo Uribe 2010/5/24 Kito Mann kito.m...@virtua.com Hello, I'm looking into testing frameworks, and the only

Re: t:tree2 Look and Feel

2010-05-24 Thread Leonardo Uribe
at the code this is where it is located: http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/ regards, Leonardo Uribe 2010/5/24 Russell Collins russell.coll...@mclaneat.com I have been looking everywhere for this information but it seems like everything I see is kind of vague with no examples

Re: Missing ELResolver on MyFaces 1.2 for ManagedBean Accesssing

2010-05-31 Thread Leonardo Uribe
Hi Try use provider scope to load EL api dependency: dependency groupIdjavax.el/groupId artifactIdel-api/artifactId version1.0/version scopeprovided/scope /dependency regards, Leonardo 2010/5/31 Christian Schneider

Re: ExtVal: ELHelper composite component problem

2010-06-02 Thread Leonardo Uribe
and that could be the source of the problem. regards, Leonardo Uribe 2010/6/2 Rene Stehr why-de...@gmx.de Dear Gerhard, thank you for the quick reply. I am using the ExtVal library in my custom code to get further information about the value binding in order to map errors (from our

[ANNOUNCE] MyFaces Core v1.1.8 Release

2010-06-11 Thread Leonardo Uribe
MessageUtils adding methods when custom library bundle should be scanned * [MYFACES-2737] - Cache FacesContext on UIComponentBase instances Enjoy! regards Leonardo Uribe

[ANNOUNCE] MyFaces Core v1.2.9 Release

2010-06-11 Thread Leonardo Uribe
adding methods when custom library bundle should be scanned * [MYFACES-2737] - Cache FacesContext on UIComponentBase instances regards Leonardo Uribe

[ANNOUNCE] release of myfaces master pom v8

2010-06-21 Thread Leonardo Uribe
unde the group org.apache.myfaces.myfaces. http://repo2.maven.org/maven2/org/apache/myfaces/myfaces/8/myfaces-8.pom regards Leonardo Uribe

Re: ExtVal: NullPointer during EL resolving for custom component

2010-06-30 Thread Leonardo Uribe
and I'll propose a patch for this one. regards, Leonardo Uribe

Re: Problems with orchestra and JSF 2

2010-07-02 Thread Leonardo Uribe
. Tomahawk is one option (using ExtensionFilter or TomahawkFacesContextWrapper), but Trinidad and other jsf libraries usually has filters that do 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

[ANNOUNCE] MyFaces Core v2.0.1 Release

2010-07-19 Thread Leonardo Uribe
A) * [MYFACES-2817] - name attribute of h:outputScript and h:outputStylesheet should be documented as required (spec rev A) Test * [MYFACES-2733] - Provide tests for f:validateBean / Wish * [MYFACES-1353] - HtmlResponseWriterImpl - Prematurely Closes HTML Elements regards Leonardo Uribe

Re: ui:param value accessible in backing bean?

2010-07-20 Thread Leonardo Uribe
on the variable mapper. but after ui:composition and ui:include ends its processing the variable is just discarded, because the whole VariableMapper wrapper created by this two tags is removed too. regards, Leonardo Uribe 2010/7/20 Michael Heinen mhn4...@googlemail.com Is it possible to access the value

Re: [COMMUNITY] MyFaces += Rudy De Busscher

2010-07-22 Thread Leonardo Uribe
Welcome! best regards, Leonardo 2010/7/22 Jan-Kees van Andel jankeesvanan...@gmail.com Congratulations and welcome to club, Rudy! Regards, Jan-Kees 2010/7/22 Gerhard Petracek gpetra...@apache.org The MyFaces PMC is proud to announce a new addition to our community. Please welcome

[ANNOUNCE] release of myfaces master pom v 9

2010-08-23 Thread Leonardo Uribe
unde the group org.apache.myfaces.myfaces. http://repo2.maven.org/maven2/org/apache/myfaces/myfaces/9/myfaces-9.pom regards Leonardo Uribe

[ANNOUNCE] release of myfaces site skin v 1

2010-08-29 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of myfaces site skin v 1. This jar file is used internally to define the style and layout of myfaces site. You can find it in the maven repo unde the group org.apache.myfaces.maven.myfaces-site-skin.

Re: ViewExpiredException: MyFaces PrimeFaces

2010-08-31 Thread Leonardo Uribe
Hi Could you check your server log?. A more detailed exception could be found there, to identify easily what's going on. regards, Leonardo Uribe 2010/8/31 Rafael Santini raf...@santini.eti.br Hi Ali, I have posted this question on PrimeFaces Forum. With Mojarra 1.2_15-b01, works

Re: ViewExpiredException: MyFaces PrimeFaces

2010-09-02 Thread Leonardo Uribe
(JIoEndpoint.java:489) at java.lang.Thread.run(Thread.java:619) Thanks, Rafael Santini - Original Message - From: Leonardo Uribe lu4...@gmail.com To: MyFaces Discussion users@myfaces.apache.org Sent: Tuesday, August 31, 2010 4:46 PM Subject: Re: ViewExpiredException: MyFaces

Re: ViewExpiredException: MyFaces PrimeFaces

2010-09-02 Thread Leonardo Uribe
(DashoA13*..) at javax.crypto.Cipher.init(DashoA13*..) at org.apache.myfaces.shared_impl.util.StateUtils.encrypt(StateUtils.java:314) ... 40 more Thanks, Rafael Santini - Original Message - From: Leonardo Uribe lu4...@gmail.com To: MyFaces Discussion

Re: ViewExpiredException: MyFaces PrimeFaces

2010-09-02 Thread Leonardo Uribe
. The size of it depends on the algorithm used for mac calculation -- context-param param-nameorg.apache.myfaces.MAC_SECRET/param-name param-valueYWJjZDEyMzQ=/param-value /context-param Thanks, Rafael Santini - Original Message - From: Leonardo Uribe lu4...@gmail.com

[ANNOUNCE] MyFaces Test v1.0.0 Release

2010-09-05 Thread Leonardo Uribe
VisitContextFactoryImpl regards, Leonardo Uribe

[ANNOUNCE] release of myfaces builder plugin 1.0.7

2010-09-05 Thread Leonardo Uribe
The Apache MyFaces team is pleased to announce the release of Apache MyFaces Builder Plugin 1.0.7 Apache MyFaces Builder Plugin is a maven plugin, used internally in other projects like myfaces core and tomahawk for generate component classes, tag classes, faces-config files, .tld files and

[ANNOUNCE] MyFaces Core v2.0.2 Release

2010-09-26 Thread Leonardo Uribe
FlashImpl * [MYFACES-2893] - Update qdox to 1.12 on myfaces-builder-plugin Test * [MYFACES-2844] - Create tests for clientEvent properties regards, Leonardo Uribe

Re: Issues in using tomahawk with Jboss 5

2010-09-30 Thread Leonardo Uribe
Hi I think there should be some problem with your extensions filter configuration. Try deploy the example app in tomahawk distribution: http://myfaces.apache.org/tomahawk/download.html http://www.apache.org/dyn/closer.cgi/myfaces/binaries/tomahawk-examples-1.1.9-bin.zip Just set the param and

[ANNOUNCE] release of MyFaces Tomahawk v 1.1.10

2010-10-01 Thread Leonardo Uribe
Leonardo Uribe

Re: Missing dojo classes in sandbox20

2010-10-11 Thread Leonardo Uribe
Hi Sandbox components has not been ported to JSF 2.0 yet. JSF 2.0 has now ajax support, so the idea is rewrite those components in a way that do not require dojo. regards, Leonardo Uribe 2010/10/11 juergen.wien...@hella.com Hello everybody, I'm using MyFaces 2.0.2 with tomahawk20 1.1.10

Re: Tomahawk installation - infinite redirect when configuring extension filters

2010-10-19 Thread Leonardo Uribe
here: http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/webapp/filter/TomahawkFacesContextWrapper.java regards, Leonardo Uribe 2010/10/19 Jakob Korherr jakob.korh...@gmail.com Hi, Then I guess it is some sort of incompatibility with Seam. However I

[ANNOUNCE] release of myfaces builder plugin 1.0.8

2010-12-06 Thread Leonardo Uribe
and facelets taglib files. In other words, its several maven goals provide a component kit for generate jsf components with minimal effort. Apache MyFaces Builder Plugin is available in the central Maven repository under Group ID org.apache.myfaces.buildtools. Enjoy! Leonardo Uribe

Re: java.io.InvalidObjectException: enum constant attributes does not exist in class javax.faces.component.UIComponent$PropertyKeys

2010-12-10 Thread Leonardo Uribe
Hi Is there any way to see the app log? In theory, when a ViewExpiredException is thrown, the reason is logged there, but there is not on the browser. I readed your previous emails related to this one and one possibility that comes to my mind is we are storing something on session without

Re: java.io.InvalidObjectException: enum constant attributes does not exist in class javax.faces.component.UIComponent$PropertyKeys

2010-12-10 Thread Leonardo Uribe
/Secure_Your_Application for details. regards, Leonardo Uribe 2010/12/10 Leonardo Uribe lu4...@gmail.com Hi Is there any way to see the app log? In theory, when a ViewExpiredException is thrown, the reason is logged there, but there is not on the browser. I readed your previous emails related

Re: GAE problem

2010-12-13 Thread Leonardo Uribe
Hi First try to set org.apache.myfaces.SECRET and org.apache.myfaces.MAC_SECRET into your web.xml as described on: http://wiki.apache.org/myfaces/Secure_Your_Application regards, Leonardo Uribe 2010/12/13 Nikolay Rychkov nikolay.rych...@gmail.com I have this error during local run. I didn't

[ANNOUNCE] release of myfaces commons v 1.0.1

2010-12-13 Thread Leonardo Uribe
converters that evaluate EL expressions at render time * [MFCOMMONS-20] - Add mc:outputClientId component and Facelets EL function Enjoy! Leonardo Uribe

[ANNOUNCE] MyFaces Core v2.0.3 Release

2010-12-18 Thread Leonardo Uribe
LifecycleProvider Class correctly * [MYFACES-2997] - Clean up SpiUtils regards, Leonardo Uribe

[ANNOUNCE] MyFaces Test v1.0.1 Release

2011-02-01 Thread Leonardo Uribe
, Leonardo Uribe

Re: How do I get the Method EL Expression of actionListener in JSF 2.0?

2011-02-10 Thread Leonardo Uribe
Hi Sorry for the late response. The problem is jsp uses UICommand.setActionListener method, but in facelets things are different. Look this class: http://svn.apache.org/repos/asf/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jsf/ActionSourceRule.java If the target

[ANNOUNCE] MyFaces Core v2.0.4 Release

2011-02-14 Thread Leonardo Uribe
property regards, Leonardo Uribe

Re: NullPointerException with OSGi Bundle

2011-02-22 Thread Leonardo Uribe
proposed). regards, Leonardo Uribe 2011/2/22 Jakob Korherr jakob.korh...@gmail.com Hi Clovis, I agree that this issue (MYFACES-3044) should be fixed and not closed as invalid. Thus I just reopened it. However, before I commit your proposed solution, are there any objections? Leonardo? Regards

Re: myfaces-test site

2011-02-28 Thread Leonardo Uribe
/test/ If you have any issues or ideas for improvement you can fill an issue here (maybe the one related to feed managed beans from a faces-config file): https://issues.apache.org/jira/browse/MYFACESTEST I'll add a download section for this project. regards, Leonardo Uribe

Re: myfaces-test site

2011-03-01 Thread Leonardo Uribe
Hi Kito Question: does it parse faces-config.xml for managed beans yet? Not yet. I haven't investigated too much about it, but it is possible to do it, moving some myfaces core code into myfaces test. regards, Leonardo

[ANNOUNCE] MyFaces Core v1.2.10 Release

2011-03-01 Thread Leonardo Uribe
Task * [MYFACES-2840] - Use a copied Iterator instead of the real Enumeration in AbstractAttributeMap.AbstractAttributeIterator regards, Leonardo Uribe

Re: Tomahawk components' javascript are undefined

2011-03-01 Thread Leonardo Uribe
Hi If you receive those errors, it is probably your filter blocks tomahawk one, so the resource requested is not served. In normal conditions the components should work, inclusive if that so, probably other libraries using similar hacks will fail too. regards, Leonardo 2011/3/1 Richard Yee

Re: myfaces-tree2 component

2011-03-01 Thread Leonardo Uribe
Hi Use t:tree2 using client side mode obviously will cause the problem you mentioned, even if the generated html code is optimized in size. The alternative is use server side mode or other tree implementation that uses ajax techniques to load and show data. Right now I haven't tested if t:tree2

Re: [ANNOUNCE] MyFaces Core v1.2.10 Release

2011-03-02 Thread Leonardo Uribe
Hi It seems is caused by the solution committed on: https://issues.apache.org/jira/browse/MYFACES-2873 I already reopened the issue. regards, Leonardo Uribe 2011/3/2 steffen.sp...@oeffentliche.de s...@oeffentliche.de: Hi, I am using MyFaces 1.2 in combination with Trinidad 1.2.14

Re: [Trinidad] Best Javascript package to use in a new render kit

2011-03-10 Thread Leonardo Uribe
is to know the details behind it and how they can extend or override trinidad stuff. regards, Leonardo Uribe 2011/3/10 Scott O'Bryan darkar...@gmail.com Walter, Yeah, while creating a new renderkit isn't trivial, the Trinidad internals and API really lend themselves to allowing extensions

Re: [Trinidad] Best Javascript package to use in a new render kit

2011-03-11 Thread Leonardo Uribe
trinidad stuff. regards, Leonardo Uribe 2011/3/10 Scott O'Bryandarkar...@gmail.com Walter, Yeah, while creating a new renderkit isn't trivial, the Trinidad internals and API really lend themselves to allowing extensions to the framework. I know Oracle, for instance, has a very large

Re: Tomahawk Input Calendar is showing in the wrong position

2011-03-17 Thread Leonardo Uribe
Hi That is something new. I have never seen that before. Maybe some css configuration affects the div or the calendar, so maybe you need to create a custom theme for the calendar so you can override the default values where the popup appear. The properties to do that are styleLocation,

Re: Tomahawk Input Calendar is showing in the wrong position

2011-03-17 Thread Leonardo Uribe
March 2011 15:40, Leonardo Uribe lu4...@gmail.com wrote: Hi That is something new. I have never seen that before. Maybe some css configuration affects the div or the calendar, so maybe you need to create a custom theme for the calendar so you can override the default values where the popup appear

[ANNOUNCE] MyFaces Core v1.1.9 Release

2011-03-22 Thread Leonardo Uribe
oracle attack * [MYFACES-2970] - f:convertNumber conversion is not symmetric when currencyCode and currencySymbol are used Task * [MYFACES-2840] - Use a copied Iterator instead of the real Enumeration in AbstractAttributeMap.AbstractAttributeIterator regards, Leonardo Uribe

Re: [Trinidad] Best Javascript package to use in a new render kit

2011-03-22 Thread Leonardo Uribe
Hi So, which one is the next step? Leonardo

[ANNOUNCE] MyFaces Test v1.0.2 Release

2011-03-29 Thread Leonardo Uribe
packages and download page on site regards, Leonardo Uribe

[ANNOUNCE] release of myfaces builder plugin 1.0.9

2011-03-29 Thread Leonardo Uribe
and facelets taglib files. In other words, its several maven goals provide a component kit for generate jsf components with minimal effort. Apache MyFaces Builder Plugin is available in the central Maven repository under Group ID org.apache.myfaces.buildtools. Enjoy! Leonardo Uribe

Re: JBoss 6: problem with tomahawk

2011-04-03 Thread Leonardo Uribe
code is correct. In tomahawk for version 1.1, String is used instead ValueExpression. So it is probably your code takes tomahawk12 tld and tomahawk for jsf 1.1 classes, causing the problem previously mentioned. regards, Leonardo Uribe 2011/4/3 Anton Gavazuk antongava...@gmail.com Hi all, got

Re: [trinidad]

2011-04-04 Thread Leonardo Uribe
prevent scan those jars for annotations, overriding getBaseUrls() method is enough). The default code provided by MyFaces is fine. regards, Leonardo Uribe 2011/4/4 Scott O'Bryan darkar...@gmail.com This might be a good question to post to the Oracle Forums. As for classloaders, they work

[ANNOUNCE] MyFaces Core v2.0.5 Release

2011-04-10 Thread Leonardo Uribe
-2290] - Add OSGi bundle information and bundle classloader / activator Test * [MYFACES-3062] - drop cglib from api tests regards, Leonardo Uribe

Re: Can anybody show me some sample about t:dataScroller with f:ajax?

2011-04-25 Thread Leonardo Uribe
, Leonardo Uribe 2011/4/20 周恩 ejbst...@hotmail.com Can anybody show me some sample about t:dataScroller with f:ajax? I want to provide t:dataTable and t:dataScroller with f:ajax! Thanks a lot for any reply! Below is some code with no f:ajax for t:dataScroller, just same as the file

Re: Problems retrieving selection data from t:datalist via actionlistener

2011-04-25 Thread Leonardo Uribe
the primary key or a derivate of your data is output on the html, and somebody could not want that by some special reason. Note the default strategy used for years in UIData using rowIndex hides that information. regards, Leonardo Uribe 2011/4/8 Georg Füchsle giofy...@googlemail.com Hallo! I use Jsf

Re: JBoss 6: problem with tomahawk

2011-05-02 Thread Leonardo Uribe
Hi Here you can download the snapshots of myfaces projects, including tomahawk. https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces regards, Leonardo

Re: Myfaces extension: changing default resource uri

2011-05-03 Thread Leonardo Uribe
Hi The web config param you are looking for is this one: org.apache.myfaces.RESOURCE_VIRTUAL_PATH by default is: /faces/myFacesExtensionResource so you'll need to change your filter mapping and this param to make it work. regards, Leonardo 2011/5/3 sundaram wit_su...@yahoo.co.in: Myfaces

Re: Myfaces extension: changing default resource uri

2011-05-04 Thread Leonardo Uribe
regards, Leonardo 2011/5/4 sundaram wit_su...@yahoo.co.in: can you provide a example for this. like original resource location = /faces/myFacesExtensionResource/* allowed url = /faces/ndm/* Leonardo Uribe wrote: Hi The web config param you are looking for is this one

Re: f:setPropertyActionListener does not work

2011-05-04 Thread Leonardo Uribe
Hi Could you provide the exception to see if there is a configuration problem? regards, Leonardo 2011/5/4 Georg Füchsle giofy...@googlemail.com: Hallo I have made up a small JSF-Project using maven. It works as long I will not use f:setPropertyActionListener. When

Re: Problems with ResourceResolver

2011-05-06 Thread Leonardo Uribe
close the issue as duplicate. regards, Leonardo Uribe 2011/5/6 Jakob Korherr jakob.korh...@gmail.com: Hi, This seems to be an implementation issue of MyFaces. Please file a ticket in our JIRA at https://issues.apache.org/jira/browse/MYFACES Thanks! Regards, Jakob 2011/5/6 Juan Fernandez

Re: Problems with ResourceResolver

2011-05-06 Thread Leonardo Uribe
) and the other one on RestoreViewSupport instance. After all, this class is expected to be stateless, so it will be no problem. ... It is possible to create a fix, but from my point of view since there is a proper fix on 2.1.x, that version should be used in this case instead. regards, Leonardo Uribe

Re: Problem with spring-security 2.0.6

2011-05-13 Thread Leonardo Uribe
(login and a intercept_url). regards, Leonardo Uribe 2011/5/13 vale_java_dev fabrizi_valent...@yahoo.it: Hi all! This is my scenario:   - jboss_4.2.2   - myFaces 1.2.8   - tomahawk 1.1.9   - trinidad 1.2.10   - jQuery4Jsf   - primefaces 1.0   - spring 2.5   - spring-security 2.0.6

[ANNOUNCE] MyFaces Test v1.0.3 Release

2011-05-23 Thread Leonardo Uribe
, Leonardo Uribe

Re: [Tomahawk] t:inputCalendar do not work on IE9

2011-05-25 Thread Leonardo Uribe
Hi I have checked it and it is a bug, because IE9 is more strict. I created this issue: https://issues.apache.org/jira/browse/TOMAHAWK-1592 And commit a solution (you can take a look at the fix there). Thanks for the report, it helps a lot. Leonardo Uribe 2011/5/21 Werner Punz werner.p

[ANNOUNCE] MyFaces Core v2.0.6 Release

2011-05-29 Thread Leonardo Uribe
getChildCount() or getFacetCount() before try to create the iterator Task * [MYFACES-3095] - Check h:button and h:link modifications. regards, Leonardo Uribe

[ANNOUNCE] MyFaces Core v2.1.0 Release

2011-05-29 Thread Leonardo Uribe
-processing element * [MYFACES-3110] - Allow use the same library for a composite component for resources defined inside it (resolve #{resource['this:...']} ) * [MYFACES-3122] - Create xsd schemas for .view.xml pages regards, Leonardo Uribe

Re: Issue with Myfaces NavigationMenuItem

2011-06-04 Thread Leonardo Uribe
Hi I tried it just for curiosity and it works. I don't see any problem with the code above. regards, Leonardo Uribe 2011/6/2 Julian Osorio Amaya julian.oso...@linuxmail.org: Greetings  We've a navigation problem with myfaces NavigationMenuItem class implementation in tomcat 6.32. There's

[ANNOUNCE] MyFaces Core v2.0.7 Release

2011-06-12 Thread Leonardo Uribe
optimizations regards, Leonardo Uribe

[ANNOUNCE] MyFaces Core v2.1.1 Release

2011-06-12 Thread Leonardo Uribe
component on EL stack Improvement [MYFACES-3167] - UIComponent EventListenerWrapper optimizations regards, Leonardo Uribe

Re: javax.faces.SEPARATOR_CHAR not working well together with AJAX

2011-06-15 Thread Leonardo Uribe
file an issue on myfaces issue tracker here: https://issues.apache.org/jira/browse/MYFACES so it can be fixed regards, Leonardo Uribe 2011/6/15 Christoph Dietze christoph.die...@ergodirekt.de: Hello, we changed the default SEPARATOR_CHAR from colon to underscore. However, that causes

Re: Both child and facet list should be checked while moving an existing child ?

2011-06-15 Thread Leonardo Uribe
the intention behind this. Please create a bug on myfaces issue tracker. https://issues.apache.org/jira/browse/MYFACES regards, Leonardo Uribe 2011/6/14 Ivan xhh...@gmail.com: Any thought for this, thanks ! 2011/6/13 Ivan xhh...@gmail.com Hi,     Per the Java doc of http

Re: MyFaces test downloads are down

2011-06-22 Thread Leonardo Uribe
Hi Yesterday I fixed the links. Thanks for the tip. Leonardo Uribe 2011/6/21 Gerhard Petracek gerhard.petra...@gmail.com: hi kito, thx for the info. the artifacts are online (see [1] and [2]) but the links are wrong and we have to fix them. regards, gerhard [1] http://www.apache.org/dist

Re: ViewExpiredException in MyFaces 2.0.6

2011-06-25 Thread Leonardo Uribe
Hi There was some changes on state saving algorithm. All tests done passed, but the previous algorithm was preserved too. It was found a bug on 2.0.6, so the following is valid 2.0.7 / 2.1.1 . Add in your web.xml file the following: context-param

Re: PostConstruct annotation not working on Tomcat 7

2011-06-25 Thread Leonardo Uribe
-valueorg.apache.myfaces.config.annotation.Tomcat7AnnotationLifecycleProvider/param-value /context-param That force tomcat 7 lifecycle provider to be used. If that does not work please create an issue and attach an example of your configuration, so we can reproduce the problem and check if it is a bug or not. regards, Leonardo Uribe 2011/6/25

  1   2   3   4   5   6   >