[jira] Commented: (TOMAHAWK-922) JSF-1.2: JspTilesViewHandlerImpl

2008-06-17 Thread Neal Haggard (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12605743#action_12605743 ] Neal Haggard commented on TOMAHAWK-922: --- We similarly are trying to move from

[jira] Commented: (MYFACES-701) Allow custom theme.js file without duplicating jscookmenu.js

2005-10-31 Thread Neal Haggard (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-701?page=comments#action_12356417 ] Neal Haggard commented on MYFACES-701: -- As I stated in my fix, it would be nice if this was a possibility. While having three separate variables allows much

RE: JSCookMenu in 1.1.1RC3 -- Problem

2005-10-27 Thread Neal Haggard
This has been around since 1.1.0 actually. It is fixed in the nightly builds, but not 1.1.1. -- Neal Haggard Senior Systems Developer Knowledge Management Center SAS Institute From: Jay Kaul [mailto:[EMAIL PROTECTED] Sent: Wednesday, October

[jira] Commented: (MYFACES-737) JSCookMenu can't be used as a child of a form, and AddResources code for custom themes is incomplete

2005-10-24 Thread Neal Haggard (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-737?page=comments#action_12355621 ] Neal Haggard commented on MYFACES-737: -- I pulled from Branches/1_1_1. Should I be using Trunk instead? JSCookMenu can't be used as a child of a form

[jira] Updated: (MYFACES-737) JSCookMenu can't be used as a child of a form, and AddResources code for custom themes is incomplete

2005-10-24 Thread Neal Haggard (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-737?page=all ] Neal Haggard updated MYFACES-737: - Attachment: jscookFormPatchV5.txt Version 5 makes the changes to the Trunk, instead of branch 1_1_1. Note that I still had to add the name of the theme

[jira] Commented: (MYFACES-737) JSCookMenu can't be used as a child of a form, and AddResources code for custom themes is incomplete

2005-10-24 Thread Neal Haggard (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-737?page=comments#action_12355632 ] Neal Haggard commented on MYFACES-737: -- Also, adding the themeName to the javascript location for the theme specific resources allows us to mirror the MyFaces setup

[jira] Created: (MYFACES-737) JSCookMenu can't be used as a child of a form, and AddResources code for custom themes is incomplete

2005-10-21 Thread Neal Haggard (JIRA)
Project: MyFaces Type: Bug Components: Tomahawk Versions: 1.1.1 Reporter: Neal Haggard As is stated as a known todo in HtmlJSCookMenuRenderer, the menu can not be the child of a form because it currently hard-codes in the form name to change. To fix this, the renderer

[jira] Updated: (MYFACES-737) JSCookMenu can't be used as a child of a form, and AddResources code for custom themes is incomplete

2005-10-21 Thread Neal Haggard (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-737?page=all ] Neal Haggard updated MYFACES-737: - Attachment: jscookFormPatchV3.txt Here's the patch, per my last post. JSCookMenu can't be used as a child of a form, and AddResources code for custom

[jira] Updated: (MYFACES-737) JSCookMenu can't be used as a child of a form, and AddResources code for custom themes is incomplete

2005-10-21 Thread Neal Haggard (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-737?page=all ] Neal Haggard updated MYFACES-737: - Attachment: jscookFormPatchV4.txt Ok, so on further investigation, if you have more than one custom theme on a page, the second and subsequent themes don't

[jira] Commented: (MYFACES-737) JSCookMenu can't be used as a child of a form, and AddResources code for custom themes is incomplete

2005-10-21 Thread Neal Haggard (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-737?page=comments#action_12332722 ] Neal Haggard commented on MYFACES-737: -- Note the version 4 patch superceeds version 3, you can ignore v3 now. JSCookMenu can't be used as a child of a form

RE: [jira] Updated: (MYFACES-27) JSCookmenu cannot be used for storing data

2005-10-14 Thread Neal Haggard
. -- Neal Haggard Senior Systems Developer Knowledge Management Center SAS Institute -Original Message- From: Neal Haggard (JIRA) [mailto:[EMAIL PROTECTED] Sent: Thursday, October 13, 2005 5:24 PM To: dev@myfaces.apache.org Subject: [jira] Updated: (MYFACES-27) JSCookmenu cannot be used

[jira] Updated: (MYFACES-27) JSCookmenu cannot be used for storing data

2005-10-13 Thread Neal Haggard (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-27?page=all ] Neal Haggard updated MYFACES-27: Attachment: jscookFormPatch.txt I've attached a patch which will walk up the parent of the JSCookMenu Navigation Item and look for the first UIForm component

RE: [jira] Closed: (MYFACES-558) Implementation of rowOnClick attribute for t:dataTable breaks underlying links in columns

2005-09-13 Thread Neal Haggard
+1 for rowOnClickAction -- Neal Haggard Senior Systems Developer Knowledge Management Center SAS Instititute -Original Message- From: Mathias Broekelmann (JIRA) [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 11:26 AM To: dev

Form submission with just a text field?

2005-07-25 Thread Neal Haggard
Has anyone played around with doing form submission with just a text field for something like a quick search (so that when they hit enter on the field, the form submits?) Only way I can see to specify an action this way is to specify a valueChangedListener(), anyone else have any ideas?

RE: Length of a Collection in EL?

2005-07-15 Thread Neal Haggard
Subject: Re: Length of a Collection in EL? Hi Neal, You can use #{myCollection.size()} to get the length of a java.util.Collection. Is that what you are looking for? -bd- On Jul 14, 2005, at 3:30 PM, Neal Haggard wrote: I need to be able to get the length of a collection in JSF EL

RE: myfaces-examples: problem with navigation in nightly build

2005-05-19 Thread Neal Haggard
Looking into it now. -Original Message- From: Grant Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 7:57 PM To: MyFaces Development Subject: Re: myfaces-examples: problem with navigation in nightly build Found the problem. - MYFACES-243's patch. I reversed it locally and

[jira] Updated: (MYFACES-243) ClientId not used, so JSCookMenu fires multiple actions in tables

2005-05-19 Thread Neal Haggard (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-243?page=all ] Neal Haggard updated MYFACES-243: - Attachment: patch2.txt 2nd patch changes one line in the decode method. We were comparing the clientId from the action against the id of the component

RE: [jira] Updated: (MYFACES-219) JSCookMenu as child of a form

2005-05-18 Thread Neal Haggard
One concern I see with this. Shouldn't the component try and dynamically find a UIForm component parent and use that instead of the user having to specify what form to use? I believe that is how things like HtmlCommandLink works when they are not inside a form (the render the dummy form if

[jira] Commented: (MYFACES-243) ClientId not used, so JSCookMenu fires multiple actions in tables

2005-05-18 Thread Neal Haggard (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-243?page=comments#action_65709 ] Neal Haggard commented on MYFACES-243: -- Yes, the patch solves the problem. ClientId not used, so JSCookMenu fires multiple actions in tables

RE: [jira] Updated: (MYFACES-243) ClientId not used, so JSCookMenu fires multiple actions in tables

2005-05-17 Thread Neal Haggard
My apologies if I did this somehow out of order, it's my first contribution to a Open Source project. Is there some other process to getting a patch verified and applied? Is there a reason noone has commented on this, or why it hasn't been applied? Curious, Neal Haggard -Original

[jira] Created: (MYFACES-243) ClientId not used, so JSCookMenu fires multiple actions in tables

2005-05-13 Thread Neal Haggard (JIRA)
Reporter: Neal Haggard Attachments: patch.txt The fix to add the id to the action (so that the proper action can be fired on decode) works fine for multiple JSCookMenu components on the same page, however when a JSCookMenu is placed in something that uses the component as a template

[jira] Updated: (MYFACES-243) ClientId not used, so JSCookMenu fires multiple actions in tables

2005-05-13 Thread Neal Haggard (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-243?page=all ] Neal Haggard updated MYFACES-243: - Attachment: patch.txt Here's my patch for HtmlJSCookMenuRenderer.java ClientId not used, so JSCookMenu fires multiple actions in tables

RE: [jira] Created: (MYFACES-213) commandLink does not work in dataList

2005-04-25 Thread Neal Haggard
As a quick fix, we ran into this as well when we enclosed our DataTables in h:form components. Try moving the h:form to just the pieces that need it, and it should allow your action to be called. I agree that this is a bug (just trying to provide a work-around). -Original Message-

RE: Proposed improvement to x:dataTable

2005-04-12 Thread Neal Haggard
to be shown/hidden as needed. If anyone has any ideas of how we can meet our user requirements with some available component out there, we'd love to hear about it. Neal Haggard Senior System Developer SAS Institute -Original Message- From: Broekelmann, Mathias [mailto:[EMAIL PROTECTED

RE: Proposed improvement to x:dataTable

2005-04-12 Thread Neal Haggard
Development Subject: RE: Proposed improvement to x:dataTable Hi Neal, -Original Message- From: Neal Haggard [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 3:20 PM To: MyFaces Development Subject: RE: Proposed improvement to x:dataTable Mathias, While your x:columns is very