[jira] Updated: (MYFACES-368) addResources for inputCalendar make a NoSuchMethodError with RI

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-368?page=all ] sean schofield updated MYFACES-368: --- Component: Tomahawk (RI Compatability) > addResources for inputCalendar make a NoSuchMethodError with RI > --

[jira] Closed: (MYFACES-375) Tomahawk compatibility with JDK 1.3

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-375?page=all ] sean schofield closed MYFACES-375: -- Resolution: Won't Fix Tomahawk is not a myfaces implementation and is not required to work with any specific JDK. That said, we're not aware of any

[jira] Closed: (MYFACES-100) Rendered attribute breaks param for commandnavigation

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-100?page=all ] sean schofield closed MYFACES-100: -- Resolution: Won't Fix > Rendered attribute breaks param for commandnavigation > - > > Key

[jira] Closed: (MYFACES-274) Section 508 Requirement for link components that use javascript events.

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-274?page=all ] sean schofield closed MYFACES-274: -- Resolution: Won't Fix Closing this based on Adam's suggestion. > Section 508 Requirement for link components that use javascript events. > --

[jira] Updated: (MYFACES-380) New component

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-380?page=all ] sean schofield updated MYFACES-380: --- Summary: New component (was: UPComponent for HTML-Tag fieldset) Personally I would prefer a new component since the alternative is just as wordy as

[jira] Updated: (MYFACES-380) UPComponent for HTML-Tag fieldset

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-380?page=all ] sean schofield updated MYFACES-380: --- Component: Sandbox (was: Tomahawk) Description: There is a HTML tag fieldset, which could be very useful to create nice appli

Re: [jira] Commented: (MYFACES-350) Use 'node.isLeaf()' in tree2 to decide whether to display the navigation icon

2005-08-02 Thread Sean Schofield
Well this situation where it doesn't work so well is basically the exact opposite of your situation. If you know the entire contents of the tree ahead of time and you don't want to show a '+' icon for an empty node that *could* potentially have nodes but doesn't. In the case of the simple example

Re: why only one inputHtml per page

2005-08-02 Thread Sylvain Vieujot
Hello Christian, This is a limitation of the kupu code. I saw that the guys from kupu are working to lift this limitation, but I'm not sure it's ready yet. Anyway, it isn't in the last released version of kupu. If you want to help lift this limitation, you should look at kupu itself ( http://

RE: [jira] Commented: (MYFACES-350) Use 'node.isLeaf()' in tree2 to decide whether to display the navigation icon

2005-08-02 Thread CONNER, BRENDAN \(SBCSI\)
But that will impact our application, because, with lazy fetches, we sometimes have leaf = false and childCount = 0 (because the children have not yet been fetched). In such cases, we need the + icon to show, because there are children yet to be fetched. If we suppress the + sign if either leaf =

[jira] Commented: (MYFACES-350) Use 'node.isLeaf()' in tree2 to decide whether to display the navigation icon

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-350?page=comments#action_12317456 ] sean schofield commented on MYFACES-350: OK this fix caused another problem (see related issue) so I made an additional change: bitMask += (node.isLeaf() || node.ge

[jira] Closed: (MYFACES-382) [tree2] Do not show navigation icons if node is empty

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-382?page=all ] sean schofield closed MYFACES-382: -- Fix Version: Nightly Build Resolution: Fixed > [tree2] Do not show navigation icons if node is empty > --

Effect of rendered=false on div/htmlTag

2005-08-02 Thread Bruno Aranda
I've just added the possibility to set the rendered attribute for the htmlTag/div component. But, after doing this, I have a doubt of how the rendering might affect what the component renders... Let's illustrate this: Bold text The tag is renderer, so the 'Bold text' is showed in bold, but what s

[jira] Created: (MYFACES-382) [tree2] Do not show navigation icons if node is empty

2005-08-02 Thread sean schofield (JIRA)
[tree2] Do not show navigation icons if node is empty - Key: MYFACES-382 URL: http://issues.apache.org/jira/browse/MYFACES-382 Project: MyFaces Type: Improvement Components: Tomahawk Versions: Nightly Build

Re: Problem with loading Tree2 resource (20050725 build)

2005-08-02 Thread Sean Schofield
You're right. Now that you mention it, this used to be the case until a recent "fix." I've added a new JIRA issue for this. http://issues.apache.org/jira/browse/MYFACES-382 sean On 7/29/05, Emmanuel Jay <[EMAIL PROTECTED]> wrote: > I don't think that having the "+" showed when a node has no ch

Re: myfaces_ext.tld to tomahawk.tld

2005-08-02 Thread Sean Schofield
I was thinking that also. +1 On 8/2/05, Bruno Aranda <[EMAIL PROTECTED]> wrote: > Now that we are adjusting names to tomahawk, should'nt also the > myfaces_ext.tld file change to tomahawk.tld? > > Regards, > > Bruno >

