[jira] Created: (MYFACES-183) FacesConfigurator should report where xml parsing errors occur

2005-04-12 Thread Mike Kienenberger (JIRA)
FacesConfigurator should report where xml parsing errors occur -- Key: MYFACES-183 URL: http://issues.apache.org/jira/browse/MYFACES-183 Project: MyFaces Type: Improvement Versions: 1.0.9 beta Re

[jira] Created: (MYFACES-222) UIColumns loses rowIndex on renderColumnBody

2005-04-29 Thread Mike Kienenberger (JIRA)
UIColumns loses rowIndex on renderColumnBody Key: MYFACES-222 URL: http://issues.apache.org/jira/browse/MYFACES-222 Project: MyFaces Type: Bug Versions: 1.0.9 beta Environment: myfaces-1.0.9 Reporter: Mike Kie

[jira] Commented: (MYFACES-222) UIColumns loses rowIndex on renderColumnBody

2005-05-02 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-222?page=comments#action_64271 ] Mike Kienenberger commented on MYFACES-222: --- Thanks, Mathias. I'll make sure I'm using the final version of 1.0.9 (it's unclear which version of 1.0.9 I have, so

[jira] Commented: (MYFACES-222) UIColumns loses rowIndex on renderColumnBody

2005-05-06 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-222?page=comments#action_64639 ] Mike Kienenberger commented on MYFACES-222: --- This issue might as well be closed and marked as a duplicate of [MYFACES-174]. Upgrading the latest svn version of my

[jira] Created: (MYFACES-316) Migrate component documentation from marinschek.com tiki / wiki to forrest xdocs

2005-07-08 Thread Mike Kienenberger (JIRA)
Migrate component documentation from marinschek.com tiki / wiki to forrest xdocs Key: MYFACES-316 URL: http://issues.apache.org/jira/browse/MYFACES-316 Project: MyFaces Type: Task Ve

[jira] Commented: (MYFACES-316) Migrate component documentation from marinschek.com tiki / wiki to forrest xdocs

2005-07-08 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-316?page=comments#action_12315341 ] Mike Kienenberger commented on MYFACES-316: --- I left off the URL for the tiki documentation: http://www.marinschek.com/myfaces/tiki/tiki-index.php?page=Features >

[jira] Updated: (MYFACES-316) Migrate component documentation from marinschek.com tiki / wiki to forrest xdocs

2005-07-08 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-316?page=all ] Mike Kienenberger updated MYFACES-316: -- Attachment: datascroller.patch.txt Well, here's a patch adding datascroller and fixing a couple of minor things for component-template.xml. Unfor

[jira] Created: (MYFACES-330) dataScroller reports wrong error when for attrib unresolvable

2005-07-13 Thread Mike Kienenberger (JIRA)
dataScroller reports wrong error when for attrib unresolvable - Key: MYFACES-330 URL: http://issues.apache.org/jira/browse/MYFACES-330 Project: MyFaces Type: Bug Versions: Nightly Build Reporter:

[jira] Updated: (MYFACES-330) dataScroller reports wrong error when for attrib unresolvable

2005-07-13 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-330?page=all ] Mike Kienenberger updated MYFACES-330: -- Attachment: HtmlDataScroller.patch.txt Fix for "for" resolution failures. > dataScroller reports wrong error when for attrib unresolvable > --

[jira] Created: (MYFACES-331) post-Mathias-Broekelmann x:dataTable doesn't work with dynamically-created UIColumns data.

2005-07-13 Thread Mike Kienenberger (JIRA)
post-Mathias-Broekelmann x:dataTable doesn't work with dynamically-created UIColumns data. -- Key: MYFACES-331 URL: http://issues.apache.org/jira/browse/MYFACES-331 Project: MyFaces

[jira] Updated: (MYFACES-331) post-Mathias-Broekelmann x:dataTable doesn't work with dynamically-created UIColumns data.

2005-07-13 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-331?page=all ] Mike Kienenberger updated MYFACES-331: -- Attachment: RowAndColumnRelationshipComponent.zip Small example that demonstrates the problem. > post-Mathias-Broekelmann x:dataTable doesn't work

