Re: Tomahawk status?

2006-09-26 Thread Martin Marinschek
Everyone is waiting for me, I know ;) I just wanted to fix one final little thing in JavaScript generation - I'll hurry up, I promise. regards, Martin On 9/26/06, Werner Punz [EMAIL PROTECTED] wrote: Wendy Smoak schrieb: Where are we with re-branching for Tomahawk 1.1.4? Please don't take

[jira] Reopened: (TOMAHAWK-322) InputSuggestAjax: False Encoding with German Umlauts

2006-09-25 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-322?page=all ] Martin Marinschek reopened TOMAHAWK-322: InputSuggestAjax: False Encoding with German Umlauts Key

Re: Question regarding Submition of code to the tomahawk Sandbox

2006-09-25 Thread Martin Marinschek
You don't gain automatic committership to the ASF - you have to earn that first, through a merit process. What you can do is you can create a jira-issue, and attach your changes as a patch there. regards, Martin On 9/25/06, Jihoon Kim [EMAIL PROTECTED] wrote: Hi, my name is Ji [a.k.a. G] and

[jira] Created: (MYFACES-1423) Log jar-files on startup

2006-09-25 Thread Martin Marinschek (JIRA)
, 1.1.1, 1.1.0, 1.0.9m9, 1.1.5-SNAPSHOT Reporter: Martin Marinschek Assigned To: Martin Marinschek Fix For: 1.1.5-SNAPSHOT MyFaces needs to log its packages on startup - including version numbers. Duplicate packages should cause an error-log. This will help users

[jira] Resolved: (MYFACES-1423) Log jar-files on startup

2006-09-25 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1423?page=all ] Martin Marinschek resolved MYFACES-1423. Resolution: Fixed Log jar-files on startup Key: MYFACES-1423 URL: http

[jira] Commented: (TOMAHAWK-116) TreeTable doesn't work properly while updating data

2006-09-25 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-116?page=comments#action_12437672 ] Martin Marinschek commented on TOMAHAWK-116: This is not really easy to fix - I had a look into the Tree-component, and it doesn't really behave

Re: findNestingForm() : FormInfo (was Re: MyFaces 1.1.4 with Struts-Faces 1.3.5)

2006-09-24 Thread Martin Marinschek
True, definitely. Let's do that. regards, Martin On 9/24/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi devs, since we ran into issues with some FormComponents which *extend* UIForm, but override the Family maybe we should add an instanceof to the findNestingForm() method ? Currently

[jira] Resolved: (TOMAHAWK-606) t:commandLink does not work - gives javascript error

2006-09-24 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-606?page=all ] Martin Marinschek resolved TOMAHAWK-606. Resolution: Fixed Thanks to Mahbub Rahman for helping me track this down. regards, Martin t:commandLink does not work - gives javascript

[jira] Resolved: (MYFACES-1328) UISelectOne and UISelectMany fail with custom converter that returns java.lang.String from getAsObject() method.

2006-09-24 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1328?page=all ] Martin Marinschek resolved MYFACES-1328. Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek You're absolutely right, Nikolay. Thanks

[jira] Commented: (TOMAHAWK-688) timer to quick to hide months/year

2006-09-24 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-688?page=comments#action_12437450 ] Martin Marinschek commented on TOMAHAWK-688: I don't seem to be able to apply your patch, it also looks different than the patch-file format I know

[jira] Updated: (MYFACES-968) LifecycleImpl's restoreView throws NPE when viewId is null in a portlet context

2006-09-24 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-968?page=all ] Martin Marinschek updated MYFACES-968: -- Status: Resolved (was: Patch Available) Fix Version/s: 1.2.0-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek

Re: Validator message changes broke facelets backward compatiblity [Was: Re: svn commit: r448673 - [...validator message changes...]]

2006-09-22 Thread Martin Marinschek
?(In this case, there's a 2006 header just past the one you put in which I have now moved to the top of the file). On 9/21/06, Martin Marinschek [EMAIL PROTECTED] wrote: Yeah, open an issue, and I'll carry on for now ;) regards, Martin On 9/21/06, Mike Kienenberger [EMAIL PROTECTED] wrote: Shall I

[jira] Commented: (TOMAHAWK-519) component not fully stylable, missing styleClass parameters

2006-09-22 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-519?page=comments#action_12436786 ] Martin Marinschek commented on TOMAHAWK-519: Ok, so you have more than one tabbed-pane, and you want to have different styles per component. Well

