[jira] Commented: (TOMAHAWK-706) body onload does not exist

2006-09-27 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-706?page=comments#action_12438049 ] Mario Ivankovits commented on TOMAHAWK-706: --- But just to be fair, you dont have to use dojo to simulate the onload, you can use the setTimeout(, 0)

[jira] Commented: (TOMAHAWK-623) RedirectTracker and RedirectTrackerRequestMapWrapper remove implementation

2006-09-19 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-623?page=comments#action_12435680 ] Mario Ivankovits commented on TOMAHAWK-623: --- Using the latest sandbox snapshot its removed by default, you have to reenable it by setting a specific

[jira] Resolved: (TOMAHAWK-623) RedirectTracker and RedirectTrackerRequestMapWrapper remove implementation

2006-09-19 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-623?page=all ] Mario Ivankovits resolved TOMAHAWK-623. --- Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed RedirectTracker and RedirectTrackerRequestMapWrapper remove implementation

[jira] Commented: (TOMAHAWK-503) Capture and restore saveState Beans and messages when using redirect navigation rule

2006-09-19 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-503?page=comments#action_12435682 ] Mario Ivankovits commented on TOMAHAWK-503: --- Yes, for the entire app as it is a context parameter, though, you can create whatever policy you want

[jira] Resolved: (TOMAHAWK-672) RedirectTrackerManager behavior must be disabled by default

2006-09-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-672?page=all ] Mario Ivankovits resolved TOMAHAWK-672. --- Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed Hi! I added a policy configuration to customize the data being saved between

[jira] Resolved: (TOMAHAWK-503) Capture and restore saveState Beans and messages when using redirect navigation rule

2006-09-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-503?page=all ] Mario Ivankovits resolved TOMAHAWK-503. --- Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed Hi! I added a policy configuration to customize the data being saved between

[jira] Commented: (TOMAHAWK-653) WebXmlParser.java doesn't appear to find entities declaired in web.xml correctly

2006-09-12 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-653?page=comments#action_12434098 ] Mario Ivankovits commented on TOMAHAWK-653: --- No, in your case it should fail anyway. t:document is required for the StreamingAddResource. Could you

[jira] Commented: (TOMAHAWK-502) HtmlBufferResponseWriterWrapper NoClassDefFoundError

2006-09-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-502?page=comments#action_12433340 ] Mario Ivankovits commented on TOMAHAWK-502: --- Please do not mix your problems in one jira issue, instead post on the user mailinglist. The both no

[jira] Resolved: (TOMAHAWK-502) HtmlBufferResponseWriterWrapper NoClassDefFoundError

2006-09-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-502?page=all ] Mario Ivankovits resolved TOMAHAWK-502. --- Resolution: Invalid HtmlBufferResponseWriterWrapper NoClassDefFoundError

[jira] Commented: (TOMAHAWK-653) WebXmlParser.java doesn't appear to find entities declaired in web.xml correctly

2006-09-01 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-653?page=comments#action_12432272 ] Mario Ivankovits commented on TOMAHAWK-653: --- Hi! But then it will fail with e.g. inputCalendar or any other component which requires javascript (or

[jira] Commented: (MYFACES-1310) IllegalStateException:Strict Servlet api:cannot call getOutputSteam() after getWriter() on Weblogic 8.1 sp 5

2006-08-31 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1310?page=comments#action_12431871 ] Mario Ivankovits commented on MYFACES-1310: --- sure, and there are good reasons to use the OutputStream at this place, else you cant deliver a binary

[jira] Commented: (MYFACES-1396) Too much escaping

2006-08-31 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1396?page=comments#action_12431881 ] Mario Ivankovits commented on MYFACES-1396: --- Is it possible to deliver the content as UTF-8? As far as I remember then no escaping of german umlauts

[jira] Commented: (VFS-78) DefaultFileMonitor does not register changes made on FTP FileObjects

2006-08-22 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-78?page=comments#action_12429632 ] Mario Ivankovits commented on VFS-78: - I'll have a look at it. Regarding the order of events. I think we never can guarantee the order of them. And you should

[jira] Deleted: (VFS-79) Cannot list children of HTTP folders

2006-08-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-79?page=all ] Mario Ivankovits deleted VFS-79: Cannot list children of HTTP folders Key: VFS-79 URL:

