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.~~ > > >

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 <users@myfaces.apache.org> Subject: RE: [ANNOUNCE] Apache Tobago 3.0.0 Release UNSUBSCRIBE -Original Message- From: Udo Schnurpfeil [ma

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

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

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

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
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: Hi John, On my opinion

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 the case the value is a String, check

Re: MyFaces 2.0.0 - Problem of rendering Enum

2010-05-27 Thread John Wu
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. Cheers, John Wu Jakob Korherr wrote: Hi John

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

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: MyFaces 2.0.0 doest not fully support EL 2.2 method invocation

2010-05-25 Thread John Wu
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 plugin configured like this: plugin

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

2010-04-20 Thread Carlson, John W.
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've swapped

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

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 do

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

2010-01-13 Thread Ogrady, John
: At every trifle take offence, that always shows great pride or little sense. ___ John O'Grady, Dragon Tamer The important thing is not to stop questioning. - Albert Einstein ___ -Original

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

2010-01-06 Thread Ogrady, John
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 Tamer Human beings, who are almost unique in having the ability to learn from the experience of others

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

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

MyFaces and Spring Webflow

2009-12-29 Thread Ogrady, John
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 apparent disinclination to do so. - Douglas Adams Those

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

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

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: JSF

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 Eric Hamacher [EMAIL PROTECTED] wrote: Hello

[Trinidad] trouble with SVN for maven jdev plugin

2008-10-12 Thread John Eric Hamacher
. 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
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, John Carlson wrote: You would keep state

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

Re: JSF: Multiple browser windows sharing Same session

2008-08-21 Thread John Carlson
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. Is there anything you can do on the technical side to work around

[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

[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

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: 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: 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. I've also

Fwd: wrapper action-listener not being called

2007-12-27 Thread John Carlson
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 doesn't exist. Perhaps I am trying to handle the error gracefully when I shouldn't be. 500 Internal Server Error

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

RE: MyFaces Tobago tc:sheet

2007-06-27 Thread Turner, John
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 June 2007 08:06

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: tc:link label=ViewUser action=viewUser f:param name=indexId value=#{user.indexId}/ /tc:link The indexId parameter (or any parameter except the flowId) does not appear to be on the request

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

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 tc:link 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:sheet

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

Back button pressed whilst loading

2007-04-20 Thread John Singleton
. 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 it? Thanks John

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. input type=image src=//www.mycompany.com/images/blah.gif name=blah value=Blah / Notice that the src attribute

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 : nbsp; i am trying to use

Oracle ADF faces not working with MyFaces

2007-03-13 Thread Grange, John
-listeneroracle.adf.controller.faces.lifecycle.ADFPhaseListener/phas e-listener /lifecycle and I seem to have all the relevant 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

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 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

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
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 Court

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: t:toolBarCommand label=Refresh action=#{quarantine.refresh} image=images/view-refresh.jpg tip=Refresh list of quarantined messages id=quarantineCmdRefresh

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

2007-01-17 Thread John
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, could you test

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 Discussion Subject

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

2007-01-13 Thread John
. 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 Subject: Re

[Tobago] Problems with Tobago.reloadComponent with onclick

2007-01-12 Thread John
('messageCount', '@autoId')/ Line: 582 Char: 7 Error: Object doesn't support this property or method Code:0 If I remove the onclick part it works fine (but of course I can't use the AJAX dynamic updating of my tx:in component Thanks, John

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 John

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: Re: [Tobago] Problems

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

2007-01-12 Thread John
Hi John, which version of tobago? the onclick=Tobago.reloadComponent(clientId, '@autoId')/ should work (afaik), but is not the intended way to code ajax reload (this was a interim solution). anyway, the 'messageCount' is not a valid clientId, and tc:in is not ajax reloadable. the clientId

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

2007-01-12 Thread John
with Tobago.reloadComponent with onclick hi John, the perfered way is t:toolBarCommand label=Refresh action=#{quarantine.refresh} image=images/view-refresh.jpg tip=Refresh list of quarantined messages id=quarantineCmdRefresh t:attribute name=renderedPartially value=:mainPage:quarantineInfoPanel

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

2007-01-09 Thread John
[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. Regards Bernd John wrote: Well

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

2007-01-08 Thread John
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 sheets data. Then the tx:in is updated

[Tobago] - Problems with updating text field with AJAX

2007-01-04 Thread John
update still? Thanks, John

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. John

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

2007-01-04 Thread John
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 sheets data. Then the tx:in is updated

Can't get started

2006-12-31 Thread John Curtin
that this problem has 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 [mailto:[EMAIL

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

2006-12-19 Thread John
To: MyFaces Discussion Subject: Re: [Tobago] - Looking for usage examples for progress bar Hi John, currently you need to put the progressbar into a panel with a reload facet. tc:panel f:facet name=reload tc:reload frequency=5000 / /f:facet tc:progress .../ /tc:panel (not tested

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

2006-12-18 Thread John
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 PROTECTED

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 examples

[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
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

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: tr thing 1 stuff/tr tr id=1thing 2 stuff/tr

Re: Snapshot1.1.5 and Validation

2006-10-23 Thread John Ruffin
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 then converted to whatever you want

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

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

Re: s:tableSuggestAjax next step?

2006-10-11 Thread John Ruffin
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 [EMAIL PROTECTED] wrote: Not exactly. I can add a4j stuff to s:tableSuggestAjax (e.g

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

Re: s:tableSuggestAjax next step?

2006-10-10 Thread John Ruffin
[1] http://example.irian.at/example-sandbox-20061010/tableSuggestAjax.jsf [2] http://example.irian.at/example-sandbox-20061010/pprPanelGroup.jsf On 10/10/06, John Ruffin [EMAIL PROTECTED] wrote: I've successfully added s:tableSuggestAjax to a page and it displays the given table rows

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 the snapshot1.1.4 only contains

Re: s:tableSuggestAjax next step?

2006-10-10 Thread John Ruffin
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 PROTECTED] wrote: Note to self: use a current build :-). Things look good now. John Ruffin wrote: I'm

Re: s:tableSuggestAjax next step?

2006-10-10 Thread John Ruffin
. Unfortunately there are already some issues on my 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 maxSuggestedItems attribute

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 PM

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: MyFaces

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

2006-09-23 Thread John
ly for 2 months. and our customers are getting ugly... Help! John

RE: Run-time component generation

2006-09-22 Thread John Holland
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: Aleksei Valikov [mailto:[EMAIL

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 null

[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 t:script obviously. What is the best practice? Example? Thanks, John

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

2006-09-18 Thread John
Volker, Thank you so much. So if I wanted to include the script from a file (it's pretty big); currently the problematic version is done with t:script file= Any suggestions? John -Original Message- From: Volker Weber [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 2:01 PM

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

2006-09-18 Thread John
y 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.NullPointerExceptionat org.apache.myfaces.tobago.context.ResourceManagerImpl.

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?

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:[EMAIL

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

2006-09-09 Thread John
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 -Original Message- From

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

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

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

2006-09-07 Thread John
10:12 PM To: MyFaces Discussion Subject: Re: [Tobago] - Why would the RESTORE_VIEW afterPhase is not 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

inputSuggestAjax 1.1.4

2006-08-29 Thread John Ruffin
I'm trying to use inputSuggestAjax to display a list pulled from the db based on the snippet entered. I can see the DAOManager returning results. However, I'm getting this MyFaces warning and nothing shows up in the component. WARN -

Re: How to not display a row in t:dataTable based on the row content?

2006-08-29 Thread John Ruffin
Try some permutation of this: rendered=#{not row.isInStock} on your components. Not sure if you'll end up with blank rows or not. ::SammyRulez:: wrote: can't u modify the business method that create the collaction of the value attriubute of the datattable. Before you ask is not possible

RE: How to not display a row in t:dataTable based on the row content?

2006-08-29 Thread John Ruffin
, reprensenting a rown ,and only change the rowindex and clientid between rows. So trying to 'hide' rows is quite difficult. There are 2 ways imho - create a filtered collection (most easy way) - create a custom component that better fits your needs John Ruffin a écrit : Try some permutation

Re: AW: Re: tomahawk sandbox examples?

2006-08-29 Thread John Ruffin
repository url is: https://svn.apache.org/repos/asf/myfaces/current repository root url is: https://svn.apache.org/repos/asf [EMAIL PROTECTED] wrote: I have downloaded maven, mvn is running. In the WIKI I find svn. I cannot find svn, where is this. Urs Ursprüngliche

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

2006-08-28 Thread John
The Tobago sheet's width is hard-coded (not set in the css theme), to 85px. (per webpage view-source). I found this out because I tried to set the height explicitly within our custom theme, within tobago-sheet.css, within .tobago-sheet-body-div, and set the layout manager to use 'fixed'.

RE: [Tobago] - (answer for Bernd) - how to know which tab is active

2006-08-14 Thread John
of the current tab information, so there are no examples. John -Original Message- From: Bernd Bohmann [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 12:07 AM To: MyFaces Discussion Subject: Re: [Tobago] - (answer for Bernd) - how to know which tab is active Hello John, I have

RE: [Tobago] - (answer for Bernd) - how to know which tab is active

2006-08-13 Thread John
It's server-side tab switching set to reloadTab. John P.S. I answered this about 1 week ago, but I think you missed it within the list - here it is again... Thanks. -Original Message- From: Bernd Bohmann [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 11:07 PM To: MyFaces

  1   2   3   >