Re: Problems with partial page rendering

2006-09-22 Thread Martin Marinschek
In JSF1.2, the tree is built before the rendering happens - so everything that is plain HTML is converted into a part of the component tree anyways. Maybe we should just wait for this to happen ;) ? Facelets is another question. No clue. regards, Martin On 9/22/06, Gerald Müllan [EMAIL

Re: mvn build error: Cannot find setter nor field in org.apache.maven.archiver.ManifestConfiguration for 'addDefaultImplementationEntries'

2006-09-22 Thread Martin Marinschek
Oh thanks, I was bothered by this one as well ;) regards, Martin On 9/22/06, Mike Kienenberger [EMAIL PROTECTED] wrote: An FYI: I hit the following build error just now, even though MyFaces had built fine a little bit ago. === [ERROR] BUILD ERROR [INFO]

Re: activePanelTabVar change needs JIRA issue [Was: svn commit: r448171 - in /myfaces/tomahawk/trunk/core/src/main: java/org/apache/myfaces/custom/tabbedpane/ resources/org/apache/myfaces/custom/tabbe

2006-09-22 Thread Martin Marinschek
I think we should let the developer decide if he wants a trivial change (and adding an attribute might be trivial) to show up in the release notes. As the tabbed-pane is a major component, I'd love to have an additional attribute in the relase-notes, though. If the developer decides for no, it

Re: mvn site speed

2006-09-22 Thread Martin Marinschek
I'd love to have mvn speed improved for everything. I hate it to wait for 5min. until I can checkout my changes. regards, Martin On 9/22/06, Mike Kienenberger [EMAIL PROTECTED] wrote: Is it just me, or does mvn site take way too long to run? I can build the jar files faster, which is saying

[jira] Updated: (MYFACES-990) Unhelpful stack trace when tag value binding returns wrong type.

2006-09-22 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-990?page=all ] Martin Marinschek updated MYFACES-990: -- Status: Patch Available (was: Open) Unhelpful stack trace when tag value binding returns wrong type

Re: Developing in Intellij IDEA and the idea:idea maven plugin

2006-09-22 Thread Martin Marinschek
No, there is none. It would be nice to have a script (be it Ant, be it a Maven plugin or whatever) which changes the shared_tomahawk / _impl imports back to shared while developing. Before committing, we'd then need to run this script again. I'd love that. Anyone care to write something like this

Re: Developing in Intellij IDEA and the idea:idea maven plugin

2006-09-22 Thread Martin Marinschek
That patch doesn't help you with the shared-project. It helps with all other sub-projects, but not with shared. regards, Martin On 9/22/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 9/22/06, Grant Smith [EMAIL PROTECTED] wrote: When I use mvn idea:idea to create all the IDEA project and

Re: Problems with partial page rendering

2006-09-22 Thread Martin Marinschek
Hi Gary, yes, this is what we are doing, exactly. And for the same reasons. I haven't found a better way - without JspIdConsumers around ;). regards, Martin On 9/22/06, Gary VanMatre [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Declaring subviews and ajax regions is only a partial

Re: Developing in Intellij IDEA and the idea:idea maven plugin

2006-09-22 Thread Martin Marinschek
That option we didn't follow, cause the user would have classes then for which he wouldn't find the sources in svn. If part of the release-build would be that the generated sources are also stored in both svn and as a jar-file, then the world might look different. regards, Martin On 9/22/06,

[jira] Resolved: (MYFACES-1389) Impossible to escape {, } characters in parameterized messages.

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1389?page=all ] Martin Marinschek resolved MYFACES-1389. Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek Thanks to Nikolay Petrov for clearing this up

[jira] Reopened: (MYFACES-1389) Impossible to escape {, } characters in parameterized messages.

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1389?page=all ] Martin Marinschek reopened MYFACES-1389: Impossible to escape {, } characters in parameterized messages

[jira] Resolved: (MYFACES-1389) Impossible to escape {, } characters in parameterized messages.

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1389?page=all ] Martin Marinschek resolved MYFACES-1389. Fix Version/s: (was: 1.1.5-SNAPSHOT) Resolution: Invalid Impossible to escape {, } characters in parameterized messages

