[jira] Created: (TOMAHAWK-721) Toggle component for sandbox. This component allows the user to switch between View/Edit modes

2006-09-30 Thread Sharath Reddy (JIRA)
Project: MyFaces Tomahawk Issue Type: New Feature Environment: sandbox Reporter: Sharath Reddy Assigned To: Sharath Reddy Priority: Minor Sylvain and I discussed this. this is when we would need to use it: Toggling between View

[jira] Updated: (TOMAHAWK-435) Inconsistent results using TableSuggestAjax

2006-06-28 Thread Sharath Reddy (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-435?page=all ] Sharath Reddy updated TOMAHAWK-435: --- Status: Patch Available (was: Open) Inconsistent results using TableSuggestAjax --- Key: TOMAHAWK

out of the licensing woods yet? please advice...

2006-05-26 Thread sharath reddy
A brief recap: An outlook-style menu had been originally developed by Kevin Le as a JSP tag and released under the BSD license. I re-wrote it as a JSF component. I would like to stress that it was a complete re-write - the only similarity with the original code is the generated CSS and

character encoding in AJAX requests...suggestions?

2006-05-23 Thread sharath reddy
Hello, Here is the gist of TOMAHAWK-208: When inputSuggestAjax gets rendered, the AjaxDecodePhaseListener does not set the content type of the response to the (expected) text/html;charset=UTF-8 (or whatever). There's not type or charset specified at all. Rumiana then suggests: Maybe

Re: character encoding in AJAX requests...suggestions?

