Re: Better integration of AjaxAnywhere and MyFaces

2005-11-09 Thread Vitaliy Shevchuk
Great!   Let's discuss the following subjects:   1. What can ajax frameworks do for MyFaces. What do you guys expect from an ajax framework to use it with MyFaces? Are we looking for a layered architecture of Ajax framework? Pluggable transport layers, controllers, presentation updater

[jira] Updated: (MYFACES-712) inputCalendar : Internationalization problem

2005-11-09 Thread Ramon Casha (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-712?page=all ] Ramon Casha updated MYFACES-712: Attachment: CALENDAR.patch Here is a patch file, applied to the current SVN sources, which adds the short month names from the Java locale information. > inp

[jira] Commented: (MYFACES-768) ReducedHTMLParser issues

2005-11-09 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-768?page=comments#action_12357173 ] Simon Kitching commented on MYFACES-768: Um .. I said above that the earlier patches were lost, but nope, there they are. Sorry, I took Martin's comment to mean the

[jira] Updated: (MYFACES-768) ReducedHTMLParser issues

2005-11-09 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-768?page=all ] Simon Kitching updated MYFACES-768: --- Attachment: ReducedHTMLParser.java.patch-2.txt ReducedHTMLparserTest.java.patch-2.txt Ok, here are patches to the current SVN TRUNK. Thes

[jira] Commented: (MYFACES-438) [tree2] Selected node is lost when navigating to another page

2005-11-09 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-438?page=comments#action_12357168 ] sean schofield commented on MYFACES-438: I will close the issue then unless someone can verify that the bug still exists. > [tree2] Selected node is lost when naviga

Re: List of available images in inputHTML component

2005-11-09 Thread Sylvain Vieujot
Yes, it would be very nice. It's on my todo list since quite some times now. Kupu already has some provision to do this. It needs to be enabled and made compatible with JSF. I would be happy to review and commit your patch on this. Thanks, Sylvain. On Wed, 2005-11-09 at 19:41 +0100, Alberto

[jira] Commented: (MYFACES-768) ReducedHTMLParser issues

2005-11-09 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-768?page=comments#action_12357164 ] Simon Kitching commented on MYFACES-768: Hi Martin, I take your previous comment to mean that you committed the patches attached to this issue. However I can't see

Re: Possible bug in extended HtmlDataTable

2005-11-09 Thread Thomas Spiegl
This does not seem to be the problem. The renderer type for org.apache.myfaces.component.html.ext.HtmlDataTable is set to "org.apache.myfaces.Table" in HtmlDataTable's constructor (DEFAULT_RENDERER_TYPE = "org.apache.myfaces.Table"). Can you explore the problem again? . On 11/9/05, Ryan Wynn <[E

[jira] Commented: (MYFACES-775) Exception in inputDate

