Re: Run-time component generation

2017-04-02 Thread John
UNSUBSCRIBE > On Sep 8, 2006, at 10:55 AM, Leyzerzon, Simeon > wrote: > > Thanks, Mike. I'm creating the components within the backing bean. Here is > how: > > Jsp.~~ > > > styleClass="" >

RE: [ANNOUNCE] Apache Tobago 3.0.0 Release

2017-01-15 Thread John
UNSUBSCRIBE -Original Message- From: John [mailto:jo...@jak.com] Sent: Sunday, January 15, 2017 4:34 PM To: MyFaces Discussion Subject: RE: [ANNOUNCE] Apache Tobago 3.0.0 Release UNSUBSCRIBE -Original Message- From: Udo Schnurpfeil [mailto:u...@schnurpfeil.de] Sent: Wednesday

RE: [ANNOUNCE] Apache Tobago 3.0.0 Release

2017-01-15 Thread John
UNSUBSCRIBE -Original Message- From: Udo Schnurpfeil [mailto:u...@schnurpfeil.de] Sent: Wednesday, January 11, 2017 12:14 AM To: MyFaces Discussion Subject: [ANNOUNCE] Apache Tobago 3.0.0 Release The Apache MyFaces team is pleased to announce the release of Apache Tobago 3.0.0. Apache

RE: CODI 1.0.1 NPE in JSF ResourceHandler when evaluating ValueExpression

2012-02-16 Thread Carlson, John W.
Looks like it is available. I guess the task is to make it work. John From: owner-j...@lists.llnl.gov [owner-j...@lists.llnl.gov] On Behalf Of Carlson, John W. [carlso...@llnl.gov] Sent: Thursday, February 16, 2012 1:36 PM To: MyFaces Discussion; Mark

RE: CODI 1.0.1 NPE in JSF ResourceHandler when evaluating ValueExpression

2012-02-16 Thread Carlson, John W.
Uh, are you guys saying the FacesContext isn't available in a ResourceHandler? If it's not available, this is a major pain for people with dynamic resource generation. Essentially, one would have to pass all the necessary information through the URL, or through a non-JSF session. I realize th

RE: Include Form into existing JSP

2011-09-08 Thread Carlson, John W.
One of the hardest things I did in JSF was to integrate a dynamic URL parameter which is forms based into an applet with JSF. Specifically, use ImageJ's applet. Has this been made easier? John -Original Message- From: Leonardo Uribe [mailto:lu4...@gmail.com] Sent: Wedn

RE: Include Form into existing JSP

2011-09-07 Thread Carlson, John W.
Small typo, meant w/o instead of w/ -Original Message- From: owner-j...@lists.llnl.gov [mailto:owner-j...@lists.llnl.gov] On Behalf Of Carlson, John W. Sent: Wednesday, September 07, 2011 1:28 PM To: Leonardo Uribe Cc: MyFaces Discussion; Java Programmers List Subject: [java] RE: Include

RE: Include Form into existing JSP

2011-09-07 Thread Carlson, John W.
@John: it could be good to know if your reasons to object JSF. In my understanding JSF 2 solved many of the problems, and it have some very useful features. Maybe if some idea is enough useful, myfaces community can push to include it on next JSF 2.2 spec. Suggestions, critics and tomatoes are

RE: Include Form into existing JSP

2011-09-07 Thread Carlson, John W.
Get a grip. JSF sucks. Try Struts. If you get an answer, let me know. John -Original Message- From: Hagen, Fabian [mailto:fabian.ha...@talanx.com] Sent: Wednesday, September 07, 2011 5:56 AM To: users@myfaces.apache.org Subject: Include Form into existing JSP Hello, I have a litte

JSF Comps Project/Barcoding

2010-06-14 Thread John Ament
Hi all I've been looking for a decent component in JSF for generating barcodes. I found one in jsf comps and saw that it was somehow related to the MyFaces project. Are these components still supported? They look a little old... John

Re: MyFaces 2.0.0 - Problem of rendering Enum

2010-05-28 Thread John Wu
If 2.) is to be incorporated in the impl, the original exception message is then appropriate. John Wu wrote: > > Hi Jakob, > > Suggestions: > 1. Exception message: The value 'CardNumber' (type java.lang.String) is > not an instance of the Enum type. > 2. In