[jira] Commented: (MYFACES-331) post-Mathias-Broekelmann x:dataTable doesn't work with dynamically-created UIColumns data.

2005-07-14 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-331?page=comments#action_12315846 ] Mike Kienenberger commented on MYFACES-331: --- > I analysed your code of RowAndColumnRelationshipsHtmlDataTable.saveState and > saw that you donĀ“t save the state of

[jira] Commented: (MYFACES-331) post-Mathias-Broekelmann x:dataTable doesn't work with dynamically-created UIColumns data.

2005-07-19 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-331?page=comments#action_12316133 ] Mike Kienenberger commented on MYFACES-331: --- I understand what you've done now and why it breaks my code. However, I can't really comment on it further because the

[jira] Commented: (MYFACES-331) post-Mathias-Broekelmann x:dataTable doesn't work with dynamically-created UIColumns data.

2005-07-19 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-331?page=comments#action_12316138 ] Mike Kienenberger commented on MYFACES-331: --- Ok. The initialization issue is caused by my custom value- and method-bindings not saving their state. So the ball is

[jira] Commented: (MYFACES-331) post-Mathias-Broekelmann x:dataTable doesn't work with dynamically-created UIColumns data.

2005-07-19 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-331?page=comments#action_12316148 ] Mike Kienenberger commented on MYFACES-331: --- Your change isn't backward-compatible, but I do understand what you're trying to accomplish, and unfortunately, I don'

[jira] Commented: (MYFACES-331) post-Mathias-Broekelmann x:dataTable doesn't work with dynamically-created UIColumns data.

2005-07-19 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-331?page=comments#action_12316166 ] Mike Kienenberger commented on MYFACES-331: --- If this gets marked "WON'T FIX", at minimum, the UIColumns documentation should note the requirement that all children

[jira] Commented: (MYFACES-341) Problem with Spring v1.2 and MyFaces 1.0.9

2005-07-20 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-341?page=comments#action_12316263 ] Mike Kienenberger commented on MYFACES-341: --- I use Spring-Version1.2-rc1, the latest myfaces, and jsf-spring-2.7.1.jar without any issues (once I remove the redund

[jira] Commented: (MYFACES-344) component method's visibility review

2005-07-21 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-344?page=comments#action_12316357 ] Mike Kienenberger commented on MYFACES-344: --- Or to put it another way: If you provide patches for visibility issues causing you problems, they'll probably be appl

[jira] Commented: (MYFACES-183) FacesConfigurator should report where xml parsing errors occur

2005-07-27 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-183?page=comments#action_12316974 ] Mike Kienenberger commented on MYFACES-183: --- I've been trying to write a patch for this, but it appears that this error is caught and reported in the org.apache.xe

[jira] Commented: (MYFACES-183) FacesConfigurator should report where xml parsing errors occur

2005-08-02 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-183?page=comments#action_12317427 ] Mike Kienenberger commented on MYFACES-183: --- Yes, there's a line at debug level. It'd be better for it to be issued at INFO level. In my opinion, the temporary

[jira] Created: (MYFACES-397) x:saveState incorrected documented as x:save_state

2005-08-05 Thread Mike Kienenberger (JIRA)
x:saveState incorrected documented as x:save_state -- Key: MYFACES-397 URL: http://issues.apache.org/jira/browse/MYFACES-397 Project: MyFaces Type: Bug Components: Tomahawk Versions: Nightly Build Report

[jira] Updated: (MYFACES-397) x:saveState incorrected documented as x:save_state

2005-08-05 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-397?page=all ] Mike Kienenberger updated MYFACES-397: -- Attachment: saveState.patch.txt Correction for content/xdocs/tomahawk/uiSaveState.xml. Already corrected in wiki. > x:saveState incorrected docume

[jira] Updated: (MYFACES-408) ApplicationImpl.createValidator() reports errors as converter instead of validator

2005-08-10 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-408?page=all ] Mike Kienenberger updated MYFACES-408: -- Attachment: ApplicationImpl.patch.txt Fix. > ApplicationImpl.createValidator() reports errors as converter instead of > validator > -

