[jira] Created: (TOBAGO-640) getSubmittedValue() of tc:selectOneRadio binding in a popup dialog returns always value of first item

2008-03-21 Thread Guido Dubois (JIRA)
getSubmittedValue() of tc:selectOneRadio binding in a popup dialog returns always value of first item --- Key: TOBAGO-640 URL:

[jira] Created: (TOBAGO-641) converter in tc:selectOneRadio doesn't work

2008-03-21 Thread Guido Dubois (JIRA)
converter in tc:selectOneRadio doesn't work - Key: TOBAGO-641 URL: https://issues.apache.org/jira/browse/TOBAGO-641 Project: MyFaces Tobago Issue Type: Bug Components: Facelets

[jira] Resolved: (TRINIDAD-1024) UploadedFileProcessorImpl not removing temporary files

2008-03-21 Thread Jonathan Schwehm (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Schwehm resolved TRINIDAD-1024. Resolution: Fixed Fix Version/s: 1.2.2-core Upon further review, our

[jira] Updated: (TRINIDAD-1023) filedownloadActionListener does not tell user when there are errors

2008-03-21 Thread Gabrielle Crawford (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabrielle Crawford updated TRINIDAD-1023: - Status: Patch Available (was: Open) filedownloadActionListener does not

Re: [Tomahawk] Commit of component generation and 1.2 modules to trunk

2008-03-21 Thread Mike Kienenberger
I've been following this thread on and off, so my apologies if you already covered it, but how different will syntax checking be with the javadoc annotations vs xml? Xml editors automatically validate with schemas or dtds. Is something similar available for javadoc annotations in the standard

[jira] Updated: (TRINIDAD-1023) filedownloadActionListener does not tell user when there are errors

2008-03-21 Thread Gabrielle Crawford (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabrielle Crawford updated TRINIDAD-1023: - Resolution: Fixed Fix Version/s: 1.2.8-core Status:

[jira] Created: (TRINIDAD-1025) HTML Comment causes ClassCastException

2008-03-21 Thread Steve Horne (JIRA)
HTML Comment causes ClassCastException -- Key: TRINIDAD-1025 URL: https://issues.apache.org/jira/browse/TRINIDAD-1025 Project: MyFaces Trinidad Issue Type: Bug Affects Versions: 1.0.6-core, 1.0.5-core

[jira] Commented: (TRINIDAD-1025) HTML Comment causes ClassCastException

2008-03-21 Thread Steve Horne (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12581174#action_12581174 ] Steve Horne commented on TRINIDAD-1025: --- The stack trace line numbers relate to

[jira] Resolved: (TRINIDAD-1020) Incomplete fix for TRINIDAD-61 (tr:validateDateTimeRange validation fails on last day of valid range)

2008-03-21 Thread Gabrielle Crawford (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabrielle Crawford resolved TRINIDAD-1020. -- Resolution: Fixed Fix Version/s: 1.2.8-core

Re: [Tomahawk] Commit of component generation and 1.2 modules to trunk

2008-03-21 Thread simon
Hi Mike, Although the metadata is written like a javadoc comment, it is not processed by the javadoc tool. The qdox (qdox.codehaus.org) library is a full java parser that builds a datastructure representing everything in the java files you feed it - except the method bodies. This includes

Re: [Tomahawk] Commit of component generation and 1.2 modules to trunk

2008-03-21 Thread Mike Kienenberger
Ok, so to summarize, validation would only happen during the maven build process. I did a quick search for QDox plugins (Eclipse, Idea, Netbeans) and didn't immediately find anything. On 3/21/08, simon [EMAIL PROTECTED] wrote: Hi Mike, Although the metadata is written like a javadoc comment,