Re: MyFaces 2.0.0 - Problem of rendering Enum

2010-05-28 Thread John Wu
Hi Jakob, Suggestions: 1. Exception message: The value 'CardNumber' (type java.lang.String) is not an instance of the Enum type. 2. In the case the value is a String, check if it equals to one of Enum Constants' name, then ... Cheers, John Wu Jakob Korherr wrote: > >

Re: MyFaces 2.0.0 - Problem of rendering Enum

2010-05-27 Thread John Wu
(except EnumConverter.getAsString(..)) simply return the specified value if it's an instance of String. So, my suggestion after further investigation is to change EnumConverter.getAsString(..) to follow that convention, that is, to simply return the specified value if it's an instance of String

MyFaces 2.0.0 - Problem of rendering Enum

2010-05-26 Thread John Wu
I'd say the issue exist in org.apache.myfaces.shared_impl.renderkit.getConvertedStringValue(FacesContext context, UIComponent component, Converter converter, Object value). In the case of rendering a selectRadio and the underlying model property type is an Enum, this method is called with the conv

Re: MyFaces 2.0.0 doest not fully support EL 2.2 method invocation

2010-05-25 Thread John Wu
ays return java.lang.Object.class (or null) for any scoped attribute. I don't think that's correct. John Wu Bruno Aranda wrote: > > I use EL 2.2 and MyFaces 2.0 without problems, so it must be a Tomcat > configuration issue. I use jetty... the maven jetty

MyFaces 2.0.0 doest not fully support EL 2.2 method invocation

2010-05-25 Thread John Wu
A simple EL 2.2 method invocation "#{helloWorldController.doSomething(helloWorldModel)}" fails with following exception: javax.faces.el.MethodNotFoundException: javax.el.MethodNotFoundException: /helloWorld.xhtml at line 15 and column 85 action="#{helloWorldController.doSomething(helloWorldModel)

RE: [Trinidad] tree nodes not updating in expanded branch

2010-04-20 Thread Carlson, John W.
Faces when I new person comes on board. John -Original Message- From: Scott McMasters [mailto:scott.mcmast...@gmail.com] Sent: Tuesday, April 20, 2010 11:17 AM To: MyFaces Discussion Subject: Re: [Trinidad] tree nodes not updating in expanded branch Thanks for the fucking help. I'

RE: dramatic performance decrease after update to JSF 1.2

2010-01-29 Thread Carlson, John W.
Not surprising at all. Obviously, a hardware vendor who makes their money selling hardware, not software, wants to sell more hardware. Also more features means slower software. John -Original Message- From: Michael Heinen [mailto:michael.hei...@recommind.com] Sent: Friday, January 29

RE: JSF Combo Box for MyFaces 1.1 - one humble developer's solution

2010-01-13 Thread Ogrady, John
ve spent working through the source, so I'm not really bothered by it. I'll leave you with a quote by Alexander Pope: "At every trifle take offence, that always shows great pride or little sense." __

JSF Combo Box for MyFaces 1.1 - one humble developer's solution

2010-01-13 Thread Ogrady, John
appreciated... ___ John O'Grady Dragon Tamer Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. - Douglas Adams Those who d

RE: Bad Bug: SelectOneMenu, SelectItems, _SystemItemsUtil, and the missing conversion

2010-01-06 Thread Ogrady, John
for the quick reply! ___ John O'Grady, Dragon Tamer The important thing is not to stop questioning. - Albert Einstein ___ -Original Message- From: sethfromaust...@gmail.com [mailto:seth

Bad Bug: SelectOneMenu, SelectItems, _SystemItemsUtil, and the missing conversion

2010-01-06 Thread Ogrady, John
just cost me five hours of development time. If no one cares about JSF 1.1 implementations anymore, just let me know and I'll not spend the time posting here. Otherwise, any chance this could be fixed? ___ John O'Grady Dragon

MyFaces and Spring Webflow

2009-12-29 Thread Ogrady, John
ise is there a way to defer to Spring webflow without having to use Facelets? ___ John O'Grady Dragon Tamer Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their appare

tr:panelAccordion tag cascading user entries to all subsequent showDetailItems

