Re: Displaying radio buttons in datatable

2006-06-28 Thread Paul Spencer
, this component will not append a '[n]' suffix (where 'n' is the row index) to components that are contained within a list. This value will be true by default and the value will be ignored if the value of forceId is false (or not specified.) Paul

[jira] Created: (MYFACES-1331) Value attribute in f:selectItem is documented as not required, but javax.faces.FacesException: SelectItem with no value is thrown

2006-06-13 Thread Paul Spencer (JIRA)
URL: http://issues.apache.org/jira/browse/MYFACES-1331 Project: MyFaces Core Type: Bug Versions: 1.1.3 Reporter: Paul Spencer The Value attribute in f:selectItem is documented as not required, but the following is thrown when the attibute is not present

[jira] Commented: (MYFACES-1331) Value attribute in f:selectItem is documented as not required, but javax.faces.FacesException: SelectItem with no value is thrown

2006-06-13 Thread Paul Spencer (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1331?page=comments#action_12416024 ] Paul Spencer commented on MYFACES-1331: --- The attribute ItemValue is also document as Required = false. But when I add this attribute the exception is not thrown

[jira] Created: (MYFACES-1332) Documented value of type attribute for f:converNumber does not match the implementation

2006-06-13 Thread Paul Spencer (JIRA)
Type: Bug Versions: 1.1.4-SNAPSHOT Reporter: Paul Spencer The TLD documents percentage as an allowable value for the attribute type of f:convertNumber. This value throws the following exception: SEVERE: Servlet.service() for servlet jsp threw exception

Re: Upcoming Tomahawk Release

2006-06-07 Thread Paul Spencer
Please update the 1.1.3-SNAPSHOT so it the same as the RC. This will make it much easier to test the RC with maven project that are configure to use the Tomahawk snapshot. http://people.apache.org/maven-snapshot-repository/org/apache/myfaces/tomahawk/tomahawk/1.1.3-SNAPSHOT/ Paul Spencer Sean

Re: Upcoming Tomahawk Release

2006-06-07 Thread Paul Spencer
Sean, The snapshot is dated 25-May-2006 16:05. Per your message, OK there is an updated release candidate up there now, I was expecting one dated today. Paul Spencer Sean Schofield wrote: The 1.1.3 SNAPSHOT is the release candidate :-) Technically its a snapshot because maven considers

ERROR - Row is not available. Rowindex ... Tomahawk 1.1.3-SNAPSHOT

2006-06-02 Thread Paul Spencer
paginatorMaxPages=9 paginatorTableClass=paginator paginatorActiveColumnStyle=font-weight: bold; renderFacetsIfSinglePage=false ... /t:dataScroller Paul Spencer

ClassCastException when setting timeZone attribute in f:convertDataTime using EL

2006-05-31 Thread Paul Spencer
Is this a bug I need to report in JIRA? Paul Spencer

Re: ClassCastException when setting timeZone attribute in f:convertDataTime using EL

2006-05-31 Thread Paul Spencer
The type is string public String getTimeZone() { return GMT-05:00; } Paul Spencer Matthias Wessendorf wrote: f:convertDateTime type=time timeZone=#{phrQueryManager.timeZone}/ Is this type of TimeZone ? *snip* if (UIComponentTag.isValueReference(value

Re: ClassCastException when setting timeZone attribute in f:convertDataTime using EL