[jira] Deleted: (VFS-77) VFS cannot determine file type of root for FTP, prevents listing of children at root

2006-08-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-77?page=all ] Mario Ivankovits deleted VFS-77: VFS cannot determine file type of root for FTP, prevents listing of children at root

[jira] Commented: (TOMAHAWK-610) convertNumberAsBigDecimal converter

2006-08-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-610?page=comments#action_12429107 ] Mario Ivankovits commented on TOMAHAWK-610: --- In the sandbox there is a numberconverter which will automatically detect the required destination type

[jira] Closed: (VFS-79) Cannot list children of HTTP folders

2006-08-17 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-79?page=all ] Mario Ivankovits closed VFS-79. --- Resolution: Won't Fix Yep, unhappily the http filesystem do not support the getChildren method. System.err.println(can list children= +

[jira] Commented: (VFS-78) DefaultFileMonitor does not register changes made on FTP FileObjects

2006-08-16 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-78?page=comments#action_12428346 ] Mario Ivankovits commented on VFS-78: - The DefaultFileMonitor do not report renamings as renamings but as delete/create events. This is due to the polling nature

[jira] Resolved: (VFS-77) VFS cannot determine file type of root for FTP, prevents listing of children at root

2006-08-16 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-77?page=all ] Mario Ivankovits resolved VFS-77. - Fix Version/s: Nightly Builds Resolution: Fixed should be fixed now, please check it. Thanks! Ciao, Mario VFS cannot determine file type of root for

[jira] Closed: (VFS-77) VFS cannot determine file type of root for FTP, prevents listing of children at root

2006-08-16 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-77?page=all ] Mario Ivankovits closed VFS-77. --- VFS cannot determine file type of root for FTP, prevents listing of children at root

[jira] Commented: (TOMAHAWK-593) When i use StreamingAddResource and put calendar componente in tabbed panel, the css styles is not added

2006-08-11 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-593?page=comments#action_12427554 ] Mario Ivankovits commented on TOMAHAWK-593: --- I'll have a look at it after my vacation (which ends soon), though, I can do it only in an JSP

[jira] Commented: (VFS-77) VFS cannot determine file type of root for FTP, prevents listing of children at root

2006-08-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-77?page=comments#action_12426836 ] Mario Ivankovits commented on VFS-77: - Could you please try the next nightly, then the message Object didnt extend from AbstractFileObject. Object {0} should

[jira] Commented: (VFS-75) Impossible to pass test cases

2006-07-28 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-75?page=comments#action_12424023 ] Mario Ivankovits commented on VFS-75: - How do you start those test cases? Do you use maven? If you would like to start it from your IDE, please use the class

[jira] Resolved: (VFS-51) [TMP] Root dir for temp filesystem should be temp system dir by default

2006-07-27 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-51?page=all ] Mario Ivankovits resolved VFS-51. - Fix Version/s: Nightly Builds Resolution: Fixed Hi! It's fixed now. I also changed to honor the java.io.tmpdir system property, so it should work as

[jira] Closed: (VFS-51) [TMP] Root dir for temp filesystem should be temp system dir by default

2006-07-27 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-51?page=all ] Mario Ivankovits closed VFS-51. --- [TMP] Root dir for temp filesystem should be temp system dir by default --- Key:

[jira] Commented: (VFS-74) AbstractMethodError when using httpclient v3.0.1

2006-07-25 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-74?page=comments#action_12423323 ] Mario Ivankovits commented on VFS-74: - VFS is compiled using the rather old 2.0.2 version, as far as I remember, this is due to some incompatibilites with webdav.

[jira] Commented: (VFS-74) AbstractMethodError when using httpclient v3.0.1

2006-07-25 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-74?page=comments#action_12423420 ] Mario Ivankovits commented on VFS-74: - Thanks! :-) AbstractMethodError when using httpclient v3.0.1

[jira] Commented: (TOMAHAWK-565) inputHTML produces IE security warning about midex secure and unsecure items

2006-07-25 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-565?page=comments#action_12423284 ] Mario Ivankovits commented on TOMAHAWK-565: --- maybe changing this to javascript:false; as in inputCalendar should help inputHTML produces IE security