[jira] Created: (MYFACES-408) ApplicationImpl.createValidator() reports errors as converter instead of validator

2005-08-10 Thread Mike Kienenberger (JIRA)
ApplicationImpl.createValidator() reports errors as converter instead of validator -- Key: MYFACES-408 URL: http://issues.apache.org/jira/browse/MYFACES-408 Project: MyFaces Type: Bug

[jira] Commented: (MYFACES-402) Can't put f:param or f:attribute tag nest in CommandButton

2005-08-12 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-402?page=comments#action_12318670 ] Mike Kienenberger commented on MYFACES-402: --- I think you're only allowed to put f:param on a CommandLink, not a CommandButton. > Can't put f:param or f:attribute

[jira] Created: (MYFACES-415) inputCalendar with converter loses value data during rendering when renderAsPopup=true

2005-08-16 Thread Mike Kienenberger (JIRA)
inputCalendar with converter loses value data during rendering when renderAsPopup=true -- Key: MYFACES-415 URL: http://issues.apache.org/jira/browse/MYFACES-415 Project: MyFaces Type

[jira] Updated: (MYFACES-415) inputCalendar with converter loses value data during rendering when renderAsPopup=true

2005-08-16 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-415?page=all ] Mike Kienenberger updated MYFACES-415: -- Attachment: HtmlCalendarRenderer.patch.txt Fix to set inputText's converter to null. > inputCalendar with converter loses value data during render

[jira] Commented: (MYFACES-91) Need standalone radio button tag

2005-09-07 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-91?page=comments#action_12322867 ] Mike Kienenberger commented on MYFACES-91: -- Just to be clear up front, I'm not a MyFaces committer. However, open source software works like this: If the software do

[jira] Commented: (MYFACES-539) h:datatable correctly calls my backing bean's method once on first request, but calls the method twice on subsequent requests (i.e. refresh)

2005-09-08 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-539?page=comments#action_12322959 ] Mike Kienenberger commented on MYFACES-539: --- JSF imposes no limit on the number of times your backing bean's method might be called. If it's an expensive or non-r

[jira] Commented: (MYFACES-539) h:datatable correctly calls my backing bean's method once on first request, but calls the method twice on subsequent requests (i.e. refresh)

2005-09-08 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-539?page=comments#action_12322964 ] Mike Kienenberger commented on MYFACES-539: --- You'll either see the same behavor, or the behavior could change at some future point where you'll see the same behavi

[jira] Commented: (MYFACES-543) Problems handling simultaneous request from the same session

2005-09-09 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-543?page=comments#action_12323045 ] Mike Kienenberger commented on MYFACES-543: --- I had the same issue in Struts. Like you suggested above, I syncronized struts so that only one HttpSession could ru

[jira] Created: (MYFACES-545) getDataModel should be cached rather than called twice in RENDER PHASE for t:dataTable when preserveDataModel="true",

2005-09-09 Thread Mike Kienenberger (JIRA)
getDataModel should be cached rather than called twice in RENDER PHASE for t:dataTable when preserveDataModel="true", - Key: MYFACES-545 URL: http://issues.apache.

[jira] Created: (MYFACES-605) FacesContext.getResponseStream/getResponseWriter unimplemented

2005-09-22 Thread Mike Kienenberger (JIRA)
FacesContext.getResponseStream/getResponseWriter unimplemented -- Key: MYFACES-605 URL: http://issues.apache.org/jira/browse/MYFACES-605 Project: MyFaces Type: Bug Components: Implementation Versions

[jira] Created: (MYFACES-607) t:inputFileUpload shown as t:fileUpload in web docs

2005-09-22 Thread Mike Kienenberger (JIRA)
t:inputFileUpload shown as t:fileUpload in web docs --- Key: MYFACES-607 URL: http://issues.apache.org/jira/browse/MYFACES-607 Project: MyFaces Type: Bug Components: Tomahawk Versions: Nightly Build Repo

[jira] Updated: (MYFACES-607) t:inputFileUpload shown as t:fileUpload in web docs

2005-09-22 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-607?page=all ] Mike Kienenberger updated MYFACES-607: -- Attachment: fileUpload.xdocs.patch.txt Changed name from t:fileUpload to t:inputFileUpload > t:inputFileUpload shown as t:fileUpload in web docs >

