A minor error in UIComponentBase documentation

2007-07-07 Thread Parag Shah
Hello UIComponentBase has the following documentation for it's getAttributes() method. liIf this component has an explicit property for the specified key * then the getter method is called. If the property exists, but is * read-only (ie only a setter method is defined) then an *

[jira] Commented: (TOBAGO-436) tc:sheet rowClick facet

2007-07-07 Thread Bernd Bohmann (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510862 ] Bernd Bohmann commented on TOBAGO-436: -- I think we can implement this only for single selection. tc:sheet

[jira] Created: (TOBAGO-437) Exception when sorting on column with tc:link

2007-07-07 Thread Bernd Bohmann (JIRA)
Exception when sorting on column with tc:link - Key: TOBAGO-437 URL: https://issues.apache.org/jira/browse/TOBAGO-437 Project: MyFaces Tobago Issue Type: Bug Components: Core Affects

[jira] Resolved: (TRINIDAD-91) UIOutput puts Converter as element of object arrays (holding component state), w/o calling to its saveState() method. It causes NotSerializableException

2007-07-07 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-91?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved TRINIDAD-91. Resolution: Fixed Fix Version/s: 1.2.1.1-plugins UIOutput puts Converter

[jira] Updated: (TRINIDAD-90) Tagdoc: Unsupported Agents in component summary

2007-07-07 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf updated TRINIDAD-90: --- Resolution: Fixed Fix Version/s: 1.2.1.1-plugins Status: Resolved

[vote] release of Trinidad plugins (1.2.1.1)

2007-07-07 Thread Matthias Wessendorf
Hi, I was running the needed tasks to get the 1.2.1.1 release of the Apache MyFaces Trinidad Plugins out. This release is mainly because of an issue inside the myfaces patch, to be able to release Apache MyFaces 1.2.0. The artifacts are deployed to my private Apache account ([1]). Please take

Re: [vote] release of Trinidad plugins (1.2.1.1)

2007-07-07 Thread Matthias Wessendorf
+1 On 7/7/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, I was running the needed tasks to get the 1.2.1.1 release of the Apache MyFaces Trinidad Plugins out. This release is mainly because of an issue inside the myfaces patch, to be able to release Apache MyFaces 1.2.0. The artifacts

Re: [vote] release of Trinidad plugins (1.2.1.1)

2007-07-07 Thread Simon Lessard
+1 On 7/7/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: +1 On 7/7/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, I was running the needed tasks to get the 1.2.1.1 release of the Apache MyFaces Trinidad Plugins out. This release is mainly because of an issue inside the myfaces

Re: [vote] release of Trinidad plugins (1.2.1.1)

2007-07-07 Thread Bruno Aranda
+1 On 07/07/07, Simon Lessard [EMAIL PROTECTED] wrote: +1 On 7/7/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: +1 On 7/7/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, I was running the needed tasks to get the 1.2.1.1 release of the Apache MyFaces Trinidad Plugins out. This

Session bean finalized - action not called

2007-07-07 Thread Alex N.
Hi, I have developed a web-application with myfaces. Everthing is working fine. But sometimes if the user click's on a link, it's action ( which calls a method of a bean (session scope)) isn't called and the current page is displayed in the target frame (not surprisingly: action attribute

Re: mvn site not building all reports locally

2007-07-07 Thread Andrew Robinson
Looks like -Pgenerate-site has to be passed to mvn to generate the full reports. On 6/18/07, Mike Kienenberger [EMAIL PROTECTED] wrote: Don't know the details of mvn site, but the velocity errors about VM_global_library.vm are probably just informational warnings -- that file is optional. The

[jira] Commented: (TOBAGO-436) tc:sheet rowClick facet

2007-07-07 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510920 ] Volker Weber commented on TOBAGO-436: - I would prefer to have a click facet on tc:column. This could be

[jira] Commented: (TOBAGO-402) Component: tc:sheet - Possibility to sort more than 1 column.

2007-07-07 Thread Volker Weber (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510922 ] Volker Weber commented on TOBAGO-402: - You get the sheet ordered by orbits and name if you click first on name

Change the default button on a form

2007-07-07 Thread naveen2097
I am using jsf with facelets.I got three buttons in a popup which will submit the form.By default the first button is getting the focus when i click on the popup, i want to change the focus to second button and make it the default button for that popup.Can some one plzz throw light on this. --

[ANNOUNCEMENT] New sandbox component -- roundedDiv

2007-07-07 Thread Andrew Robinson
New component available in SVN called roundedDiv. See the documentation for more information: http://myfaces.apache.org/sandbox/roundedDiv.html TinyURL: http://tinyurl.com/38nrk9 -Andrew