myfaces_ext.tld to tomahawk.tld

2005-08-02 Thread Bruno Aranda
Now that we are adjusting names to tomahawk, should'nt also the myfaces_ext.tld file change to tomahawk.tld? Regards, Bruno

[jira] Commented: (MYFACES-381) Width attribute in x:columns does not work in sortable table

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-381?page=comments#action_12317436 ] sean schofield commented on MYFACES-381: The width attribute doesn't seem to be used even if you don't click a sort header. Try the modified example I made using th

[jira] Updated: (MYFACES-381) Width attribute in x:columns does not work in sortable table

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-381?page=all ] sean schofield updated MYFACES-381: --- Attachment: xcolumns.patch > Width attribute in x:columns does not work in sortable table >

[jira] Updated: (MYFACES-272) MyFaces unnecessary encodes all non-latin characters as numeric character references even if response character encoding is set to UTF-8

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-272?page=all ] sean schofield updated MYFACES-272: --- Component: JSF 1.1 > MyFaces unnecessary encodes all non-latin characters as numeric character > references even if response character encoding is set t

[jira] Reopened: (MYFACES-272) MyFaces unnecessary encodes all non-latin characters as numeric character references even if response character encoding is set to UTF-8

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-272?page=all ] sean schofield reopened MYFACES-272: Patch was reverted. Causing "double output" of HTML. Simple examples were showing two sortable tables for instance. > MyFaces unnecessary encodes

[jira] Commented: (MYFACES-72) HtmlSelectOneRadio does not correctly validate the required case

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-72?page=comments#action_12317430 ] sean schofield commented on MYFACES-72: --- I don't understand the problem here. Isn't this what one would expect? > HtmlSelectOneRadio does not correctly validate the req

[jira] Closed: (MYFACES-218) Javascript alert Should not display UnicodeEncoder dispose result

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-218?page=all ] sean schofield closed MYFACES-218: -- Resolution: Won't Fix Closing this out since a javascript solution has been provided by the reporter. > Javascript alert Should not display UnicodeEn

Re: Upcoming release

2005-08-02 Thread Sean Schofield
I was thinking we might be able to address this issue through JIRA's voting procedure. Perhaps a rule of "If an issue has two votes, it must be dealt with before the release." Then we could add those issues to the release plan as a reminder (and requirement) for the release. Two votes (plus the

[jira] Closed: (MYFACES-183) FacesConfigurator should report where xml parsing errors occur

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-183?page=all ] sean schofield closed MYFACES-183: -- Fix Version: Nightly Build Resolution: Fixed > FacesConfigurator should report where xml parsing errors occur > -

Re: [jira] Commented: (MYFACES-372) url validator tag / tomahawk based on emailv

2005-08-02 Thread Bruno Aranda
Well, I normally do this trick: - After doing what you have done, remove the project from the explorer list (answer no when asked if the code must also be deleted). - Create a new project with the same name ('current'?). It will tell you that it already exists. Just do 'Next >'. - If you have alre

[jira] Commented: (MYFACES-183) FacesConfigurator should report where xml parsing errors occur

2005-08-02 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-183?page=comments#action_12317427 ] Mike Kienenberger commented on MYFACES-183: --- Yes, there's a line at debug level. It'd be better for it to be issued at INFO level. In my opinion, the temporary

Re: Upcoming release