[jira] Resolved: (TOMAHAWK-565) inputHTML produces IE security warning about midex secure and unsecure items

2006-07-25 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-565?page=all ] Mario Ivankovits resolved TOMAHAWK-565. --- Fix Version/s: 1.1.5-SNAPSHOT Resolution: Fixed It should be fixed now, it would be great if you could check if it works. Thanks! Ciao,

[jira] Commented: (IO-86) Add FileFinder back into Commons IO

2006-07-23 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/IO-86?page=comments#action_12422927 ] Mario Ivankovits commented on IO-86: Hmmm ... I liked the idea to have a separate component like finder which can become a complicated piece of code. Later I

[jira] Updated: (TOMAHAWK-90) t:panelTabbedPane breaks commandLinks

2006-07-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-90?page=all ] Mario Ivankovits updated TOMAHAWK-90: - Status: Open (was: Patch Available) t:panelTabbedPane breaks commandLinks - Key:

[jira] Commented: (TOMAHAWK-514) Method not triggered by s:valueChangeNotifier

2006-07-06 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-514?page=comments#action_12419467 ] Mario Ivankovits commented on TOMAHAWK-514: --- Please check if ValueChangePhaseListener.afterPhase gets called. Do you use the MyFaces JSF impl or Suns JSF RI? In

[jira] Commented: (TOMAHAWK-514) Method not triggered by s:valueChangeNotifier

2006-07-06 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-514?page=comments#action_12419481 ] Mario Ivankovits commented on TOMAHAWK-514: --- Do you have a h:messages in your JSF view so that you can see any validation/converter message? It looks like JSF

[jira] Resolved: (TOMAHAWK-514) Method not triggered by s:valueChangeNotifier

2006-07-06 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-514?page=all ] Mario Ivankovits resolved TOMAHAWK-514: --- Resolution: Invalid Yes, thats the problem. A validation error prevents the model from being updated. The model_update phase will be

[jira] Commented: (TOMAHAWK-514) Method not triggered by s:valueChangeNotifier

2006-07-05 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-514?page=comments#action_12419275 ] Mario Ivankovits commented on TOMAHAWK-514: --- Do you use the updateActionListener tag on your page? If so, do it point to a property which holds a list/map ? For

[jira] Commented: (TOMAHAWK-511) Getting the Sandbox library

2006-07-04 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-511?page=comments#action_12419066 ] Mario Ivankovits commented on TOMAHAWK-511: --- I already suggested the nightly stuff, but it looks like, this is no option. Is there any error during/at the end of

[jira] Commented: (TOMAHAWK-511) Getting the Sandbox library

2006-07-04 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-511?page=comments#action_12419091 ] Mario Ivankovits commented on TOMAHAWK-511: --- The latest release is 1.1.3, the 1.1.4 branch is the upcoming release (so you can use this) on the trunk we work on

[jira] Resolved: (TOMAHAWK-511) Getting the Sandbox library

2006-07-04 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-511?page=all ] Mario Ivankovits resolved TOMAHAWK-511: --- Resolution: Fixed You are welcome, just, next time please use the mailing list instead of jira. Ciao, Mario Getting the Sandbox library

[jira] Commented: (TOMAHAWK-514) Method not triggered by s:valueChangeNotifier

2006-07-04 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-514?page=comments#action_12419117 ] Mario Ivankovits commented on TOMAHAWK-514: --- no, the lifecycle is its own element, just put it within faces-config. Method not triggered by

[jira] Commented: (TOMAHAWK-514) Method not triggered by s:valueChangeNotifier

2006-07-04 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-514?page=comments#action_12419130 ] Mario Ivankovits commented on TOMAHAWK-514: --- Thats too bad, I checked the sandbox example and there it works as expected. Maybe you are able to kick in a

[jira] Reopened: (MYFACES-1351) Another valueChangeListener gets called in addition to the correct one

2006-07-03 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1351?page=all ] Mario Ivankovits reopened MYFACES-1351: --- Another valueChangeListener gets called in addition to the correct one

[jira] Commented: (MYFACES-516) Capture and restore saveState Beans and messages when using redirect navigation rule

