dwr

2005-09-13 Thread Arash Bijanzadeh
Hi, I wanted to know if it is possible to use dwr in myfaces. I mean in a matter of licence and quality-- from debian manifesto:Debian Linux is a brand-new kind of Linux distribution. Rather than being developed by one isolated individual or group, as other distributions of Linux have been

[jira] Commented: (MYFACES-549) faces navigation rules not working for two portlets on portal page

2005-09-13 Thread zeroconf (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-549?page=comments#action_12324426 ] zeroconf commented on MYFACES-549: -- No - I haven't tested the cardemo jet. I'll see if cardemo you attached is running in my environment. I made to really simple JSF

[jira] Created: (MYFACES-556) MyFacesGenericPortlet does not support mode change

2005-09-13 Thread Michael Lipp (JIRA)
MyFacesGenericPortlet does not support mode change -- Key: MYFACES-556 URL: http://issues.apache.org/jira/browse/MYFACES-556 Project: MyFaces Type: Bug Environment: Jetspeed2 Reporter: Michael Lipp I have

Re: dwr

2005-09-13 Thread Martin Marinschek
license: yes (it's under ASL). quality: I don't really know - I suppose it is a good library, even though I liked prototype more. Thing is that there is yet another way to declare beans in some .xml file - I didn't see a good way to interconnect the technologies... regards, Martin On 9/13/05,

Re: FW: Where is http://myfaces.apache.org/dtd/Component.dtd defined?

2005-09-13 Thread Manfred Geiler
What do you mean by compiling xml files? -Manfred 2005/9/12, CONNER, BRENDAN (SBCSI) [EMAIL PROTECTED]: I posted this to the MyFaces discussion group, but maybe it was more appropriate to post it to the MyFaces development group I'm trying to load up the source for the Tomahawk

[jira] Commented: (MYFACES-549) faces navigation rules not working for two portlets on portal page

2005-09-13 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-549?page=comments#action_12324442 ] Stan Silvert commented on MYFACES-549: -- I didn't attach cardemo, you did. Please answer my previous questions. Also, are you running these two simple apps on LifeRay

[jira] Commented: (MYFACES-549) faces navigation rules not working for two portlets on portal page

2005-09-13 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-549?page=comments#action_12324443 ] Stan Silvert commented on MYFACES-549: -- Oh wait. It was Nhat Vo who attached cardemo. I didn't realize that we had three people commenting on this. I thought I was

[jira] Commented: (MYFACES-556) MyFacesGenericPortlet does not support mode change

2005-09-13 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-556?page=comments#action_1232 ] Stan Silvert commented on MYFACES-556: -- You have to extend MyFacesGenericPortlet. Have you seen this?: http://wiki.apache.org/myfaces/UsingPortletModes Also, we plan

[jira] Created: (MYFACES-557) f:convertNumber always sets the backing bean value to 0

2005-09-13 Thread Sylvain Vieujot (JIRA)
f:convertNumber always sets the backing bean value to 0 --- Key: MYFACES-557 URL: http://issues.apache.org/jira/browse/MYFACES-557 Project: MyFaces Type: Bug Reporter: Sylvain Vieujot An inputText with a

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

2005-09-13 Thread Erik-Berndt Scheper (JIRA)
Implementation of rowOnClick attribute for t:dataTable breaks underlying links in columns - Key: MYFACES-558 URL: http://issues.apache.org/jira/browse/MYFACES-558 Project: MyFaces

[jira] Commented: (MYFACES-556) MyFacesGenericPortlet does not support mode change

2005-09-13 Thread Michael Lipp (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-556?page=comments#action_12324447 ] Michael Lipp commented on MYFACES-556: -- Actually, I have done something similar to what is described in the wiki, except in a more general way (all pages configurable

improvement of JsValueSet

2005-09-13 Thread Timo Thomas
Hi, I implemented an improved version of JsValueSet and like to contribute it to myfaces. Where should I put it? The improvements are: - smaller generated Javascript code size: The current version initializes array elements in separate statements, whereas my version initializes them in the

Re: improvement of JsValueSet

2005-09-13 Thread Bruno Aranda
Timo, could you open a JIRA issue, including a patch so we can see your changes? Thanks!! Bruno 2005/9/13, Timo Thomas [EMAIL PROTECTED]: Hi, I implemented an improved version of JsValueSet and like to contribute it to myfaces. Where should I put it? The improvements are: - smaller

Re: duplicated messages useing addMessage and aliasBean

2005-09-13 Thread Mike Kienenberger
Yes, use the first parameter to associate messages with a specific UI element. See this link for details: http://wiki.apache.org/myfaces/Create_and_Display_Messages Bottom half includes an example. -Mike On 9/12/05, Michael Jenik [EMAIL PROTECTED] wrote: --- Michael Jenik [EMAIL

[jira] Commented: (MYFACES-556) MyFacesGenericPortlet does not support mode change

2005-09-13 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-556?page=comments#action_12324451 ] Stan Silvert commented on MYFACES-556: -- No, I haven't done anything with portals-bridges. Let me know what you find. I'd like to figure out a general solution to

[jira] Created: (MYFACES-559) HtmlJsValueSet: smaller JavaScript code size, nested maps and collections, correct string escaping

2005-09-13 Thread Timo Thomas (JIRA)
HtmlJsValueSet: smaller JavaScript code size, nested maps and collections, correct string escaping -- Key: MYFACES-559 URL: http://issues.apache.org/jira/browse/MYFACES-559

[jira] Updated: (MYFACES-559) HtmlJsValueSet: smaller JavaScript code size, nested maps and collections, correct string escaping

2005-09-13 Thread Timo Thomas (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-559?page=all ] Timo Thomas updated MYFACES-559: Attachment: jsvalueset.diff IMPORTANT: Patch does not compile. Don't know where to put the new library dependance of the Jakarta Commons Lang lib. Sorry for

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

2005-09-13 Thread Mathias Broekelmann (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-558?page=all ] Mathias Broekelmann closed MYFACES-558: --- Resolution: Invalid I don´t see why we should change this. IMO rowOnClick is exactly meant to work as tr onClick= If you need td

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:

[jira] Commented: (MYFACES-549) faces navigation rules not working for two portlets on portal page

2005-09-13 Thread Nhat Vo (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-549?page=comments#action_12324467 ] Nhat Vo commented on MYFACES-549: - hi Stan, sorry for the confusion, I should have let you guys know I am commenting on this issue also. Anyhow, I am having similar

[jira] Commented: (MYFACES-560) Tiles example does not work

2005-09-13 Thread Wendy Smoak (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-560?page=comments#action_12324469 ] Wendy Smoak commented on MYFACES-560: - See: http://issues.apache.org/jira/browse/MYFACES-529 Tiles example does not work --- Key:

[jira] Closed: (MYFACES-529) tiles.war example app does not work

2005-09-13 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-529?page=all ] Matthias Weßendorf closed MYFACES-529: -- Resolution: Duplicate MYFACES-560 covers this now. in web.xml there is no tiles.xml listed tiles.war example app does not work

[jira] Commented: (MYFACES-560) Tiles example does not work

2005-09-13 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-560?page=comments#action_12324471 ] Matthias Weßendorf commented on MYFACES-560: I'll add context parameter, needed for Tiles support Tiles example does not work ---

Re: duplicated messages useing addMessage and aliasBean

2005-09-13 Thread Michael Jenik
Thanks a lot Mike, Your example is exactly what I was needing. May I ask you four questions? 2)I gess it is in this way but, are boths page and dataModel are managed beans delcared in a faces-config.xml file? 3)Is there any way of get the reference to UIcomponent (or the value of

[jira] Commented: (MYFACES-549) faces navigation rules not working for two portlets on portal page

2005-09-13 Thread Nhat Vo (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-549?page=comments#action_12324472 ] Nhat Vo commented on MYFACES-549: - Sorry Stan, I just did another test with jboss and it worked just like u said. faces navigation rules not working for two portlets on

[jira] Closed: (MYFACES-560) Tiles example does not work

2005-09-13 Thread JIRA
[ http://issues.apache.org/jira/browse/MYFACES-560?page=all ] Matthias Weßendorf closed MYFACES-560: -- Resolution: Fixed fixed in svn Tiles example does not work --- Key: MYFACES-560 URL:

[shale] Weird dialog behavior in IFrame

2005-09-13 Thread Sean Schofield
I'm experiencing some weird behavior in a shale dialog that uses an iframe. One of the screens in the dialog has an iframe that contains search results. There is also a search button in addition to the usual navigation buttons (prev, next, cancel, etc.) The search button is supposed to refine

Re: [shale] Weird dialog behavior in IFrame

2005-09-13 Thread Sean Schofield
Please ignore. Message should have been posted to struts-dev. On 9/13/05, Sean Schofield [EMAIL PROTECTED] wrote: I'm experiencing some weird behavior in a shale dialog that uses an iframe. One of the screens in the dialog has an iframe that contains search results. There is also a search

Encoding a field's id attribute

2005-09-13 Thread CONNER, BRENDAN \(SBCSI\)
I'm constructing a custom component, and I would like its id to be the familiar colon-separated format (e.g., subview:form:id), and I also would like the id to have the row index included it if it occurs inside a table (e.g., view:form:table_0:id). Is there some encapsulated way to have an ID of

RE: Encoding a field's id attribute

2005-09-13 Thread CONNER, BRENDAN \(SBCSI\)
Never mind. Silly question. I just do getClientId(FacesContext). - Brendan -Original Message- From: CONNER, BRENDAN (SBCSI) Sent: Tuesday, September 13, 2005 5:25 PM To: 'MyFaces Development' Subject: Encoding a field's id attribute I'm constructing a custom

Re: svn commit: r280686 - /myfaces/build/trunk/build.xml

2005-09-13 Thread Sylvain Vieujot
Hello Sean, I just re-fixed the path because with this commit, the files go in subdirectories of META-INF. For example, zipfileset dir=${dist.dir} prefix=META-INF/ include name=temp/myfaces_all.tld unless=skip.sandbox/ /zipfileset Should be : zipfileset dir=${dist.dir}/temp

[jira] Closed: (MYFACES-557) f:convertNumber always sets the backing bean value to 0

2005-09-13 Thread Sylvain Vieujot (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-557?page=all ] Sylvain Vieujot closed MYFACES-557: --- Resolution: Invalid Sorry, the bug was in my application. f:convertNumber always sets the backing bean value to 0

RE: [ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-13 Thread Korhonen, Kalle
Congrats! Very very good news, and thanks for saving my ass as well (you know the typical - it's a beta?!! Why are we even discussing using beta software? I've been saying MyFaces will be ready i.e. blessed before our stuff is and this came just in time). Kalle -Original Message- From:

Re: [ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-13 Thread Sean Schofield
Release should be available soon. Don't go posting any announcements anywhere until we are official. The committers are retesting the official release as we speak. An official release takes a few days to go through the ASF process (including mirroring.) So we're probably looking at Sunday or

Re: svn commit: r280686 - /myfaces/build/trunk/build.xml

2005-09-13 Thread Sean Schofield
Sylvain, I hadn't realized that but this breaks a different aspect of the build. The release target doesn't have any sandbox stuff which is why I changed this in the first place. I take it this is a problem with the nightly builds only right? The TCK crew is retesting with the official 1.1

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

2005-09-13 Thread Kalle Korhonen (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-272?page=comments#action_12324510 ] Kalle Korhonen commented on MYFACES-272: We are done with our in-house testing and everything worked as expected. I've personally tested with simple examples and