[jira] Updated: (MYFACES-605) FacesContext.getResponseStream/getResponseWriter unimplemented

2005-09-23 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-605?page=all ] Mike Kienenberger updated MYFACES-605: -- Attachment: ServletFacesContextImpl.java.patch.txt Ok. My previous thoughts of delegating don't allow wrapping of the ServletResponse outputStrea

[jira] Created: (MYFACES-613) Fixed misnamed myfaces.jar reference and added link to Extensions Filter setup on Tomahawk overview page

2005-09-23 Thread Mike Kienenberger (JIRA)
Fixed misnamed myfaces.jar reference and added link to Extensions Filter setup on Tomahawk overview page Key: MYFACES-613 URL: http://issues.apache.org/jira/browse/MYFACES-61

[jira] Updated: (MYFACES-613) Fixed misnamed myfaces.jar reference and added link to Extensions Filter setup on Tomahawk overview page

2005-09-23 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-613?page=all ] Mike Kienenberger updated MYFACES-613: -- Attachment: tomahawk-overview.patch.txt Fixed misnamed myfaces.jar reference and added link to Extensions Filter setup on Tomahawk overview page.

[jira] Created: (MYFACES-615) regression -- t:inputCalendar no longer has js popup in nightlies

2005-09-23 Thread Mike Kienenberger (JIRA)
regression -- t:inputCalendar no longer has js popup in nightlies - Key: MYFACES-615 URL: http://issues.apache.org/jira/browse/MYFACES-615 Project: MyFaces Type: Bug Components: Tomahawk Versions

[jira] Commented: (MYFACES-615) regression -- t:inputCalendar no longer has js popup in nightlies

2005-09-24 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-615?page=comments#action_12330379 ] Mike Kienenberger commented on MYFACES-615: --- Ok. Based on a comment by Martin, it occurred to me to try this in IE as well as Firefox. I still have the same prob

[jira] Commented: (MYFACES-640) Externalize the arrow

2005-09-28 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-640?page=comments#action_12330699 ] Mike Kienenberger commented on MYFACES-640: --- Tim, can you create a patch for this behavior? In most open source projects, improvements and new features are implem

[jira] Commented: (MYFACES-650) (Patch provided) Multiple Portlets Navigationproblem

2005-09-29 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-650?page=comments#action_12330899 ] Mike Kienenberger commented on MYFACES-650: --- Have you looked at MYFACES-605? It deals with fixing responseWriter from a Servlet environment where it is also broke

[jira] Commented: (MYFACES-605) FacesContext.getResponseStream/getResponseWriter unimplemented

2005-09-30 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-605?page=comments#action_12330971 ] Mike Kienenberger commented on MYFACES-605: --- Tanju, Thanks for taking the time to read and comment on this issue. I hadn't consulted the spec, and foolishly assum

[jira] Created: (MYFACES-663) Myfaces-all.jar contains two copies of all /share resources

2005-10-04 Thread Mike Kienenberger (JIRA)
Myfaces-all.jar contains two copies of all /share resources --- Key: MYFACES-663 URL: http://issues.apache.org/jira/browse/MYFACES-663 Project: MyFaces Type: Bug Versions: Nightly Reporter: Mike Kien

[jira] Commented: (MYFACES-691) t:dataList does not style elements

2005-10-11 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-691?page=comments#action_12331836 ] Mike Kienenberger commented on MYFACES-691: --- Randahl, If you could provide a patch to add this ability to Tomahawk, I'm sure that it'll be accepted and added into

[jira] Commented: (MYFACES-698) Add facelets support for all Tomahawk components

2005-10-12 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-698?page=comments#action_12331912 ] Mike Kienenberger commented on MYFACES-698: --- I disagree. For the most part, simply supplying a META-INF\tomahawk.taglib.xml and META-INF\sandbox.taglib.xml file i

[jira] Commented: (MYFACES-704) Misleading error message: "a context listener is not setup in your web.xml"

2005-10-13 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-704?page=comments#action_12332011 ] Mike Kienenberger commented on MYFACES-704: --- Actually, the message is still needed, because some containers (like Jetty) don't support registering listeners from a