[jira] Updated: (MYFACES-1418) javax.faces.validator - DoubleRangeValidator, LengthValidator, LongRangeValidator are very similar, refactor common behaviour

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1418?page=all ] Martin Marinschek updated MYFACES-1418: --- Status: Resolved (was: Patch Available) Resolution: Fixed Assignee: Martin Marinschek Thanks to Nikolay Petrov for this fix. I

[jira] Resolved: (MYFACES-1029) Duplicate sibling ids allowed

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1029?page=all ] Martin Marinschek resolved MYFACES-1029. Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek (was: Dennis Byrne) I've taken the freedom

Re: JScookMenu is not rendered with Facelets

2006-09-21 Thread Martin Marinschek
Pleaaaseee put the fix back in the wiki as well. regards, Martin On 9/21/06, alexeinov [EMAIL PROTECTED] wrote: Thomas Spiegl wrote: So now we got it. The rederer-type is missing in your /WEB-INF/tomahawk.taglib.xml Bingo! It was that. I took taglib from MyFaces Wiki, and the

[jira] Updated: (MYFACES-1419) javax.faces.convert - refactor common behaviour + DateTimeConverter changes

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1419?page=all ] Martin Marinschek updated MYFACES-1419: --- Status: Resolved (was: Patch Available) Resolution: Fixed Thanks to Nikolay Petrov for supplying this patch. Same reasoning applies

[jira] Commented: (TOMAHAWK-606) t:commandLink does not work - gives javascript error

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-606?page=comments#action_12436600 ] Martin Marinschek commented on TOMAHAWK-606: Mail from Mahbub: -- Forwarded message -- From: Mahbub Rahman [EMAIL PROTECTED

[jira] Updated: (TOMAHAWK-50) equals validator shows text (nit nice by validating passwords...)

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-50?page=all ] Martin Marinschek updated TOMAHAWK-50: -- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.4-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek

[jira] Updated: (MYFACES-1415) WebXmlParser needs to be aware of changes in web.xml in version 2.4 of the Servlet spec

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1415?page=all ] Martin Marinschek updated MYFACES-1415: --- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek

Re: Validator message changes broke facelets backward compatiblity [Was: Re: svn commit: r448673 - [...validator message changes...]]

2006-09-21 Thread Martin Marinschek
Hmmm... Why not provide a custom Facelets-Tag for this? The thing is that also the component will be generated - so we can't really have much custom code there, right? regards, Martin On 9/21/06, Mike Kienenberger [EMAIL PROTECTED] wrote: Martin, this was a valiant attempt, but you've just

[jira] Updated: (TOMAHAWK-60) NavigationMenuItem should provide a default constructor

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-60?page=all ] Martin Marinschek updated TOMAHAWK-60: -- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.4-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek

Re: Validator message changes broke facelets backward compatiblity [Was: Re: svn commit: r448673 - [...validator message changes...]]

2006-09-21 Thread Martin Marinschek
Kienenberger [EMAIL PROTECTED] wrote: In case it's not clear, by component I really mean validator in this context. On 9/21/06, Mike Kienenberger [EMAIL PROTECTED] wrote: On 9/21/06, Martin Marinschek [EMAIL PROTECTED] wrote: Hmmm... Why not provide a custom Facelets-Tag for this? Because

[jira] Updated: (TOMAHAWK-197) More CSS for TabbedPane (incl. patch with solution)

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-197?page=all ] Martin Marinschek updated TOMAHAWK-197: --- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.4-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek

[jira] Updated: (TOMAHAWK-214) t:outputText attribute \n - br/

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-214?page=all ] Martin Marinschek updated TOMAHAWK-214: --- Status: Open (was: Patch Available) t:outputText attribute \n - br/ -- Key: TOMAHAWK-214

[jira] Commented: (TOMAHAWK-214) t:outputText attribute \n - br/

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-214?page=comments#action_12436649 ] Martin Marinschek commented on TOMAHAWK-214: Well, I'm not sure. You could surely have a normal output-text where you'd want to have breaks showing

[jira] Updated: (TOMAHAWK-97) TabbedPane active sub header uses wrong user defined styleClass

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-97?page=all ] Martin Marinschek updated TOMAHAWK-97: -- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.4-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek

Re: Validator message changes broke facelets backward compatiblity [Was: Re: svn commit: r448673 - [...validator message changes...]]