2006-05-31 Thread Paul Spencer
; } else { timeZone = TimeZone.getTimeZone(value.toString()) } converter.setTimeZone(timeZone); } Is my expectation in keeping with the spec? If it is case should I enter a JIRA issue? Paul Spencer Paul Spencer wrote: The type is string public String getTimeZone() { return

[jira] Created: (MYFACES-1317) ClassCastException when setting timeZone attribute in f:convertDataTime using EL

2006-05-31 Thread Paul Spencer (JIRA)
: Bug Versions: 1.1.3 Reporter: Paul Spencer I am setting the time zone attribute for the tag f:convertDataTime from a backing bean. This causes the following ClassCastException in core 1.1.3 Caused by: java.lang.ClassCastException

Re: ClassCastException when setting timeZone attribute in f:convertDataTime using EL

2006-05-31 Thread Paul Spencer
Matthias I have entered the issue, http://issues.apache.org/jira/browse/MYFACES-1317, but I was not able to assign it to you. Thanks you, Paul Spencer Matthias Wessendorf wrote: Paul- good catch. You are right. RI TLD Doc says the same. Create a bug for MyFaces Core Jira project and asign

Should t:inputCalendar have a timeZone attribute?

2006-05-31 Thread Paul Spencer
Should t:inputCalendar have a timeZone attribute? This would keep it consistent with the t:inputTime and f:convertDateTime tags. Should I enter a JIRA issue? Paul Spencer

[jira] Created: (TOMAHAWK-459) t:inputCalendar should have a timeZone attribute

2006-05-31 Thread Paul Spencer (JIRA)
Reporter: Paul Spencer t:inputCalendar should have a timeZone attribute This would keep it consistent with the t:inputTime and f:convertDateTime tags. In addition the timeZone attribute should accept a String or TimeZone value binding like f:convertDateTime -- This message

Re: [jira] Closed: (MYFACES-1317) ClassCastException when setting timeZone attribute in f:convertDataTime using EL

2006-05-31 Thread Paul Spencer
Matthias, Should Fixed Version be 1.1.4? Paul Spencer Matthias Weßendorf (JIRA) wrote: [ http://issues.apache.org/jira/browse/MYFACES-1317?page=all ] Matthias Weßendorf closed MYFACES-1317: --- Fix Version: 1.1.3 Resolution: Fixed

Re: ClassCastException when setting timeZone attribute in f:convertDataTime using EL

2006-05-31 Thread Paul Spencer
The type is string public String getTimeZone() { return GMT-05:00; } Paul Spencer Matthias Wessendorf wrote: f:convertDateTime type=time timeZone=#{phrQueryManager.timeZone}/ Is this type of TimeZone ? *snip* if (UIComponentTag.isValueReference(value

Re: ClassCastException when setting timeZone attribute in f:convertDataTime using EL

2006-05-31 Thread Paul Spencer
Matthias I have entered the issue, http://issues.apache.org/jira/browse/MYFACES-1317, but I was not able to assign it to you. Thanks you, Paul Spencer Matthias Wessendorf wrote: Paul- good catch. You are right. RI TLD Doc says the same. Create a bug for MyFaces Core Jira project and asign

[jira] Commented: (MYFACES-503) NumberConverter expects a type 'percentage', which is wrong. The correct type is 'percent'

2006-05-30 Thread Paul Spencer (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-503?page=comments#action_12413953 ] Paul Spencer commented on MYFACES-503: -- This is not fixed in version 1.1.2 or 1.1.3. The TLD still has percentage http://svn.apache.org/viewvc/myfaces/core/tags/1_1_3

Re: Problem with nightly build and Maven

2006-05-16 Thread Paul Spencer
Sean, Per the maven list, and I have also confirmed it, the server http://snapshots.maven.codehaus.org/ is having problems. The builds are failing because the dependency doxia-1.0-alpha-8.pom can not be downloaded. Paul Spencer Sean Schofield wrote: The nightly build seems to be choking[1

myfaces.zones.apache.org is down

2006-05-15 Thread Paul Spencer
The site zones.myfaces.apache.org is responding with empty pages. This includes the maven repository. Paul Spencer

Re: myfaces.zones.apache.org is down

2006-05-15 Thread Paul Spencer
Thanks for restarting it. Paul Spencer Sean Schofield wrote: Thanks for the heads up. The zone was bounced and apparently the autostart of the service had a few issues. Repo should be back online now. Sean On 5/15/06, Paul Spencer [EMAIL PROTECTED] wrote: The site zones.myfaces.apache.org

Continuum Build error related to Myfaces Core 1.1.4-SNAPSHOT

2006-05-03 Thread Paul Spencer
' svn: PROPFIND of '/repos/asf/myfaces/core/trunk': could not connect to server (http://svn.apache.org) --- The problem may no be limited to just this project. Paul Spencer

Re: [jira] Commented: (MYFACES-1296) NullpointerException in JspStateManager

2006-05-02 Thread Paul Spencer
If it is the same problem, then it exist in the 1.1.3 release candidate posted in the myfaces repo. I am using the 1.1.3 jars in the myfaces repository. http://myfaces.zones.apache.org/dist/maven-repository Paul Spencer Mario Ivankovits (JIRA) wrote: [ http://issues.apache.org/jira/browse/MYFACES-1296

Re: [important] 1.5 in core

2006-05-01 Thread Paul Spencer
What is the address of the myfaces repo? What is the version number in the repo? I do not see a version, or snapshot, dated today in http://cvs.apache.org/maven-snapshot-repository/org/apache/myfaces/core/. Paul Spencer Sean Schofield wrote: FYI I put a new RC up on the myfaces repo. TCK

Re: [important] 1.5 in core

2006-05-01 Thread Paul Spencer
What is the address of the myfaces repo? I do not see a version, or snapshot, dated today in http://cvs.apache.org/maven-snapshot-repository/org/apache/myfaces/core/. Paul Spencer Sean Schofield wrote: FYI I put a new RC up on the myfaces repo. TCK testing should begin shortly. Lets

Re: [important] 1.5 in core

2006-05-01 Thread Paul Spencer
Dennis, Based on Sean's earlier post, you are correct Some how this got posted twice, probably my fault. Thank you Paul Spencer Dennis Byrne wrote: I am pretty sure you are looking for myfaces-impl-1.1.3.jar under http://myfaces.zones.apache.org/dist/maven-repository/org/apache/myfaces

Re: [Important] Ugly bug in core pom.xml for 1.1.2 and 1.1.3

2006-04-24 Thread Paul Spencer
enabledtrue/enabled /snapshots idapache-maven-snapshots/id urlhttp://cvs.apache.org/maven-snapshot-repository/url /repository /repositories The web application built cleanly and ran as expected. Paul Spencer Manfred Geiler wrote: On 4/24/06, Sean

[jira] Commented: (TOMAHAWK-209) MyFaces Sandbox nigthly builds

2006-04-20 Thread Paul Spencer (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-209?page=comments#action_12375393 ] Paul Spencer commented on TOMAHAWK-209: --- Even better, make the snapshot available via a Maven 2 repository. This way the snapshot can be updated when Maven builds

Upgrading MyFaces dependency in a project's Maven2 pom.xml?

2006-04-17 Thread Paul Spencer
Started sections of the documentation should address Maven dependencies. I would also like to thank the MyFaces developers for their work. Paul Spencer

Re: Code generation documentation?

2005-12-13 Thread Paul Spencer
unpatched once the generator is fixed. o It is unlikely that I will have time to work on the code generator. o The correct URL is https://svn.apache.org/repos/asf/myfaces/legacy/tags/before_svn_reorg/src/codegen/org/apache/myfaces/codegen/ Paul Spencer Mike Kienenberger wrote: Code generation

Re: [jira] Commented: (MYFACES-888) Classes for Schedule Entry, Title, and Subtitle should be optional parameters to the tag.

2005-12-12 Thread Paul Spencer
Jurgen,, The more I looking into this, the more I need to understand. So, do not wait for me to provide a patch any time soon. I would like to know where this fits into your schedule. Paul Spencer Paul Spencer wrote: Jurgen, Where does this fit on your schedule? I would like to create

Question about adding CSS Style and Class configuration to the schedule component

2005-12-08 Thread Paul Spencer
though is to just add optional attributes to the tag. My concern is, at what point does the attribute list become to long. Paul Spencer

Re: [jira] Commented: (MYFACES-888) Classes for Schedule Entry, Title, and Subtitle should be optional parameters to the tag.

2005-12-05 Thread Paul Spencer
Jurgen, Where does this fit on your schedule? I would like to create a patch based the changes posted in JIRA if you are not able to get to it. Paul Spencer Jurgen Lust (JIRA) wrote: [ http://issues.apache.org/jira/browse/MYFACES-888?page=comments#action_12358857 ] Jurgen Lust

[jira] Commented: (MYFACES-888) Classes for Schedule Entry, Title, and Subtitle should be optional parameters to the tag.

2005-11-30 Thread Paul Spencer (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-888?page=comments#action_12358908 ] Paul Spencer commented on MYFACES-888: -- I would like for the entry to be able to set the CSS class, in addition to having a default CSS class set by the ScheduleTag

Questions about the schedule component

2005-11-29 Thread Paul Spencer
patches is via JIRA? Paul Spencer

[jira] Created: (MYFACES-887) javax.servlet.ServletException: text name must not be null when subtitle = null in DAY mode

2005-11-29 Thread Paul Spencer (JIRA)
Type: Bug Components: Sandbox Versions: 1.1.1 Reporter: Paul Spencer When the schedule is in DAY mode, an entry with getSubtitle() == null causes the following error returned javax.faces.FacesException: text name must not be null

[jira] Created: (MYFACES-888) Classes for Schedule Entry, Title, and Subtitle should be optional parameters to the tag.

2005-11-29 Thread Paul Spencer (JIRA)
Type: Improvement Components: Sandbox Versions: 1.1.1 Reporter: Paul Spencer CSS Class for the Schedule Component are hardcoded. I sugget they should be optional parameters to the tag. Currently CSS Class

<    1   2   3   4