2009-09-21 Thread John Benson
Has anyone noticed the following: panelAccordion tag with three showDetailItem panels. I'm using Trinidad v1.2.11, Facelets v1.1.14, and Seam v2.1.1. User enters values in the first panel (address fields on the getInstance().getAddress() in the EntityHome), values in the second panel (addres

RE: iterating over a list of items

2009-08-03 Thread John Carlson
Ui:repeat can be used in faces markup (.jspx?) There are cases when you need to use c:forEach instead of ui:repeat. Perhaps you should look for a dynamic menu that takes a collection. Or build your menu in Java code (use or subclass a component in your code). John From: Scott Carter

[Trinidad] Changing hotspot from text to image or button for selecting tabs in panelTabbed

2009-05-05 Thread John Healey
Hi. We are trying to design a page that is accessible for a touch-screen device. Our layout uses panelTabbed but the link for the tabs is a text link on the label, rather than the area for the tab. Is there any way to swap out the text label for an image or button where the 'hotspot' is the whol

RE: JSF - display a collection in one line?

2009-02-24 Thread John Carlson
Can you use Google Collection's Join? http://google-collections.googlecode.com/svn/trunk/javadoc/com/google/common /base/Join.html John -Original Message- From: kareda [mailto:k...@digiplace.ch] Sent: Tuesday, February 24, 2009 2:11 AM To: users@myfaces.apache.org Subject

Re: [Trinidad] trouble with SVN for maven jdev plugin

2008-10-13 Thread John Eric Hamacher
Yes, it did, thank you! On Mon, Oct 13, 2008 at 1:57 AM, Matthias Wessendorf <[EMAIL PROTECTED]>wrote: > This should work: > > > http://svn.apache.org/repos/asf/myfaces/trinidad-maven/trunk/maven-jdev-plugin/ > > -M > > On Sun, Oct 12, 2008 at 7:00 PM, John Eri

[Trinidad] trouble with SVN for maven jdev plugin

2008-10-12 Thread John Eric Hamacher
sername or password. I am also using the SVN extension in Jdeveloper. Can anybody see where I might be going wrong? -- John (Eric) Hamacher Java Developer Madison, Wisconsin (608)-334-9260

Re: JSF: Multiple browser windows sharing Same session

2008-08-22 Thread John Carlson
, Spring Web Flow and Orchestra and maybe others. If you only want one state machine per session, then you'll have to enforce the state machine on the server side. One or two people here recommend this tool: http://tox.sourceforge.net It's not JSF. Oh well. John At 08:29 PM 8/21/2008

Re: JSF: Multiple browser windows sharing Same session

2008-08-21 Thread John Carlson
uck on an old version of Spring? > > John > > At 11:33 AM 8/21/2008, you wrote: > >>We are using JSF 1.2, MyFaces 1.2.2, Spring, Hibernate >>One of the biggest problems of JSF appears to be that it requires that most >>backing beans be placed into session scope. >

Re: JSF: Multiple browser windows sharing Same session

2008-08-21 Thread John Carlson
Answer: keep the state on the client. Have you considered Spring Web Flow, or are you stuck on an old version of Spring? John At 11:33 AM 8/21/2008, you wrote: We are using JSF 1.2, MyFaces 1.2.2, Spring, Hibernate One of the biggest problems of JSF appears to be that it requires that most

[Trinidad] Extend Components

2008-02-15 Thread John Smith
Hello, I want to make minor modifications to the renderer of a trinidad component but have it as a separate component so that I can use either the modified or unmodified component or both. How do I do that? Any documents outline this process? I have not been able to find much about extending/custo

[Trinidad] Collapse/Expand nodes in the navigationTree by clicking on the node label

2008-02-14 Thread John Smith
Hello, I would like to use the tr:navigationTree component to build a navigation menu but do not like the default action of having to click the icon (arrow or +/- sign) to the left of the node label to expand/collapse it. Instead I would like to have the node expand/collapse by clicking on the nod

Re: Call a backing bean before show a JSP

2008-01-07 Thread John Carlson
See: org.springframework.web.jsf.DelegatingVariableResolver John At 12:53 PM 1/7/2008, John Carlson wrote: Can you do it in Spring? John At 12:24 PM 1/7/2008, you wrote: Hi all, In struts: I can call a JSP page like http:///JSP/Example.jsp and I also can call an action that do something

