[Tobago] Unknown Protocol

2006-07-31 Thread Cyrill Zadra
HiWhen I'm trying to start an webapp with JDeveloper (embedded OC4J) on Windows XP I get following error (Tried it with 1.0.7 and 1.0.8):ERROR: Unknown protocol 'code-source:/C:/IENGINE/MyFace/HelloWorld/lib/tobago- theme-standard-1.0.8-SNAPSHOT.jar!META-INF/tobago-theme.xml'ERROR: Unknown

bug in panelTab? was: access attributes of rendered submit button of t:panelTab

2006-07-31 Thread Schaal, Roland
Hi! Could it be a bug that i.e. the onClick-attribute of the t:panelTab will be rendered to the content of the tabbedPane panel and not to the tabbedPane button? Where are the myfaces-gurus? ;) Roland Von: Schaal, Roland Gesendet: Mittwoch, 26. Juli 2006 16:07An: MyFaces

RE: Tomahawk Tree2 Problem

2006-07-31 Thread Kunaal
Hi Eivind, Unfortunately this link has not quite been what i require. It will be useful though later down the line for me. Has anyone else used a Tomahawk Tree2 component??? If so, are you experiencing the same problem as me, i.e. Click on a node to be displayed and it refreshs the whole tree2

RE: Tomahawk Tree2 Problem

2006-07-31 Thread Tom Serru
Hi, We also tried to use the Tree2 component, and also had some problems. As I can remember we had a problem with both the server and client side tree. The tree also had some functionality missing that we needed (ex. an expandable info panel for each node). The only solution for us was to write

Tree2 - a new node scroll to?

2006-07-31 Thread Adam
Dear All, we are happily using tree2 the problem I have is to do with the scrolling. Is there anyway to tell the scrooling mechanism to scroll to a given node? i.e. we have a tree which is sufficiently large that it needs a scroll bar etc. When we add a new node, it is added to the end of

Re: is there a way to pull a session scope variable directly into a jsf tag?

2006-07-31 Thread Matthias Fischer
I wanted to create a command button like h: commandButton action= #{session.foo} ... Hi, I have not tried that yet, neither do I know why it should not work. But I think the JSTL EL could solve this problem. Try to use ${session.foo} instead and let me know whether it works, please. Kind

Re: is there a way to pull a session scope variable directly into a jsf tag?

2006-07-31 Thread Cosma Colanicchia
I think that the problem is that, if EL is found in the action attribute, JSF tries to use it as an action method (it attemps to call it).. 2006/7/31, Matthias Fischer [EMAIL PROTECTED]: I wanted to create a command button like h: commandButton action= #{session.foo} ... Hi, I have not

Re: is there a way to pull a session scope variable directly into a jsf tag?

2006-07-31 Thread Matthias Fischer
I think that the problem is that, if EL is found in the action attribute, JSF tries to use it as an action method (it attemps to call it).. That's what I suppose. So JSTL EL should solve it as we have no method bindings here...

Re: is there a way to pull a session scope variable directly into a jsf tag?

2006-07-31 Thread Cosma Colanicchia
It may work... can I ask why you are designing things this way? It seems a bit odd to me to add another level of abstraction on page navigation: an expression that resolve to a string that is matched against navigation rules that finally defines a view (!) Cosma 2006/7/31, Matthias Fischer

Re: Facelets and JSCookMenu Theme

2006-07-31 Thread Ulath
Ok, i've solved the problem. In order to t:jscookmenu's styleLocation attribute work you need to write a tag handler or (i preffered the easy way) add the org.apache.myfaces.STYLE_LOCATION to jscookmenu as follows; code t:jscookMenu layout=vbr theme=ThemeOffice

window identifier?

2006-07-31 Thread Christopher Cudennec
Hi everbody, (how) can I get an identifier for the window of a client request? We need to support multiple windows at the same time and therefore can't use session scoped beans. Using request scoped beans would be too expensive, as far as I thought about it ;). By knowing the window

Re: Displaying data from a map

2006-07-31 Thread Michael Meierhoff
You don't need JavaScript for hover a tr. You can do this with css only. Example for that: table.blub tbody tr:hover{ background-color:#DEEAF6; }

a problem with using myfaces