2005-08-02 Thread Craig McClanahan
On 8/2/05, Martin Marinschek <[EMAIL PROTECTED]> wrote: > Count me in! > > +1 for a release plan, but not as detailed, I would say - listing a 100 > bugs is not so informative, I'd say. > The purpose of listing the outstanding bugs isn't really to be informative (you can do your own queries j

jsf_state_64

2005-08-02 Thread [EMAIL PROTECTED]
hi everybody!! is there a way of retrieving the serialized state directly, that is the vaue. it seems to me you can only write it directly into the responseWriter (and inside a form). the encode64() (inside HtmlResponseStateManager) method is private is there a specific reason to this? ma

why only one inputHtml per page

2005-08-02 Thread Christian Egli
I would like to have a series of on one single page. Now the docu for x:inputHtml says that "right now the support is limited to one editor per page". What is the reason that there is only support for one editor and how hard would it be to add support for multiple editors? Where would I start if

Re: [jira] Commented: (MYFACES-372) url validator tag / tomahawk based on emailv

2005-08-02 Thread Sean Schofield
Can't help you with Eclipse as I use JBuilder. Others here use it though so they can probably help you. sean On 8/2/05, Fab Psycho <[EMAIL PROTECTED]> wrote: > Sean, > > I'm working with eclipse and do the following : > > -go to svn repository > -check out current as a project >

[jira] Updated: (MYFACES-189) Valuebinding in Converter and Validator attributes do not work for dynamic beans

2005-08-02 Thread Mathias Broekelmann (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-189?page=all ] Mathias Broekelmann updated MYFACES-189: type: Bug (was: New Feature) Description: It is not possible to use a value binding which references a dynamically created bean (l

[jira] Commented: (MYFACES-183) FacesConfigurator should report where xml parsing errors occur

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-183?page=comments#action_12317421 ] sean schofield commented on MYFACES-183: Doesn't this already exist? There is a line shortly before that INFO statement: if (log.isDebugEnabled()) log.debug("faces-

[jira] Commented: (MYFACES-192) inputParam component

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-192?page=comments#action_12317420 ] sean schofield commented on MYFACES-192: I can definitely see this beeing useful. Now that we have a sandbox setup would you mind submitting an SVN patch that drops

[jira] Commented: (MYFACES-258) build/codegen ant generate-all-components-components fails FileNotFoundException

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-258?page=comments#action_12317419 ] sean schofield commented on MYFACES-258: Is this issue still valid? Now that we've done the SVN reorg I doubt this patch will work in its current form ... > build/

[jira] Closed: (MYFACES-95) Japanese character is broken with jscookMenu

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-95?page=all ] sean schofield closed MYFACES-95: - Resolution: Duplicate > Japanese character is broken with jscookMenu > > > Key: MYFACES-95 >

[jira] Closed: (MYFACES-272) MyFaces unnecessary encodes all non-latin characters as numeric character references even if response character encoding is set to UTF-8

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-272?page=all ] sean schofield closed MYFACES-272: -- Fix Version: Nightly Build Resolution: Fixed Thanks for the patch. > MyFaces unnecessary encodes all non-latin characters as numeric character

[jira] Closed: (MYFACES-291) Server Side Tree2 Component Does Not Work with Sun RI

2005-08-02 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-291?page=all ] sean schofield closed MYFACES-291: -- Fix Version: Nightly Build Resolution: Fixed > Server Side Tree2 Component Does Not Work with Sun RI > --

Re: [jira] Commented: (MYFACES-372) url validator tag / tomahawk based on emailv

2005-08-02 Thread Fab Psycho
Sean, I'm working with eclipse and do the following : -go to svn repository -check out current as a project -go to java view. My problem is project 'current' is declared as generic project and I don't know how to change this Wouldn't be interesting to place .project file

Re: Build Failure

2005-08-02 Thread Sean Schofield
I just tried building the site locally with the latest SVN and everything worked. So tonight's automated build should be fine. sean On 8/2/05, Sean Schofield <[EMAIL PROTECTED]> wrote: > Looks like the site didn't build last night. Of course we are stilll > having problems publishing it but one

Re: Upcoming release

2005-08-02 Thread Sean Schofield
> Doing something like this is definitely a good idea, but you are > giving me too much credit :-). The Struts release managers (James, > Martin, et. al.) have been following this sort of disciplined approach > at least back into the 1.2.2 days, and they deserve the credit for > formalizing a chec

Re: myfaces website not updated

2005-08-02 Thread Sean Schofield
Someone on INFRA helped clear it up. They suggested 'chmod +x tomahawk.' That seemed to work even though 'chmod -R og+x /www/myfaces.apache.org' would not. Strange. Anyways I ran the deploy.sh script and untarred everything so the website should update in a few hours. sean On 8/1/05, Sean Sch

dummyForm

2005-08-02 Thread [EMAIL PROTECTED]
hi everyone. i would like to render the dummyForm right at the beginning of an html page. the reason is the following. i have a javscript function, which needs the current state as a parameter. the problem however is, that it needs this parameter right at the beginning, even before the hole dom

Re: [jira] Commented: (MYFACES-372) url validator tag / tomahawk based on emailv

2005-08-02 Thread Sean Schofield
Fabian, Examples for sandbox components should go in the examples subproject. Within that subproject is a directory for 'sandbox' so generate your new example there. Documentation goes in the forrest subproject. There is also a special sandbox directory there as well. Please do a test build of

Re: Upcoming release

2005-08-02 Thread Sean Schofield
I agree. One area where I would change things would be the bug part. I think we should just reference JIRA there. In the future, I am hoping we can get the size of the bug list under control. Once that happens we could sort the bugs out into the upcoming release number and a TBD. So bugs that

RE: Can I contribute to project ?

2005-08-02 Thread Alexandr J. Smirnov
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 02, 2005 3:11 PM > To: MyFaces Development > Subject: Re: Can I contribute to project ? > > > this all sounds very interesing, iwe're too working on an ajaxcomponent > right now (datatable) an

Re: [proposal] TLD changes