Re: Call a backing bean before show a JSP

2008-01-07 Thread John Carlson
Can you do it in Spring? John At 12:24 PM 1/7/2008, you wrote: Hi all, In struts: I can call a JSP page like http:///JSP/Example.jsp and I also can call an action that do something and then do the forward to the Example.jsp like this: http:// .../Example.do In JSF: I can call a JSP page

Re: Oracle ADF or Trinidad?

2007-12-28 Thread John Carlson
Oracle open-sourced ADF as trinidad. John At 08:54 AM 12/28/2007, Christofer Jennings wrote: What are the differences between the Oracle ADF on oracle's site ( http://www.oracle.com/technology/products/adf/adffaces/index.html) and Trinidad? I've heard that Trinidad is not as polished.

Fwd: wrapper action-listener not being called

2007-12-27 Thread John Carlson
y catch on EvaluationException to try to catch the DatabaseException.  I am using toplink essentials, JPA on the page, and toplink for the first page.  I am using Spring 2.0.7. John Here's a sample of an exception that is thrown.  I realize that this is an obvious error that the table doe

RE: MyFaces Tobago tc:sheet

2007-07-06 Thread Turner, John
The conversation on this seems to have stalled so I added a JIRA issue (Tobago-436). Please update this with your suggestions and vote for it etc. if this is something affecting you. Regards John From: Helmut Swaczinna [mailto:[EMAIL PROTECTED] Sent

MyFaces + Spring WebFlow

2007-06-27 Thread Turner, John
I am using MyFaces Tobago and Spring WebFlow. I have a link within a JSF page as below: The indexId parameter (or any parameter except the flowId) does not appear to be on the request parameter map? Any ideas? -- This is a confidential communication and is intended only for th

RE: MyFaces Tobago tc:sheet

2007-06-27 Thread Turner, John
have voted for the JIRA issue below so that hopefully, at least the basic selection functionality will be added. As is noted on the issue, I would have thought this essential. Regards John From: Zied Hamdi [mailto:[EMAIL PROTECTED] Sent: 27

RE: MyFaces Tobago tc:sheet

2007-06-26 Thread Turner, John
Hamdi [mailto:[EMAIL PROTECTED] Sent: 26 June 2007 16:47 To: MyFaces Discussion Subject: Re: MyFaces Tobago tc:sheet Hi John, I use but it's only a cell of a row, the row is selected on click. Regards, 2007/6/26, Turner, John <[EMAIL PROTECTED]>: I have a tc

MyFaces Tobago tc:sheet

2007-06-26 Thread Turner, John
I have a tc:sheet that displays a read only list of results. I would like to perform a submit when the user clicks on a row within the table. Does anyone have an example of this? -- This is a confidential communication and is intended only for the addressee indicated in the message (or duly

Tomahawk Example

2007-05-30 Thread John Howard
MyFaces, Looking to implement Tomahawk in my current project. I have read several pages from your website but am unable to find a link to your download examples! Please help. Looking forward to working with your toolset. John John K. Howard Senior Software Consultant, Platinum Solutions

Re: Back button pressed whilst loading

2007-04-23 Thread John Singleton
Server side. I haven't tried client side but we store some quite large objects in the session. John - Original Message From: Mike Kienenberger <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Friday, 20 April, 2007 4:28:01 PM Subject: Re: Back button pressed whilst loadi

Back button pressed whilst loading

2007-04-20 Thread John Singleton
user. The downside is that I really only want to stop the user from using the back button when interrupting page loads, and I can't easily detect that. Has anybody else come across this issue? And if so have they fixed i

commandButton image URL: external resources require protocol

2007-04-04 Thread John Elm
Hi all, Consider for a moment the following image input. Let's say I have a myfaces app, with a context root of "my/context/root", with a domain name of "www.mycompany.com". Notice that the src attribute starts with a doubleslash. When authoring non-JSF tags, this has been an effective way t

Re: tomahawk schedule component-more details

2007-04-02 Thread John Yeary
. Thanks for any assistance. John http://www.nabble.com/file/7625/schedulewithEntry.png http://www.nabble.com/file/7626/ScheduleNuked.txt ScheduleNuked.txt yassmin sameh wrote: > > Dear Jurgen, > thanks for your quick reply , those are the details : >   > i am trying to u

Oracle ADF faces not working with MyFaces

2007-03-13 Thread Grange, John
evant filters, etc set up in my web.xml Help, please!!! Regards, John Grange Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail is confidential. It may also be legally privileged. It is intended only for the stated addressee(s) and access to it by any other person is unautho

RE: how to use a javascript source in a component

2007-03-08 Thread Grange, John
Another point to note, is that if you are in the mindset to put script references (and css, etc) in the head, then your code will be more difficult to port to a portlet environment (a fact that is causing significant pain trying to find workable jsf frameworks for portlets) -Original Message-

Problem in WebXml.java when using JSF portlet bridge on oracle

2007-03-08 Thread Grange, John
Hi, I am developing a portlet based on the apache portals bridge and myfaces 1.1.5 on oracle oc4j 10.1.3 from jdeveloper 10.1.3.2.0. JDeveloper inserts several servlets etc into the web.xml to instrument the portlet for WSRP. It appears that one of the servlets does not have its class available

Re: How to create and config a life scyle bean for automatic authenticate username and password when user open a browser on window XP?

2007-02-09 Thread John Burgess
sible to build custom authentication modules using the NtlmSsp classes directly. This Filter scales very well primarily because sessions are multiplexed over transports. But this functionality is not without caveats. -- Best wishes John Burgess Risk Decisions Limited Buchan House Parkway

RE: [Tobago] Ajax with Tobago

2007-01-23 Thread John
Can you have two panels that are refreshed from the same toolBarCommand? I appear to get intermittent non-refresh behavior with this syntax: From: H. Swaczinna [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 23, 2007 4:06 AM To: users@m

RE: [Tobago] Problems with Tobago.reloadComponent with onclick

2007-01-17 Thread John
at doesn't depend upon log4j? Thanks, John -Original Message- From: Volker Weber [mailto:[EMAIL PROTECTED] Sent: Saturday, January 13, 2007 3:12 PM To: MyFaces Discussion Subject: Re: [Tobago] Problems with Tobago.reloadComponent with onclick Hello John, i build a small demo app,

RE: [Tobago] Problems with Tobago.reloadComponent with onclick

2007-01-16 Thread John
Hi Volker, Unfortunately I can't run the demo because it is dependent upon log4j which isn't part of our tomcat embedded within our application. John -Original Message- From: Volker Weber [mailto:[EMAIL PROTECTED] Sent: Saturday, January 13, 2007 3:12 PM To: MyFaces Discussi

RE: [Tobago] Problems with Tobago.reloadComponent with onclick

2007-01-13 Thread John
t. Of course, I can't remove the backing bean calls. Do you think the bindings are the problem? Am I missing some significant change? Thanks, John -Original Message- From: Bernd Bohmann [mailto:[EMAIL PROTECTED] Sent: Saturday, January 13, 2007 12:04 PM To: MyFaces Discussion S

RE: [Tobago] Problems with Tobago.reloadComponent with onclick

2007-01-12 Thread John
with Tobago.reloadComponent with onclick hi John, the perfered way is if "mainPage:quarantineInfoPanel" is the correct id. look in the generated html for "Tobago.addAjaxComponent()", all those ids are reloadable by ajax. regards, volker 2007/1/12, John <[EMAIL P

RE: [Tobago] Problems with Tobago.reloadComponent with onclick

2007-01-12 Thread John
go] Problems with Tobago.reloadComponent with onclick Hi John, which version of tobago? the onclick="Tobago.reloadComponent(, '@autoId')"/> should work (afaik), but is not the intended way to code ajax reload (this was a interim solution). anyway, the 'messageCount

RE: [Tobago] Problems with Tobago.reloadComponent with onclick

2007-01-12 Thread John
Hi Volker, Aahh, got it, but you didn't say what the "intended way" is (if it's not using the Tobago.reloadComponent). John -Original Message- From: Volker Weber [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 12:40 PM To: MyFaces Discussion Subject: R

RE: [Tobago] Problems with Tobago.reloadComponent with onclick

2007-01-12 Thread John
I'm using 9 -Original Message- From: Bernd Bohmann [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 12:33 PM To: MyFaces Discussion Subject: Re: [Tobago] Problems with Tobago.reloadComponent with onclick Hello John, which version of tobago are you using? Regards Bernd

[Tobago] Problems with Tobago.reloadComponent with onclick

2007-01-12 Thread John
ting of my tx:in component Thanks, John

RE: [Tobago] - Problems with updating text field with AJAX - RESEND

2007-01-09 Thread John
- From: Bernd Bohmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 09, 2007 12:44 AM To: MyFaces Discussion Subject: Re: [Tobago] - Problems with updating text field with AJAX - RESEND Hello John, it would be easier to understand the problem if you send a simple jsp page for this. R

RE: [Tobago] - Problems with updating text field with AJAX - RESEND

2007-01-08 Thread John
007 12:17 PM To: MyFaces Discussion Subject: Re: [Tobago] - Problems with updating text field with AJAX The toolbarButton triggers the ajax request? 2007/1/4, John <[EMAIL PROTECTED]>: > Hi Volker, > > From a button on the toolbar above. Which querys the database and > updates the

RE: [Tobago] - Problems with updating text field with AJAX

2007-01-04 Thread John
007 12:17 PM To: MyFaces Discussion Subject: Re: [Tobago] - Problems with updating text field with AJAX The toolbarButton triggers the ajax request? 2007/1/4, John <[EMAIL PROTECTED]>: > Hi Volker, > > From a button on the toolbar above. Which querys the database and > updates the

RE: [Tobago] - Problems with updating text field with AJAX

2007-01-04 Thread John
Hi Volker, >From a button on the toolbar above. Which querys the database and updates the sheets data. Then the tx:in is updated by doing a setValue on its component (which I now know only to take affect during a relayout[not the right name] phase), as well as just modifying its value. J

[Tobago] - Problems with updating text field with AJAX

2007-01-04 Thread John
do I make tx:in update still? Thanks, John

Can't get started

2006-12-31 Thread John Curtin
s been posted a few other times on the web but can't find any resolution. Any help would be greatly appreciated - thanks! John

RE: [Tobago] - Looking for usage examples for progress bar

2006-12-20 Thread John
Hi Volker, The binding is there because the backing bean is doing a long for loop, within which the UIOutput's setValue is being called with a String value to incrementally update it's text (text version of a progress bar). John -Original Message- From: Volker Weber [mai

RE: [Tobago] - Looking for usage examples for progress bar

2006-12-19 Thread John
s instead of tc: -Original Message- From: Volker Weber [mailto:[EMAIL PROTECTED] Sent: Monday, December 18, 2006 9:37 AM To: MyFaces Discussion Subject: Re: [Tobago] - Looking for usage examples for progress bar Hi John, currently you need to put

RE: [Tobago] - Looking for usage examples for progress bar

2006-12-18 Thread John
Hi Volker, That makes perfect sense, thank you. I didn't even know about the reload facet. John -Original Message- From: Volker Weber [mailto:[EMAIL PROTECTED] Sent: Monday, December 18, 2006 9:37 AM To: MyFaces Discussion Subject: Re: [Tobago] - Looking for usage example

RE: [Tobago] - Looking for usage examples for progress bar

2006-12-18 Thread John
e the progress bar to represent progress. When I change the model in real-time, the changes aren't reflected in the progress bar. Even if I completely re-assign the rangeModel to the progressBar, no change visually to the bar. John -Original Message- From: Bernd Bohmann [mailto:[EMAIL

[Tobago] - Looking for usage examples for progress bar

2006-12-12 Thread John
Can't seem to find them anywhere? Thanks, John

[Tobago] - size or format limit of tc:textarea

2006-12-06 Thread John
with scrollbars and everything just fine. Thanks, John

How to handle a Action in Form which takes a long time?

2006-12-03 Thread John Allerdyce
Hi, Can someone please advice me how handle a Action in Form which takes a long time to complete? In myfaces a user submits and a function in the backing bean is invoked. And the user will see the result page after that function is returned. My question is what if that function takes a long tim

Re: Using rowIndexVar in datatable for setting rowId fails

2006-10-31 Thread John Sherwood
I'm getting the same problem except that I upgraded to MyFaces 1.1.4 from 1.1.4-SNAPSHOT. For some reason, it renders the first row without any information and also renders another row at the end. E.g. rendering a list of things with ids from 1 to 5: thing 1 stuff thing 2 stuff thing 3 stuff th

Re: Snapshot1.1.5 and Validation

2006-10-23 Thread John Ruffin
ablilty (see original thread). But there really is no type incompatability thanks to the auto converters... Am I seeing this clearly? John Ruffin wrote: > > I may have missed this tidbit but in 1.1.5 it appears that UI value > bindings have to be bound to objects of type String and th

Snapshot1.1.5 and Validation

2006-10-20 Thread John Ruffin
I may have missed this tidbit but in 1.1.5 it appears that UI value bindings have to be bound to objects of type String and then converted to whatever you want it to be (Character, Integer, etc...) - else you get validation errors (e.g. Validation Error "leadTimeLevel": Value is not a valid option

Re: MyFaces 1.1.5 actionListener does not execute

2006-10-16 Thread John Ruffin
t the validation error, with 1.1.5 I do. If I change the bound value to a String all is well - which I can refactor. Just not sure why I have to refactor this between MyFaces impls??? John Ruffin wrote: > > I have a selectOneRadio component (see below) which has an a4j:support > tag. Pro

MyFaces 1.1.5 actionListener does not execute

2006-10-16 Thread John Ruffin
I have a selectOneRadio component (see below) which has an a4j:support tag. Problem is: using MyFaces 1.1.4-SNAPSHOT jars - the A4J actionListener executes but changing to MyFaces 1.1.5-SNAPSHOT it doesn't fire. I found info in the A4J FAQ about actionListeners not executing if it references a r

Re: s:tableSuggestAjax next step?

2006-10-11 Thread John Ruffin
t; > But what is about giving the onklick event to tableSuggest and doing > the partial update on the dom nodes itself after pushing the values > from the columns to them? Should be the same result to me. > > regards, > > Gerald > > On 10/10/06, John Ruffin <[EMA

Re: s:tableSuggestAjax next step?

2006-10-10 Thread John Ruffin
list which go before > it. Without maxSuggestedItems the ajax4jsf stuff works? > > regards, > > Gerald > > On 10/10/06, John Ruffin <[EMAIL PROTECTED]> wrote: >> >> That does sound useful. >> >> Meanwhile, I have another one :-). When adding the ma

Re: s:tableSuggestAjax next step?

2006-10-10 Thread John Ruffin
ing the event the partial > page inside the ppr group section is updated. > > Sounds very useful to me, if there is some time at the end of the day > i will investigate some > work on it. > > regards, > > Gerald > > On 10/10/06, John Ruffin <[EMAIL PROTEC

Re: s:tableSuggestAjax next step?

2006-10-10 Thread John Ruffin
Note to self: use a current build :-). Things look good now. John Ruffin wrote: > > I'm using snapshot1.1.4 which I built awhile back. I'll build the latest. > > Hopefully, issue #1 will go away as demo'ed on in your example. Even the > example built from t

Re: s:tableSuggestAjax next step?

2006-10-10 Thread John Ruffin
> If its really that needed, you ma achieve this approach with ajax > frameworks like ajax4jsf. > > cheers, > > Gerald > > [1] http://example.irian.at/example-sandbox-20061010/tableSuggestAjax.jsf > [2] http://example.irian.at/example-sandbox-20061010/pprPanelGroup.jsf

s:tableSuggestAjax next step?

2006-10-10 Thread John Ruffin
I've successfully added s:tableSuggestAjax to a page and it displays the given table rows and columns. What I think I want to do is: when a column is clicked I want to update the value of the inputTextBox. It currently only contains the snippet used for the suggestedItemsMethod. Also, I wan

RE: [Tobago-myFaces] - Using Internet Explorer is a complete nightmare

2006-09-28 Thread John
The Tobago demo seems to function alright within IE. The 2nd link you provided - I don't get an error, but clicking on submit query does not change the display either. John -Original Message- From: Arvid Hülsebus [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 1:15

RE: PhaseListener getting called multiple times

2006-09-26 Thread John
It sounds like it's getting called for each phase.   Be sure and define a getPhaseId() so it knows what phase to pay attention to.     public PhaseId getPhaseId() {    return PhaseId.RESTORE_VIEW; } From: a k [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 1:21 PMTo: MyFac

[Tobago-myFaces] - Using Internet Explorer is a complete nightmare

2006-09-23 Thread John
.. I've been battling this daily for 2 months. and our customers are getting ugly...     Help!   John

RE: Run-time component generation

2006-09-22 Thread John Holland
tialization that needs to be taken care of when I programmatically create the commandLinks but I'm just not sure what that is. If you could give me any hints on how to accomplish this (before I spend hours figuring it out) I would be very grateful. -John -Original Message- From:

Dynamically generated command links

2006-09-21 Thread John Holland
and setting the attributes that I need to do to get the actions / actionListeners to work?   Thanks, John    

RE: (resolved) [myFaces Tobago] - tc:datePicker just produces a null ptr exception

2006-09-19 Thread John
I replaced our 1.0.8-SNAPSHOT jars with the 1.0.8 distribution and it's working now. Thanks, John -Original Message- From: John [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 9:19 AM To: MyFaces Discussion Subject: RE: [myFaces Tobago] - tc:datePicker just produces a

RE: [myFaces Tobago] - tc:datePicker just produces a null ptr exception

2006-09-19 Thread John
tobago-theme-scarborough-1.0.8-SNAPSHOT.jar Does NOT have a DatePickerRenderer, it has a dateRenderer BTW: I'm using a custom theme, but I think I realize, a lot of the basic stuff is still looked for in scarborough. John -Original Message- From: Bernd Bohmann [mailto:[EMAIL PROT

[myFaces Tobago] - tc:datePicker just produces a null ptr exception

2006-09-18 Thread John
  I can't use my old reliable _javascript_ date picker jsCalendar because it breaks in JSF with IE 6   Help!   John   SEVERE: name = 'DatePickerRenderer' clientProperties = 'html/emp/msie_6_0'java.lang.NullPointerException at org.apache.myface

RE: [myFaces-Tobago] - how to execute JavaScript file ONLY after DOM is fully rendered.

2006-09-18 Thread John
file ONLY after DOM is fully rendered. Hi John, you can do a loop with setTimeout() waiting for Tobago.pageIsComplete becomes true. And you can use to insert your script into page. like this: function doAferLoading() { if (!Tobago.pageIsComplete) { setTimeout("doAfterLoad

[myFaces-Tobago] - how to execute JavaScript file ONLY after DOM is fully rendered.

2006-09-18 Thread John
This has caused a never ending headache for us (particularly with IE), when _javascript_ starts to manipulate the DOM and objects aren't complete yet. Can't use obviously.     What is the best practice?   Example?   Thanks, John

RE: [Tobago] - why is the sheet's length hard-coded?

2006-09-11 Thread John
Hi Volker, I added the line below to the tobago-theme-config.properties file, which already existed within my theme jar by the way. Sheet.fixedHeight=400 It had no effect at all on the sheet's layout. It layed out collapsed. John -Original Message- From: Volker Weber [mailto:[

Use of tag files as includes

2006-09-11 Thread John
We are using tag files to facilate includes of content. We are having various problems (particularly with Internet Explorer), where the server side component tree is not rendered correctly.   Am I violating a best-practice by using tag files this way?   main.jsp--

RE: [Tobago] - Why would the RESTORE_VIEW afterPhase is not be called.

2006-09-09 Thread John
till shows login.jsp If I refresh the page or click on any of the main.jsp's actions, the browser's address bar correctly shows main.jsp. Also the after RENDER_RESPONSE code in the phase listener, never gets executed on the 1st appearance of main.jsp (maybe this is normal). ??? John -Origin

RE: [Tobago] - Why would the RESTORE_VIEW afterPhase is not be called.

2006-09-07 Thread John
be called. How do you link from the login.jsp page to the main.jsp page? regards, Martin On 9/8/06, John <[EMAIL PROTECTED]> wrote: > > > For some reason, directly after navigating from the login.jsp page to > the main.jsp page, the RESTORE_VIEW afterPhase is not called. &g

[Tobago] - Why would the RESTORE_VIEW afterPhase is not be called.

2006-09-07 Thread John
/login.jsp), if I click on another tab, the RESTORE_VIEW afterPhase is called.   Am I misunderstanding the way things should work?   Thanks, John

  1   2   3   4   >