Error trying to fix bug MYFACES-3101

2011-05-04 Thread alex mustieles
Hi, I downloaded these jar files in order to fix the the bug reported at: https://issues.apache.org/jira/browse/MYFACES-3101?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel#issue-tabs Jar files:

Problem with TreeView

2008-10-08 Thread Alex Diaz
Hi, I have this problem and dont know a workaround. I have this icefaces page with an iframe inside, the problem is when I assign a page to the iframe then my tree stop working, the + and - icone dont expand and collapse. Any ideas?. -- Using Opera's revolutionary e-mail client:

Re: managed bean with request scope

2008-10-03 Thread Alex Diaz
:44 -0400, Andrew Robinson [EMAIL PROTECTED] wrote: Are you by any chance using t:saveState or something else to pin the object in memory like using managed-property? On Thu, Oct 2, 2008 at 7:37 PM, Alex Diaz [EMAIL PROTECTED] wrote: Yes my managed bean is in the faces-config.xml and the scope

Re: managed bean with request scope

2008-10-03 Thread Alex Diaz
from my iPhone On Oct 3, 2008, at 6:52 PM, Alex Diaz [EMAIL PROTECTED] wrote: I am just using the the managed-bean like: managed-bean managed-bean-nameChangeTreeValueHelper/managed-bean-name managed-bean-classbeans.ChangeTreeValueHelper/managed-bean- class managed-bean

Re: managed bean with request scope

2008-10-03 Thread Alex Diaz
server version, etc)? -A On Fri, Oct 3, 2008 at 11:45 AM, Alex Diaz [EMAIL PROTECTED] wrote: yes it is general problem, I tried with other beans that had request scope and got the same problem On Fri, 03 Oct 2008 13:11:45 -0400, Guy Bashan [EMAIL PROTECTED] wrote: Did you try another bean

Re: managed bean with request scope