2006-07-31 Thread mohammad norouzi
dear sir,I am using faclets, ajax4jsf and Jsf RI, now I want to use the myfaces component and Tomahawk, but it dosnt work properly, I dont want to change my xhtml files I just want to use some of the tags from Tomahawk, I set the myFaceExtension filter and everything but it dosnt work. there is no

Re: a problem with using myfaces

2006-07-31 Thread Murat Hazer
did you define tomahawk.taglib.xml and add this to web.xml facelets.LIBRARIES context parameter?On 7/30/06, mohammad norouzi [EMAIL PROTECTED] wrote: dear sir,I am using faclets, ajax4jsf and Jsf RI, now I want to use the myfaces component and Tomahawk, but it dosnt work properly, I dont want to

Error in log file when using t:saveState

2006-07-31 Thread Frank Russo
I'm trying to use t:saveState to save a bean class. I may have something in MyFaces configured wrong. It seems that I'm getting a new bean for each request. I was trying to troubleshoot, when I saw this in my log file: 2006-07-31 08:12:01,876 WARN

[javasf]Problems with sortableTable of dojotoolkit and ADF Faces.

2006-07-31 Thread Dudu
I'had coded a datatable component based on SortableTable of Dojotoolkit...And it works very fine, but when I put itonapage using ADFex-ComponentsofOracle(nowTrindad),the_javascript_ methodcalleddojo.widget.byId ('myWidgetIdOfSortableTable');returnsaundefiniedvalue. I had observed that if I

Re: s:inputTextAjax not working

2006-07-31 Thread octoberdan
I made some updates to web.xml : ?xml version=1.0 encoding=UTF-8? web-app version=2.4 xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd;

Re: s:inputTextAjax not working

2006-07-31 Thread octoberdan
Backing Bean: package com.loomis.project; import java.io.Serializable; import java.sql.Timestamp; import java.util.Date; import com.loomis.dao.PersonDAO; import com.loomis.lookup.autoobject.Category; import com.loomis.lookup.autoobject.Phase; import com.loomis.lookup.autoobject.Status; import

Re: s:inputTextAjax not working

2006-07-31 Thread octoberdan
I'm getting desprate and am about to just write my own ajax inputbox thingy... Someone out there must be able to help me :-( Please! I'm on my knees. -- View this message in context: http://www.nabble.com/s%3AinputTextAjax-not-working-tf2015832.html#a5576224 Sent from the MyFaces - Users

Re: s:inputTextAjax not working