2006-05-23 Thread sharath reddy
to the component itself. Can be done right at the beginning and also looks like a more generic solution. Doesn`t seem being a hack to me! cheers, Gerald On 5/23/06, sharath reddy [EMAIL PROTECTED] wrote: Hello, Here is the gist of TOMAHAWK-208: When inputSuggestAjax gets rendered

Re: [jira] Commented: (TOMAHAWK-432) maxlength attribute of inputFileUpload now sets both the input field size and the file size

2006-05-22 Thread sharath reddy
Hi Jon, I don't have an opinion either way, but take a look at RFC 1867 - Form-based File Upload in HTML at http://rfc.net/rfc1867.html: If the INPUT tag includes the attribute MAXLENGTH, the user agent should consider its value to represent the maximum Content-Length which the server will

Please close issues TOMAHAWK-213 and 228

2006-05-21 Thread sharath reddy
As requested by Jorge... --- Jorge Rodríguez Pedrianes (JIRA) dev@myfaces.apache.org wrote: [ http://issues.apache.org/jira/browse/TOMAHAWK-213?page=comments#action_12412258 ] Jorge Rodríguez Pedrianes commented on TOMAHAWK-213:

[jira] Commented: (TOMAHAWK-213) inputDate in dataTable displays the same value in each row

2006-05-17 Thread Sharath Reddy (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-213?page=comments#action_12412240 ] Sharath Reddy commented on TOMAHAWK-213: Hello Jorge, I also encountered this bug and submitted a patch, that was accepted, last year. See: http

[jira] Updated: (TOMAHAWK-408) Child combo box that will be reloaded via ajax call when the parent combo box's value is changed

2006-05-03 Thread Sharath Reddy (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-408?page=all ] Sharath Reddy updated TOMAHAWK-408: --- Status: Patch Available (was: Open) Child combo box that will be reloaded via ajax call when the parent combo box's value is changed

AJAX functionality in MyFaces

2006-04-29 Thread sharath reddy
Hello, Martin and I discussed the existing state of the AJAX functionality in MyFaces. We came up with some suggestions for improvement. Below is a brief discussion of how AJAX requests are handled in MyFaces, which may be useful to some, followed by our comments. Every component that has Ajax

[jira] Updated: (TOMAHAWK-396) InputParam component maps a parameter from the request to a managed bean property.

2006-04-27 Thread Sharath Reddy (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-396?page=all ] Sharath Reddy updated TOMAHAWK-396: --- Status: Patch Available (was: Open) InputParam component maps a parameter from the request to a managed bean property

[jira] Created: (TOMAHAWK-396) InputParam component maps a parameter from the request to a managed bean property.

2006-04-27 Thread Sharath Reddy (JIRA)
Type: New Feature Reporter: Sharath Reddy Priority: Minor While this can also be accomplised by declaring a managed bean property with the following syntax: managed-property property-nameid/property-name property-classjava.lang.String/property-class value

Re: navigationMenuItem (and panelNavigation/panelNavigation2/jsCookMenu)

2006-04-27 Thread sharath reddy
Hi Mike, PanelNavigation2 and jsCookMenu have the ability to pull their menu options off a backing bean. They both use NavigationMenuItem for that. Each instance of NavigationMenuItem represents a node in the menu, and contains information like action to be executed, icon to be displayed, etc. It

Re: navigationMenuItem (and panelNavigation/panelNavigation2/jsCookMenu)

2006-04-27 Thread sharath reddy
Hi Mike, You can go ahead and do that if you think that it is the best solution, but I just wanted to point out that NavigationMenuItem is a single class, not a component. And it is only getters/setters. Regards, Sharath --- Mike Kienenberger [EMAIL PROTECTED] wrote: On 4/27/06, sharath

Re: Which Javascript library to use for AJAX components?

2006-04-18 Thread sharath reddy
wherever possible. We want to completely left out prototype and other js libraries in the future. Which component you wanna realize? cheers, Gerald On 4/18/06, sharath reddy [EMAIL PROTECTED] wrote: Hello, I am planning to develop an AJAX component for MyFaces. I looked

JIRA Issues TOMAHAWK-245 and 246

2006-04-17 Thread sharath reddy
The issues pertain to exceptions while accessing the Simple examples for Tree and PanelStack. Both these issues are related to the Tree component (the older one). HtmlTreeImageCommandLinKRenderer extends HtmlLinkRendererBase, and calls the method 'super.renderCommandLinkStart', which in turn

[jira] Created: (TOMAHAWK-250) New 'Outlook Menu' type component for Sandbox

2006-04-13 Thread Sharath Reddy (JIRA)
New 'Outlook Menu' type component for Sandbox -- Key: TOMAHAWK-250 URL: http://issues.apache.org/jira/browse/TOMAHAWK-250 Project: MyFaces Tomahawk Type: New Feature Reporter: Sharath Reddy This component provides

Re: [jira] Commented: (TOMAHAWK-250) New 'Outlook Menu' type component for Sandbox

2006-04-13 Thread sharath reddy
Tomahawk Type: New Feature Reporter: Sharath Reddy Attachments: patch.zip This component provides 'Outlook menu' type of component for MyFaces. Features include: 1. Action and action listener can be specified for each menu option 2. Menu can be constructed dynamically

Re: [jira] Commented: (TOMAHAWK-250) New 'Outlook Menu' type component for Sandbox

2006-04-13 Thread sharath reddy
component for Sandbox -- Key: TOMAHAWK-250 URL: http://issues.apache.org/jira/browse/TOMAHAWK-250 Project: MyFaces Tomahawk Type: New Feature Reporter: Sharath Reddy Attachments: patch.zip This component

FileUpload issues

2005-11-03 Thread sharath reddy
Hello, I am looking at bug MYFACES-668: The second issue is Their are two filter parameters in Myfaces file upload component: uploadThresholdSize and uploadMaxFileSize(both are required by the Commons File Upload component) The uploadThresholdSize tells Common File uploads to keep files in

[jira] Updated: (MYFACES-766) documention for javascript listener

2005-10-31 Thread Sharath Reddy (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-766?page=all ] Sharath Reddy updated MYFACES-766: -- Attachment: jslistener documention for javascript listener --- Key: MYFACES-766 URL: http

[jira] Created: (MYFACES-766) documention for javascript listener

2005-10-31 Thread Sharath Reddy (JIRA)
: Sharath Reddy Priority: Minor I found a very powerful Tomahawk component 'Javascript Listener'. However, the existing documation on the usage of this component is poor, so I am submitting some docs. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly

tomahawk code generation question

2005-10-25 Thread sharath reddy
Hello, I was looking to make some changes to the 'HtmlPanelTabbedPane' component. There is a section of code in the class that is apparently generated from xml (HtmlPanelTabbedPane.xml). I want to add another attribute to the component, so I added it to the xml file. How do I run the

forrest documentation patch for dataList

2005-10-21 Thread sharath reddy
Hi, Small clean-up and also documented the new 'itemStyleClass' attribute that was added. __ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.comIndex: content/xdocs/tomahawk/dataList.xml

[jira] Commented: (MYFACES-716) Problem using JSF input components with DataList

2005-10-21 Thread Sharath Reddy (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-716?page=comments#action_12332704 ] Sharath Reddy commented on MYFACES-716: --- Yes, you are right. I was using the MyFaces implementation of JSF. I think this is also related to another issue: http

[jira] Commented: (MYFACES-716) Problem using JSF input components with DataList

2005-10-20 Thread Sharath Reddy (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-716?page=comments#action_12332565 ] Sharath Reddy commented on MYFACES-716: --- Hi Vinnie, I tried to reproduce your setup exactly. This is my JSF: f:subview id=results h:form x:dataList

[jira] Commented: (MYFACES-320) selectOneRadio does not properly persist its value

2005-10-20 Thread Sharath Reddy (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-320?page=comments#action_12332566 ] Sharath Reddy commented on MYFACES-320: --- I tested with the same setup. Looks like this is no longer a problem. selectOneRadio does not properly persist its value

How to run Forrest to generate the documentation?

2005-10-20 Thread sharath reddy
Hello, I tried the usual 'ant dist' command, but I got the following error: C:\development\myfaces\forrest\build\build.xml:49: The following error occurred while executing this line: java.io.FileNotFoundException: F:\apache-forrest-0.7\forrest.build.xml (The system cannot find the file specified)

Re: Super!

2005-10-19 Thread sharath reddy
Just FYI... I took a look at the RI Implemention. The user is allowed to specify as a ServletContextInitParameter the maximum number of logical views to be saved in session. If no value is specified, then the default value is used. --- Adam Winer [EMAIL PROTECTED] wrote: This sounds roughly

[jira] Commented: (MYFACES-410) valueChangeListener not working in inputHidden

2005-10-18 Thread Sharath Reddy (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-410?page=comments#action_12332342 ] Sharath Reddy commented on MYFACES-410: --- I tested with the following tag: t:inputHidden id=test forceId=true value=#{countryList.testValue} valueChangeListener

[jira] Updated: (MYFACES-691) t:dataList does not style li elements

2005-10-15 Thread Sharath Reddy (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-691?page=all ] Sharath Reddy updated MYFACES-691: -- Attachment: itemStyleClass.zip These patches add an 'itemStyleClass' attribute to the dataList component, which can be used to style individual items

problem creating patch

2005-10-15 Thread sharath reddy
Hello, I was trying to create a patch against the file 'examples/dataList.jsp'. My patch file contained the following message: Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream I browsed the SVN repository and noticed that this file (along with many others)

[jira] Updated: (MYFACES-428) InputDate(s) within dataTable submitting incorrect dates

2005-09-30 Thread Sharath Reddy (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-428?page=all ] Sharath Reddy updated MYFACES-428: -- Attachment: inputDate.zip Hello, The attached zip file contains: 1. War file that will help you reproduce the problem (hit http://localhost:8080/blank

[jira] Commented: (MYFACES-428) InputDate(s) within dataTable submitting incorrect dates

2005-09-19 Thread Sharath Reddy (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-428?page=comments#action_12329847 ] Sharath Reddy commented on MYFACES-428: --- Hi Martin, I had the same problem as the original poster, and have already submitted a patch file (inputdate) along

patches for MYFACES-192

2005-08-17 Thread sharath reddy
, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.apache.myfaces.examples.inputparam; + +/** + * @author Sharath Reddy (latest modification

missing tld in jar file?

2005-08-02 Thread sharath reddy
Hello, I just got the latest source from the svn repository. I could be doing something wrong, but when I do 'ant dist' in the tomahawk directory, the generated jar does not contain the 'tld' file. Consequently, when I build and try to run the examples, I get an error in the browser: 'The