Re: Please Review Tomahawk Release Bundle

2006-05-09 Thread Dennis Byrne
I don't know if this is a bug in the component or the demo, but I get problems 
if I go to Tree2 (expand all) and click on Expand all .  On a build from 
trunk that is a day old, I get a 404.  At Irian, I get a 500

http://www.irian.at/myfaces/tree2ExpandAll.jsf

I am super busy so someone else take it or I'll just put it in JIRA.

Dennis Byrne

-Original Message-
From: Sean Schofield [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 6, 2006 04:41 PM
To: 'MyFaces Development'
Subject: Please Review Tomahawk Release Bundle

Please review the Tomahawk 1.1.2 release bundle sometime in the next
24 hours before I start the mirroring process.  I haven't even checked
the examples so we want to make sure everything works.

Sean





[jira] Created: (TOBAGO-67) Tree selection does not function any more (JavaScript error)

2006-05-09 Thread Richard van Nieuwenhoven (JIRA)
Tree selection does not function any more (JavaScript error)


 Key: TOBAGO-67
 URL: http://issues.apache.org/jira/browse/TOBAGO-67
 Project: MyFaces Tobago
Type: Bug

Versions: 1.0.8
Reporter: Richard van Nieuwenhoven


the tree control does not function any more when selection is enabled. a 
selection results in a javascript error! the javascript varriable with the (id 
convertet as javascript varrable name) is not defined. This may be because in 
the generated script the varriables are defined with var resulting in a local 
definition but the selection depends on a global varriable...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Resolved: (TOBAGO-67) Tree selection does not function any more (JavaScript error)

2006-05-09 Thread Volker Weber (JIRA)
 [ http://issues.apache.org/jira/browse/TOBAGO-67?page=all ]
 
Volker Weber resolved TOBAGO-67:


Fix Version: 1.0.8
 Resolution: Fixed
  Assign To: Volker Weber

We observed this yesterday, and i commited the fix just one hour before.

Try svn head please, and thanks for reporting this.

 Tree selection does not function any more (JavaScript error)
 

  Key: TOBAGO-67
  URL: http://issues.apache.org/jira/browse/TOBAGO-67
  Project: MyFaces Tobago
 Type: Bug

 Versions: 1.0.8
 Reporter: Richard van Nieuwenhoven
 Assignee: Volker Weber
  Fix For: 1.0.8


 the tree control does not function any more when selection is enabled. a 
 selection results in a javascript error! the javascript varriable with the 
 (id convertet as javascript varrable name) is not defined. This may be 
 because in the generated script the varriables are defined with var 
 resulting in a local definition but the selection depends on a global 
 varriable...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



Re: Please Review Tomahawk Release Bundle

2006-05-09 Thread Bruno Aranda

True, I can reproduce this problem in the bundle. The Expand all gives
me a blank page...

Bruno

On 5/9/06, Dennis Byrne [EMAIL PROTECTED] wrote:

I don't know if this is a bug in the component or the demo, but I get problems if I go to 
Tree2 (expand all) and click on Expand all .  On a build from trunk that is 
a day old, I get a 404.  At Irian, I get a 500

http://www.irian.at/myfaces/tree2ExpandAll.jsf

I am super busy so someone else take it or I'll just put it in JIRA.

Dennis Byrne

-Original Message-
From: Sean Schofield [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 6, 2006 04:41 PM
To: 'MyFaces Development'
Subject: Please Review Tomahawk Release Bundle

Please review the Tomahawk 1.1.2 release bundle sometime in the next
24 hours before I start the mirroring process.  I haven't even checked
the examples so we want to make sure everything works.

Sean






[ANNOUNCE] MyFaces Core 1.1.3 Released

2006-05-09 Thread Manfred Geiler

Hi All,

The MyFaces PMC is proud to announce a new and great release (1.1.3) of 
the MyFaces Core Implementation [1].


MyFaces Core is a JavaServer(tm) Faces 1.1 implementation as specified by 
JSR-127 [2]. It has passed Sun's TCK and is considered to be 100% 
compliant with the spec.


Find below a list of bugs that have been fixed in this release.

Have fun!
Manfred

P.S.: Many thanks to all the MyFaces team for helping. And once again 
especially to Sean Schofield, who has spent much time on bringing this 
release home.


[1] http://myfaces.apache.org/
[2] http://www.jcp.org/en/jsr/detail?id=127


Release Notes - MyFaces Core - Version 1.1.3

** Bug
* [MYFACES-1092] - HtmlTableRendererBase.encodeInnerHtml() fails when 
data model returns -1 for getRowCount()
* [MYFACES-1270] - Hot deployment in exploded mode is broken due to 
FacesConfigurator
* [MYFACES-1289] - selectBooleanCheckbox does not call 
endElement(input)

* [MYFACES-1290] - ServletFacesContextImpl.release() doesn't reset
* [MYFACES-1299] - f:facet name=header/ doesn't allow multiple 
h:outputText inside


** Improvement
* [MYFACES-1276] - Add new methods to HtmlFormBaseRenderer to ease 
integration support with AjaxAnywhere




[ANNOUNCE] MyFaces Tomahawk 1.1.2 Released

2006-05-09 Thread Manfred Geiler

Hi All,

The MyFaces PMC is proud to announce a new and great release of MyFaces 
Tomahawk [1].


MyFaces Tomahawk 1.1.2 is a set of JavaServer(tm) Faces 1.1 compatible 
custom and extended standard components and other JSF goodies.


Please note: This is the first Tomahawk release that is fully independent 
of the MyFaces Core Implementation. From now on you can use any Tomahawk 
release with any MyFaces Core release with a release number greater than 
1.1.2 as well as any other JavaServer(tm) Faces 1.1 compliant 
implementation.


Find below a list of bugs that have been fixed in this release. There is 
also a number of new features and improvements.


Enjoy!
Manfred

[1] http://myfaces.apache.org/tomahawk/


Release Notes - MyFaces Tomahawk - Version 1.1.2

** Bug
* [TOMAHAWK-20] - pageDirection layout for selectManyCheckbox not 
rendered correctly
* [TOMAHAWK-104] - dataScroller divide by zero error should be 
changed to a missing row attribute error
* [TOMAHAWK-132] - ExtensionsFilter calls addResource.parseResponse() 
on non-HTML responses
* [TOMAHAWK-136] - Schedule component:  Add rowheight property to the 
detailed view (Day View) similar to MonthRowHeight, compactWeekRowHeight

* [TOMAHAWK-139] - Some fixes to inputSuggestAjax component
* [TOMAHAWK-150] - custom ScheduleEntryRenderer is applied to all 
schedule components in the same application
* [TOMAHAWK-152] - t:selectOneRadio and t:radio should do the same 
when check the selected item
* [TOMAHAWK-156] - DataList doesn't validate or update model in 1.1.2 
nightlies
* [TOMAHAWK-164] - CompareToValidator and EqualValidator does not work 
on generic EditableValueHolders, only UIInput subclasses (ADF Faces)

* [TOMAHAWK-172] - UIColumns does not support java.util.Set
* [TOMAHAWK-181] - Picklist does not support non-string values
* [TOMAHAWK-187] - ClassCastException using panelTabbedPane in nightly 
build

* [TOMAHAWK-196] - PopupCalendar  base href= tag
* [TOMAHAWK-198] - Extra jar in simple examples
* [TOMAHAWK-201] - Null pointer exception in 
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRendererUtils.selectContentType

* [TOMAHAWK-203] - Triggering of JavaScript with JSCookMenu broken.
* [TOMAHAWK-215] - The  content of the facet detailStamp in 
t:datatable is not decoded/validated/updated

* [TOMAHAWK-216] - TabChangeListener not invoked
* [TOMAHAWK-219] - stateChangedNotifier does not use ValueBinding for 
the confirmation message

* [TOMAHAWK-239] - aliasbean + aliasing a member + binding = fails
* [TOMAHAWK-242] - AddResourceFactory throws Exception
* [TOMAHAWK-257] - tomahawk xml parser: Ignored element 'servlet-name' 
as child of 'filter-mapping'.

* [TOMAHAWK-266] - Master-detail example not working
* [TOMAHAWK-267] - Collapsible panel in datatable gets jammed
* [TOMAHAWK-268] - Date tag does not display properly, javascript 
errors are returned
* [TOMAHAWK-269] - JSCookMenu can't be used as a child of a form, and 
AddResources code for custom themes is incomplete
* [TOMAHAWK-270] - The first part of the examples-config.xml file for 
the sandbox examples is missing
* [TOMAHAWK-271] - AddResource has changes that break custom classes 
and JSP pages using javascriptLocation

* [TOMAHAWK-272] - commandLink not working inside dataList
* [TOMAHAWK-273] - t:inputCalendar/ stops working with Facelets
* [TOMAHAWK-274] - HtmlDataTable.getClientId() should use info() not 
warn() when using forcedIdIndex

* [TOMAHAWK-275] - No way to make selection from code in Tree2
* [TOMAHAWK-276] - The facet for popup component only accept 
components with children

* [TOMAHAWK-277] - inputCalendar localized month names problem
* [TOMAHAWK-278] - t:tree2: javascript error in some version of IE
* [TOMAHAWK-279] - InputSuggestAjax does not work when 
javax.faces.STATE_SAVING_METHOD=server

* [TOMAHAWK-280] - selectOne[Country/[EMAIL PROTECTED] VB ignored
* [TOMAHAWK-281] - tree2 affected by changes to UIViewRoot
* [TOMAHAWK-282] - AddResource should use the current character 
encoding
* [TOMAHAWK-283] - InputDate(s) within dataTable submitting incorrect 
dates
* [TOMAHAWK-284] - Calendar popup is incorrectly positioned inside 
scrolling div
* [TOMAHAWK-285] - HtmlCalendarRenderer doesn't respect enclosed 
converted when encoding
* [TOMAHAWK-286] - AddResource uses static StringBuffer 
ADDITIONAL_JAVASCRIPT_TO_BODY_TAG for per-request data
* [TOMAHAWK-287] - tomahawk HtmlSelectOneMenuTag has no setter 
corresponding to TLD declared attribute 'escape'

* [TOMAHAWK-288] - AjaxPhaseListener does not work with forceId
* [TOMAHAWK-289] - [tree2] Cannot dynamically add or delete nodes
* [TOMAHAWK-290] - Exception in inputDate
* [TOMAHAWK-291] - Popup component  renders an empty box at the 0px 
origin in addition to the offset popup window IF margin-top:-0px or 

RE: [ANNOUNCE] MyFaces Tomahawk 1.1.2 Released

2006-05-09 Thread Scheper, Erik-Berndt
Hi,

I have just downloaded the new tomahawk and myfaces releases.
However, on the download page there are no download packages for the
sources and examples.

It would be very nice if these could be added to the download page
(http://myfaces.apache.org/download.html)

Regards,

Erik-Berndt



-Oorspronkelijk bericht-
Van: Manfred Geiler [mailto:[EMAIL PROTECTED] 
Verzonden: dinsdag 9 mei 2006 10:25
Aan: announce@apache.org; announce@myfaces.apache.org;
dev@myfaces.apache.org; users@myfaces.apache.org
Onderwerp: [ANNOUNCE] MyFaces Tomahawk 1.1.2 Released


Hi All,

The MyFaces PMC is proud to announce a new and great release of MyFaces 
Tomahawk [1].

MyFaces Tomahawk 1.1.2 is a set of JavaServer(tm) Faces 1.1 compatible 
custom and extended standard components and other JSF goodies.

Please note: This is the first Tomahawk release that is fully
independent 
of the MyFaces Core Implementation. From now on you can use any Tomahawk

release with any MyFaces Core release with a release number greater than

1.1.2 as well as any other JavaServer(tm) Faces 1.1 compliant 
implementation.

Find below a list of bugs that have been fixed in this release. There is

also a number of new features and improvements.

Enjoy!
Manfred

[1] http://myfaces.apache.org/tomahawk/


Release Notes - MyFaces Tomahawk - Version 1.1.2

** Bug
 * [TOMAHAWK-20] - pageDirection layout for selectManyCheckbox not 
rendered correctly
 * [TOMAHAWK-104] - dataScroller divide by zero error should be 
changed to a missing row attribute error
 * [TOMAHAWK-132] - ExtensionsFilter calls
addResource.parseResponse() 
on non-HTML responses
 * [TOMAHAWK-136] - Schedule component:  Add rowheight property to
the 
detailed view (Day View) similar to MonthRowHeight, compactWeekRowHeight
 * [TOMAHAWK-139] - Some fixes to inputSuggestAjax component
 * [TOMAHAWK-150] - custom ScheduleEntryRenderer is applied to all 
schedule components in the same application
 * [TOMAHAWK-152] - t:selectOneRadio and t:radio should do the same 
when check the selected item
 * [TOMAHAWK-156] - DataList doesn't validate or update model in
1.1.2 
nightlies
 * [TOMAHAWK-164] - CompareToValidator and EqualValidator does not
work 
on generic EditableValueHolders, only UIInput subclasses (ADF Faces)
 * [TOMAHAWK-172] - UIColumns does not support java.util.Set
 * [TOMAHAWK-181] - Picklist does not support non-string values
 * [TOMAHAWK-187] - ClassCastException using panelTabbedPane in
nightly 
build
 * [TOMAHAWK-196] - PopupCalendar  base href= tag
 * [TOMAHAWK-198] - Extra jar in simple examples
 * [TOMAHAWK-201] - Null pointer exception in 
org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRendererUtils.sele
ctContentType
 * [TOMAHAWK-203] - Triggering of JavaScript with JSCookMenu broken.
 * [TOMAHAWK-215] - The  content of the facet detailStamp in 
t:datatable is not decoded/validated/updated
 * [TOMAHAWK-216] - TabChangeListener not invoked
 * [TOMAHAWK-219] - stateChangedNotifier does not use ValueBinding
for 
the confirmation message
 * [TOMAHAWK-239] - aliasbean + aliasing a member + binding = fails
 * [TOMAHAWK-242] - AddResourceFactory throws Exception
 * [TOMAHAWK-257] - tomahawk xml parser: Ignored element
'servlet-name' 
as child of 'filter-mapping'.
 * [TOMAHAWK-266] - Master-detail example not working
 * [TOMAHAWK-267] - Collapsible panel in datatable gets jammed
 * [TOMAHAWK-268] - Date tag does not display properly, javascript 
errors are returned
 * [TOMAHAWK-269] - JSCookMenu can't be used as a child of a form,
and 
AddResources code for custom themes is incomplete
 * [TOMAHAWK-270] - The first part of the examples-config.xml file
for 
the sandbox examples is missing
 * [TOMAHAWK-271] - AddResource has changes that break custom
classes 
and JSP pages using javascriptLocation
 * [TOMAHAWK-272] - commandLink not working inside dataList
 * [TOMAHAWK-273] - t:inputCalendar/ stops working with Facelets
 * [TOMAHAWK-274] - HtmlDataTable.getClientId() should use info()
not 
warn() when using forcedIdIndex
 * [TOMAHAWK-275] - No way to make selection from code in Tree2
 * [TOMAHAWK-276] - The facet for popup component only accept 
components with children
 * [TOMAHAWK-277] - inputCalendar localized month names problem
 * [TOMAHAWK-278] - t:tree2: javascript error in some version of IE
 * [TOMAHAWK-279] - InputSuggestAjax does not work when 
javax.faces.STATE_SAVING_METHOD=server
 * [TOMAHAWK-280] - selectOne[Country/[EMAIL PROTECTED] VB ignored
 * [TOMAHAWK-281] - tree2 affected by changes to UIViewRoot
 * [TOMAHAWK-282] - AddResource should use the current character 
encoding
 * [TOMAHAWK-283] - InputDate(s) within dataTable submitting
incorrect 
dates
 * [TOMAHAWK-284] - Calendar popup is incorrectly positioned inside 
scrolling div
 * [TOMAHAWK-285] - HtmlCalendarRenderer doesn't respect 

[jira] Created: (TOMAHAWK-423) sortable table doesn't sort columns with commandLinks only

2006-05-09 Thread Hannes (JIRA)
sortable table doesn't sort columns with commandLinks only
--

 Key: TOMAHAWK-423
 URL: http://issues.apache.org/jira/browse/TOMAHAWK-423
 Project: MyFaces Tomahawk
Type: Bug

  Components: Extended Datatable  
Versions: 1.1.3-SNAPSHOT
 Environment: JDK 1.5.0_04-b05
JBoss 4.0.3SP1
myfaces-api-1.1.2.jar
myfaces-impl-1.1.4-SNAPSHOT.jar
standard-1.1.2.jar
tomahawk-1.1.3-SNAPSHOT.jar 
xp pro
Reporter: Hannes


Using the auto sortable table of the latest tomahawk causes a sort problem:
t:dataTable value=#{dataBean.myList} 
var=data 

headerClass=tableheader 

columnClasses=tablecell 
sortable=true 

sortColumn=#{dataBean.sortColumn} 

sortAscending=#{dataBean.sortAscending} 

preserveDataModel=true 
preserveSort=true
t:column defaultSorted=true
f:facet name=header
h:outputText value=ID /
/f:facet
h:commandLink action=#{dataBean.selectCR}
f:param name=dataListId value=#{data.id} /
h:outputText value=#{data.id} /
/h:commandLink
/t:column
nothing gets sorted.
Workaround: adding besides the commandLink h:outputText value=#{data.id} 
rendered=false/  inside the t:column. Now the tables sorts by the value of 
the outputText.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (MYFACES-1060) JSF Client Side Validators Component Library

2006-05-09 Thread JIRA
 [ http://issues.apache.org/jira/browse/MYFACES-1060?page=all ]

Çagatay Çivici updated MYFACES-1060:


Status: Resolved  (was: Patch Available)
Resolution: Fixed

JSF Client Validators are released at jsf-comp.

 JSF Client Side Validators Component Library
 

  Key: MYFACES-1060
  URL: http://issues.apache.org/jira/browse/MYFACES-1060
  Project: MyFaces Core
 Type: New Feature

 Reporter: Çagatay Çivici
 Assignee: Martin Marinschek
  Attachments: JSFClientValidators.rar

 The source code of the JSF Client Side Validator Component Library donated by 
 Cagatay Civici.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



Re: Please Review Tomahawk Release Bundle

2006-05-09 Thread Sean Schofield

OK then create an issue with version found as 1.1.2 and 1.1.3-SNAPSHOT.

Sean

On 5/9/06, Bruno Aranda [EMAIL PROTECTED] wrote:

True, I can reproduce this problem in the bundle. The Expand all gives
me a blank page...

Bruno

On 5/9/06, Dennis Byrne [EMAIL PROTECTED] wrote:
 I don't know if this is a bug in the component or the demo, but I get problems if I go to 
Tree2 (expand all) and click on Expand all .  On a build from trunk that is a 
day old, I get a 404.  At Irian, I get a 500

 http://www.irian.at/myfaces/tree2ExpandAll.jsf

 I am super busy so someone else take it or I'll just put it in JIRA.

 Dennis Byrne

 -Original Message-
 From: Sean Schofield [mailto:[EMAIL PROTECTED]
 Sent: Saturday, May 6, 2006 04:41 PM
 To: 'MyFaces Development'
 Subject: Please Review Tomahawk Release Bundle
 
 Please review the Tomahawk 1.1.2 release bundle sometime in the next
 24 hours before I start the mirroring process.  I haven't even checked
 the examples so we want to make sure everything works.
 
 Sean
 






[jira] Commented: (TOMAHAWK-423) sortable table doesn't sort columns with commandLinks only

2006-05-09 Thread Catalin Kormos (JIRA)
[ 
http://issues.apache.org/jira/browse/TOMAHAWK-423?page=comments#action_12378618 
] 

Catalin Kormos commented on TOMAHAWK-423:
-

Hi,

Thank you for reporting this.

I prepared a patch that will resolve this problem, hopefully it will be 
commited soon by one of the members. There was a small problem with the 
recursive method which determines the sort property from the child output 
components. 

Nice workaround :), but this won't work after this patch is applied because it 
is actualy a problem too, not rendered component shouldn't determine the 
property after which sorting will be done. You could avoid having the sort 
property automaticaly determined, by specifying it in the column, i.e. 
t:column sortPropertyName=id.../

Regards,
Catalin

 sortable table doesn't sort columns with commandLinks only
 --

  Key: TOMAHAWK-423
  URL: http://issues.apache.org/jira/browse/TOMAHAWK-423
  Project: MyFaces Tomahawk
 Type: Bug

   Components: Extended Datatable
 Versions: 1.1.3-SNAPSHOT
  Environment: JDK 1.5.0_04-b05
 JBoss 4.0.3SP1
 myfaces-api-1.1.2.jar
 myfaces-impl-1.1.4-SNAPSHOT.jar
 standard-1.1.2.jar
 tomahawk-1.1.3-SNAPSHOT.jar 
 xp pro
 Reporter: Hannes


 Using the auto sortable table of the latest tomahawk causes a sort problem:
   t:dataTable value=#{dataBean.myList} 
   var=data 
   
 headerClass=tableheader 
   
 columnClasses=tablecell 
   sortable=true 
   
 sortColumn=#{dataBean.sortColumn} 
   
 sortAscending=#{dataBean.sortAscending} 
   
 preserveDataModel=true 
   preserveSort=true
   t:column defaultSorted=true
   f:facet name=header
   h:outputText value=ID /
   /f:facet
   h:commandLink action=#{dataBean.selectCR}
   f:param name=dataListId value=#{data.id} /
   h:outputText value=#{data.id} /
   /h:commandLink
   /t:column
 nothing gets sorted.
 Workaround: adding besides the commandLink h:outputText value=#{data.id} 
 rendered=false/inside the t:column. Now the tables sorts by the 
 value of the outputText.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (TOMAHAWK-423) sortable table doesn't sort columns with commandLinks only

2006-05-09 Thread Catalin Kormos (JIRA)
 [ http://issues.apache.org/jira/browse/TOMAHAWK-423?page=all ]

Catalin Kormos updated TOMAHAWK-423:


Status: Patch Available  (was: Open)

 sortable table doesn't sort columns with commandLinks only
 --

  Key: TOMAHAWK-423
  URL: http://issues.apache.org/jira/browse/TOMAHAWK-423
  Project: MyFaces Tomahawk
 Type: Bug

   Components: Extended Datatable
 Versions: 1.1.3-SNAPSHOT
  Environment: JDK 1.5.0_04-b05
 JBoss 4.0.3SP1
 myfaces-api-1.1.2.jar
 myfaces-impl-1.1.4-SNAPSHOT.jar
 standard-1.1.2.jar
 tomahawk-1.1.3-SNAPSHOT.jar 
 xp pro
 Reporter: Hannes
  Attachments: HtmlDataTable.patch

 Using the auto sortable table of the latest tomahawk causes a sort problem:
   t:dataTable value=#{dataBean.myList} 
   var=data 
   
 headerClass=tableheader 
   
 columnClasses=tablecell 
   sortable=true 
   
 sortColumn=#{dataBean.sortColumn} 
   
 sortAscending=#{dataBean.sortAscending} 
   
 preserveDataModel=true 
   preserveSort=true
   t:column defaultSorted=true
   f:facet name=header
   h:outputText value=ID /
   /f:facet
   h:commandLink action=#{dataBean.selectCR}
   f:param name=dataListId value=#{data.id} /
   h:outputText value=#{data.id} /
   /h:commandLink
   /t:column
 nothing gets sorted.
 Workaround: adding besides the commandLink h:outputText value=#{data.id} 
 rendered=false/inside the t:column. Now the tables sorts by the 
 value of the outputText.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (TOMAHAWK-423) sortable table doesn't sort columns with commandLinks only

2006-05-09 Thread Catalin Kormos (JIRA)
[ 
http://issues.apache.org/jira/browse/TOMAHAWK-423?page=comments#action_12378619 
] 

Catalin Kormos commented on TOMAHAWK-423:
-

Btw, for more information, in case you didn't already see this: 
http://wiki.apache.org/myfaces/Working_with_auto_sortable_tables

 sortable table doesn't sort columns with commandLinks only
 --

  Key: TOMAHAWK-423
  URL: http://issues.apache.org/jira/browse/TOMAHAWK-423
  Project: MyFaces Tomahawk
 Type: Bug

   Components: Extended Datatable
 Versions: 1.1.3-SNAPSHOT
  Environment: JDK 1.5.0_04-b05
 JBoss 4.0.3SP1
 myfaces-api-1.1.2.jar
 myfaces-impl-1.1.4-SNAPSHOT.jar
 standard-1.1.2.jar
 tomahawk-1.1.3-SNAPSHOT.jar 
 xp pro
 Reporter: Hannes
  Attachments: HtmlDataTable.patch

 Using the auto sortable table of the latest tomahawk causes a sort problem:
   t:dataTable value=#{dataBean.myList} 
   var=data 
   
 headerClass=tableheader 
   
 columnClasses=tablecell 
   sortable=true 
   
 sortColumn=#{dataBean.sortColumn} 
   
 sortAscending=#{dataBean.sortAscending} 
   
 preserveDataModel=true 
   preserveSort=true
   t:column defaultSorted=true
   f:facet name=header
   h:outputText value=ID /
   /f:facet
   h:commandLink action=#{dataBean.selectCR}
   f:param name=dataListId value=#{data.id} /
   h:outputText value=#{data.id} /
   /h:commandLink
   /t:column
 nothing gets sorted.
 Workaround: adding besides the commandLink h:outputText value=#{data.id} 
 rendered=false/inside the t:column. Now the tables sorts by the 
 value of the outputText.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



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

2006-05-09 Thread Mario Ivankovits (JIRA)
[ 
http://issues.apache.org/jira/browse/TOMAHAWK-250?page=comments#action_12378620 
] 

Mario Ivankovits commented on TOMAHAWK-250:
---

Sharath Reddy filed a CLA and Kevin Le filed a corporate CLA - where can we 
check the corporate CLAs?
The code Sharaths work is based on is all written by Kevin. The JSF part is 
done by Sharath.

Whats required to fix this issue now?
I think the best will be to get rid of the custom license, how can Kevin donate 
his code so that we can release it under the terms of ASF?
Is it sufficient if he post a comment here?

 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

   Components: New Component
 Reporter: Sharath Reddy
 Assignee: Mario Ivankovits
  Attachments: collapsible.diff, outlookMenu2.zip, 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 from a backing bean as demonstrated in 
 the example 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Created: (MYFACES-1302) Display class and value of unconvertable object in IllegalArgumentException

2006-05-09 Thread Mike Kienenberger (JIRA)
Display class and value of unconvertable object in IllegalArgumentException
---

 Key: MYFACES-1302
 URL: http://issues.apache.org/jira/browse/MYFACES-1302
 Project: MyFaces Core
Type: Improvement

Versions: 1.1.4-SNAPSHOT
Reporter: Mike Kienenberger
 Assigned to: Mike Kienenberger 
Priority: Trivial
 Fix For: 1.1.4-SNAPSHOT


Display class and value of object during a failed conversion attempt in 
IllegalArgumentException so it is more obvious why the error occurred.

Add after Value is no String the string (class= + 
value.getClass().getName() + , value= + value + ) 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (MYFACES-1294) Current logic of register extensionFilter not support portlet environment

2006-05-09 Thread Serg Maslyukov (http://webmill.askmore.info) (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-1294?page=comments#action_12378657 
] 

Serg Maslyukov (http://webmill.askmore.info) commented on MYFACES-1294:
---

I just tested myfaces-core-1.1.2 with tomahawk-1.1.2 and find what this issue 
must be addressed to tomahawk, not myfaces-core

tracelog:

java.lang.IllegalStateException: ExtensionsFilter not correctly configured. JSF 
mapping missing. JSF pages not covered. Please see: 
http://myfaces.apache.org/tomahawk/extensionsFilter.html
at 
org.apache.myfaces.renderkit.html.util.AddResourceFactory.throwExtensionsFilterMissing(AddResourceFactory.java:371)
at 
org.apache.myfaces.renderkit.html.util.AddResourceFactory.checkEnvironment(AddResourceFactory.java:333)
at 
org.apache.myfaces.renderkit.html.util.AddResourceFactory.getInstance(AddResourceFactory.java:288)
at 
org.apache.myfaces.custom.tree2.HtmlTreeRenderer.encodeJavascript(HtmlTreeRenderer.java:608)
at 
org.apache.myfaces.custom.tree2.HtmlTreeRenderer.encodeBegin(HtmlTreeRenderer.java:149)
at 
javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:512)
at 
org.apache.myfaces.custom.tree2.UITreeData.encodeBegin(UITreeData.java:243)
at 
org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChild(RendererUtils.java:433)
at 
org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChildren(RendererUtils.java:419)
at 
org.apache.myfaces.shared_impl.renderkit.html.HtmlGroupRendererBase.encodeEnd(HtmlGroupRendererBase.java:75)
at 
javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:536)
at 
org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChild(RendererUtils.java:442)
at 
org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChildren(RendererUtils.java:419)
at 
org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChild(RendererUtils.java:440)
at 
org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase.renderChildren(HtmlGridRendererBase.java:216)
at 
org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase.encodeEnd(HtmlGridRendererBase.java:98)
at 
javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:536)
at 
org.apache.myfaces.shared_impl.renderkit.RendererUtils.renderChild(RendererUtils.java:442)
at 
org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase.renderChildren(HtmlGridRendererBase.java:216)
at 
org.apache.myfaces.shared_impl.renderkit.html.HtmlGridRendererBase.encodeEnd(HtmlGridRendererBase.java:98)
at 
javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:536)
at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:495)
at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:363)
at 
org.apache.myfaces.shared_impl.taglib.UIComponentBodyTagBase.doEndTag(UIComponentBodyTagBase.java:54)
at 
org.apache.jsp.riverock.manager.auth.auth_jsp._jspx_meth_h_panelGrid_0(org.apache.jsp.riverock.manager.auth.auth_jsp:340)
at 
org.apache.jsp.riverock.manager.auth.auth_jsp._jspx_meth_h_form_0(org.apache.jsp.riverock.manager.auth.auth_jsp:225)
at 
org.apache.jsp.riverock.manager.auth.auth_jsp._jspx_meth_f_view_0(org.apache.jsp.riverock.manager.auth.auth_jsp:177)
at 
org.apache.jsp.riverock.manager.auth.auth_jsp._jspService(org.apache.jsp.riverock.manager.auth.auth_jsp:103)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)


 Current logic of register extensionFilter not support portlet environment
 -

  Key: MYFACES-1294
  URL: http://issues.apache.org/jira/browse/MYFACES-1294
  Project: MyFaces Core
 Type: Bug

   Components: Portlet_Support
 Versions: 1.1.4-SNAPSHOT
 Reporter: Serg Maslyukov (http://webmill.askmore.info)
 Priority: Blocker


 Current logic of register extensionFilter not support portlet environment
 fiter mappings:
 filter-mapping
 filter-nameMyFacesExtensionsFilter/filter-name
 servlet-nameFaces Servlet/servlet-name
 /filter-mapping
 filter-mapping
 filter-nameMyFacesExtensionsFilter/filter-name
 url-pattern/faces/myFacesExtensionResource/*/url-pattern
 /filter-mapping
 filter-mapping
 filter-nameMyFacesExtensionsFilter/filter-name
 url-pattern*.jsf/url-pattern
 /filter-mapping
 not work in portlet environment

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



RE: JavaOne MyFaces Committers/Contributors meeting

2006-05-09 Thread Stan Silvert














Stan Silvert

JBoss, Inc.

[EMAIL PROTECTED]

callto://stansilvert













From: Stan Silvert
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 06, 2006
7:54 PM
To: MyFaces Development
Subject: JavaOne MyFaces
Committers/Contributors meeting





In addition to the dinner, it sounded like there was
interest in a MyFaces Committers and Contributors meeting. 



Please let me know if you are coming and if you are willing
to lead a discussion.



I got JBoss to sponsor the meeting and we now have a room
booked for 20-30 people at the Hotel Palomar (across the street from the
Marriott). We are booked on Wednesday, the 17th:

- 20-30 people
classroom style so you all will have desks

- afternoon
from 1pm to 5pm

- 3pm break
with refreshments  sodas and water. Maybe some light snacks?

- LCD
projector, one microphone, a screen and wireless mouse 



Im open to the format, but I was thinking we could do
it BOF-style with some short presentations and lots of QA. Here are
some suggestions for topics:



Project History and Overview (Manfred, would you be willing
to do this one?)

Project Infrastructure (SVN tips?, MVN tips?, How stuff is
organized. Future Plans for component unification?)

Tomahawk

Tobago

ADF 

The JSF Community and Ecosystem

JSF Portlets (Ill do this one if folks are
interested)

JSF 1.2



Again, please respond if you will attend and if you can lead
a discussion.



Stan Silvert

JBoss, Inc.

[EMAIL PROTECTED]

callto://stansilvert












RE: JavaOne MyFaces Committers/Contributors meeting

2006-05-09 Thread Jason Long








I am not a committer, but would like to
attend. Do I need to register?





Thank you for your time,



Jason Long

CEO and Chief Software Engineer

BS Physics, MS Chemical Engineering

http://www.supernovasoftware.com

HJBUG Founder and President

http://www.hjbug.com











From: Stan Silvert
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 09, 2006 12:46
PM
To: MyFaces Development
Subject: RE: JavaOne MyFaces
Committers/Contributors meeting











Stan Silvert

JBoss, Inc.

[EMAIL PROTECTED]

callto://stansilvert













From: Stan Silvert
[mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 06, 2006
7:54 PM
To: MyFaces Development
Subject: JavaOne MyFaces Committers/Contributors
meeting





In addition to the dinner, it sounded like there was
interest in a MyFaces Committers and Contributors meeting. 



Please let me know if you are coming and if you are willing
to lead a discussion.



I got JBoss to sponsor the meeting and we now have a room
booked for 20-30 people at the Hotel Palomar (across the street from the
Marriott). We are booked on Wednesday, the 17th:

- 20-30 people
classroom style so you all will have desks

- afternoon
from 1pm to 5pm

- 3pm break
with refreshments  sodas and water. Maybe some light snacks?

- LCD
projector, one microphone, a screen and wireless mouse 



Im open to the format, but I was thinking we could do
it BOF-style with some short presentations and lots of QA. Here are some
suggestions for topics:



Project History and Overview (Manfred, would you be willing
to do this one?)

Project Infrastructure (SVN tips?, MVN tips?, How stuff is
organized. Future Plans for component unification?)

Tomahawk

Tobago

ADF 

The JSF Community and Ecosystem

JSF Portlets (Ill do this one if folks are
interested)

JSF 1.2



Again, please respond if you will attend and if you can lead
a discussion.



Stan Silvert

JBoss, Inc.

[EMAIL PROTECTED]

callto://stansilvert












[jira] Updated: (TOMAHAWK-424) SelectManyPicklist show wrong order of selected Item

2006-05-09 Thread JIRA
 [ http://issues.apache.org/jira/browse/TOMAHAWK-424?page=all ]

Sascha Groß updated TOMAHAWK-424:
-

Status: Patch Available  (was: Open)

 SelectManyPicklist show wrong order of selected Item
 

  Key: TOMAHAWK-424
  URL: http://issues.apache.org/jira/browse/TOMAHAWK-424
  Project: MyFaces Tomahawk
 Type: Bug

 Versions: 1.1.2-SNAPSHOT
 Reporter: Sascha Groß


 The selectManyPicklist (s:selectManyPicklist/) show the selected items in 
 the order of the available Items.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (MYFACES-1294) Current logic of register extensionFilter not support portlet environment

2006-05-09 Thread Mario Ivankovits (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-1294?page=comments#action_12378679 
] 

Mario Ivankovits commented on MYFACES-1294:
---

This exception happens if the request didnt pass the extensions filter. This 
isnt checked by parsing the web.xml, but a simple request property will be 
checked. The extensionsFilter sets this request property.

if (!extctx.getRequestMap().containsKey(ExtensionsFilter.DOFILTER_CALLED))
{
throwExtensionsFilterMissing(JSF mapping missing. JSF pages not covered.);
}

Any idea why this wont work?
The only case is, that the request is somehow different scoped in an portlet 
environment.

When you disable the check (configure init-param 
org.apache.myfaces.CHECK_EXTENSIONS_FILTER to false) will the myfaces portlet 
work?
E.g. the inputCalendar or tree2 or the dummyForm stuff?

 Current logic of register extensionFilter not support portlet environment
 -

  Key: MYFACES-1294
  URL: http://issues.apache.org/jira/browse/MYFACES-1294
  Project: MyFaces Core
 Type: Bug

   Components: Portlet_Support
 Versions: 1.1.4-SNAPSHOT
 Reporter: Serg Maslyukov (http://webmill.askmore.info)
 Priority: Blocker


 Current logic of register extensionFilter not support portlet environment
 fiter mappings:
 filter-mapping
 filter-nameMyFacesExtensionsFilter/filter-name
 servlet-nameFaces Servlet/servlet-name
 /filter-mapping
 filter-mapping
 filter-nameMyFacesExtensionsFilter/filter-name
 url-pattern/faces/myFacesExtensionResource/*/url-pattern
 /filter-mapping
 filter-mapping
 filter-nameMyFacesExtensionsFilter/filter-name
 url-pattern*.jsf/url-pattern
 /filter-mapping
 not work in portlet environment

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Created: (TOMAHAWK-424) SelectManyPicklist show wrong order of selected Item

2006-05-09 Thread JIRA
SelectManyPicklist show wrong order of selected Item


 Key: TOMAHAWK-424
 URL: http://issues.apache.org/jira/browse/TOMAHAWK-424
 Project: MyFaces Tomahawk
Type: Bug

Versions: 1.1.2-SNAPSHOT
Reporter: Sascha Groß


The selectManyPicklist (s:selectManyPicklist/) show the selected items in the 
order of the available Items.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



my faces 1.1.3 questions

2006-05-09 Thread Linda Zhao
Sorry, I am not sure where to report the problem, is there any way I can
get the source code of my faces release 1.1.3 and tomahawk 1.1.2?

I have just upgraded my faces from 1.1.1 to 1.1.3 and tomahawk to 1.1.2
for panelTabbedPane serverSideTabSwitch attribute. but my japasper
report for PDF and Excel format don't work any more, 
the following is the warning and error message, this is working with my
faces 1.1.1

Report file
name:/home/lzhao/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/webapps/cvspts/WEB-INF/classes/reports/accounting/employee_system_project_date.jasper
May 9, 2006 12:23:13 PM
org.apache.myfaces.renderkit.html.util.ReducedHTMLParser parse
WARNING: Invalid HTML; bare lessthan sign found at line 5
May 9, 2006 12:23:13 PM
org.apache.myfaces.renderkit.html.util.ReducedHTMLParser processEndTag
SEVERE: Malformed end tag at line 5; skipping parsing





MyFaces Archetype

2006-05-09 Thread Bruno Aranda

Hi there,

I have just moved the myfaces archetype from the test area to the
myfaces/maven subproject. I've updated the pom for the archetype, and
the pom and web.xml from the example. Now the pom for the example goes
to retrieve the snapshot versions of core and tomahawk... are the
released versions in a public repository so they are available to
maven? I haven't found them... I am landing again after my long period
of myfaces inactivity after moving to the UK... :)

Cheers,

Bruno


[jira] Commented: (TOMAHAWK-424) SelectManyPicklist show wrong order of selected Item

2006-05-09 Thread Bruno Aranda (JIRA)
[ 
http://issues.apache.org/jira/browse/TOMAHAWK-424?page=comments#action_12378712 
] 

Bruno Aranda commented on TOMAHAWK-424:
---

Interesting idea, but would it be better to have an attribute so the user can 
choose whether to have the already selected items in the available items list? 
What do you think?

 SelectManyPicklist show wrong order of selected Item
 

  Key: TOMAHAWK-424
  URL: http://issues.apache.org/jira/browse/TOMAHAWK-424
  Project: MyFaces Tomahawk
 Type: Bug

 Versions: 1.1.2-SNAPSHOT
 Reporter: Sascha Groß
  Attachments: TOMAHAWK-424.patch

 The selectManyPicklist (s:selectManyPicklist/) show the selected items in 
 the order of the available Items.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



Confirm JSF button click

2006-05-09 Thread Pich

Is it possible to have a confirm popup (for example use javascript confirm)
on a button created with a JSF impementation, e.g. MyFaces, Tomahawk. The
functionality I am looking for is that the user can click a button to close
the browser window, but he must confirm it by click OK on the popup or
Cancel if he does not want to close the window.

Regards

Pich
--
View this message in context: 
http://www.nabble.com/Confirm-JSF-button-click-t1586986.html#a4306886
Sent from the My Faces - Dev forum at Nabble.com.



Re: Confirm JSF button click

2006-05-09 Thread Adam Winer

The following *should* work:

 onclick=return confirm('You sure?')

... if chaining of JS handlers is implemented correctly.

-- Adam


On 5/9/06, Pich [EMAIL PROTECTED] wrote:


Is it possible to have a confirm popup (for example use javascript confirm)
on a button created with a JSF impementation, e.g. MyFaces, Tomahawk. The
functionality I am looking for is that the user can click a button to close
the browser window, but he must confirm it by click OK on the popup or
Cancel if he does not want to close the window.

Regards

Pich
--
View this message in context: 
http://www.nabble.com/Confirm-JSF-button-click-t1586986.html#a4306886
Sent from the My Faces - Dev forum at Nabble.com.




Re: Confirm JSF button click

2006-05-09 Thread Mike Kienenberger

I've been using the following.

 onclick=if (!confirm('Are you sure you want to ignore changes
to this record?')) return false


On 5/9/06, Adam Winer [EMAIL PROTECTED] wrote:

The following *should* work:

  onclick=return confirm('You sure?')

... if chaining of JS handlers is implemented correctly.

-- Adam


On 5/9/06, Pich [EMAIL PROTECTED] wrote:

 Is it possible to have a confirm popup (for example use javascript confirm)
 on a button created with a JSF impementation, e.g. MyFaces, Tomahawk. The
 functionality I am looking for is that the user can click a button to close
 the browser window, but he must confirm it by click OK on the popup or
 Cancel if he does not want to close the window.

 Regards

 Pich
 --
 View this message in context: 
http://www.nabble.com/Confirm-JSF-button-click-t1586986.html#a4306886
 Sent from the My Faces - Dev forum at Nabble.com.





Cancelled: JavaOne MyFaces Committers/Contributors meeting

2006-05-09 Thread Stan Silvert








I have some news for everyone. The
JavaOne Committers/Contributors meeting is cancelled  at least for
me. I wont be attending JavaOne this year. Since nobody from
JBoss will be at the MyFaces meeting, I dont think JBoss will be able to
sponsor the event. If you still want the meeting to happen I will find
out if the room is cancelled or not. If the room is cancelled then maybe
another company can pick up the cost. It wasnt very expensive (I
think around $500).



Also, JBoss has decided to use the RI
instead of MyFaces for JBoss 5. The decision was purely one of time and
resources. By shipping the RI we will be able to pass the JEE 5 TCK sooner.
It also means that I can be reassigned to other JSF-related projects.



There is some good news:

1) I will commit the 1.2 code that I have already written. It is
fairly substantial and should give MyFaces a good head start on 1.2 compliance.

2) Though I wont be as active as in the past few months, Ill
still keep an eye on MyFaces work as time allows.

3) JBoss is upping its involvement in the JSF community. I cant
say much at this point about that. You probably already know about JBoss
Seam, but there is more cool JSF stuff where that came from.



Best regards,





Stan
 Silvert

JBoss, Inc.

[EMAIL PROTECTED]

callto://stansilvert













From: Stan Silvert [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 06, 2006
7:54 PM
To: MyFaces
 Development
Subject: JavaOne MyFaces
Committers/Contributors meeting





In addition to the dinner, it sounded like there was
interest in a MyFaces Committers and Contributors meeting. 



Please let me know if you are coming and if you are willing
to lead a discussion.



I got JBoss to sponsor the meeting and we now have a room
booked for 20-30 people at the Hotel Palomar (across the street from the
Marriott). We are booked on Wednesday, the 17th:

- 20-30 people
classroom style so you all will have desks

- afternoon
from 1pm to 5pm

- 3pm break
with refreshments  sodas and water. Maybe some light snacks?

- LCD
projector, one microphone, a screen and wireless mouse 



Im open to the format, but I was thinking we could do
it BOF-style with some short presentations and lots of QA. Here are
some suggestions for topics:



Project History and Overview (Manfred, would you be willing
to do this one?)

Project Infrastructure (SVN tips?, MVN tips?, How stuff is
organized. Future Plans for component unification?)

Tomahawk

Tobago

ADF 

The JSF Community and Ecosystem

JSF Portlets (Ill do this one if folks are
interested)

JSF 1.2



Again, please respond if you will attend and if you can lead
a discussion.



Stan Silvert

JBoss, Inc.

[EMAIL PROTECTED]

callto://stansilvert












Myfaces Samples 500 error on Weblogic Server

2006-05-09 Thread raindrop dadawa

Hi,
I am sorry to report my problem here.

I downloaded Myfaces exsamples from 
http://www.apache.org/dyn/closer.cgi/myfaces/binaries/myfaces-1.1.1-examples.zip.



And I deployed simple.war and sandbox.war on WebLogic Server 9.x. The 
samples works 
quite well. But if I try to access [SOURCE] hyperlink, I always got a 500 
error 
caused by NullPointerException:


Error 500--Internal Server Error 
java.lang.NullPointerException

 at java.io.FileInputStream.(FileInputStream.java:103)
 at java.io.FileInputStream.(FileInputStream.java:66)
 at 
org.apache.myfaces.util.servlet.SourceCodeServlet.doGetSourceCodeServlet.java:49)



And then I downloaded 
org.apache.myfaces.util.servlet.SourceCodeServlet.java 
and found this snippet:


String realPath = 
getServletConfig().getServletContext().getRealPath(webPage);

...
in = new BufferedInputStream(new FileInputStream(realPath));

Well, as to getRealPath(String) method, Servlet Specification V2.4 said at 
SRV 14.2.8.1:


This method returns null if the servlet container cannot translate the 
virtual
path to a real path for any reason (such as when the content is being made 
available

from a .war archive).

So, my question is how can I get these samples work on WebLogic Server? 

Sorry again for reporting my problem here bause I cannot find Myfaces 
product on

bug entering page of Apache bugzilla.

Thanks a lot.

Best Regard.
dadawa

_
与联机的朋友进行交流,请使用 MSN Messenger:  http://messenger.msn.com/cn  



Re: Cancelled: JavaOne MyFaces Committers/Contributors meeting

2006-05-09 Thread Dennis Byrne
Also, JBoss has decided to use the RI instead of MyFaces for JBoss 5.
The decision was purely one of time and resources.  By shipping the RI
we will be able to pass the JEE 5 TCK sooner. 

We need to branch for 1.2 and get moving.

Dennis Byrne




[jira] Created: (TOMAHAWK-425) Ajax Map Control

2006-05-09 Thread Julian Ray (JIRA)
Ajax Map Control


 Key: TOMAHAWK-425
 URL: http://issues.apache.org/jira/browse/TOMAHAWK-425
 Project: MyFaces Tomahawk
Type: New Feature

Reporter: Julian Ray
Priority: Minor


This is an interactive map control which wraps Yahoo's publicly available Ajax 
Map API and GeoCoding interface.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (TOMAHAWK-425) Ajax Map Control

2006-05-09 Thread Julian Ray (JIRA)
[ 
http://issues.apache.org/jira/browse/TOMAHAWK-425?page=comments#action_12378801 
] 

Julian Ray commented on TOMAHAWK-425:
-

sandbox faces-config.xml  

component
component-typeorg.apache.myfaces.AjaxMap/component-type
component-classorg.apache.myfaces.custom.ajaxmap.AjaxMap/component-class
  /component

myfaces_sandbox.tld

!-- ajaxMap --
tag
nameajaxMap/name

tag-classorg.apache.myfaces.custom.ajaxmap.AjaxMapTag/tag-class
body-contentJSP/body-content
descriptionProvides a configurable interactive map using 
Yahoo's Ajax Map API./description
attribute
nameappId/name
requiredtrue/required
rtexprvaluefalse/rtexprvalue
descriptionId for accessing Yahoo Map Service. Must 
be obtained from Yahoo/description
/attribute
attribute
nameheight/name
requiredfalse/required
rtexprvaluefalse/rtexprvalue
descriptionHeight in pixels for the map. Default = 
480./description
/attribute
attribute
namewidth/name
requiredfalse/required
rtexprvaluefalse/rtexprvalue
descriptionWidth in pixels for the map. Default = 
640./description
/attribute
attribute
namezoomLevel/name
requiredfalse/required
rtexprvaluefalse/rtexprvalue
descriptionZoom level for the map between 1 (most 
detail) and 16 (world). Default = 6/description
/attribute
attribute
namezoomControl/name
requiredfalse/required
rtexprvaluefalse/rtexprvalue
descriptionBoolean determing is the map will display 
a zoom control. default = false/description
/attribute
attribute
namepanControl/name
requiredfalse/required
rtexprvaluefalse/rtexprvalue
descriptionBoolean determing is the map will display 
a pan control. default = false/description
/attribute
attribute
nametypeControl/name
requiredfalse/required
rtexprvaluefalse/rtexprvalue
descriptionBoolean determing is the map will display 
a type control. default = false/description
/attribute
attribute
namemapMarkers/name
requiredtrue/required
rtexprvaluefalse/rtexprvalue
descriptionCollection of MapMarker objects to display 
on the map./description
/attribute
attribute
namegeoRSS/name
requiredfalse/required
rtexprvaluefalse/rtexprvalue
descriptionURL of a geoRSS overlay to display on the 
map/description
/attribute
attribute
namegeoCodingService/name
requiredfalse/required
rtexprvaluefalse/rtexprvalue
description
Type of geocoding service to use to resolve 
various types of addresses. Default is to
use Yahoo's REST service (yahoo) but the Free 
US geocoder can also be used for US addresses (free)
/description
/attribute
ui_component_attributes;
ext_forceId_attribute;
user_role_attributes;
html_universal_attributes;
/tag


 Ajax Map Control
 

  Key: TOMAHAWK-425
  URL: http://issues.apache.org/jira/browse/TOMAHAWK-425
  Project: MyFaces Tomahawk
 Type: New Feature

 Reporter: Julian Ray
 Priority: Minor
  Attachments: AbstractGeocodingService.java, AddressMarker.java, 
 AjaxMap.java, AjaxMapRenderer.java, AjaxMapTag.java, 
 FreeGeoCodingService.java, GeoMarker.java, MapMarker.java, 
 USAddressMarker.java, YahooGeoCodingService.java, ajaxMap.jsp

 This is an interactive map control which wraps Yahoo's publicly available 
 Ajax Map API and GeoCoding interface.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Created: (TOMAHAWK-426) 404 status code for tree2 @expandAll

2006-05-09 Thread Dennis Byrne (JIRA)
404 status code for tree2 @expandAll


 Key: TOMAHAWK-426
 URL: http://issues.apache.org/jira/browse/TOMAHAWK-426
 Project: MyFaces Tomahawk
Type: Bug

  Components: Examples  
 Environment: clean co and build from around may 7, 06.
Reporter: Dennis Byrne
Priority: Minor


 On the  Tree2 (expand all) page, click on Expand all.  Confirmed by Bruno 
Aranda on the dev list.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (TOMAHAWK-123) Add orientation parameter to NewspaperTable

2006-05-09 Thread Lance Frohman (JIRA)
 [ http://issues.apache.org/jira/browse/TOMAHAWK-123?page=all ]

Lance Frohman updated TOMAHAWK-123:
---

Status: Patch Available  (was: Open)

 Add orientation parameter to NewspaperTable
 ---

  Key: TOMAHAWK-123
  URL: http://issues.apache.org/jira/browse/TOMAHAWK-123
  Project: MyFaces Tomahawk
 Type: Bug

   Components: Newspaper Table
 Reporter: Lance Frohman
 Priority: Minor
  Attachments: HtmlNewspaperTable.java.patch, 
 HtmlNewspaperTableRenderer.java.patch, HtmlNewspaperTableTag.java.patch, 
 newspaperTable.jsp.patch, newspaperTable.xml.patch, 
 tomahawk_newspaper_table_attributes.xml.patch

 This change just adds a parameter orientation to the newspaperTable tag. 
 The current version
 adds columns vertically. The orientation parameter tag can be vertical - 
 the default, how it works
 currently - or horizontal so that columns get added horizontally.
 PLEASE email me at [EMAIL PROTECTED] if there is a problem, or if you have 
 any questions.
 Thank you.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (TOMAHAWK-178) Change NewspaperTable to be able to use extended column properly

2006-05-09 Thread Lance Frohman (JIRA)
 [ http://issues.apache.org/jira/browse/TOMAHAWK-178?page=all ]

Lance Frohman updated TOMAHAWK-178:
---

Status: Patch Available  (was: Open)

 Change NewspaperTable to be able to use extended column properly
 

  Key: TOMAHAWK-178
  URL: http://issues.apache.org/jira/browse/TOMAHAWK-178
  Project: MyFaces Tomahawk
 Type: Bug

   Components: Newspaper Table
 Versions: 1.1.2-SNAPSHOT
 Reporter: Lance Frohman
 Priority: Minor
  Attachments: HtmlNewspaperTableRenderer.java.patch

 The newspaperTable can use the t:column extended column tag, but the column 
 attributes do
 not show up. This simple fix will display the extended column attributes on a 
 newspaperTable.
 PLEASE email me at [EMAIL PROTECTED] if there is a problem, or if you have 
 any questions. 
 Thank you.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



Re: my faces 1.1.3 questions

2006-05-09 Thread Mario Ivankovits
Hi Linda!
 but my japasper
 report for PDF and Excel format don't work any more, 
   
H. Do you set the contentType on the response? e.g. to
application/pdf for pdf.

That way the extensionsFilter should not try to parse the binary output
and it should work again.
 Report file
 name:/home/lzhao/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/webapps/cvspts/WEB-INF/classes/reports/accounting/employee_system_project_date.jasper
 May 9, 2006 12:23:13 PM
 org.apache.myfaces.renderkit.html.util.ReducedHTMLParser parse
 WARNING: Invalid HTML; bare lessthan sign found at line 5

   
Ciao,
Mario