2006-06-22 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-516?page=comments#action_12417302 ] Mario Ivankovits commented on MYFACES-516: -- solved in tomahawk-sandbox (RedirectTracker) except for the param thing Capture and restore saveState Beans and

[jira] Commented: (TOMAHAWK-402) error message on popup, when using SSL

2006-06-22 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-402?page=comments#action_12417350 ] Mario Ivankovits commented on TOMAHAWK-402: --- At least the error message: This page contains both secure and nonsecure items. Do you want to display the nonsecure

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

2006-06-22 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-176?page=comments#action_12417353 ] Mario Ivankovits commented on TOMAHAWK-176: --- this should be fixed in tomahawk svn head now - cant close this issue due to missing version in jira I decided to

[jira] Resolved: (TOMAHAWK-416) Installing Tomahawk breaks jsf-ri commandLink and Button components

2006-06-13 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-416?page=all ] Mario Ivankovits resolved TOMAHAWK-416: --- Fix Version: 1.1.3 Resolution: Fixed disabled the dummyForm feature by default Installing Tomahawk breaks jsf-ri commandLink and

[jira] Resolved: (MYFACES-1171) Dont render clear_formName if not in MyFacesForm

2006-06-13 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1171?page=all ] Mario Ivankovits resolved MYFACES-1171: --- Fix Version: 1.1.3 Resolution: Fixed from my point of view we fixed this issue by disabling the dummyForm feature by default, so as

[jira] Commented: (MYFACES-1171) Dont render clear_formName if not in MyFacesForm

2006-06-13 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1171?page=comments#action_12416045 ] Mario Ivankovits commented on MYFACES-1171: --- But the t:commandLink cant work with anything else with myfaces-impl - and I dont see the badness of it, do all

[jira] Commented: (MYFACES-1171) Dont render clear_formName if not in MyFacesForm

2006-06-13 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1171?page=comments#action_12416057 ] Mario Ivankovits commented on MYFACES-1171: --- well, we can change our form handling to be RI compatible by using their namings and logic how to do it (I dont know

[jira] Commented: (MYFACES-949) New logging framework for MyFaces code

2006-06-12 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-949?page=comments#action_12415820 ] Mario Ivankovits commented on MYFACES-949: -- Simon, we still have a pain reagrding logging, no? If I recap correctly, its still not possible to reload a servlet

[jira] Resolved: (TOMAHAWK-462) valueChangeNotifier doesn't work properly in dataTables

2006-06-02 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-462?page=all ] Mario Ivankovits resolved TOMAHAWK-462: --- Fix Version: 1.1.4-SNAPSHOT Resolution: Fixed Ok, I think I got it. ValueChangeNotifier now saves and restores the rowIndex of all

[jira] Commented: (MYFACES-1167) No javascript with MyFaces Facelets

2006-05-31 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1167?page=comments#action_12414050 ] Mario Ivankovits commented on MYFACES-1167: --- using commandLink without form was always an enhancement of MyFaces and never worked with JSF-RI, though, the way we

[jira] Commented: (MYFACES-891) Broken number converter

2006-05-31 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-891?page=comments#action_12414090 ] Mario Ivankovits commented on MYFACES-891: -- I commited a number converter to tomahawk sandbox which will automatically convert the value to the beans expected type

[jira] Commented: (TOMAHAWK-402) error message on popup, when using SSL

2006-05-29 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-402?page=comments#action_12413740 ] Mario Ivankovits commented on TOMAHAWK-402: --- Sorry, I havent found the time to fix it, but - well - we have the same problem here, so you can be sure I WILL fix

[jira] Resolved: (VFS-50) Threading issue with AbstractFileSystem.fireEvent

2006-05-25 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-50?page=all ] Mario Ivankovits resolved VFS-50: - Fix Version: Nightly Builds Resolution: Fixed Assign To: Mario Ivankovits Well, this wasnt really a threading issue but a normal bug. Since every

[jira] Closed: (VFS-50) Threading issue with AbstractFileSystem.fireEvent

2006-05-25 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-50?page=all ] Mario Ivankovits closed VFS-50: --- Threading issue with AbstractFileSystem.fireEvent - Key: VFS-50 URL:

[jira] Resolved: (MYFACES-1308) org.apache.myfaces.shared.util._ComponentUtils.findNestingForm() needs to support af:form