2006-09-21 Thread Martin Marinschek
, message = summaryMessage + detailMessage, not simply detailMessage. At least, I'm pretty sure that's how it currently works. On 9/21/06, Martin Marinschek [EMAIL PROTECTED] wrote: Sorry, yes, I meant validator as well. Well, at least the property setting - getting - restoreState and saveState

[jira] Commented: (TOMAHAWK-606) t:commandLink does not work - gives javascript error

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-606?page=comments#action_12436654 ] Martin Marinschek commented on TOMAHAWK-606: I've just seen that I had used square brackets for createElement. Hrmmpf. I've fixed it right now, can

[jira] Updated: (TOMAHAWK-261) Do not use document.write in popup calendars

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-261?page=all ] Martin Marinschek updated TOMAHAWK-261: --- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.4-SNAPSHOT Resolution: Fixed Thanks to Andrew Robinson

Re: Validator message changes broke facelets backward compatiblity [Was: Re: svn commit: r448673 - [...validator message changes...]]

2006-09-21 Thread Martin Marinschek
or the new code, but it looks like Old Value != New value. Maybe I'm wrong, and in the case where getSummaryMessage() == null, it's the same thing, though. On 9/21/06, Martin Marinschek [EMAIL PROTECTED] wrote: Yes, that will work, but only if we save the additional attribute :-/ You don't have

Re: Validator message changes broke facelets backward compatiblity [Was: Re: svn commit: r448673 - [...validator message changes...]]

2006-09-21 Thread Martin Marinschek
getSummaryMessage() == null, it's the same thing, though. On 9/21/06, Martin Marinschek [EMAIL PROTECTED] wrote: Yes, that will work, but only if we save the additional attribute :-/ You don't have a summaryMessage in there right now - I don't understand your summaryMessage + detailMessage

Re: Validator message changes broke facelets backward compatiblity [Was: Re: svn commit: r448673 - [...validator message changes...]]

2006-09-21 Thread Martin Marinschek
time) and letting you close another 100 issues :-) On 9/21/06, Mike Kienenberger [EMAIL PROTECTED] wrote: I'd put the check inside the validate method itself. This is what I've done in my own custom validators that have interdependent attributes. On 9/21/06, Martin Marinschek [EMAIL PROTECTED

[jira] Commented: (TOMAHAWK-261) Do not use document.write in popup calendars

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-261?page=comments#action_12436665 ] Martin Marinschek commented on TOMAHAWK-261: And by the way: I don't suppose that Netscape 4 is a browser we still support. If anybody has problems

[jira] Commented: (TOMAHAWK-127) Some components do not render valid html

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-127?page=comments#action_12436670 ] Martin Marinschek commented on TOMAHAWK-127: The patch is not valid anymore, and can't be applied automatically (it's in a strange format). I'm

[jira] Updated: (TOMAHAWK-128) Incorrect inputCalendar position when placed in DIV tag with position: absolute;

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-128?page=all ] Martin Marinschek updated TOMAHAWK-128: --- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.4-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek

[jira] Updated: (TOMAHAWK-176) forceId not working on inputCalendar

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-176?page=all ] Martin Marinschek updated TOMAHAWK-176: --- Status: Resolved (was: Patch Available) Resolution: Fixed forceId not working on inputCalendar

[jira] Updated: (TOMAHAWK-409) Sandbox 'form' code not working

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-409?page=all ] Martin Marinschek updated TOMAHAWK-409: --- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.4-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek

[jira] Updated: (TOMAHAWK-442) onclick attribute needed

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-442?page=all ] Martin Marinschek updated TOMAHAWK-442: --- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.4-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek

[jira] Commented: (TOMAHAWK-519) component not fully stylable, missing styleClass parameters

2006-09-21 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-519?page=comments#action_12436684 ] Martin Marinschek commented on TOMAHAWK-519: You're supposed to further style the component by changing the CSS-file itself. regards, Martin

Re: [VOTE] Dojo into Tomahawk

2006-09-20 Thread Martin Marinschek
I want to fix one more blocker-item before the 1.1.4 branch. I'll do that sometimes during the day. Then you can start off. regards, Martin On 9/20/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 9/19/06, Werner Punz [EMAIL PROTECTED] wrote: Are there still any objections for moving dojo from

[jira] Updated: (TOMAHAWK-668) response stream closed in MyFacesResourceLoader.writeResource

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-668?page=all ] Martin Marinschek updated TOMAHAWK-668: --- Status: Resolved (was: Patch Available) Resolution: Fixed response stream closed in MyFacesResourceLoader.writeResource