[jira] Created: (MYFACES-723) ApplicationImpl: German "ist" instead of "is" in error messages

2005-10-19 Thread Mike Kienenberger (JIRA)
ApplicationImpl: German "ist" instead of "is" in error messages --- Key: MYFACES-723 URL: http://issues.apache.org/jira/browse/MYFACES-723 Project: MyFaces Type: Bug Versions: Nightly Reporter: M

[jira] Updated: (MYFACES-723) ApplicationImpl: German "ist" instead of "is" in error messages

2005-10-19 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-723?page=all ] Mike Kienenberger updated MYFACES-723: -- Attachment: ApplicationImpl.java.patch Patch for typos. Forgot to change component type to implementation, though. > ApplicationImpl: German "ist

[jira] Updated: (MYFACES-723) ApplicationImpl: German "ist" instead of "is" in error messages

2005-10-19 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-723?page=all ] Mike Kienenberger updated MYFACES-723: -- Attachment: ApplicationImpl.java.patch.w.rel.paths Oops. Forgot to make the paths relative in the patch. Here's an alternate version of it. >

[jira] Commented: (MYFACES-742) Encryption for MyFaces

2005-10-24 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-742?page=comments#action_12355635 ] Mike Kienenberger commented on MYFACES-742: --- Dennis, this is great stuff! I'm patching my copy of myfaces with it now. However, the first thing I noticed was that

[jira] Commented: (MYFACES-742) Encryption for MyFaces

2005-10-24 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-742?page=comments#action_12355640 ] Mike Kienenberger commented on MYFACES-742: --- HtmlResponseStateManager.decode64 is a private method. It can be deleted now that you removed all references to it.

[jira] Commented: (MYFACES-742) Encryption for MyFaces

2005-10-24 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-742?page=comments#action_12355641 ] Mike Kienenberger commented on MYFACES-742: --- Unsurprisingly, everything is working as advertised. One thing that is going to need more attention is documentation (

[jira] Commented: (MYFACES-749) inputText refresh problem

2005-10-25 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-749?page=comments#action_12355869 ] Mike Kienenberger commented on MYFACES-749: --- The short answer is that this is probably not a bug. If you remove the immediate="true" field, you should see the beh

[jira] Commented: (MYFACES-749) inputText refresh problem

2005-10-25 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-749?page=comments#action_12355887 ] Mike Kienenberger commented on MYFACES-749: --- As I stated in the message posted to the list, the behavior you are trying to perform is very hard in JSF. The behav

[jira] Commented: (MYFACES-749) inputText refresh problem

2005-10-26 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-749?page=comments#action_12355979 ] Mike Kienenberger commented on MYFACES-749: --- Again, this is not a bug. This is how JSF is designed to work. Immediate=true doesn't skip validation. It causes

[jira] Commented: (MYFACES-756) Server Side Tab Switching in panelTabbedPane not configurable

2005-10-26 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-756?page=comments#action_12355982 ] Mike Kienenberger commented on MYFACES-756: --- Swarn, Thanks for the patch! Several users have requested this functionality, but no one had provided patches. How

[jira] Commented: (MYFACES-749) inputText refresh problem

2005-10-26 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-749?page=comments#action_12355986 ] Mike Kienenberger commented on MYFACES-749: --- I've written a wiki document on this issue that may clear up potential misconceptions. http://wiki.apache.org/myfaces

[jira] Commented: (MYFACES-749) inputText refresh problem

2005-10-26 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-749?page=comments#action_12356007 ] Mike Kienenberger commented on MYFACES-749: --- JagMohan, Thanks for the simple example. This is the exact same situation that's being discussed on the MyFaces-User

[jira] Commented: (MYFACES-781) UIData accesses its grandchild components directly

2005-11-03 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-781?page=comments#action_12356733 ] Mike Kienenberger commented on MYFACES-781: --- http://java.sun.com/j2ee/javaserverfaces/1.1_01/docs/api/javax/faces/component/UIComponentBase.html#processDecodes(java

[jira] Commented: (MYFACES-781) UIData accesses its grandchild components directly