2006-05-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1308?page=all ] Mario Ivankovits resolved MYFACES-1308: --- Fix Version: 1.1.4-SNAPSHOT Resolution: Fixed Ok, I think I got it. Unhappily I have no ADF around, could you please check. Thanks!

[jira] Commented: (TOMAHAWK-416) Installing Tomahawk breaks jsf-ri commandLink and Button components

2006-05-17 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-416?page=comments#action_12412100 ] Mario Ivankovits commented on TOMAHAWK-416: --- It should be sufficient to comment renderer component-familyjavax.faces.Command/component-family

[jira] Commented: (TOMAHAWK-416) Installing Tomahawk breaks jsf-ri commandLink and Button components

2006-05-17 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-416?page=comments#action_12412102 ] Mario Ivankovits commented on TOMAHAWK-416: --- please lets discuss possible solutions to still have a dummyForm functionality even with RI on myfaces-dev. Topic:

[jira] Assigned: (VFS-43) [vfs] Services

2006-05-16 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-43?page=all ] Mario Ivankovits reassigned VFS-43: --- Assign To: Mario Ivankovits [vfs] Services -- Key: VFS-43 URL: http://issues.apache.org/jira/browse/VFS-43 Project:

[jira] Commented: (VFS-43) [vfs] Services

2006-05-16 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/VFS-43?page=comments#action_12412035 ] Mario Ivankovits commented on VFS-43: - Renamed services to operations. The svn stuff has to wait until I figured out what to do with their license, but will do now. Again,

[jira] Commented: (TOMAHAWK-416) Installing Tomahawk breaks jsf-ri commandLink and Button components

2006-05-16 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-416?page=comments#action_12412030 ] Mario Ivankovits commented on TOMAHAWK-416: --- Unhappily the only chance I see is to remove the commandLink and commandButton renderer from tomahawks

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

2006-05-15 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1294?page=comments#action_12402405 ] Mario Ivankovits commented on MYFACES-1294: --- So are you sure the extension filter isnt called? In the full stack trace, isnt there a hint to the ExtensionsFilter?

[jira] Resolved: (TOMAHAWK-431) DocumentHead and DocumentBody define wrong default renderer types

2006-05-11 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-431?page=all ] Mario Ivankovits resolved TOMAHAWK-431: --- Fix Version: 1.1.3-SNAPSHOT Resolution: Fixed Thanks for pointing it out! Its fixed in svn head now. DocumentHead and DocumentBody

[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

[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,

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

2006-05-02 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1296?page=comments#action_12377372 ] Mario Ivankovits commented on MYFACES-1296: --- This should be fixed in myfaces-core head (per 28.4.2006), could you please check it. With the lowered

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

2006-04-28 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-250?page=all ] Mario Ivankovits updated TOMAHAWK-250: -- Status: Resolved (was: Patch Available) Resolution: Fixed Sharath, thanks for this great component! As discussed with Sharath Reddy I

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

2006-04-28 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-250?page=comments#action_12377003 ] Mario Ivankovits commented on TOMAHAWK-250: --- reverted patch in repository. BTW: Why is it me, that I always get the complicated stuff :-( New 'Outlook Menu'

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

2006-04-28 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-250?page=comments#action_12377007 ] Mario Ivankovits commented on TOMAHAWK-250: --- sharath, in the meantime please check the collapsible.diff by applying it to your local repository (maybe you have

[jira] Commented: (TOMAHAWK-396) InputParam component maps a parameter from the request to a managed bean property.

2006-04-27 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-396?page=comments#action_12376876 ] Mario Ivankovits commented on TOMAHAWK-396: --- This comonent isnt meant as a replacement nor a competitor to updateActionListener, but as a way how to deal with

[jira] Resolved: (TOMAHAWK-266) Master-detail example not working

2006-04-21 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-266?page=all ] Mario Ivankovits resolved TOMAHAWK-266: --- Resolution: Fixed added attribute ID to country and fixed updateActionListener in masterDetail.jsf couldnt reproduce a failure in the

[jira] Commented: (TOMAHAWK-266) Master-detail example not working