[jira] Commented: (TOMAHAWK-674) ConcurrentModificationException in ScheduleModel.load on access to 'days' TreeMap

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-674?page=comments#action_12436298 ] Martin Marinschek commented on TOMAHAWK-674: I'm not the definitive expert on the schedule component, but in my opinion, you should synchronize

[jira] Resolved: (TOMAHAWK-669) Missing commons-validator.jar and jakarta-oro.jar for RegExprValidator in release

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-669?page=all ] Martin Marinschek resolved TOMAHAWK-669. Resolution: Fixed Assignee: Martin Marinschek I checked in the example apps of the nightly builds, and the two jars are there. regards

[jira] Updated: (MYFACES-603) duplicate id exception

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-603?page=all ] Martin Marinschek updated MYFACES-603: -- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.2 Resolution: Fixed Assignee: Martin Marinschek Any

[jira] Updated: (TOMAHAWK-652) CSS Fails validation.

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-652?page=all ] Martin Marinschek updated TOMAHAWK-652: --- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.4-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek

[jira] Updated: (MYFACES-437) f:attribute does not work with x:dataTable

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-437?page=all ] Martin Marinschek updated MYFACES-437: -- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek

[jira] Commented: (MYFACES-434) MyFaces's Portlet enhancement

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-434?page=comments#action_12436319 ] Martin Marinschek commented on MYFACES-434: --- Hi Shinsuke, I'd really love to finally take the portlet issues on - are you still interested in getting

[jira] Updated: (TOMAHAWK-592) panelTabbedPane: Duplicate class attributes

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-592?page=all ] Martin Marinschek updated TOMAHAWK-592: --- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.4-SNAPSHOT Resolution: Fixed Thanks to John Singleton

[jira] Resolved: (TOMAHAWK-582) Implementation of the TabChangeListenerTag prevents the use of IOC

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-582?page=all ] Martin Marinschek resolved TOMAHAWK-582. Fix Version/s: 1.1.4-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek Thanks to Tomasz Stanczak for providing

[jira] Updated: (MYFACES-828) HtmlCheckboxRenderer ignores readonly

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-828?page=all ] Martin Marinschek updated MYFACES-828: -- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek

[jira] Resolved: (MYFACES-855) FacesException: Cannot get value for expression '...' when expression is valid

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-855?page=all ] Martin Marinschek resolved MYFACES-855. --- Resolution: Invalid Assignee: Martin Marinschek I suppose this is an issue with objects still attached to the hibernate-session

[jira] Updated: (MYFACES-1152) HTTP Accept header not properly processed

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1152?page=all ] Martin Marinschek updated MYFACES-1152: --- Status: Open (was: Patch Available) HTTP Accept header not properly processed

[jira] Commented: (MYFACES-1152) HTTP Accept header not properly processed

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1152?page=comments#action_12436337 ] Martin Marinschek commented on MYFACES-1152: Sorry for the delay, but this patch is not working anymore with the current head (I think it didn't

[jira] Commented: (MYFACES-1197) Docs for ifMessage component

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1197?page=comments#action_12436340 ] Martin Marinschek commented on MYFACES-1197: After some time has passed by, I'm thinking differently about this one as well. This is my current

[jira] Updated: (MYFACES-1197) Docs for ifMessage component

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1197?page=all ] Martin Marinschek updated MYFACES-1197: --- Status: Open (was: Patch Available) Docs for ifMessage component Key: MYFACES-1197

[jira] Commented: (MYFACES-1197) Docs for ifMessage component

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1197?page=comments#action_12436341 ] Martin Marinschek commented on MYFACES-1197: I forgot to add: if someone implements this suggestion, I'd happily commit it! regards, Martin Docs

[jira] Commented: (MYFACES-1295) wrong Converter on Arraytypes

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1295?page=comments#action_12436349 ] Martin Marinschek commented on MYFACES-1295: Ok, I'll add a bit more to the discussion - the corresponding code is in _SharedRendererUtils; it's

[jira] Updated: (MYFACES-1360) HtmlMessagesRendererBase - change two method modifiers to protected

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1360?page=all ] Martin Marinschek updated MYFACES-1360: --- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek

[jira] Commented: (MYFACES-1403) commandLink generates wrong href in non javascript code

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1403?page=comments#action_12436352 ] Martin Marinschek commented on MYFACES-1403: There are a whole lot more problems with links and disabling javascript - first thing to note