2006-07-31 Thread Guy Coleman
I'd use Ajax4jsf: https://ajax4jsf.dev.java.net/nonav/ajax/ajax-jsf/ On 31/07/2006 14:58, octoberdan wrote: I'm getting desprate and am about to just write my own ajax inputbox thingy... Someone out there must be able to help me :-( Please! I'm on my knees.

Source for ClassUtils?

2006-07-31 Thread Sloan, Noah M
I'm build 1.1.3 from source, and in the generated jar for myfaces-impl there is a class: org.apache.myfaces.shared_impl.util.ClassUtils However, I can't find the source for this class anywhere. Can someone point me to it?

Re: s:inputTextAjax not working

2006-07-31 Thread octoberdan
Unfortunately this is not an option. I'm extending the inputTextAjax component for it is exactly what I need -- View this message in context: http://www.nabble.com/s%3AinputTextAjax-not-working-tf2015832.html#a5576698 Sent from the MyFaces - Users forum at Nabble.com.

commandLink and onclick event

2006-07-31 Thread Rønnevik , Eivind
Hi! Can anyone tell me why something like this would work: t:commandLink value="#{messages.deleteRow}" action="#{selectRowHandler.deleteRow}" onclick="if (!confirm('Are you sure you want to delete this record?')) return" / But that a similar approach (firing the _javascript_ AND the

RE: commandLink and onclick event

2006-07-31 Thread Sloan, Noah M
I think return false aborts the form submission. From: Rønnevik, Eivind [mailto:[EMAIL PROTECTED] Sent: Mon 31-Jul-06 9:28 AM To: users@myfaces.apache.org Subject: commandLink and onclick event Hi! Can anyone tell me why something like this would work:

to use or not to use.. outputlink

2006-07-31 Thread ragsta
If I well understood the jsf framework the outputlink tag shoul be used only to call web resources external to the jsf framework... Infact, using an outputlink you can navigate to any page you want... even if it's not allowed by the navigation rules declared in the faces-config.xml I'm

Re: Source for ClassUtils?

2006-07-31 Thread Dennis Byrne
Noah, Try looking for org.apache.myfaces.shared.util.ClassUtils - the package name is changed at build time. Dennis Byrne -Original Message- From: Sloan, Noah M [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 10:16 AM To: users@myfaces.apache.org Subject: Source for ClassUtils?

RE: commandLink and onclick event

2006-07-31 Thread Damon Weyant
Hello list, Noah is correct...the code you provide in the onclick attribute of the commandLink is inserted beforethe generated _javascript_ of the commandLink. Eivind, if you remove the "return false" code from the onclick of your commandLink, you should get the behavior you expected.

RE: Rendered propety valid expressions?

2006-07-31 Thread Jorge Vásquez
Very interesting!! Two new questions regarding valid EL expressions: 1. How exactly will the syntax and procedure be for using a Facelet function as rendered condition? 2. Is it possible to obtain elements of Lists at specific positions and compare them with fixed values. Ex:

Re: Tree2 - a new node scroll to?

2006-07-31 Thread Sean Schofield
I haven't tried using anchors in JSF but presumably that would be the solution. Since the nodes are all JSF objects if you can find a way to add a '#foo' to the URL then you could scroll to the specific location. I don't believe there is a way to do this in the JSF spec but its probably

Re: s:inputTextAjax not working

2006-07-31 Thread octoberdan
I tried bringing in the managed bean and jsf page from the example, but it still doesn't work! Somthing must be wrong in my configurations... can anyone spot it? Do the ajax components just not work with Facelets? -- View this message in context:

Re: s:inputTextAjax not working

2006-07-31 Thread octoberdan
I checked the rendered html on both the working version (in a seperate war) and the unworking version in my project and they render the EXACT SAME HTML! I double checked all the js includes and they all work just fine... Gah!!! -- View this message in context:

Re: Do ajax components work with facelets?

2006-07-31 Thread octoberdan
Anyone out there using facelets that would be willing to please double check? -- View this message in context: http://www.nabble.com/Do-ajax-components-work-with-facelets--tf2016319.html#a5577974 Sent from the MyFaces - Users forum at Nabble.com.

Re: Tree2 - a new node scroll to?

2006-07-31 Thread Andrew Robinson
There are javascript methods to scroll to a given node in the DOM tree if you need to scroll the whole document. If you are in an inner div you will want to use scrollTop and scrollHeight to determine set the scroll position of the div. Just give an element in your node a static ID (forceId from

Re: s:inputTextAjax not working

2006-07-31 Thread octoberdan
What other information would be valuable to give? -- View this message in context: http://www.nabble.com/s%3AinputTextAjax-not-working-tf2015832.html#a5578379 Sent from the MyFaces - Users forum at Nabble.com.

Re: Do ajax components work with facelets?

2006-07-31 Thread William Huang
yes, we had it working with facelets, myfaces 1.1.x, and ajax4jsf. William Huang Product Development Team IntraLinks, Inc. octoberdan [EMAIL

Re: s:inputTextAjax not working

2006-07-31 Thread octoberdan
Logs! Here's the log when I first load the page with the component: 31 Jul 2006 11:47:49,588 - DEBUG - LifecycleImpl.restoreView(100) | entering restoreView in org.apache.myfaces.lifecycle.LifecycleImpl 31 Jul 2006 11:47:49,619 - DEBUG - JspStateManagerImpl.restoreView(281) | Entering

Re: JSCookMenu and linkDummyForm?

2006-07-31 Thread Cosma Colanicchia
If you are using Trinidad, you should download the latest sources to use JSCookMenu. Cosma 2006/7/31, [EMAIL PROTECTED] [EMAIL PROTECTED]: Hello All, I have set up a JSCookMenu to display a Navigation menu but when I click on a menu item my navigation is ignored and I am returned to the

Re: Rendered propety valid expressions?

2006-07-31 Thread Mike Kienenberger
On 7/31/06, Jorge Vásquez [EMAIL PROTECTED] wrote: Very interesting!! Two new questions regarding valid EL expressions: 1. How exactly will the syntax and procedure be for using a Facelet function as rendered condition? Here's an example that was just posted on the mailing list. To use it,

Re: s:inputTextAjax not working

2006-07-31 Thread octoberdan
I did an output to the console, setter method is called when the page first loads but not one the submit button is clicked... Any ideas? -- View this message in context: http://www.nabble.com/s%3AinputTextAjax-not-working-tf2015832.html#a5578567 Sent from the MyFaces - Users forum at

Re: Do ajax components work with facelets?

2006-07-31 Thread octoberdan
Thank you for the help :-). What components were you using? -- View this message in context: http://www.nabble.com/Do-ajax-components-work-with-facelets--tf2016319.html#a5578591 Sent from the MyFaces - Users forum at Nabble.com.

Re: JSCookMenu and linkDummyForm?

2006-07-31 Thread Alex . Trusler
I'm not using Trinidad just MyFaces and Tomahawk. Cosma Colanicchia [EMAIL PROTECTED] 31/07/2006 16:55 Please respond to MyFaces Discussion users@myfaces.apache.org To MyFaces Discussion users@myfaces.apache.org cc Subject Re: JSCookMenu and linkDummyForm? If you are

rendered condition does not work as expected

2006-07-31 Thread Venkat Rao
My code inside a rendered flag is getting invoked even when the condition is false. I am iterating over a list of Graphics objects to display information about each by calling the object specific methods. The code works fine if I use only h:outputText. If I use h:inputText however, the rendered

tree2 : ExpandAll and client side toggle

2006-07-31 Thread Marcio E Miranda
Hi all, I cant make the expandAll method to work with the tree2 component. Ive checked the sample tomahawk application and noticed that its using server side toggling. Is it a requirement? Can I use expandAll and client side toggling? Does anyone have sample code? Thanks!

RE: rendered condition does not work as expected

2006-07-31 Thread Sloan, Noah M
The problem with using rendered in this way is that Facelets still builds the component tree for elements that are not rendered, but your component tree is broken (because the binding you refer to doesn't exist). This is one of those cases where you actualy need to modify the component tree

RE: tree2 : ExpandAll and client side toggle

2006-07-31 Thread Sloan, Noah M
Are you using Facelets? You have to set the attributes differently in that case. http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk Here's my tree that uses client side toggling: t:tree2 value=#{tree} var=node org.apache.myfaces.tree2.CLIENT_SIDE_TOGGLE=#{true}

Re: tree2 : ExpandAll and client side toggle

2006-07-31 Thread Rogerio Pereira
Have u tried clientSideToggle=true?2006/7/31, Marcio E Miranda [EMAIL PROTECTED]: Hi all, I can't make the expandAll method to work with the tree2 component. I've checked the sample tomahawk application and noticed that it's using server side toggling. Is it a requirement? Can I

Re: tree2 : ExpandAll and client side toggle

2006-07-31 Thread Rogerio Pereira
Take a look here too for a complete tree2 reference:http://wiki.apache.org/myfaces/Tree22006/7/31, Sloan, Noah M [EMAIL PROTECTED]:Are you using Facelets?You have to set the attributes differently in that case. http://wiki.apache.org/myfaces/Use_Facelets_with_TomahawkHere's my tree that uses

RE: commandLink and onclick event

2006-07-31 Thread Rønnevik , Eivind
Hi Noah and Damon, thank you for your replies :) I actually tried to remove the return false statement from my javascript expression before posting this question, because my first guess was also that this caused the action (or form) to not submit. Unfortunately, removing it didn't help me

Re: to use or not to use.. outputlink

2006-07-31 Thread Andrew Robinson
Output link generates an anchor tag to the URL you give it. No more, no less. It has nothing to do with actions and navigation rules. It is a tool, you can use it for whatever you want (refer to another JSF view, an internal resource (like a GIF), or an outside URL) -Andrew On 7/31/06, ragsta

JSCookMenu roadmap inquiry - Please respond!!

2006-07-31 Thread Leyzerzon, Simeon
Hi, I'd like to inquire about the roadmap of a specific feature in order to set up my internal dev strategy. The feature I'm looking for is to be able to redirect a click on a JSCookMenu item to an iframe. As I understand from being notified by other members of this group, this is possible

Re: tree2 : ExpandAll and client side toggle

2006-07-31 Thread Andrew Robinson
The below email (from Noah) only applies to MyFaces Tomahawk 1.1.1, this has been fixed in the newer releases of tomahawk and the below code will actually cause it to stop workingin facelets. On 7/31/06, Sloan, Noah M [EMAIL PROTECTED] wrote: Are you using Facelets? You have to set the

trouble navigating to non-ssl page

2006-07-31 Thread David Miller
I'm fairly certain that this question is not related to MyFaces ...but it could be though, so here goes! I have an app with several pages, one of them being an SSL encrypted form. To do thisI use a Tomcat security-constraint with a redirect to the form. All of that works well. What's odd is that

RE: commandLink and onclick event

2006-07-31 Thread Sloan, Noah M
Well, we are limited by what javascript can do... You haven't tried return true have you? -Original Message- From: Rønnevik, Eivind [mailto:[EMAIL PROTECTED] Sent: Mon 31-Jul-06 12:08 PM To: MyFaces Discussion Subject: RE: commandLink and onclick event Hi Noah and Damon, thank you for

how deeply into a bean does myfaces update value references?

2006-07-31 Thread Thomas_Perry
hello everyone, I have a jsp and backing bean. The jsp has a field like h:inputText value=#{myBean.foo} MyBean.java has the foo property, and it also has a property like private MyBean myBean = null; with getters and setters I save a copy of MyBean here before any update so I can

Re: trouble navigating to non-ssl page

2006-07-31 Thread Andrew Robinson
Combine sandbox for to remove encryption with a redirect navigation rule to remove the lag On 7/31/06, David Miller [EMAIL PROTECTED] wrote: I'm fairly certain that this question is not related to MyFaces ...but it could be though, so here goes! I have an app with several pages, one of them

Re: how deeply into a bean does myfaces update value references?

2006-07-31 Thread Andrew Robinson
h:inputText value=#{myBean.foo} On update: Look for myBean in the scoped maps (request, session, application). If not found, create a new instance of mybean. call setFoo() on the instance of my bean. On 7/31/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hello everyone, I have a jsp

serialize a form bean using portlet bridges

2006-07-31 Thread Nicolas Kalkhof
hi folks, is there a way to serialize a formbean(backingbean) using the myfaces portlet brigde? i need to validate input values during a tabbed pane switch. so far the TabChangeListener seems to fire on every tab switch but the backingbean cannot be serialized and therefore i cannot access the

Re: Source for ClassUtils?

2006-07-31 Thread Mike Kienenberger
Noah, There's also source jar files that are built at the same time as the shared_impl/shared_tomahawk jar files. On 7/31/06, Dennis Byrne [EMAIL PROTECTED] wrote: Noah, Try looking for org.apache.myfaces.shared.util.ClassUtils - the package name is changed at build time. Dennis Byrne

Re: serialize a form bean using portlet bridges

2006-07-31 Thread Rogerio Pereira
I think u are starting to use JSF for portlet development in wrong way, your backing beans doensn't need extends from FacesPortlet.2006/7/31, Nicolas Kalkhof [EMAIL PROTECTED]:hi folks,is there a way to serialize a formbean(backingbean) using the myfaces portlet brigde? i need to validate input

Re: Facelets and JSCookMenu Theme

2006-07-31 Thread Mike Kienenberger
On 7/31/06, Ulath [EMAIL PROTECTED] wrote: Ok, i've solved the problem. In order to t:jscookmenu's styleLocation attribute work you need to write a tag handler or (i preffered the easy way) add the org.apache.myfaces.STYLE_LOCATION to jscookmenu as follows; code t:jscookMenu layout=vbr

Re: serialize a form bean using portlet bridges

2006-07-31 Thread Rogerio Pereira
Look this for instructions about how use JSF to create Portlets:http://wiki.apache.org/myfaces/Using_Portlets2006/7/31, Rogerio Pereira [EMAIL PROTECTED]:I think u are starting to use JSF for portlet development in wrong way, your backing beans doensn't need extends from FacesPortlet. 2006/7/31,

Re: serialize a form bean using portlet bridges

2006-07-31 Thread Nicolas Kalkhof
hi, maybe youŽre right. but if i donŽt extend from facesportlet the portlet cannot be rendered since there is no doView() to call. so whereŽs the catch? maybe you can shed some light on this issue, please? regards, nicolas -Ursprüngliche Nachricht- Von: MyFaces Discussion

Re: serialize a form bean using portlet bridges

2006-07-31 Thread Rogerio Pereira
My Portlet class is something like this:package br.eti.faces.mail;import java.io.IOException;import javax.portlet.PortletException;import javax.portlet.PortletMode ;import javax.portlet.PortletSession;import javax.portlet.RenderRequest;import javax.portlet.RenderResponse;import

Re: Error in log file when using t:saveState

2006-07-31 Thread Mike Kienenberger
I don't think the error you're seeing is related to t:saveState. t:saveState doesn't render anything -- it's just a marker that tells JSF to serialize additional objects into the component tree. Not sure what you mean by getting a new bean, but yes, serialization of x returns a new object y with

Re: Facelets and JSCookMenu Theme

2006-07-31 Thread Murat Hazer
ok i opened #144, i hope i did it correctlyhttps://facelets.dev.java.net/issues/show_bug.cgi?id=144regards... On 7/31/06, Mike Kienenberger [EMAIL PROTECTED] wrote: On 7/31/06, Ulath [EMAIL PROTECTED] wrote: Ok, i've solved the problem. In order to t:jscookmenu's styleLocation attribute work

Re: Facelets and JSCookMenu Theme

2006-07-31 Thread Mike Kienenberger
Oops. No. This is a Myfaces tomahawk issue, not a facelets issue. You'll want to use this issue tracker. http://issues.apache.org/jira/browse/TOMAHAWK On 7/31/06, Murat Hazer [EMAIL PROTECTED] wrote: ok i opened #144, i hope i did it correctly

Re: Facelets and JSCookMenu Theme

2006-07-31 Thread Murat Hazer
sorryOn 7/31/06, Mike Kienenberger [EMAIL PROTECTED] wrote: Oops.No.This is a Myfaces tomahawk issue, not a facelets issue.You'll want to use this issue tracker.http://issues.apache.org/jira/browse/TOMAHAWK On 7/31/06, Murat Hazer [EMAIL PROTECTED] wrote: ok i opened #144, i hope i did it

Accessing managed beans of other requests

2006-07-31 Thread octoberdan
I have two requests, one for a jsf page and one for a servlet. From the servlet I want to access certain managed beans thate exist within the scope of the jsf page request. I'm using AJAX to accessing values in a backingbean... Any help would be greatly appreciated. Thank you! -- View this

Re: Accessing managed beans of other requests

2006-07-31 Thread Andrew Robinson
That is the definition of session state. Just mark those certain beans as session scope. Or iin you JSF code, put the data you need into the HTTP session object so the servlet can access it. On 7/31/06, octoberdan [EMAIL PROTECTED] wrote: I have two requests, one for a jsf page and one for a

Re: Facelets and JSCookMenu Theme

2006-07-31 Thread Mike Kienenberger
Looks good. Thanks. I added some more technical information for future reference. On 7/31/06, Murat Hazer [EMAIL PROTECTED] wrote: i hope this is correct :) https://issues.apache.org/jira/browse/TOMAHAWK-575 regards... On 7/31/06, Mike Kienenberger [EMAIL PROTECTED] wrote: Oops. No.

Re: Do ajax components work with facelets?

2006-07-31 Thread William Huang
a4j:actionparam, a4j:commandButton, a4j:commandLink, a4j:outputPanel, a4j:support, etc. And all the standard jsf components. William Huang Product Development Team IntraLinks, Inc. 99 Bedford Street Boston, MA 02111 t 617 648 3511 f 617 648 3550 [EMAIL PROTECTED]

RE: JSCookMenu roadmap inquiry - Please respond!!

2006-07-31 Thread Leyzerzon, Simeon
Are there any instructions on how to apply the available patches on https://issues.apache.org/jira/browse/TOMAHAWK-516. Will these patches be carried over into released code of 1.1.4, or they will be discarded and superceded with other changes? Thanks. Simeon -Original Message- From:

Re: Do ajax components work with facelets?

2006-07-31 Thread octoberdan
What about the ajax components in sandbox? I'm not using a4j -- View this message in context: http://www.nabble.com/Do-ajax-components-work-with-facelets--tf2016319.html#a5583052 Sent from the MyFaces - Users forum at Nabble.com.

Re: Accessing managed beans of other requests

2006-07-31 Thread octoberdan
Would using saveState work? -- View this message in context: http://www.nabble.com/Accessing-managed-beans-of-other-requests-tf2029557.html#a5583077 Sent from the MyFaces - Users forum at Nabble.com.

Re: how deeply into a bean does myfaces update value references?

2006-07-31 Thread Thomas_Perry
Andrew, would myfaces also find the property 'MyBean mybean' which is defined in MyBean and call setFoo on that reference? for example, I've got MyBean class private String foo (with getters and setters) private MyBean myBean (with getters and setters before the update page

where are src jars?

2006-07-31 Thread Leyzerzon, Simeon
Is it possible to obtain a jar with just the sources for MyFaces core and the Tomahawk? Simeon Leyzerzon == Please access the attached hyperlink for an important electronic communications disclaimer:

RE: where are src jars?

2006-07-31 Thread Iordanov, Borislav \(GIC\)
It's possible, but it's hard. This is a hidden source project ;) -Original Message- From: Leyzerzon, Simeon [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 5:29 PM To: 'users@myfaces.apache.org' Subject: where are src jars? Is it possible to obtain a jar with just the sources for

Re: how deeply into a bean does myfaces update value references?

2006-07-31 Thread Andrew Robinson
It should never look for (or set) myBean.myBean unless you use it somewhere in the EL or have it as a managed property in the faces config. What code (including EL and managed properties) refers to the myBean property? On 7/31/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Andrew, would

RE: where are src jars?

2006-07-31 Thread Leyzerzon, Simeon
Are there any instructions? -Original Message- From: Iordanov, Borislav (GIC) [mailto:[EMAIL PROTECTED] Sent: Monday, July 31, 2006 5:31 PM To: MyFaces Discussion Subject: RE: where are src jars? It's possible, but it's hard. This is a hidden source project ;) -Original

Re: how deeply into a bean does myfaces update value references?

2006-07-31 Thread Craig McClanahan
On 7/31/06, Andrew Robinson [EMAIL PROTECTED] wrote: It should never look for (or set) myBean.myBean unless you use itsomewhere in the EL or have it as a managed property in the facesconfig. What code (including EL and managed properties) refers to the myBean property?To be more specific, here are

Schedule component, mouseListener is not triggered in month view

2006-07-31 Thread dan2000
I'm trying to use Schedule component with Month view. the mouseListener seems not working when in Month view mode. any idea? -- View this message in context: http://www.nabble.com/Schedule-component%2C-mouseListener-is-not-triggered-in-month-view-tf2030433.html#a5585304 Sent from the MyFaces -

Schedule component, possible to have start/end date in month view?

2006-07-31 Thread dan2000
I'm thinking of using Schedule component. After playing it for a while, I've noticed that I can't specify the starting date or end date. It always shows this month. Is there anyway to change starting/ending date? -- View this message in context:

RE: how deeply into a bean does myfaces update value references?

2006-07-31 Thread Dhananjay Prasanna
Craig, is there any thought to add namespace support to the EL? Example: #{myBean.blah} As opposed to: #{myModule:myBean} This would help greatly, especially for those of us who have huge numbers of managed beans. Or the more adventurous of us who want to try (or need) and

Re: how deeply into a bean does myfaces update value references?

2006-07-31 Thread Craig McClanahan
On 7/31/06, Dhananjay Prasanna [EMAIL PROTECTED] wrote: Craig, is there any thought to add namespace support to the EL? Example: #{myBean.blah} As opposed to: #{myModule:myBean} This would help greatly, especially for those of us who have huge numbers of managed

RE: where are src jars?

2006-07-31 Thread Balaji Kalyansundaram
Have a look @ the archioves http://archive.apache.org/dist/myfaces/ -Original Message- From: Leyzerzon, Simeon [mailto:[EMAIL PROTECTED] Sent: Tuesday, 1 August 2006 7:46 AM To: 'MyFaces Discussion' Subject: RE: where are src jars? Are there any instructions? -Original

RE: how deeply into a bean does myfaces update value references?

2006-07-31 Thread Dhananjay Prasanna
Hi Craig, Weve had this discussion regarding the $ separator on this list not long ago. I am aware of and have been using the spring resolver, however there is a namespace collision between spring beans and jsf beansthe resolver will prefer spring beans of the same id (assuming the

RE: rendered condition does not work as expected

2006-07-31 Thread Balaji Kalyansundaram
Looking @ the exception PropertyNotFoundException - Bean: Rectangle, property: radius, I can say that your EL for rendered does'nt work correctly. It is looking for radius in Rectangle. HIH. Balaji -Original Message- From: Venkat Rao [mailto:[EMAIL PROTECTED] Sent: Tuesday, 1 August