2006-04-21 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-266?page=comments#action_12375616 ] Mario Ivankovits commented on TOMAHAWK-266: --- Hi! I exploded myfaces-example-simple-1.1.2-SNAPSHOT.war and pointed my tomcat to it. All the above described

[jira] Commented: (TOMAHAWK-266) Master-detail example not working

2006-04-21 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-266?page=comments#action_12375625 ] Mario Ivankovits commented on TOMAHAWK-266: --- I replaced the non existent BigDecimal constructor by BigDecimal.valueOf, so it should be jdk1.4 compatible

[jira] Resolved: (TOMAHAWK-266) Master-detail example not working

2006-04-21 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-266?page=all ] Mario Ivankovits resolved TOMAHAWK-266: --- Resolution: Fixed Master-detail example not working - Key: TOMAHAWK-266 URL:

[jira] Resolved: (TOMAHAWK-245) 500 code in simple examples for tree

2006-04-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-245?page=all ] Mario Ivankovits resolved TOMAHAWK-245: --- Fix Version: 1.1.3-SNAPSHOT Resolution: Fixed 500 code in simple examples for tree

[jira] Closed: (TOMAHAWK-245) 500 code in simple examples for tree

2006-04-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-245?page=all ] Mario Ivankovits closed TOMAHAWK-245: - 500 code in simple examples for tree Key: TOMAHAWK-245 URL:

[jira] Closed: (TOMAHAWK-246) 500 code in simple examples for panelStack

2006-04-18 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-246?page=all ] Mario Ivankovits closed TOMAHAWK-246: - Fix Version: 1.1.3-SNAPSHOT Resolution: Fixed 500 code in simple examples for panelStack --

[jira] Resolved: (TOMAHAWK-257) tomahawk xml parser: Ignored element 'servlet-name' as child of 'filter-mapping'.

2006-04-14 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-257?page=all ] Mario Ivankovits resolved TOMAHAWK-257: --- Fix Version: 1.1.2-SNAPSHOT Resolution: Fixed yes, it was just a warning without any further effect, though, I found another (real)

[jira] Closed: (TOMAHAWK-257) tomahawk xml parser: Ignored element 'servlet-name' as child of 'filter-mapping'.

2006-04-14 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-257?page=all ] Mario Ivankovits closed TOMAHAWK-257: - tomahawk xml parser: Ignored element 'servlet-name' as child of 'filter-mapping'.

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

2006-04-13 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-250?page=comments#action_12374327 ] Mario Ivankovits commented on TOMAHAWK-250: --- Adapted from the original component developed by Kevin Le (http://pragmaticobjects.com) does this mean you copied

[jira] Commented: (MYFACES-1281) Unable to write and restore serialized views

2006-04-13 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1281?page=comments#action_12374380 ] Mario Ivankovits commented on MYFACES-1281: --- I'll have a look at it now - even if I am not a serialized view expert ;-) Unable to write and restore serialized

[jira] Commented: (MYFACES-1281) Unable to write and restore serialized views

2006-04-13 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1281?page=comments#action_12374388 ] Mario Ivankovits commented on MYFACES-1281: --- Ok, looks like I got it. It already falls back to the sessionmap if the sequence cant be found in the request, the

[jira] Resolved: (MYFACES-1259) login page commandLink error -- default AutoScroll setting depends on Tomahawk

2006-04-12 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1259?page=all ] Mario Ivankovits resolved MYFACES-1259: --- Resolution: Fixed Now its fixed on the share branch too. Could someone please test it. Thanks! login page commandLink error -- default

[jira] Closed: (MYFACES-1259) login page commandLink error -- default AutoScroll setting depends on Tomahawk

2006-04-12 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1259?page=all ] Mario Ivankovits closed MYFACES-1259: - login page commandLink error -- default AutoScroll setting depends on Tomahawk

[jira] Resolved: (TOMAHAWK-242) AddResourceFactory throws Exception

2006-04-11 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-242?page=all ] Mario Ivankovits resolved TOMAHAWK-242: --- Resolution: Fixed Should be fixed now! Thanks for reporting it! AddResourceFactory throws Exception ---

[jira] Closed: (TOMAHAWK-242) AddResourceFactory throws Exception

2006-04-11 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-242?page=all ] Mario Ivankovits closed TOMAHAWK-242: - AddResourceFactory throws Exception --- Key: TOMAHAWK-242 URL:

