Re: Subscription help

2008-01-14 Thread Dennis Byrne
http://myfaces.apache.org/mail-lists.html On 1/13/08, Ravindra Adireddy [EMAIL PROTECTED] wrote: Hi all, I am not able to subscribing to this mail group, can any one help me plzz. -- Thanks and Regards Ravindra Adireddy -- Dennis Byrne

MyFaces/Facelets Book Author

2008-01-11 Thread Dennis Byrne
worthy of the MyFaces community and the people that contribute to it. Dennis Byrne

Re: Source code of myfaces and tomahawa 1.1.3

2007-05-15 Thread Dennis Byrne
http://svn.apache.org/viewvc/myfaces/tomahawk/tags/1_1_3/ http://svn.apache.org/viewvc/myfaces/core/tags/1_1_3/ Dennis Byrne On 5/15/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Where can I find the source code of myfaces and tomahawk 1.1.3? Thanks in advance Mario Buonopane

Call for Papers Opens for ApacheCon US 2007

2007-04-16 Thread Dennis Byrne
Call for Papers Opens for ApacheCon US 2007 The Call for Papers is now open for ApacheCon US, to be held November 12-16 at the Peachtree Westin, Atlanta. The conference will consist of two day of tutorials (November 12-13) and three days of regular conference sessions (November 14-16). Please

Re: Memory footprint of MyFaces