2005-11-09 Thread Dave Brondsema (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-775?page=comments#action_12357152 ] Dave Brondsema commented on MYFACES-775: inputDate does not validate that the inputs are numbers, nor that the numbers are in the proper range > Exception in inputD

[jira] Closed: (MYFACES-729) x:dataTabel not displaying the correct values

2005-11-09 Thread Bruno Aranda (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-729?page=all ] Bruno Aranda closed MYFACES-729: Fix Version: Nightly Resolution: Fixed Closing per reporter request > x:dataTabel not displaying the correct values > --

Possible bug in extended HtmlDataTable

2005-11-09 Thread Ryan Wynn
I am using shale clay with myfaces.   So like facelets, I am not using jsp but rather html/xml templates.   I noticed that the myfaces extended HtmlDataTable component was defaulting to the renderer type javax.faces.Table (inherited) instead of  the correct type org.apache.myfaces.Table.   I looke

[jira] Commented: (MYFACES-787) defining attributes in tomahawk.tld makes it difficult to subclass tomahawk components

2005-11-09 Thread Bruno Aranda (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-787?page=comments#action_12357150 ] Bruno Aranda commented on MYFACES-787: -- +1. I think it will keep the tld clearer and easier to read. Thanks, > defining attributes in tomahawk.tld makes it difficult to

Re: Extended versions of and

2005-11-09 Thread Grant Smith
I agree wholeheartedly about the .jsp format being painful. Unfortunately, I'd bet that the majority of JSF users out there still use it. Our examples are still in this format, too. I'm going to go ahead and finnish up the extended versions o f these components, as there really isn't any harm in s

[jira] Closed: (MYFACES-387) Myfaces with Tiles support not working properly under Java System Application Server 8.1

2005-11-09 Thread Thomas Spiegl (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-387?page=all ] Thomas Spiegl closed MYFACES-387: - Resolution: Invalid > Myfaces with Tiles support not working properly under Java System > Application Server 8.1 > ---

[jira] Closed: (MYFACES-87) x:updateActionListener inside x:navigationMenuItem

2005-11-09 Thread Thomas Spiegl (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-87?page=all ] Thomas Spiegl closed MYFACES-87: Fix Version: Nightly Resolution: Fixed UINavigationMenuItem now implements ActionSource, hence updateActionListener will work. x:updateAc

Re: [jira] Commented: (MYFACES-744) PRETTY_HTML option is not being universally honored

2005-11-09 Thread Adam Winer
On 11/9/05, Martin Marinschek (JIRA) wrote: > [ > http://issues.apache.org/jira/browse/MYFACES-744?page=comments#action_12357109 > ] > > Martin Marinschek commented on MYFACES-744: > --- > > Adam, > > do you guys have an implementation of this you migh

[jira] Commented: (MYFACES-797) t:inputCalendar + javscript(using variable tabList) = page hang.

2005-11-09 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-797?page=comments#action_12357139 ] Simon Kitching commented on MYFACES-797: Ok, I've tracked down the official spec for how is handled: Re: Development blogs
I would expect blog-like posts to show up on this dev list from time to time.  We don't necessarily need another forum for developers to periodically talk about what they're working on.  Right now most of the traffic here is JIRA notifications - it would be nice to see more posts about what develop

Re: Development blogs

That's just an aggregator isn't it? TravisOn 11/9/05, Martin Cooper <[EMAIL PROTECTED]> wrote: On 11/9/05, Matthias Wessendorf < [EMAIL PROTECTED]> wrote: I thought about something similar, but much more common.I thought about hosting social software (like blogs) inside of the ASF.So every committ

Re: Development blogs

On 11/9/05, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: I thought about something similar, but much more common.I thought about hosting social software (like blogs) inside of the ASF.So every committer is free to blog or not (on his own blog). You mean something like this? http://www.planetapac

Re: Development blogs

It might be a good idea to have it on a third party site so there will be no issues with Apache and we can have a disclaimer that says "the stuff on here is not endorsed or affiliated in any way by ASF".  Blogger allows multiple bloggers and it's free so we could set one up there easily enough. Tr

List of available images in inputHTML component

Hi, I would like to change the inputHTML component so I can have a list of available images instead of a inputText field. Of course this should be optional. Do you think it could be useful?. al.

Re: Extended versions of and

Well, it all depends on where the text is coming from; but, say it's coming from a Java ListResourceBundle; instead of containing: "ꯍ" it should contain: "\uabcd" If it was hardcoded in a .jspx documents, or in any XML file, then an NCR is great, since that'll get decoded by the XML proce

Re: Development blogs

I thought about something similar, but much more common. I thought about hosting social software (like blogs) inside of the ASF. So every committer is free to blog or not (on his own blog). Similar to homepages, some committers own. -Matthias On 11/9/05, Bruno Aranda <[EMAIL PROTECTED]> wrote: >

Re: Development blogs

That would be a nice idea :-) Bruno 2005/11/9, Martin Marinschek <[EMAIL PROTECTED]>: > yes, would be good. > > I have been thinking about that from time to time. > > maybe I'll start one - we could call it a general MyFaces one where > every developer may blog ;) > > regards, > > Martin > > On 1

Re: JavaScript in jsCookMenu component?

Richard, Thanks for your patch, it works like a charm! I just commited your changes. Simon, can you provide a patch for the target issue? regards Thomas On 11/8/05, Simon Kitching <[EMAIL PROTECTED]> wrote: > I was doing some thinking about this too. The user may wish to open the > URL in a new

Fwd: Build Failure

-- Forwarded message -- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Nov 8, 2005 11:33 PM Subject: Build Failure To: [EMAIL PROTECTED], dev@myfaces.apache.org [echo] Loading project specific properties from /home/sjs4/bootstrap/myfaces-current/forrest/build/forrest.prope

Fwd: Build Failure

-- Forwarded message -- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Nov 8, 2005 11:02 PM Subject: Build Failure To: [EMAIL PROTECTED], dev@myfaces.apache.org [echo] build.dir: /home/sjs4/bootstrap/myfaces-current/build [echo] build output directory: /home/sjs4/rele

Re: Codegen, or the lack thereof

Grant, Thanks for beeing up to doing that job. Actually I found the build file on my disk - see attachements. I could also send you the source code and the velocity file. Please tell me if you where not able to get those from the repo. Some notes: * You can ignore (or eliminate) the "inspect-" tas

[jira] Updated: (MYFACES-801) RegExprValidatorTag patch: message attribute

[ http://issues.apache.org/jira/browse/MYFACES-801?page=all ] Joris Verschoor updated MYFACES-801: Attachment: ValidateRegExprTag.java > RegExprValidatorTag patch: message attribute > > > Key: MYF

[jira] Commented: (MYFACES-801) RegExprValidatorTag patch: message attribute

[ http://issues.apache.org/jira/browse/MYFACES-801?page=comments#action_12357124 ] Joris Verschoor commented on MYFACES-801: - Also in the TLD a non-required attribute 'message' should be added. The files could contain compile errors. We have a diff

[jira] Updated: (MYFACES-801) RegExprValidatorTag patch: message attribute

[ http://issues.apache.org/jira/browse/MYFACES-801?page=all ] Joris Verschoor updated MYFACES-801: Attachment: ValidateRegExprTag.class > RegExprValidatorTag patch: message attribute > > > Key: MY

[jira] Updated: (MYFACES-801) RegExprValidatorTag patch: message attribute

[ http://issues.apache.org/jira/browse/MYFACES-801?page=all ] Joris Verschoor updated MYFACES-801: Attachment: RegExprValidator.java Sorry, no patch, just modified sourcecode. Added message attribute. > RegExprValidatorTag patch: message attribute

[jira] Commented: (MYFACES-612) IllegalStateException: Cannot forward after response has been committed

[ http://issues.apache.org/jira/browse/MYFACES-612?page=comments#action_12357122 ] Jeremy Green commented on MYFACES-612: -- The following users@myfaces.apache.org threads are relevant to this issue: http://www.mail-archive.com/users%40myfaces.apache.or

[jira] Created: (MYFACES-801) RegExprValidatorTag patch: message attribute

RegExprValidatorTag patch: message attribute Key: MYFACES-801 URL: http://issues.apache.org/jira/browse/MYFACES-801 Project: MyFaces Type: Improvement Reporter: Joris Verschoor Added a message attribute to the rexexv

[jira] Kommentiert: (MYFACES-646) accepts invalid date input

[ http://issues.apache.org/jira/browse/MYFACES-646?page=comments#action_12357120 ] Stephan Strittmatter commented on MYFACES-646: -- At least the calender should convert the value to the corrected date after submit. I solved this in using a bin

[jira] Updated: (MYFACES-690) tree2 server-side-toggle example: Encountered a node [0:0:0] + with an illogical state...

[ http://issues.apache.org/jira/browse/MYFACES-690?page=all ] Marius Kreis updated MYFACES-690: - Attachment: patch.txt The exception is caused because the lines of the leafs were clickable. A simple "if (node.getChildCount() > 0)"-Statement resolves thi

[jira] Commented: (MYFACES-438) [tree2] Selected node is lost when navigating to another page

[ http://issues.apache.org/jira/browse/MYFACES-438?page=comments#action_12357114 ] Marius Kreis commented on MYFACES-438: -- I think this issue is resolved in at least 1.1.1RC3. > [tree2] Selected node is lost when navigating to another page >

[jira] Created: (MYFACES-800) Multiple loading of same faces-config.xml on Weblogic

Multiple loading of same faces-config.xml on Weblogic - Key: MYFACES-800 URL: http://issues.apache.org/jira/browse/MYFACES-800 Project: MyFaces Type: Bug Components: Implementation Versions: 1.1.1 Envir

[jira] Commented: (MYFACES-797) t:inputCalendar + javscript(using variable tabList) = page hang.

[ http://issues.apache.org/jira/browse/MYFACES-797?page=comments#action_12357110 ] Martin Marinschek commented on MYFACES-797: --- So it is the < in the for var(i=0; i< that is disturbing the new parser implementation. Simon, any idea? regards,

Re: [jira] Commented: (MYFACES-706) MyFaces FacesConfig Component Elements Do Not Contain Property Elements So Tools Do Not Work As well

Yes there is. We asked before - we may not copy. ASF told us we can get the authors of the spec to donate it to us, we asked Craig once, but it didn't work out. regards, Martin On 11/8/05, Simon Kitching (JIRA) wrote: > [ > http://issues.apache.org/jira/browse/MYFACES-706?page=comments#ac

[jira] Reopened: (MYFACES-768) ReducedHTMLParser issues

[ http://issues.apache.org/jira/browse/MYFACES-768?page=all ] Martin Marinschek reopened MYFACES-768: --- > ReducedHTMLParser issues > > > Key: MYFACES-768 > URL: http://issues.apache.org/jira/browse/MYFACES

[jira] Reopened: (MYFACES-744) PRETTY_HTML option is not being universally honored

[ http://issues.apache.org/jira/browse/MYFACES-744?page=all ] Martin Marinschek reopened MYFACES-744: --- > PRETTY_HTML option is not being universally honored > --- > > Key: MYFACES-744 >

[jira] Commented: (MYFACES-744) PRETTY_HTML option is not being universally honored

[ http://issues.apache.org/jira/browse/MYFACES-744?page=comments#action_12357109 ] Martin Marinschek commented on MYFACES-744: --- Adam, do you guys have an implementation of this you might want to share with us ;) ? regards, Martin > PRETTY_HTML

[jira] Commented: (MYFACES-654) HTML TLD differences between myFaces and the RI

[ http://issues.apache.org/jira/browse/MYFACES-654?page=comments#action_12357108 ] Martin Marinschek commented on MYFACES-654: --- If you can - yes thanks a bunch. I am assigning over to you. regards, Martin > HTML TLD differences between myFaces

Re: Better integration of AjaxAnywhere and MyFaces

On 11/8/05, Grant Smith <[EMAIL PROTECTED]> wrote: I agree, lets keep this in the open. I'm also interested in the possible integration of the Taconite library into MyFaces, for example. I wasn't aware of Taconite until now. It's disappointing to see yet another library that doesn't bother with nam

[jira] Closed: (MYFACES-768) ReducedHTMLParser issues

[ http://issues.apache.org/jira/browse/MYFACES-768?page=all ] Martin Marinschek closed MYFACES-768: - Resolution: Fixed Thanks for the fix to Simon Kitching. > ReducedHTMLParser issues > > > Key: MYFACES-768 >

RE: JavaScript in jsCookMenu component?

Hi, Thomas. Below is my final version of the modified cmItemMouseUp() method. It should work with any protocol and scripting language. The method checks the link for the portion right after the JSF tag. If this is a word followed by "://", it assumes the link is a URL, which is opened in a new

Re: Development blogs

yes, would be good. I have been thinking about that from time to time. maybe I'll start one - we could call it a general MyFaces one where every developer may blog ;) regards, Martin On 11/9/05, Travis Reeder <[EMAIL PROTECTED]> wrote: > Would any developers be interested in blogging about the

Re: Codegen, or the lack thereof

The tag name is before_svn_reorg. You can find the code there inside the src/codegen folder and in build/codegen http://svn.apache.org/repos/asf/myfaces/legacy/tags/before_svn_reorg/ Regards, Bruno 2005/11/9, Martin Marinschek <[EMAIL PROTECTED]>: > I am sorry - I don't have the sourcecode lyin