2005-11-04 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-781?page=comments#action_12356794 ] Mike Kienenberger commented on MYFACES-781: --- Oops! I made the last comment right before going to sleep, and I didn't notice I was looking at the javadocs for UICo

[jira] Commented: (MYFACES-403) Use a PhaseListener to reinject FacesMessages lost during a redirection to the JSF context

2005-11-07 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-403?page=comments#action_12356967 ] Mike Kienenberger commented on MYFACES-403: --- As Mario points out, keeping saveState values is something else we'd like to see persisted across a redirect. You'd

[jira] Commented: (MYFACES-760) Tree2 setLeaf(false) error

2005-11-08 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-760?page=comments#action_12357043 ] Mike Kienenberger commented on MYFACES-760: --- Andrew, if it's facelets-related, it's most likely that the Tree2 Tag file is doing something other than just pass-thr

[jira] Commented: (MYFACES-760) Tree2 setLeaf(false) error

2005-11-08 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-760?page=comments#action_12357044 ] Mike Kienenberger commented on MYFACES-760: --- I just noticed a message on the facelets user list that also points out that there may be an issue with sticking a Str

[jira] Commented: (MYFACES-801) RegExprValidatorTag patch: message attribute

2005-11-10 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-801?page=comments#action_12357272 ] Mike Kienenberger commented on MYFACES-801: --- Yes, we should add a "message" tag to all validators, when possible. There was talk of adding this to JSF 1.2, but I do

[jira] Commented: (MYFACES-210) Undesired dependency on ApplicationImpl in FacesConfigurator

2005-11-11 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-210?page=comments#action_12357391 ] Mike Kienenberger commented on MYFACES-210: --- Adam, that was my thought as well, but the only documentation I've been able to find on these attributes is as follows

[jira] Commented: (MYFACES-736) Number converter not working with Number

2005-11-16 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-736?page=comments#action_12357791 ] Mike Kienenberger commented on MYFACES-736: --- It seems clear that the intended data type for numberConverter setters is "Number". That's probably why it's called

[jira] Commented: (MYFACES-830) HtmlGraphicImage reports bogus warning

2005-11-16 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-830?page=comments#action_12357792 ] Mike Kienenberger commented on MYFACES-830: --- This is a facelets warning, and you should ask about it on the facelets user mailing list. > HtmlGraphicImage report

[jira] Commented: (MYFACES-830) HtmlGraphicImage reports bogus warning

2005-11-17 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-830?page=comments#action_12357891 ] Mike Kienenberger commented on MYFACES-830: --- >From MYFACES-836, http://issues.apache.org/jira/browse/MYFACES-836#action_12357886 Comment by Bruno Aranda [17/Nov/

[jira] Commented: (MYFACES-868) dataList treatment inside panelGrid

2005-11-23 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-868?page=comments#action_12358391 ] Mike Kienenberger commented on MYFACES-868: --- Tony, As Simon remarked the first time you opened this issue, you should discuss this on the MyFaces user list. JSF

[jira] Commented: (MYFACES-869) radio does no function within dataList

2005-11-23 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-869?page=comments#action_12358398 ] Mike Kienenberger commented on MYFACES-869: --- I read something recently that seemed to indicate that h:panelGroup might affect finding components. Try removing the

[jira] Resolved: (MYFACES-868) dataList treatment inside panelGrid

2005-11-23 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-868?page=all ] Mike Kienenberger resolved MYFACES-868: --- Fix Version: Nightly Resolution: Won't Fix Assign To: Mike Kienenberger Problem needs to be solved using other means: dataTable o

[jira] Closed: (MYFACES-858) Documentation on myFaces site has typo in code.

2005-11-23 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-858?page=all ] Mike Kienenberger closed MYFACES-858: - Fix Version: Nightly Resolution: Fixed Assign To: Mike Kienenberger Fixed. Thanks, Jeff. You'll need to find the answers to your ot

[jira] Closed: (MYFACES-868) dataList treatment inside panelGrid

2005-11-23 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-868?page=all ] Mike Kienenberger closed MYFACES-868: - > dataList treatment inside panelGrid > --- > > Key: MYFACES-868 > URL: http://issues.apache.org/j