2007-01-05 Thread Dennis Byrne
Hello FaceKiller, Can you run these metrics for both client and server side state saving? Which of these are you using now? Dennis Byrne -Original Message- From: FaceKiller [mailto:[EMAIL PROTECTED] Sent: Friday, January 5, 2007 03:24 PM To: users@myfaces.apache.org Subject: Memory

Re: Performance Issue

2006-12-27 Thread Dennis Byrne
switching to client state, and add a compression on the state. Anyone has already done it? Server side state saving is almost always faster than client side state saving, although it uses more memory. Dennis Byrne

Re: Subject: expected a myfaces custom component class in package org.apache.myfaces.custom

2006-11-03 Thread Dennis Byrne
. Dennis Byrne -Original Message- From: Matt Tyson [mailto:[EMAIL PROTECTED] Sent: Friday, November 3, 2006 11:20 AM To: users@myfaces.apache.org Subject: Subject: expected a myfaces custom component class in package org.apache.myfaces.custom Trying to extend the JSCookMenu renderer. I

Re: Subject: expected a myfaces custom component class in package org.apache.myfaces.custom

2006-11-03 Thread Dennis Byrne
JsCookMenu is a part of either core JSF tag lib renderers. Oops. JsCookMenu is *NOT* a part of either core JSF tag lib renderers. Dennis Byrne -Original Message- From: Matt Tyson [mailto:[EMAIL PROTECTED] Sent: Friday, November 3, 2006 11:20 AM To: users@myfaces.apache.org Subject

Re: Disabled with value binding expression

2006-10-31 Thread Dennis Byrne
c:set name=disabled value=true/ This does not work either when I change my input box to this h:inputText disabled=#{disabled}/ Perhaps you have not included the c taglib header in the JSP file? The page will silently skip the c:set tag in this case. Dennis Byrne

Re: MyFaces and multithreading problem

2006-10-26 Thread Dennis Byrne
There is no multi-threading in the MyFaces implementation. You have two threads accessing the same data because the data is in session scope. You might want to hit Google and read up on single thread per request Servlet spec . Dennis Byrne -Original Message- From: Irek Matysiewicz

Re: MyFaces and multithreading problem

2006-10-26 Thread Dennis Byrne
If the component renders a URL to a secondary resource ( .js file, image file ) then the browser issues a seperate HTTP request (assuming no client side cache hit). The servlet container will assign a free thread to handle each request. Dennis Byrne -Original Message- From: [EMAIL

Re: status of tiles support

2006-10-26 Thread Dennis Byrne
Hi Matze, Am I the only one who feels the Tiles support and javascriptless feature should officially be retired ? To my knowledge these haven't worked well since the good ol' 1.0.9 days :) Dennis Byrne -Original Message- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent

Re: So let me get this straight....

2006-10-25 Thread Dennis Byrne
Hello monkeyden, You may want to look at the 'required' attribute for the JSF tag you are using. Dennis Byrne -Original Message- From: monkeyden [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 25, 2006 10:23 AM To: users@myfaces.apache.org Subject: So let me get this straight

Re: Overriding FacesIO

2006-10-20 Thread Dennis Byrne
already did so? Dennis Byrne -Original Message- From: Venia [mailto:[EMAIL PROTECTED] Sent: Friday, October 20, 2006 02:55 AM To: users@myfaces.apache.org Subject: Re: Overriding FacesIO I already did so, but the question is how it is possible to plug new version of FacesIO without

Re: junit extentions for JSF

2006-10-20 Thread Dennis Byrne
Try the Shale test suite. Dennis Byrne -Original Message- From: Madhav Bhargava [mailto:[EMAIL PROTECTED] Sent: Friday, October 20, 2006 04:34 AM To: 'MyFaces Discussion' Subject: junit extentions for JSF Are there any JUnit extensions for JSF ready to use? I have come across

Re: Overriding FacesIO

2006-10-19 Thread Dennis Byrne
Perhaps you can elaborate on FacesIO ? You may want to try the ADF mailing list if this is not MyFaces specific. Dennis Byrne -Original Message- From: Venia [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 10:21 AM To: users@myfaces.apache.org Subject: Overriding FacesIO Hi

Re: Integrate Hibernate with MyFaces

2006-10-13 Thread Dennis Byrne
You can use Hibernat and MyFaces without Spring. Dennis Byrne -Original Message- From: ying lcs [mailto:[EMAIL PROTECTED] Sent: Friday, October 13, 2006 12:39 AM To: 'MyFaces Discussion' Subject: Integrate Hibernate with MyFaces Hi, I am reading Hibernate with MyFaces integeration

Re: myfaces example and blank.war

2006-10-13 Thread Dennis Byrne
the blank.war file to blank.zip, and extract this file - you have a working directory structure for a MyFaces application at hand after this step. (click on 'MyFaces binary') Dennis Byrne -Original Message- From: ying lcs [mailto:[EMAIL PROTECTED] Sent: Thursday, October 12, 2006 11:11

Re: getRenderKitId exception

2006-09-29 Thread Dennis Byrne
#getRenderKitId() Dennis Byrne Dennis Byrne wrote: The stack trace suggests this is not happending when you call UIViewRoot.getRenderKitId(). Is this code from Nico in the MyFaces repository? Dennis Byrne -Original Message- From: fischman_98 [mailto:[EMAIL PROTECTED] Sent

Re: getRenderKitId returning null

2006-09-29 Thread Dennis Byrne
At which point in the lifecycle are you calling this method? Which version of MyFaces? See this [1] for a very looong history on the subject. The behavior of this method has changed across JSF specs and JSF implementations accordingly. Dennis Byrne [1] https://issues.apache.org/jira

Re: getRenderKitId exception

2006-09-29 Thread Dennis Byrne
It's possible his code worked on an older JSF implementation. You may want to look into sunstituting RenderKitFactory.HTML_BASIC_RENDER_KIT . Dennis Byrne -Original Message- From: fischman_98 [mailto:[EMAIL PROTECTED] Sent: Friday, September 29, 2006 11:37 AM To: users

Re: getRenderKitId exception

2006-09-28 Thread Dennis Byrne
The stack trace suggests this is not happending when you call UIViewRoot.getRenderKitId(). Is this code from Nico in the MyFaces repository? Dennis Byrne -Original Message- From: fischman_98 [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 09:36 PM To: users

Re: Switching between RI and MyFaces

2006-09-25 Thread Dennis Byrne
No way dude :) The TLD has got to be in the classpath somewhere. Try cleaning out the tomcat work dir, or double check the web.xml . BTW, if anyone knows anything about the TLD cache mechanism in tomcat, please put it in this thread. Dennis Byrne -Original Message- From

Re: NotSerializableException: org.apache.catalina.connector.RequestFacade

2006-09-18 Thread Dennis Byrne
Please make sure your application is not serializing the request. You don't want this :) . Dennis Byrne -Original Message- From: subendu1 [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 01:22 AM To: users@myfaces.apache.org Subject: NotSerializableException

Re: Best practices for choosing managed bean scope

2006-09-18 Thread Dennis Byrne
developers will agree this unfortunately makes application development more expensive because of the learning curve and work required to manage state over a stateless protocol. I place read only managed beans in app scope. Dennis Byrne -Original Message- From: Naresh Bhatia [mailto:[EMAIL

Re: Best practices for choosing managed bean scope

2006-09-18 Thread Dennis Byrne
-Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 12:22 AM To: MyFaces Discussion Subject: Re: Best practices for choosing managed bean scope Naresh, I would stick to the same knowledge you've used for scoping decisions in any web app. I have tended

Re: the sinful JSF in JSP

2006-09-15 Thread Dennis Byrne
much complexity and confusion that comes w/ each new framework. Dennis Byrne [1] http://www.onjava.com/pub/a/onjava/2004/06/09/jsf.html -Original Message- From: Iordanov, Borislav \(GIC\) [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 02:00 PM To: 'MyFaces Discussion' Subject

Re: the sinful JSF in JSP

2006-09-15 Thread Dennis Byrne
p h:outputText value=myBean.text/ /p You will have to wrap the p tags in f:verbatim tags. You may also try the t:html tag ( tomahawk tag library ). Facelets is another option. Bolerio Dennis Byrne

Re: the sinful JSF in JSP

2006-09-15 Thread Dennis Byrne
They have been fixed in JSF 1.2 . Dennis Byrne -Original Message- From: Iordanov, Borislav \(GIC\) [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 02:46 PM To: 'MyFaces Discussion' Subject: RE: the sinful JSF in JSP Thanks for the pointer! JSF has been in development

Re: Tomahawk 1.1.3 on JSF 1.2 RI problem

2006-09-15 Thread Dennis Byrne
Tomahawk components work great with MyFaces 1.1 implementations and the 1.1 RI only. If you choose to move to JSF 1.2, you are basically leaving a rich third party component market behind for now. Dennis Byrne -Original Message- From: William Huang [mailto:[EMAIL PROTECTED] Sent

Re: initialization of state serialization within a portal environment

2006-09-12 Thread Dennis Byrne
. Dennis Byrne -Original Message- From: Iordanov, Borislav \(GIC\) [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 04:21 PM To: users@myfaces.apache.org Subject: initialization of state serialization within a portal environment Hi, I get this in WebSphere Portal

Re: current path

2006-09-08 Thread Dennis Byrne
You can either create a request scoped attribute called basePath in the scriptlet or use the JSP EL ${pageContext.request.contextPath} in the page. Dennis Byrne -Original Message- From: Alexandre Jaquet [mailto:[EMAIL PROTECTED] Sent: Friday, September 8, 2006 09:15 AM To: 'MyFaces

Re: Is there a stable release of Sandbox?

2006-09-07 Thread Dennis Byrne
There will never be a stable release of the sandbox. It is by nature unstable. When part of it becomes stable and valuable, it gradutates to the best component library in the world, Tomahawk :) http://myfaces.apache.org/sandbox/index.html Thanks, Dennis Byrne -Original Message

Re: Table Captions

2006-09-03 Thread Dennis Byrne
element to be in the shared module. This means if you add it to t:dataTable, it ends up in h:dataTable also. If h:dataTable is to remain compliant with the JSF reference imlementation, something trickier would have to be done. Dennis Byrne

Re: Table Captions

2006-09-02 Thread Dennis Byrne
this? f:facet name=caption h:outputText value=Does this work? / /f:facet This is a requirement for JSF 1.2 . Dennis Byrne -Original Message- From: Brad Smith [mailto:[EMAIL PROTECTED] Sent: Saturday, September 2, 2006 05:28 PM To: 'MyFaces Discussion' Subject: Table Captions I have been looking

Re: Table Captions

2006-09-02 Thread Dennis Byrne
refactoring when you want to upgrade to a newer version of MyFaces ( where org.apache.myfaces.renderkit.html.ext.HtmlTableRenderer might change ) or move to a different JSF implmentation altogether ( a completely different Renderer to extend). Dennis Byrne -Original Message- From: Brad

Re: graphicImage width

2006-08-29 Thread Dennis Byrne
supports a value binding expression, you are in luck. Otherwise, you may have to grab a reference to the component itself in a managed bean and set the value there. You will of course need some mechanism in place to programatically identify the width of the image in the first place. Dennis Byrne

Re: facelets errors on tomahawk components

2006-08-28 Thread Dennis Byrne
, it was a mistake that this made it into a past release of MyFaces. Please create a JIRA ticket for these other problems, OK? http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10600 http://issues.apache.org/jira/browse/TOMAHAWK Dennis Byrne -Original Message- From: Mikhail

Re: Flexible Tree Component

2006-08-26 Thread Dennis Byrne
Have you tried using tree2 in combination w/ f:verbatim and t:htmlTag ? Dennis Byrne -Original Message- From: Behrang Saeedzadeh [mailto:[EMAIL PROTECTED] Sent: Saturday, August 26, 2006 04:26 AM To: 'MyFaces Discussion' Subject: Flexible Tree Component Hi, I want a flexible JSF tree

Re: Anyone using t:saveState on beans with Spring objects injected

2006-08-18 Thread Dennis Byrne
serialization, which has nothing to do w/ the Spring DI engine. Why do you get startup errors? Dennis Byrne -Original Message- From: Frank Russo [mailto:[EMAIL PROTECTED] Sent: Friday, August 18, 2006 02:00 PM To: 'MyFaces Discussion' Subject: Anyone using t:saveState on beans with Spring

Re: Big increase in page size between 1.1.1 and 1.1.4

2006-08-15 Thread Dennis Byrne
On the wiki now ... http://wiki.apache.org/myfaces/Bandwidth Dennis Byrne -Original Message- From: Lindholm, Greg [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 15, 2006 02:07 PM To: 'MyFaces Discussion' Subject: RE: Big increase in page size between 1.1.1 and 1.1.4 Thanks, that made

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

Fwd: newbie question : grabbing another page bean from the session

2006-07-23 Thread Dennis Byrne
-Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Sunday, July 23, 2006 04:42 AM To: [EMAIL PROTECTED] Subject: Re: newbie question : grabbing another page bean from the session Hello Paul, Welcome to the MyFaces community. You want to configure your application

Re: javax.servlet.ServletException using Tree2

2006-07-22 Thread Dennis Byrne
Hendrik, I wouldn't spend too much time on it, but it may be worth your time to search the MyFaces issue tracker ( if you haven't already ). I have a faint memory of someone doing something similar to this recently. If not, you can always submit a patch. Dennis Byrne -Original Message

Re: javax.servlet.ServletException using Tree2

2006-07-22 Thread Dennis Byrne
Type MyFaces issue tracker in Google. I'm really sorry, but you did ask for it :) Dennis Byrne -Original Message- From: Hendrik Neumann [mailto:[EMAIL PROTECTED] Sent: Saturday, July 22, 2006 01:45 PM To: 'MyFaces Discussion' Subject: Re: javax.servlet.ServletException using Tree2

Re: User defined LE functions

2006-07-21 Thread Dennis Byrne
Are you using ${} or #{} ? User defined functions only work for JSP EL. Sorry. Dennis Byrne -Original Message- From: Marcus Schmidke [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2006 02:16 AM To: users@myfaces.apache.org Subject: User defined LE functions Hello all

Re: org.apache.myfaces.secret.CACHE

2006-07-20 Thread Dennis Byrne
/apache/myfaces/shared/util/StateUtils.java?r1=411376r2=419086 Dennis Byrne -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 03:28 PM To: 'MyFaces User mailing list' Cc: 'Dennis Byrne' Subject: org.apache.myfaces.secret.CACHE Hey Dennis, I

Re: org.apache.myfaces.secret.CACHE

2006-07-20 Thread Dennis Byrne
Estimated Time Arrival. It just means when it will be done. This looks kind of non-trivial, so I may want to push back the release until some more tests get written for StateUtils. Dennis Byrne -Original Message- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: Thursday

Re: question

2006-07-18 Thread Dennis Byrne
I don't mind non-English posts, many users simply don't speak English. What I don't like is when people go off on some long discussion that has nothing to do with JSF or MyFaces. Dennis Byrne -Original Message- From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] Sent: Wednesday, July

Re: BUG? commandLink href URLs too long (jsf_tree_64 value over 6k chars)

2006-07-13 Thread Dennis Byrne
Jayson, Is javascript enabled in the browser? Is javascript rendering disabled on the server JSF app? Dennis Byrne -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 10:28 PM To: 'MyFaces Discussion' Subject: Re: BUG? commandLink href

Re: JSF Performance Problems

2006-07-09 Thread Dennis Byrne
Are you using client or server side state saving? Using the latter will cut response times in half. Dennis Byrne -Original Message- From: Dhananjay Prasanna [mailto:[EMAIL PROTECTED] Sent: Monday, July 10, 2006 12:40 AM To: 'MyFaces Discussion' Subject: RE: JSF Performance Problems I

Re: JSF Performance Problems

2006-07-08 Thread Dennis Byrne
You may want to look at the wiki for this one. http://wiki.apache.org/myfaces/Performance Dennis Byrne -Original Message- From: jfaronson [mailto:[EMAIL PROTECTED] Sent: Saturday, July 8, 2006 08:11 PM To: users@myfaces.apache.org Subject: JSF Performance Problems I grabbed

Re: required attribute of h:inputText consider space as valid value

2006-07-04 Thread Dennis Byrne
No. You can only do that w/ Converters and Renderers. Good idea though. Dennis Byrne -Original Message- From: Anthony Hong [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 4, 2006 12:59 AM To: 'MyFaces Discussion' Subject: Re: required attribute of h:inputText consider space as valid

Re: Tree Table support, it does not seem to handle the rendered attribute correctly

2006-07-03 Thread Dennis Byrne
Yes, the booleans get everyone. I seem to remember ${b.nonExist} silently evaluating to false, so it's probably a carry over from JSP EL. Dennis Byrne -Original Message- From: Rick [mailto:[EMAIL PROTECTED] Sent: Monday, July 3, 2006 04:17 PM To: ''MyFaces Discussion'' Subject: RE

Re: required attribute of h:inputText consider space as valid value

2006-07-03 Thread Dennis Byrne
Anthony, Try writing a custom validator ... something like IsEmptyValidator. Dennis Byrne -Original Message- From: Anthony Hong [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 4, 2006 12:09 AM To: 'MyFaces Discussion' Subject: required attribute of h:inputText consider space as valid

Re: t:saveState and StateHolder

2006-06-29 Thread Dennis Byrne
The saveState component does not do a StateHolder check. If you want this functionality it would be a pretty simple patch. Any takers? Dennis Byrne -Original Message- From: Matt Hughes [mailto:[EMAIL PROTECTED] Sent: Thursday, June 29, 2006 01:50 PM To: 'MyFaces Discussion' Subject

Re: t:saveState and StateHolder

2006-06-29 Thread Dennis Byrne
Matt, Can you please make some noise in the issue tracker on this? Please mark this as a enhancement ( someone has to add StateHolder functinality ) and not a bug ( someone will just remove a few javadoc lines ). Thanks. Dennis Byrne -Original Message- From: Matt Hughes [mailto

Re: [OT] JSF and JVM performance

2006-06-28 Thread Dennis Byrne
Hey Jesse, Catalin found it to reduce response time by 10%, Adam found it to be 15%. Dennis Byrne -Original Message- From: Jesse Alexander \(KSFD 121\) [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 12:11 PM To: 'MyFaces Discussion' Subject: RE: [OT] JSF and JVM performance

Re: Updgrading from MyFaces/Tomahawk 1.1.1 to MyFaces/Tomahawk 1.1.3

2006-06-26 Thread Dennis Byrne
Hi Rick, Can you please put this info in the wiki ? http://wiki.apache.org/myfaces/Upgrading_to_Tomahawk_1%2e1%2e3 Dennis Byrne -Original Message- From: Rick Hightower [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 12:03 PM To: ''MyFaces Discussion'' Subject: Updgrading from

Re: Where oh where is SourceCodeServlet in Tomahawk 1.1.3/MyFaces 1.1.3? ---------------- RE: Dennis Byrne is the MAN! WoooHooooooooo!!!!!!!!!!!!! RE: need to change renderer for tree column

2006-06-24 Thread Dennis Byrne
You will probably want to remove these ones ... myfaces-shared-core-2.0.2.jar myfaces-shared-impl-2.0.2.jar myfaces-shared-tomahawk-2.0.2.jar The contents of these are sqeezed into the impl and tomahawk jars. Dennis Byrne -Original Message- From: Rick [mailto:[EMAIL PROTECTED] Sent

Re: need to change renderer for tree column (for Tree table Tomahawk feature)

2006-06-23 Thread Dennis Byrne
You might want to see if the tree is doing the rendering for the tree column. Dennis Byrne -Original Message- From: Rick [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 06:06 PM To: ''Rick Hightower'', ''MyFaces Discussion'' Subject: RE: need to change renderer for tree column

Re: Where oh where is SourceCodeServlet in Tomahawk 1.1.3/MyFaces 1.1.3? ---------------- RE: Dennis Byrne is the MAN! WoooHooooooooo!!!!!!!!!!!!! RE: need to change renderer for t

2006-06-23 Thread Dennis Byrne
Hello Rick, Thanks for the recognition. The source code servlet is actually located in the myfaces-shared project, under org.apache.myfaces.shared.util.servlet . At build time, it is morphed into org.apache.myfaces.tomahawk-shared.util.servlet.SourceCodeServlet . Check it. Dennis Byrne

Re: [shale] t:commandLink issues

2006-06-22 Thread Dennis Byrne
Can you try making the underlying data of the table persistent? t:saveState value=#{elPath.to.dataList} / t:dataTable value=#{elPath.do.dataList} / Dennis Byrne -Original Message- From: Baker,Jonathan [mailto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 01:14 PM To: users

Re: System.out.println(

2006-06-21 Thread Dennis Byrne
October, Please put this in the JIRA . Dennis Byrne -Original Message- From: octoberdan [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 10:02 AM To: users@myfaces.apache.org Subject: System.out.println(rendering fisheye) !?!? Line 88

Re: System.out.println(

2006-06-21 Thread Dennis Byrne
The issue tracker for Tomahawk is here. http://issues.apache.org/jira/browse/TOMAHAWK Thanks, Dennis Byrne -Original Message- From: octoberdan [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 12:35 PM To: users@myfaces.apache.org Subject: Re: System.out.println( How/where

Re: System.out.println(

2006-06-21 Thread Dennis Byrne
Matze just got it. That guy is some programmer ;) Dennis Byrne -Original Message- From: Cagatay Civici [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 01:31 PM To: 'MyFaces Discussion' Subject: Re: System.out.println(rendering fisheye) !?!? Do you think it's worth opening

Re: f:converterDateTime doesn't convert properly

2006-06-20 Thread Dennis Byrne
You might want to look at the date converter in the sandbox . http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/convertDateTime/DateTimeConverter.java?revision=373283view=markup I think the element name is s:convertDateTime . Dennis Byrne

Re: AUTO_SCROLL Kills Command Links

2006-06-20 Thread Dennis Byrne
=utf-8);/jsp:scriptlet Dennis Byrne -Original Message- From: Bruno Aranda [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 10:08 AM To: 'MyFaces Discussion' Subject: Re: AUTO_SCROLL Kills Command Links Are your commandLinks inside h:form tags? Bruno On 6/17/06, Enrique Medina [EMAIL

Re: AUTO_SCROLL Kills Command Links

2006-06-17 Thread Dennis Byrne
Hey guys. The dev team recognizes the problem and I promise it will be fixed. Any pointers from the user community will help. Dennis Byrne -Original Message- From: Enrique Medina [mailto:[EMAIL PROTECTED] Sent: Saturday, June 17, 2006 02:11 AM To: 'MyFaces Discussion' Subject: Re

Re: AUTO_SCROLL Kills Command Links

2006-06-17 Thread Dennis Byrne
... what is it about your dev environments that is different? It is probably something simple. Dennis Byrne -Original Message- From: Jim the Standing Bear [mailto:[EMAIL PROTECTED] Sent: Saturday, June 17, 2006 03:09 PM To: 'MyFaces Discussion' Subject: Re: AUTO_SCROLL Kills Command

Re: AUTO_SCROLL Kills Command Links

2006-06-17 Thread Dennis Byrne
Can some of you post a directory listing of WEB-INF/lib ? A snippet of all jsf related context params would help as well. Dennis Byrne -Original Message- From: Hailong Zhang [mailto:[EMAIL PROTECTED] Sent: Sunday, June 18, 2006 01:11 AM To: 'MyFaces Discussion' Subject: Re: AUTO_SCROLL

Re: myfaces + cactus

2006-06-13 Thread Dennis Byrne
There are some Cactus tests in the myfaces repo. They are no longer a part of the build process but they are still there. Dennis Byrne -Original Message- From: Bret Kumler [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 06:48 PM To: users@myfaces.apache.org Subject: myfaces

Re: JspStateManagerImpl causes loop

2006-06-12 Thread Dennis Byrne
Hello Taylan , May I ask how you know the loop is in JspStateManagerImpl ? Can you provide more information, such as which circumstances? Does this happen on every request? Dennis Byrne -Original Message- From: taylan saldiray [mailto:[EMAIL PROTECTED] Sent: Monday, June 12, 2006 05

Re: how to refresh an (old) tree?

2006-06-08 Thread Dennis Byrne
, and use a marshall step ( JSF component - XML ) to complete the unit of work. Dennis Byrne -Original Message- From: Jim the Standing Bear [mailto:[EMAIL PROTECTED] Sent: Thursday, June 8, 2006 11:51 AM To: 'MyFaces Discussion' Subject: how to refresh an (old) tree? I have yet another

Re: commandLinks don't work on Tomcat 5.5.17

2006-06-08 Thread Dennis Byrne
Which version of MyFaces are you using? Which version of tomahawk? Dennis Byrne -Original Message- From: Garner Shawn [mailto:[EMAIL PROTECTED] Sent: Thursday, June 8, 2006 09:29 PM To: users@myfaces.apache.org Subject: commandLinks don't work on Tomcat 5.5.17 I set the following param

Re: New IE oddity - form target in window

2006-06-06 Thread Dennis Byrne
There is a window identifier passed to window.open. If you don't want a second window, try using the same window identifier. Dennis Byrne -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 6, 2006 03:34 AM To: 'MyFaces Discussion' Subject: New IE

Re: New IE oddity - form target in window

2006-06-06 Thread Dennis Byrne
Does my window identifier equate to your same target name ? Second parameter to open() ? Dennis Byrne -Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 6, 2006 03:52 AM To: 'MyFaces Discussion' Subject: Re: New IE oddity - form target in window

Re: Load Testing JSF?

2006-06-06 Thread Dennis Byrne
- this seems to have troubled me several times before. Dennis Byrne -Original Message- From: Yee CN [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 6, 2006 10:49 AM To: ''MyFaces Discussion'' Subject: Load Testing JSF? Hi, I am trying out jMeter with JSF - but not having much success so far

Re: java.io.NotSerializableException: javax.faces.model.ListDataModel

2006-06-02 Thread Dennis Byrne
Use this #{b.listModel.wrappedData} as opposed to #{b.listModel} Dennis Byrne -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 2, 2006 12:54 PM To: users@myfaces.apache.org Subject: java.io.NotSerializableException

[OT] scope trick

2006-06-01 Thread Dennis Byrne
-classgov.blm.ak.GeographyConsumerThread/managed-bean-class managed-bean-scoperequest/managed-bean-scope managed-property property-namesharedData/property-name value#{facesContext.externalContext.sessionMap['sharedData']}/value /managed-property /managed-bean Dennis Byrne

Re: [OT] scope trick

2006-06-01 Thread Dennis Byrne
(not in a JSF sense), it should behave the same. But if sharedData is a session scoped managed bean, I don't think the impl should create it - it should throw an exception at runtime because geographyProducer is a request scope managed bean. Craig Dennis Byrne

Re: [OT] scope trick

2006-06-01 Thread Dennis Byrne
scoped managed bean, even though the base token of the expression is not in request scope - just as if you tried to inject #{foo}, where foo is a request scoped managed bean. I will have to come up with better tricks. Craig Dennis Byrne

Re: Unit testing backing beans / custom components in JSF

2006-05-24 Thread Dennis Byrne
-core.jar dependency introduced recently? I believe the myfaces poms have only shale-test.jar and they work just fine . Craig Dennis Byrne

Re: Where to find sandbox.jar ?

2006-05-12 Thread Dennis Byrne
Welcome Sascha, The sandbox is currently not in the release. You can obtain this using maven and subversion, using the instructions found on the wiki. However your timing could not be worse, as Apache subversion could be down for a few days. Sorry. Dennis Byrne -Original Message

Re: svn problem

2006-05-11 Thread Dennis Byrne
Hello Lance, Infrastructure team is working on it . Dennis Byrne -Original Message- From: L Frohman [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 02:50 PM To: ''MyFaces Discussion'' Subject: svn problem I can't get to the source repository with svn under eclipse (it used

Re: t:saveState not working on redirect

2006-05-10 Thread Dennis Byrne
When an HTTP server sends a redirect response to the client, the client then performs a second request. This drops all of the form values, so there is no state for JSF (or ASP.net for that matter) to restore on the second response. Dennis Byrne -Original Message- From: Julian Ray

Re: Tomahawk 1.1.2 jscookMenu Bugs ?

2006-05-09 Thread Dennis Byrne
Dominique, Please put a patch in the issue tracker ! http://issues.apache.org/jira/browse/TOMAHAWK :) Dennis Byrne -Original Message- From: Boeckli, Dominique [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 9, 2006 03:57 AM To: 'MyFaces Discussion' Subject: Tomahawk 1.1.2 jscookMenu

Re: [jira] Closed: (TOMAHAWK-405) Running under ServletExec 5 two TLD attribute elements have the same name

2006-05-08 Thread Dennis Byrne
Chris, You will get rid of the ClassDefNotFoundError once commons-lang-2.1.jar is in the classpath. Dennis Byrne -Original Message- From: Christopher J. Bowerman [mailto:[EMAIL PROTECTED] Sent: Monday, May 8, 2006 10:42 AM To: ''Dennis Byrne \(JIRA\)'' Subject: RE: [jira] Closed

Re: Sandbox/Tomahawk Component Request

2006-05-04 Thread Dennis Byrne
Patches are welcome ;) Dennis Byrne -Original Message- From: Julian Ray [mailto:[EMAIL PROTECTED] Sent: Thursday, May 4, 2006 12:08 PM To: ''MyFaces Discussion'' Subject: Sandbox/Tomahawk Component Request I'm not sure if this is the place for suggesting components to add to the sandbox

Re: I just don't understand why filters doesn't work...

2006-05-04 Thread Dennis Byrne
App Server: Sun Java System Application Server PE 8 Libraries: myfaces-api-1.1.2.jar, myfaces-impl-1.1.2.jar, tomahawk.jar and tomahawk-1.1.3-SNAPSHOT.jar Two versions of the same jar ??? Dennis Byrne

Re: MyFaces seem to only work with one servlet-mapping set-up only in a web.xml file?

2006-05-04 Thread Dennis Byrne
Do this ... servlet-mapping servlet-nameFaces Servlet/servlet-name url-pattern/*/url-pattern /servlet-mapping The URL pattern is context relative. If a servlet could be to a specific context then it could intercept requests sent for a different webapp. Dennis Byrne -Original

Re: How can *jsf be used in a servlet-mapping URL?

2006-05-04 Thread Dennis Byrne
I've seen this example several places, do I need to name my files with a *.jsf extension? No, just name it .jsp and the request will be forwarded to it. Dennis Byrne How would using this url-pattern affect the following filter definition, would I change the url-pattern to *.jsf

Re: Where are org.apache.myfaces.shared_impl sources?

2006-05-03 Thread Dennis Byrne
shared package is copied to shared_impl and shared_tomahawk at build time. Dennis Byrne -Original Message- From: Alexey Maslov [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 3, 2006 11:42 AM To: users@myfaces.apache.org Subject: Where are org.apache.myfaces.shared_impl sources? I'm

Re: NotSerializableException from PoolingDataSource

2006-05-03 Thread Dennis Byrne
Don't serialize a data sources ;) Use the transient key word. Dennis Byrne -Original Message- From: Yasushi Okubo [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 3, 2006 11:55 AM To: 'MyFaces Discussion' Subject: NotSerializableException from PoolingDataSource Hi, experts My backing

Re: NotSerializableException from PoolingDataSource

2006-05-03 Thread Dennis Byrne
You'll want to make sure the application is not trying to serialize a class w/out a no-args constructor. Dennis Byrne -Original Message- From: Yasushi Okubo [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 3, 2006 01:36 PM To: 'MyFaces Discussion' Subject: Re: NotSerializableException

Re: f:subview id value added to child t:div

2006-05-03 Thread Dennis Byrne
forceId=true Dennis Byrne -Original Message- From: fischman_98 [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 3, 2006 07:34 PM To: users@myfaces.apache.org Subject: f:subview id value added to child t:div Why does the subview id get added to the child div id? Is there any way to stop

Re: jsp:include does not work

2006-04-30 Thread Dennis Byrne
What hapens when you change header.jsp to header.jsf? What happens when the JSF elements of header.jsp are in a f:view / or f:subview / ? Dennis Byrne -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, April 30, 2006 03:30 PM To: users@myfaces.apache.org

Re: switching hosts - new version of tomcat

2006-04-28 Thread Dennis Byrne
Try configuring tomcat's MIME types. Perhaps someone else here knows the exact file name - this escapes me now. Dennis Byrne -Original Message- From: L Frohman [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 04:47 PM To: ''MyFaces Discussion'' Subject: switching hosts - new

Re: switching hosts - new version of tomcat

2006-04-28 Thread Dennis Byrne
Oops, I misread your original post. I thought you were saying the HTML was being received, just not being rendered. This is probably the answer ... http://myfaces.apache.org/tomcat.html Dennis Byrne -Original Message- From: L Frohman [mailto:[EMAIL PROTECTED] Sent: Friday, April

Re: General Converter Question

2006-04-27 Thread Dennis Byrne
If you look at the source there is already a boolean converter, but it does the *opposite* of what you need. It was in sandbox the last time I saw it but it may have moved to tomahawk. Should be quick to implement though. Dennis Byrne -Original Message- From: Frank Russo [mailto

  1   2   3   4   5   >