2005-08-02 Thread Sean Schofield
'sbx' is exactly what i was thinking about. In english 'ts' has a certain meaning though ('tough shit') which is a unsympathetic way to say 'If you don't like it too bad for you.' ;-) sean On 8/2/05, Bruno Aranda <[EMAIL PROTECTED]> wrote: > 0.5 > After all that time using the 'x', changing to

Re: Build Failure

2005-08-02 Thread Sean Schofield
Looks like the site didn't build last night. Of course we are stilll having problems publishing it but one of the recent checkins to the xdocs seems to have broken it ... On 8/1/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > [echo] Loading project specific properties from > /home/sjs4/

RE: Can I contribute to project ?

2005-08-02 Thread Alexandr J. Smirnov
>Do you have a demo of this technology up and running? Yes. I need any time to allow access from internet to my test server. >Can you start a discussion with code snippets on the mailing list how you implemented that? Yes , of cource. >How many changes would it take to get MyFaces to use your

Re: [jira] Commented: (MYFACES-372) url validator tag / tomahawk based on emailv

2005-08-02 Thread Bruno Aranda
You should create a svn diff against forrest for the forrest documentation, and a diff against the examples for the validator example. Step by step procedure, that will clear any doubt :-) 1. Download svn 'current' sources 2. Create your forrest documentation in the 'forrest' subproject. 3. Create

Re: Can I contribute to project ?

2005-08-02 Thread [EMAIL PROTECTED]
this all sounds very interesing, iwe're too working on an ajaxcomponent right now (datatable) and we were also thinking in making this a global attribute for all components. maybe have a look at the custom examples in the sandbox folder. we used a special javascript library (i think from ruby o

RE: [jira] Commented: (MYFACES-372) url validator tag / tomahawk based on emailv

2005-08-02 Thread Fab Psycho
Hi Bruno, Thanks for your comments ! Does relevant forrest documentation patch and example addition have to be applied against sandbox as well or directly against its respective path ? Best regards, Fabian From: "Bruno Aranda (JIRA)" To: [EMAIL PROTECTED] Subject: [jira] Commented: (MY

Re: Can I contribute to project ?

2005-08-02 Thread Martin Marinschek
Do you have a demo of this technology up and running? Can you start a discussion with code snippets on the mailing list how you implemented that? How many changes would it take to get MyFaces to use your approach? regards, MartinOn 8/2/05, Alexandr J. Smirnov <[EMAIL PROTECTED]> wrote: I have

Can I contribute to project ?

2005-08-02 Thread Alexandr J. Smirnov
I have worked ( as alpha-alpha-alpha .. ) set of custom components for create AJAX-like user interfaces for Java Server Faces Applications. Main idea - in faces lifecicle, ve have view tree on server side and DOM tree in client browser ( at present, saving tree on client side don't used ). For ajax

[jira] Commented: (MYFACES-380) UPComponent for HTML-Tag fieldset

2005-08-02 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-380?page=comments#action_12317406 ] Martin Marinschek commented on MYFACES-380: --- you should be able to use it with the nightly build... regards, Martin > UPComponent for HTML-Tag fieldset > ---

[jira] Commented: (MYFACES-291) Server Side Tree2 Component Does Not Work with Sun RI

2005-08-02 Thread Mathias Werlitz (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-291?page=comments#action_12317404 ] Mathias Werlitz commented on MYFACES-291: - I have tested the nightly build of the tomahawk extensions (tree2) with my application an now the tree2 works correctly wi

[jira] Closed: (MYFACES-277) using a button with immediate on a form with a dataTable component

2005-08-02 Thread Mathias Broekelmann (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-277?page=all ] Mathias Broekelmann closed MYFACES-277: --- Fix Version: Nightly Build Resolution: Fixed It`s fixed in the next nightly. Since UIInput is a critical component I will summarize th

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 absol

[jira] Kommentiert: (MYFACES-380) UPComponent for HTML-Tag fieldset

2005-08-02 Thread Stephan Strittmatter (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-380?page=comments#action_12317398 ] Stephan Strittmatter commented on MYFACES-380: -- Oh, I see! This is a rather new tag, which I could not use at the moment. My example would be then like following

Re: Upcoming release

2005-08-02 Thread Martin Marinschek
Count me in! +1 for a release plan, but not as detailed, I would say - listing a 100 bugs is not so informative, I'd say. regards, MartinOn 8/2/05, Bruno Aranda <[EMAIL PROTECTED]> wrote: +1 We need to put some order in the releases so it is more clear whatthe objective of the release is and if

Re: [proposal] TLD changes

2005-08-02 Thread Bruno Aranda
0.5 After all that time using the 'x', changing to 't' is a big change as we all have got used to 'x'. The massive replace is needed, and existing production applications could change progressively from 'x' to 't' as the prefix is defined in each page. I do agree that it is more natural to use th