[jira] Updated: (MYFACES-862) focus component

2005-11-28 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-862?page=all ] Mike Kienenberger updated MYFACES-862: -- Attachment: (was: HtmlFocus.java) > focus component > --- > > Key: MYFACES-862 > URL: http://issues.apache.org/ji

[jira] Updated: (MYFACES-862) focus component

2005-11-28 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-862?page=all ] Mike Kienenberger updated MYFACES-862: -- Attachment: (was: HtmlFocusTag.java) > focus component > --- > > Key: MYFACES-862 > URL: http://issues.apache.org

[jira] Updated: (MYFACES-862) focus component

2005-11-28 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-862?page=all ] Mike Kienenberger updated MYFACES-862: -- Attachment: (was: HtmlFocusRenderer.java) > focus component > --- > > Key: MYFACES-862 > URL: http://issues.apach

[jira] Updated: (MYFACES-862) focus component

2005-11-28 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-862?page=all ] Mike Kienenberger updated MYFACES-862: -- Attachment: site.xml Hook for the focus.xml documentation. > focus component > --- > > Key: MYFACES-862 > URL: http:

[jira] Updated: (MYFACES-862) focus component

2005-11-28 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-862?page=all ] Mike Kienenberger updated MYFACES-862: -- Attachment: forrest.site.xml.patch.txt Oops. Wrong attachment -- here's the diff. > focus component > --- > > Key: MYFACES-

[jira] Updated: (MYFACES-862) focus component

2005-11-28 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-862?page=all ] Mike Kienenberger updated MYFACES-862: -- Attachment: (was: site.xml) > focus component > --- > > Key: MYFACES-862 > URL: http://issues.apache.org/jira/bro

[jira] Commented: (MYFACES-198) commandLink is broken in non javascript code

2005-11-28 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-198?page=comments#action_12358683 ] Mike Kienenberger commented on MYFACES-198: --- JSF CommandLink requires javascript. http://java.sun.com/j2ee/javaserverfaces/1.1/docs/renderkitdocs/HTML_BASIC/javax.

[jira] Closed: (MYFACES-882) CommandLink doesn't work if javascript is disabled

2005-11-28 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-882?page=all ] Mike Kienenberger closed MYFACES-882: - Resolution: Invalid JSF CommandLink requires javascript. Javascript must be enabled to use this component. http://java.sun.com/j2ee/javaserve

[jira] Commented: (MYFACES-882) CommandLink doesn't work if javascript is disabled

2005-11-28 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-882?page=comments#action_12358688 ] Mike Kienenberger commented on MYFACES-882: --- Well, we can discuss it on the mailing lists, but the short answer is that javascript is required to make the link sub

[jira] Created: (MYFACES-883) ViewTag Write Behinds

2005-11-28 Thread Mike Kienenberger (JIRA)
ViewTag Write Behinds - Key: MYFACES-883 URL: http://issues.apache.org/jira/browse/MYFACES-883 Project: MyFaces Type: Improvement Components: Implementation Versions: Nightly Reporter: Mike Kienenberger Jacob Hookom wrote: Right

[jira] Updated: (MYFACES-883) ViewTag Write Behinds

2005-11-28 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-883?page=all ] Mike Kienenberger updated MYFACES-883: -- Description: Jacob Hookom wrote: JSF was designed to delegate controller concerns as interchangeable blocks, and the implementation now seems to b

[jira] Updated: (MYFACES-884) dataScroller "divide by zero" error should be changed to a "missing row attribute" error

2005-11-28 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-884?page=all ] Mike Kienenberger updated MYFACES-884: -- Summary: dataScroller "divide by zero" error should be changed to a "missing row attribute" error (was: dataScroller divide by zero) type

[jira] Commented: (MYFACES-884) dataScroller "divide by zero" error should be changed to a "missing row attribute" error

2005-11-28 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-884?page=comments#action_12358714 ] Mike Kienenberger commented on MYFACES-884: --- Hmm. I thought I had submitted a patch to update the dataScroller docs when I had the same problem. I'll make sure t

[jira] Closed: (MYFACES-862) focus component