[jira] Updated: (MYFACES-1403) commandLink generates wrong href in non javascript code

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1403?page=all ] Martin Marinschek updated MYFACES-1403: --- Status: Open (was: Patch Available) commandLink generates wrong href in non javascript code

[jira] Commented: (MYFACES-1406) Core and Shared project has dependency on myfaces:myfaces-api version 1.1.1

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1406?page=comments#action_12436355 ] Martin Marinschek commented on MYFACES-1406: Hmm... we'd need a dependency from core-impl to shared and from both core-impl and shared to core-api

[jira] Commented: (MYFACES-434) MyFaces's Portlet enhancement

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-434?page=comments#action_12436358 ] Martin Marinschek commented on MYFACES-434: --- Is that any of the files provided above? regards, Martin MyFaces's Portlet enhancement

[jira] Commented: (TOMAHAWK-668) response stream closed in MyFacesResourceLoader.writeResource

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-668?page=comments#action_12436373 ] Martin Marinschek commented on TOMAHAWK-668: Well, yes - it doesn't really make sense to do anything with the written resource anymore

[jira] Commented: (MYFACES-434) MyFaces's Portlet enhancement

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-434?page=comments#action_12436376 ] Martin Marinschek commented on MYFACES-434: --- Next week would be perfectly alright. regards, Martin MyFaces's Portlet enhancement

[jira] Commented: (MYFACES-1197) Docs for ifMessage component

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1197?page=comments#action_12436379 ] Martin Marinschek commented on MYFACES-1197: Not quite - you wouldn't need to provide a var, cause the parentComponentClientId would always store

[jira] Updated: (MYFACES-1411) Lifecycle phase executions repetitions

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1411?page=all ] Martin Marinschek updated MYFACES-1411: --- Status: Resolved (was: Patch Available) Resolution: Fixed Thanks to Nikolay Petrov for this excellent cleanup patch. Nikolay

[jira] Updated: (MYFACES-1412) Restore view phase does not conforms specification

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1412?page=all ] Martin Marinschek updated MYFACES-1412: --- Status: Resolved (was: Patch Available) Resolution: Fixed Thanks to Nikolay Petrov for hunting down this spec-compatibility bug

Re: [jira] Commented: (MYFACES-1197) Docs for ifMessage component

2006-09-20 Thread Martin Marinschek
both reasons are very valid! regards, Martin On 9/21/06, Michael Youngstrom [EMAIL PROTECTED] wrote: Seems like we should be discussing this on dev rather than in the issue tracker. Few people are going to be following the issue. Done In my opinion, I don't see why you wouldn't use

Re: ifMessage functionality in custom VariableResolver

2006-09-20 Thread Martin Marinschek
to work for input components in a DataTable? Or in other places where we have another NamingContainer inside of the form? Mike On 9/20/06, Martin Marinschek (JIRA) dev@myfaces.apache.org wrote: [ http://issues.apache.org/jira/browse/MYFACES-1197?page=comments#action_12436379 ] Martin

Re: [jira] Commented: (MYFACES-1197) Docs for ifMessage component

2006-09-20 Thread Martin Marinschek
Well, you could offer both - full client id and partial id. First initiate a search viewing the parameter as a partial id, if that fails, do another one interpreting the parameter as the full client-id. regards, Martin On 9/21/06, Mike Kienenberger [EMAIL PROTECTED] wrote: Well, once you

[jira] Commented: (MYFACES-1411) Lifecycle phase executions repetitions

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1411?page=comments#action_12436390 ] Martin Marinschek commented on MYFACES-1411: He's already faxed in an ICLA - it hasn't been processed so far, but it will surely be done before

Re: svn commit: r448388 - /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/lifecycle/

2006-09-20 Thread Martin Marinschek
As I wrote in my response to your comment on the issue, he has faxed in an ICLA already - it hasn't been processed so far, but it will definitely be very soon. In cleaning up an older issue, I have found Ernst Fastls name there now - so that seems to be settled now. regards, Martin On

[jira] Updated: (MYFACES-1413) JS error in function oamSubmitForm(...)

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1413?page=all ] Martin Marinschek updated MYFACES-1413: --- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek

[jira] Updated: (TOMAHAWK-493) detailStamp facet in the last row not decoded/validated/updated

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-493?page=all ] Martin Marinschek updated TOMAHAWK-493: --- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.4-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek

[jira] Updated: (TOMAHAWK-36) t:div, t:span, s:fieldset should render children

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-36?page=all ] Martin Marinschek updated TOMAHAWK-36: -- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.4-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek

Re: [jira] Commented: (MYFACES-1197) Docs for ifMessage component

2006-09-20 Thread Martin Marinschek
thinking of having to bind components to a backing bean just to get their client id to use in the ifMessage Variable resolver. Would become quite a pain for large forms. Mike On 9/20/06, Martin Marinschek [EMAIL PROTECTED] wrote: Well, you could offer both - full client id and partial id. First

[jira] Resolved: (MYFACES-1397) getValidJavascriptNameAsInRI throws java.lang.IllegalArgumentException: Illegal group reference

2006-09-20 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1397?page=all ] Martin Marinschek resolved MYFACES-1397. Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed Thanks to Pavel for keeping us up to date, thanks to Steven for digging this up

Re: MyFaces Core 1.1.4 - STATUS

2006-09-20 Thread Martin Marinschek
I've just let it pass. Thanks Wendy! By the way - I'm still not done with tomahawk bugs to fix. There are still some more on my plate for today. I'll keep you posted. regards, Martin On 9/21/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 9/19/06, Wendy Smoak [EMAIL PROTECTED] wrote: The

[jira] Commented: (TOMAHAWK-493) detailStamp facet in the last row not decoded/validated/updated

2006-09-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-493?page=comments#action_12435672 ] Martin Marinschek commented on TOMAHAWK-493: Wouldn't it be more correct to change the code in the following snippet to exclude: if(rowIndex!=-1

[jira] Commented: (TOMAHAWK-493) detailStamp facet in the last row not decoded/validated/updated

2006-09-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-493?page=comments#action_12435673 ] Martin Marinschek commented on TOMAHAWK-493: Ok, probably not. Still I'd think this belongs into setRowIndex somehow. In any case, I submitted

[jira] Resolved: (TOMAHAWK-494) detailStamp facet is decoded/validated/updated twice

2006-09-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-494?page=all ] Martin Marinschek resolved TOMAHAWK-494. Fix Version/s: 1.1.4-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek Thanks to Val Blant. detailStamp facet

[jira] Commented: (TOMAHAWK-648) Buffer component doesn't support any apecial characters

2006-09-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-648?page=comments#action_12435679 ] Martin Marinschek commented on TOMAHAWK-648: Related issue: TOMAHAWK-45 Buffer component doesn't support any apecial characters

[jira] Commented: (TOMAHAWK-45) t:buffer does not support East Asia characters using UTF-8 encoding

2006-09-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-45?page=comments#action_12435678 ] Martin Marinschek commented on TOMAHAWK-45: --- Related issue: TOMAHAWK-648 t:buffer does not support East Asia characters using UTF-8 encoding

[jira] Commented: (TOMAHAWK-45) t:buffer does not support East Asia characters using UTF-8 encoding

2006-09-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-45?page=comments#action_12435683 ] Martin Marinschek commented on TOMAHAWK-45: --- Does my commit for TOMAHAWK-648 help? regards, Martin t:buffer does not support East Asia characters

[jira] Commented: (TOMAHAWK-648) Buffer component doesn't support any apecial characters

2006-09-19 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-648?page=comments#action_12435684 ] Martin Marinschek commented on TOMAHAWK-648: I just committed your fix - can anyone test if this really helps? regards, Martin Buffer component

Re: Don't commit massive format changes with other changes

2006-09-19 Thread Martin Marinschek
Oh my, I'm going under cover! This has started the single longest discussion on the mailing-list the last time ;) regards, Martin On 9/19/06, Cagatay Civici [EMAIL PROTECTED] wrote: Since eclipse has a similiar feature too, I'll do the one for eclipse once Mario is done with the IDEA one.

Re: tomahawk htmlcommandlink not working with reference implementation

2006-09-19 Thread Martin Marinschek
If you use a checkout of current from yesterday, your javascript code would need to look entirely different. Check on the IRIAN.at myfaces-examples website (click on latest tomahawk examples) to see what it would be. regards, Martin On 9/19/06, Mike Kienenberger [EMAIL PROTECTED] wrote:

<    4   5   6   7   8   9   10   11   12   13   >