[jira] Commented: (MYFACES-1259) login page commandLink error -- default AutoScroll setting depends on Tomahawk

2006-04-11 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1259?page=comments#action_12374096 ] Mario Ivankovits commented on MYFACES-1259: --- We need to update the documentation. I dont know when this changed and who it was, but the ExtensionsFilter is

[jira] Commented: (MYFACES-1259) login page commandLink error -- default AutoScroll setting depends on Tomahawk

2006-04-11 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1259?page=comments#action_12374097 ] Mario Ivankovits commented on MYFACES-1259: --- BTW: Dont forget you have to configure the ExtensionsFilter to cover your JSF mapping too e.g. filter-mapping

[jira] Resolved: (MYFACES-1259) login page commandLink error -- default AutoScroll setting depends on Tomahawk

2006-04-11 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1259?page=all ] Mario Ivankovits resolved MYFACES-1259: --- Resolution: Fixed Tomahawk features are automatically disabled now if tomahawk.jar is not available. login page commandLink error --

[jira] Closed: (MYFACES-1259) login page commandLink error -- default AutoScroll setting depends on Tomahawk

2006-04-11 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1259?page=all ] Mario Ivankovits closed MYFACES-1259: - Please comment on this ticket if there are still problems login page commandLink error -- default AutoScroll setting depends on Tomahawk

[jira] Resolved: (MYFACES-1167) No javascript with MyFaces Facelets

2006-03-12 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1167?page=all ] Mario Ivankovits resolved MYFACES-1167: --- Resolution: Fixed Its fixed in svn head now. You have to have the tomahawk.jar in your classpath as this functionality is now exclusively

[jira] Closed: (MYFACES-1167) No javascript with MyFaces Facelets

2006-03-12 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1167?page=all ] Mario Ivankovits closed MYFACES-1167: - No javascript with MyFaces Facelets - Key: MYFACES-1167 URL:

[jira] Commented: (MYFACES-1143) InputSuggestAjax does not handle and correctly

2006-03-08 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1143?page=comments#action_12369464 ] Mario Ivankovits commented on MYFACES-1143: --- could you please double check if there is any old myfaces library in your classpath e.g myfaces-common which is

[jira] Updated: (MYFACES-334) aliasbean and alias usage in binding

2006-03-07 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-334?page=all ] Mario Ivankovits updated MYFACES-334: - Resolution: Fixed aliasbean and alias usage in binding Key: MYFACES-334 URL:

[jira] Closed: (MYFACES-334) aliasbean and alias usage in binding

2006-03-07 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-334?page=all ] Mario Ivankovits closed MYFACES-334: aliasbean and alias usage in binding Key: MYFACES-334 URL:

[jira] Commented: (TOMAHAWK-170) The footer facet for the t:dataTable is not rendered

2006-03-02 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-170?page=comments#action_12368467 ] Mario Ivankovits commented on TOMAHAWK-170: --- Do you mean the column footers? I've changed something in this area to suppress rendering if all facets have

[jira] Resolved: (TOMAHAWK-62) Impossible to hide footer in dataTable

2006-02-25 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-62?page=all ] Mario Ivankovits resolved TOMAHAWK-62: -- Resolution: Fixed now if all facet within the header (or footer) have rendered=false (also throug binding) the header (or footer) wont be

[jira] Closed: (TOMAHAWK-62) Impossible to hide footer in dataTable

2006-02-25 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-62?page=all ] Mario Ivankovits closed TOMAHAWK-62: Impossible to hide footer in dataTable -- Key: TOMAHAWK-62 URL:

[jira] Reopened: (MYFACES-334) aliasbean and alias usage in binding

2006-02-24 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-334?page=all ] Mario Ivankovits reopened MYFACES-334: -- Assign To: Mario Ivankovits aliasbean and alias usage in binding Key: MYFACES-334

[jira] Reopened: (MYFACES-1127) Non-null return types allowed for @actionListener

2006-02-22 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1127?page=all ] Mario Ivankovits reopened MYFACES-1127: --- current solution didnt work if you reference the *listener through the var= attribute (e.g. within an datatable) Non-null return types

<    1   2   3   4   5   >