2005-11-28 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-862?page=all ] Mike Kienenberger closed MYFACES-862: - Fix Version: Nightly Resolution: Fixed Thanks, Rogerio. I've pulled over your example and other configuration file changes from the jsf-

[jira] Closed: (MYFACES-886) Problem with custom TreeModelListeners to DefaultTreeModel

2005-12-05 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-886?page=all ] Mike Kienenberger closed MYFACES-886: - Resolution: Invalid The error you're seeing is some kind of JSF RI configuration error. It doesn't have anything to do with Tomahawk nor would

[jira] Commented: (MYFACES-854) Problem w/ InputSuggestAjax popup suggestion list

2005-12-05 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-854?page=comments#action_12359345 ] Mike Kienenberger commented on MYFACES-854: --- Somehow lost the errors. 13:38:30.250 ERROR! [SocketListener0-0] org.apache.myfaces.component.html.util.MyFacesResourc

[jira] Commented: (MYFACES-854) Problem w/ InputSuggestAjax popup suggestion list

2005-12-05 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-854?page=comments#action_12359344 ] Mike Kienenberger commented on MYFACES-854: --- Chris, Can you confirm whether you're seeing errors like this when you first load the page? If so, does the problem

[jira] Updated: (MYFACES-854) Problem w/ InputSuggestAjax popup suggestion list

2005-12-05 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-854?page=all ] Mike Kienenberger updated MYFACES-854: -- Comment: was deleted > Problem w/ InputSuggestAjax popup suggestion list > - > > Key: MYFA

[jira] Commented: (MYFACES-854) Problem w/ InputSuggestAjax popup suggestion list

2005-12-05 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-854?page=comments#action_12359346 ] Mike Kienenberger commented on MYFACES-854: --- Ok. I can't seem to post the same errors errors into the web page. But if you have resource loading errors somewhat l

[jira] Commented: (MYFACES-854) Problem w/ InputSuggestAjax popup suggestion list

2005-12-05 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-854?page=comments#action_12359351 ] Mike Kienenberger commented on MYFACES-854: --- Sean, I guess it's possible. Try changing the first line of org.apache.myfaces.component.html.util.AddResource.serv

[jira] Closed: (MYFACES-918) View State is not encrypted

2005-12-08 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-918?page=all ] Mike Kienenberger closed MYFACES-918: - Resolution: Invalid First off, the 1.1 spec does not address encryption. Myfaces implements JSF 1.1, not JSF 1.2. Second, the 1.2 spec only

[jira] Commented: (MYFACES-921) NullPointerException using inputSuggestAjax with Facelets

2005-12-12 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-921?page=comments#action_12360216 ] Mike Kienenberger commented on MYFACES-921: --- I haven't looked at InputSuggestAjax, but my guess is that suggestedItemsMethod takes a method binding. You'll need

[jira] Closed: (MYFACES-921) NullPointerException using inputSuggestAjax with Facelets

2005-12-12 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-921?page=all ] Mike Kienenberger closed MYFACES-921: - Resolution: Invalid InputSuggestAjaxTag is pretty trivial. There's some code in there to create a MethodBinding, but that's it. You'll need

[jira] Closed: (MYFACES-954) does not work inside

2005-12-16 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-954?page=all ] Mike Kienenberger closed MYFACES-954: - Resolution: Invalid Unlikely to be a bug in dataList. I'm using the latest MyFaces with nearly identical code and it works fine for my applic

[jira] Commented: (MYFACES-853) commandLink not working inside dataList

2005-12-18 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-853?page=comments#action_12360767 ] Mike Kienenberger commented on MYFACES-853: --- It'd help if you'd post your t:saveState tag. Hopefully, you're using it on testService.entries or testService. You

[jira] Closed: (MYFACES-973) jsp:include tag does not pass parameters if using the ? sign in the page attribute

2005-12-23 Thread Mike Kienenberger (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-973?page=all ] Mike Kienenberger closed MYFACES-973: - Resolution: Invalid It is my understanding that jsp tags are processed by your container's jsp compiler and not by JSF. I doubt there's anyth

  1   2   3   4   5   6   >