2008-10-03 Thread Alex Diaz
PROTECTED] wrote: Are you using some additional framework like seam/spring? Is your web.XML configured properly? Opening a new browser session activates the constructor? Or are all you beans behave like application scope beans? Sent from my iPhone On Oct 3, 2008, at 9:10 PM, Alex Diaz [EMAIL

Re: managed bean with request scope

2008-10-03 Thread Alex Diaz
just in the iframe On Fri, 03 Oct 2008 15:41:47 -0400, Guy Bashan [EMAIL PROTECTED] wrote: Sorry, I got a little confused, You have this issue only in the iframe request or generally in all your jsp files? -Original Message- From: Alex Diaz [mailto:[EMAIL PROTECTED] Sent: Friday

managed bean with request scope

2008-10-02 Thread Alex Diaz
Are the managed beans with request scope destroyed after each request to a page? If so, then why the beans constructor is not being called after subsequent requests? Thanks. -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

Re: managed bean with request scope

2008-10-02 Thread Alex Diaz
, 02 Oct 2008 09:47:11 -0400, Guy Bashan [EMAIL PROTECTED] wrote: Beans in request scope are recreated on each request. Make sure: 1) Your bean is in the faces-config.xml. 2) The scope is really request. Guy -Original Message- From: Alex Diaz [mailto:[EMAIL PROTECTED] Sent: Thursday

Re: managed bean with request scope

2008-10-02 Thread Alex Diaz
I dont know what referred means? On Thu, 02 Oct 2008 11:31:58 -0400, Andrew Robinson [EMAIL PROTECTED] wrote: Is your bean referred to? Beans are created lazily, so if the EL engine never resolves that bean, it will not be created. On Thu, Oct 2, 2008 at 7:47 AM, Alex Diaz [EMAIL PROTECTED

Re: managed bean with request scope

2008-10-02 Thread Alex Diaz
always be re-created, even on ajax requests. Guy. -Original Message- From: Alex Diaz [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2008 5:13 PM To: MyFaces Discussion Subject: Re: managed bean with request scope Yes the bean is declared in faces-config.xml and has request scope

Re: managed bean with request scope

2008-10-02 Thread Alex Diaz
- From: Alex Diaz [mailto:[EMAIL PROTECTED] Sent: jeudi 2 octobre 2008 18:28 To: MyFaces Discussion Subject: Re: managed bean with request scope I dont know what referred means? On Thu, 02 Oct 2008 11:31:58 -0400, Andrew Robinson [EMAIL PROTECTED] wrote: Is your bean referred to? Beans are created

Re: managed bean with request scope

2008-10-02 Thread Alex Diaz
2, 2008 at 11:56 AM, Alex Diaz [EMAIL PROTECTED] wrote: Yes I have a reference like that. should I remove it? On Thu, 02 Oct 2008 12:52:37 -0400, [EMAIL PROTECTED] wrote: It just means you have some EL reference in the page like t:outputText value=#{myBean.someVariable} / In this case

Re: managed bean with request scope

2008-10-02 Thread Alex Diaz
browser session (even with a different browser) to see if the bean will be created with a different session. -Original Message- From: Alex Diaz [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2008 9:12 PM To: MyFaces Discussion Subject: Re: managed bean with request scope

Re: managed bean with request scope

2008-10-02 Thread Alex Diaz
-config.xml. 2) The scope is really request. Guy -Original Message- From: Alex Diaz [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2008 4:47 PM To: users@myfaces.apache.org Subject: managed bean with request scope Are the managed beans with request scope destroyed after each request

Problems getting the query string in the request url

2008-10-01 Thread Alex Diaz
Hi guys, I am having problems getting the parameters in the request url, the first time I request the page I get the right parameter like this: Map requestMap = FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap(); labelText = (String)requestMap.get(node); but

Re: Problems getting the query string in the request url

2008-10-01 Thread Alex Diaz
parameter manually? Sent from my iPhone On Oct 1, 2008, at 8:49 PM, Alex Diaz [EMAIL PROTECTED] wrote: Hi guys, I am having problems getting the parameters in the request url, the first time I request the page I get the right parameter like this: Map requestMap = FacesContext

Re: Problems getting the query string in the request url

2008-10-01 Thread Alex Diaz
problem. Guy. -Original Message- From: Alex Diaz [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2008 9:35 PM To: MyFaces Discussion Subject: Re: Problems getting the query string in the request url Yes I have a page with an iframe and the main page has a link to change the iframe

Problem upgrading to myfaces 1.2 in jbuilder

2008-09-10 Thread Alex Diaz
Hi, I am trying to upgrade to myfaces 1.2 in JBuilder (by default 1.1) so I can install the richfaces libraries. I copied myfaces libraries to the web-inf/lib folder and deleted the older versions from that folder, but now when I run the application I get the following error:

Problem with frames, server state saving and restore_view

2007-07-14 Thread Alex N.
Hi, I've a problem with frames, the component tree and server side state saving. The frameset contains a tree frame (with a tree2 component ) and a data frame. After several actions in the data frame, the NUMBER_OF_VIEWS_IN_SESSION is reached and after that a click on a command link in the

Help !!! myfaces tomahawk JSF datatable component problem with Spring Web Flow...

2007-03-15 Thread Alex Tian
Hi everyone, I'm a newbie to both Spring web flow and Javaserver faces, recently I've encounted a problem with Myfaces Tomahawk JSF datatable component problem with SWF. I was trying to use Tomahawk's datatable component with AJAX-powered auto sorting and pagination. When page's been loaded, the

Re: Help !!! myfaces tomahawk JSF datatable component problem with Spring Web Flow...

2007-03-15 Thread Alex Tian
? Is it easy to handle (more configuration than programming)? Veit Original-Nachricht Datum: Thu, 15 Mar 2007 03:45:41 -0700 (PDT) Von: Alex Tian [EMAIL PROTECTED] An: users@myfaces.apache.org CC: Betreff: Help !!! myfaces tomahawk JSF datatable component problem

RE: Memory leak

2007-01-22 Thread Savitsky, Alex
Sun JSF RI uses its own EL implementation from Glassfish... but MyFaces has explicit code dependencies on Commons EL, so switching is not trivial... Alex -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Sunday, January 21, 2007 9:13 PM To: MyFaces Discussion Subject

t:inputDate

2007-01-19 Thread Alex . Trusler
e.g. public void setTestDate { effectiveDateFrom = new Date(11629202495000); } On screen I still get the current time on refresh. Has anyone programatically changed the value of a t:inputDate? If so could someone let me know what I am doing wrong. Many Thanks in advance. Alex

Re: t:inputDate

2007-01-19 Thread Alex . Trusler
. Many Thanks... Volker Weber [EMAIL PROTECTED] 19/01/2007 12:21 Please respond to MyFaces Discussion users@myfaces.apache.org To MyFaces Discussion users@myfaces.apache.org cc Subject Re: t:inputDate Hi Alex, where did you call setTestDate()? 2007/1/19, [EMAIL PROTECTED] [EMAIL

Re: t:inputDate

2007-01-19 Thread Alex . Trusler
Thanks for your help Mario, I now understand why my problem has occured. Alex... Mario Ivankovits [EMAIL PROTECTED] 19/01/2007 13:44 Please respond to MyFaces Discussion users@myfaces.apache.org To MyFaces Discussion users@myfaces.apache.org cc Subject Re: t:inputDate Hi Alex! I

RE: Getting a reference to my backing bean in TabChangeListener

2006-10-24 Thread Alex Brown
FYI, there is a link to it (src) on the download page next to the binary. It is a zip file. From: monkeyden [mailto:[EMAIL PROTECTED] Sent: Mon 10/23/2006 6:55 PM To: users@myfaces.apache.org Subject: Re: Getting a reference to my backing bean in

RE: Issue with incorrect method being called

2006-10-23 Thread Alex Brown
loadUnitData listed below. Has anyone else seen this? Is there a common fix for this type of thing? Thanks! -Original Message- From: Alex Brown [mailto:[EMAIL PROTECTED]] Sent: Sat 10/21/2006 2:20 PM To: users@myfaces.apache.org Subject: Issue with incorrect method being called Hello everyone

Issue with incorrect method being called

2006-10-21 Thread Alex Brown
What they heck am I missing? Did I do something silly? Can I provide anything else? I do not think this is related to the beta... but could be.. Thank you for any light you can shed on this :-) ! Alex

h:commandLink Without the Underline

2006-09-26 Thread Alex . Trusler
Hello all, Does anyone know how to display a link using the h:commandLink tag without displaying the underline? Thanks in advance... This message (including any files transmitted with it) may contain confidential and/or proprietary information, is the property of Interactive Data

Javascript and Jscook Menu

2006-08-01 Thread Alex . Trusler
Hello all, I am having problems using _javascript_ with the JSCookMenu and MyFaces. What I want to do is to open a _javascript_ popup like window.open(xyz, height=300,width400,resizeable=yes); when I click on a menu item. Does anyone know if this can be done? Thanks... This message

Re: JSCookMenu and linkDummyForm?

2006-07-31 Thread Alex . Trusler
script type=text/_javascript_!-- if(window.cmDraw!=undefined) { cmDraw ('idJsp0__idJsp1_menu', idJsp0__idJsp1_menu, 'hbr', cmThemeOffice, 'ThemeOffice');} //--/script Can anyone shed some light on why linkDummyForm is being used instead of my formId. Many Thanks Alex... ___

Shale Validation Framework Issue.

2006-07-07 Thread Alex Yakushev
=false / /t:inputText t:outputText rendered=#{!mtJobEditor.isEditableAdminFee} value=#{mtJobEditor.job.tmpAdminFee} / I will be appreciating for any feed back. Alex

Tomahawk on Websphere 5.1.1.1

2006-05-29 Thread Alex Burton
and tree2 in Tomahawk. I'm using Tomahawk 1.1.2 with the Sun RI version 1.1.01 Am I barking up the wrong tree? i.e. Tomahawk needs more than just JSF 1.1? it also needs JSP 2.0? Cheers, Alex. java.lang.NoClassDefFoundError: javax/servlet/jsp/el/ELException

Re: datatable and selecting a row event

2006-05-23 Thread Alex Burton
do you catch the 'row id' though? Cheers, Alex. On 5/23/06, *Volker Weber* [EMAIL PROTECTED] mailto: [EMAIL PROTECTED] wrote: Hi Alex, we do this by using h:commandlink, with parameter, for displaying the row data. But you need to hit the text when clicking on a row. regards, Volker 2006/5/23, Alex B

datatable and selecting a row event

2006-05-22 Thread Alex Burton
in my backing bean). Thanks in advance, Alex.-- We should move forwards, not backwards, upwards, not sideways, and always twirling, twirling towards victory!

fun with tree2 and a popup menu

2006-01-19 Thread Alex Burton
rentId} value=#{node.identifier} / /h:commandLink Thanks in advance, Alex !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN %@ page language=java pageEncoding=UTF-8% %@ taglib uri=http://java.sun.com/jsf/html prefix=h% %@ taglib uri=http://java.sun.com/jsf/core prefix=f% html head %@ include

Re: How often does tree2 rebuild itself

2006-01-17 Thread Alex Burton
You could set up the backing bean to be in the session scope so that the TreeModelBase doesn't have to be created each time. You just have to update the model then if there is a change to it. cheers, alex. On 18/01/06, Adam [EMAIL PROTECTED] wrote: Dear All, I have some code which if you like

Fwd: tree2 problem: Encountered a node [0] + with an illogical state

2006-01-16 Thread Alex Burton
duplicates in the tree sometimes too... any ideas? cheers, Alex. javax.servlet.ServletException: Encountered a node [0] + with an illogical state. Node is expanded but it is also considered a leaf (a leaf cannot be considered expanded. javax.faces.webapp.FacesServlet.service

Dynamically Generating a JSCookMenu items

2005-12-11 Thread Alex Burton
Hi all, Is there a way to dynamically generate navigationMenuItems? The problem I am facing is I am trying to generate a nested menu based off a tree structure that is dynamic and am having problems as I can't use EL tags in the IDs. Anyone got a quick example if it is possible? Cheers, Alex.

Re: Dynamically Generating a JSCookMenu items

2005-12-11 Thread Alex Burton
perfect. thankyou (not sure how i missed finding that...) On 12/12/05, Balaji Kalyansundaram [EMAIL PROTECTED] wrote: Yes you can create dynamic menus. Check this wiki http://wiki.apache.org/myfaces/Dynamic_Menus_with_JSCookMenu Balaji -Original Message- From: Alex Burton

Tree2 with right click popup menu

2005-12-11 Thread Alex Burton
Hi there, Has anyone put together a Tree2 menu with right click menu that appears of the selected node? Cheers, Alex.

Re: Ajax and JSF

2005-10-18 Thread Alex Coles
AJAX-ifying some individual components - such as a autocomplete drop-down menu - is actually not that difficult to achieve in JSF. Based on code from the Blueprints catalog, I've played with it a little bit and it seems to work pretty well. What seems to be much more difficult to achieve is,

Experience with JSF on applications for the general public / public customers

2005-10-18 Thread Alex Coles
frameworks out there! Comments from anyone who's had similar thoughts - or needs would be really appreciated! Many thanks, Alex

Re: Replacing JSF EL with JavaScript

2005-07-21 Thread alex
. Function: my:listSize And you cannot set a JSTL-expression as value of a myfaces-component. Just for your info Regards Alex

Re: Replacing JSF EL with JavaScript

2005-07-19 Thread alex
You wanna say, that an EL-function call can accept a parameter? How that? Give me an example pls. Rgds Alex Dennis Byrne wrote: Are you under the impression that EL functions cannot accept parameters?

Re: How forward from an actionListener

2005-06-16 Thread alex
().getNavigationHandler().handleNavigation(fc, fromAction, outCome); Rgds Alex

ApplicationImpl.java, Validator configuration, property- and attribute-tag, createValidator-method

2005-06-10 Thread alex
of the property maximum this configured value is totally ignored when the createValidator-method is called. And the default-value is never looked-up (not in the addValidator-method either). But due to the spec it must be looked-up and set, right or not?? Why is the property ignored?? Regards Alex

Re: regularExpressionValidator

2005-06-09 Thread alex
I opened up a ticket in JIRA (MYFACES-279) and attached source, so that now the ErrorMessage shows the pattern which the input string must match. Rgds Alex

Re: regularExpressionValidator

2005-06-08 Thread alex
and which validator has to be bound to it. This all comes out of an xml-file. That's why. Richard Featherstone wrote: Alex, Not sure if this is any help but why not add the validation in your jsp like: h:inputText x:validateRegExpr pattern=/ /h:inputText Cheers, Ric

Tomcat 5.5 problems

2005-05-27 Thread alex
locating errors and makes me really furious. How can I stop this? Any suggestion is appreciated. Best regards Alex

Re: Tomcat 5.5 problems

2005-05-27 Thread alex
Martin Marinschek wrote: I get this message only if I stop the application - not at any time else. Are you sure this has got something to do with your exceptions? regards, Martin Yes, because this message always comes, when normally a nullpointerexception is thrown.

Re: Tomcat 5.5 problems

2005-05-27 Thread alex
appear if no log4j.jar is in the classpath. Is there a good way to map log4j output to commons-logging just by a configuration file? Or otherway round? I don't wanna type for any class myfaces uses a logger in the log4j.properties very frustrating those things ... Regards Alex

Re: Displaying simple read-only tabular data

2005-05-25 Thread alex
ArrayList(myMap.keySet()); } } You see, JSF-EL is very powerfull, however you have to think about the tricky ways. Rgds Alex

Re: Error w/o JSF-API.JAR

2005-05-25 Thread alex
) in your path? And do you have listener listener-classorg.apache.myfaces.webapp.StartupServletContextListener/listener-class /listener in your web.xml? Rgds Alex

Re: AW: Error w/o JSF-API.JAR

2005-05-25 Thread alex
. It could mess up things for the myfaces-extensions. Rgds Alex

Re: dataList component

2005-05-25 Thread alex
=#{AlbumsAction.albumKeys} var=item layout=unorderedList h:outputText value=#{AlbumsAction.album.key.someproperty} / //maybe #{AlbumsAction[album][key]['someproperty']} /x:dataList Regards Alex

Re: myfaces resultset e mysql[more info]

2005-05-24 Thread alex
Lorenzo Sicilia wrote: Can I do this task with hibernate, too? Although I've never worked with hibernate, I think you can. A friend of mine did so. Depends on the design of your application :)

Re: myfaces resultset e mysql[more info]

2005-05-23 Thread alex
and then return the list. JDO returns a collection instead of a resultset. I use JDO at the moment. Maybe have a look at www.jpox.org Regards Alex

Re: How to remove my address from the mailling list

2005-05-20 Thread alex
Cdric Dupont wrote: Hi, is there a way i could remove my email address from the mailing lists? Thanks Cdric How about sending an empty mail to [EMAIL PROTECTED] Rgds Alex

dataScroller, checkbox values not updated

2005-05-15 Thread alex
, when I scroll back, the checked value of the box is disappeared. With commandSortHeader the value remains. Any ideas? Best rgds Alex

NullPointerException with DataScroller and crossTable (x:columns)

2005-05-15 Thread alex
) org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362) Can anybody confirm this error? I just want to get sure, before I post a bug. Rgds Alex

Re: dataScroller, checkbox values not updated

2005-05-15 Thread alex
Slawek wrote: notice that all data and actions that submits that data must be in form (the same form) They are in the same form. This is, why it is so strange.

Re: dataScroller, checkbox values not updated

2005-05-15 Thread alex
Slawek wrote: just guessing (cause i have seen such a problem few times): maybe u have access to database in getter of your datamodel? No, I have a logger which logs database access. When using dataScroller the logger has no outcome. And it cannot have, because the datamodel is populated by an

Re: contents of test.jsp file.

2005-05-14 Thread alex
://myfaces.apache.org/tlddoc/ (list of all tags availablte in myfaces) Best regards Alex

Re: Dynamic column counts in data tables.

2005-05-14 Thread alex
, where you then create the whole table and return it. x:dataTable binding=#{backingBean.dataTable} / However, this approach is very hard and frustrating.. I know, what I am talking about, have to use this one :( And the MVC model is a bit broken with that approach. Rgds Alex

Help with CommandLinks and poping up windows (weird behaviour)

2005-05-14 Thread alex
. It is always flip-floping between these to views. How can I make the link work correctly? Thanks for help in advance Rgds Alex

Re: x:inputFileUpload - accepts everything

2005-05-13 Thread alex
Matt Blum wrote: The problem is that Internet Explorer completely ignores this attribute. I honestly don't know whether Firefox does or not Firefox ignores as well and accepts every file.