DummyForm stuff

2006-05-16 Thread Mario Ivankovits
Hi! As you might know I moved the dummyForm stuff out of shared to tomahawk due to some problems we had with it after introducing the shared_* stuff. To still have the same functionality I installed the custom renderers (for commandLink/commandButton) in tomahawks faces-config.xml Now it turns

[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

Re: JSF 1.2 [was: Cancelled: JavaOne MyFaces Committers/Contributors meeting]

2006-05-12 Thread Mario Ivankovits
Hi! Dennis, I don't think that a vote is necessary now. Just get the jsf 1.2 stuff up and working (EL, TCK, ...). We will do the vote as soon as we are ready to merge the new code down to the trunk. How long do we think this might take? We should be aware that we have to do bug fixing on two

[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

Re: my faces 1.1.3 questions

2006-05-09 Thread Mario Ivankovits
Hi Linda! but my japasper report for PDF and Excel format don't work any more, H. Do you set the contentType on the response? e.g. to application/pdf for pdf. That way the extensionsFilter should not try to parse the binary output and it should work again. Report file

dataScroller on TOP of dataTable

2006-05-05 Thread Mario Ivankovits
Hi! Currently it is not possible to put the datascroller on TOP of a table. e.g. t:dataScroller /t:dataScroller h:dataTable ... The reason is, that the dataScroller will always see the previous dataModel due to the caching of the model in UIData. This cache will be cleared in UIData's

Re: dataScroller on TOP of dataTable

2006-05-05 Thread Mario Ivankovits
Hi Greg! t:dataTable f:facet name=header t:dataScroller [snip] Worked for me. Yes, I know that this will work, but I wont use the header/footer for this. I'll say this is a workaround. Ciao, Mario

Re: Summer of Code

2006-05-04 Thread Mario Ivankovits
Hi Alexander! But more interesting task is to extract data straight from the business layer. Data can come not only from RDBMS, but from web-services or other place. I've been thinking that we can provide access to data model for UI through general interface like extended Maps and Lists. Add

Re: Summer of Code

2006-05-04 Thread Mario Ivankovits
Hi Martin! there is nothing to be said against taking on Alexander for a SoC project with his proposal, and then together decide on how much of this fits into Faces Freeway, and let Alexander adopt the rest. what do you think? Yes, for sure, thats what I wanted :-) Ciao, Mario

Re: Summer of Code

2006-05-03 Thread Mario Ivankovits
Hi! I developed Faces Freeway to archive this dynamic generation: http://facesfreeway.l3x.net/sample.html The samples are not up to date, much more can be done already. For those wanting to browse the source code: http://facesfreeway.l3x.net/xref/index.html It extracts metadata from your entites

Re: Summer of Code

2006-05-03 Thread Mario Ivankovits
Hi! http://facesfreeway.l3x.net/xref/index.html The xref is not up-to-date, please use the svn http://l3x.net/svn/facesfreeway/trunk/ to skim through the source. Ciao, Mario

Re: [VOTE] Release MyFaces Core 1.1.3

2006-05-03 Thread Mario Ivankovits
Hi Sean! Pssst ... what's the work around? See the JIRA issue. Use client side state saving this is a workaround - even if not an adequate one as - depending on the rest of the configuration - a change to client side state saving must not necessarily work. or [change]

[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

Re: [VOTE] Release MyFaces Core 1.1.3

2006-05-02 Thread Mario Ivankovits
Hi Sean! I know, you'll start to hate me, but today a serious problem come up which I already fixed at 28.4.2006 but committed it only to head and not the branch. I posted a question on the developer list about this fix, but no one answered and so I lost track of it. This bug will happen if one

Re: [VOTE] Release MyFaces Core 1.1.3

2006-05-02 Thread Mario Ivankovits
Hi! Shall I merge this fix up now? head works fine for me +1 for merge Ok, I am short of time today, so I didn't wait about any additional vote. Its merged-up now, feel free to revert if you didnt like this fix/workaround. Ciao, Mario

Re: [important] 1.5 in core

2006-05-01 Thread Mario Ivankovits
Hi! This is holding up the release because of a method not found error. I am running low on time right now so I would appreciate it if others can look into this also. Which package? Shared or core? I agree, this should be fixed ASAP. I will try to find time tomorrow but its better if

Re: AJAX functionality in MyFaces

2006-04-29 Thread Mario Ivankovits
Hi! If we rely on our affectedAjaxComponent approach (seeking comp and calling methods on it) we are little bit restricted in coding. If this mean that we can update only one component per request, then I would like to see to at least extends this approach. Beside the fact that a component

custom error page in tomahawk samples - view the real cause

2006-04-29 Thread Mario Ivankovits
Hi (Martin)! I added stuff so that we are able to show the real exception in an custom error page instead of the generic ServletException. You can configure such an custom error page in your web.xml (but for sure, you all know this) I did this for our tomahawk-samples. The custom page is named

Re: enhancements to form and command* components

2006-04-28 Thread Mario Ivankovits
Hi Martin! just for me to clarify this for myself - if we trod down the path proposed by Adam, how do we get out of a conversation again? Yes, this is something which come into my mind too. Its always the same, you can create a conversationTag without too much hassle, and then such a detail

[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

Problems with JSPStateManagerImpl and serialized views

2006-04-28 Thread Mario Ivankovits
Hi! In JSPStateManagerImpl NPEs might happen (I think in conjunction with DummyForm) if SerializedViewCollection.add will be called more than once per page. Which is a documented behaviour in DummyFormUtils. The reason is, that the _keys list will contain the same key more than once than, now,

[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

Re: enhancements to form and command* components

2006-04-27 Thread Mario Ivankovits
Hi Martin! we'll have one, or even two volunteers for this ;). Ok - so - where are they ;-) Ciao, Mario

Re: AW: enhancements to form and command* components

2006-04-27 Thread Mario Ivankovits
Thomas Obereder schrieb: I'm a volunteer for implementing this. Great, thanks! Ciao, Mario

Re: enhancements to form and command* components

2006-04-27 Thread Mario Ivankovits
Hi! The way I've implemented this sort of thing - getting request parameters onto URLs pointing to JSF URLs - is by hooking ViewHandler.getActionURL(). Would this work for this scenario? Good point, sure this might work too for the current scenario. But then, in case of forms, they are

Re: enhancements to form and command* components

2006-04-27 Thread Mario Ivankovits
Hi! I don't see that as a major problem, but it's simple to fix if it is. Just parse the URL in the FormRenderer and extract query parameters in it into hidden values. I wrote some code a few years ago that did just that. So we still have a renderer replacement? Than the advantage of your

Re: enhancements to form and command* components

2006-04-27 Thread Mario Ivankovits
Adam Winer schrieb: So we still have a renderer replacement? Than the advantage of your solution is lost. No, it's not lost: first up, I think that could be done right in FormRendererBase without any portability. Even if you didn't do that, one tweak to form is far, far better han

[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

enhancements to form and command* components

2006-04-26 Thread Mario Ivankovits
Hi! For the upcoming conversation tag I need some enhancements to the form, commandLink, commandButton and outputLink components. Also a redirect should be catched (through a responseWrapper in ExtensionsFilter). The requirement is to provide a way to globally add request parameters to these

Re: Tomahawk Release: One bug to fix before voting

2006-04-21 Thread Mario Ivankovits
/mwessendorf mwessendorf-at-gmail-dot-com -- mfg Mario Ivankovits - OPS EDV Vertriebsges.m.b.H. Software Engineering Michael-Bernhard-Gasse 10, A-1120 Wien Tel.: +43-1-8938810 Fax: +43-1-8938810/3700 E-Mail: [EMAIL PROTECTED] Skype: mario_ivankovits

[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

Re: Tomahawk Release: One bug to fix before voting

2006-04-21 Thread Mario Ivankovits
Hi! Figured out one issue regarding some Tree2 pages tree2.jsf renders, but clicking on a document I get this messasge snip java.lang.IllegalStateException: facet already has a child associated. current component id: foo:clientTree:0:1:t2x I already fixed it in myfaces-api head on

Re: Tomahawk Release: One bug to fix before voting

2006-04-21 Thread Mario Ivankovits
Hi Sean! Is this fixed in the branch as well? Which branch? tomahawk? This is a bug in myfaces-api! So we cant fix it in tomahawk. Sorry! Ciao, Mario

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

[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: http

Re: [VOTE] Release Tomahawk 1.1.2

2006-04-21 Thread Mario Ivankovits
Hi! This is a vote to release Tomahawk 1.1.2 (and its dependencies: MyFaces Shared 2.0.1 and MyFaces Maven 1.0.2.) +1 There is a non-trivial issue (TOMAHAWK-373) but this requires another core release. I think the best thing to do is to release tomahawk with this problem and quickly

Re: Ideas, Ideas!

2006-04-19 Thread Mario Ivankovits
Werner Punz schrieb: A seam like conversation system as tag +infinite a seam-less ejb3 opensessioninconversation filter built upon the conversation system +infinite :-D Ciao, Mario

Re: JIRA Issues TOMAHAWK-245 and 246

2006-04-18 Thread Mario Ivankovits
Hi! Sorry for jumping in that lately, but ... So DummyFormUtils has to move from tomahawk to shared or at least two components will not work in the release ? dummyFormUtils triggered my brain ;-) I refactored all the stuff from shared to tomahawk, so - please do not refactor DummyForm

Re: JIRA Issues TOMAHAWK-245 and 246

2006-04-18 Thread Mario Ivankovits
Dennis Byrne schrieb: Do you just want to take these two issues then? It looks like TreeTable has the same problem as well BTW. Got them. Ciao, Mario

[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: http://issues.apache.org

[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

Re: Tomahawk-250: New Outlook-style component

2006-04-18 Thread Mario Ivankovits
Hi! I have fulfilled all the license obligations and also implemented your suggestion of using 'NavigationMenuItem' for the dynamic configuration. Please let me know if there are any more issues... Thanks! I'll have a look at is soon. Ciao, Mario

Re: idea regarding components

2006-04-18 Thread Mario Ivankovits
Hi Werner! Jesse Alexander (KSFD 121) schrieb: Do you mean replicating the tomahawk-components or different components under the tomahawk-sign? Different components, I have had this idea for some time now. Sorry, I dont like this idea. I dont know, why you think facelets are

Re: Refactoring tomahawk source

2006-04-18 Thread Mario Ivankovits
Hi! I was referring to the problems the user have with old libs in their directories - with a clear package name in the game, we could more easily find out where the problems are. But I can wait until after the release, sure. On the other hand we have to decide which burden we can put on

Re: idea regarding components

2006-04-18 Thread Mario Ivankovits
Hi! I dont know, why you think facelets are speedier. They use exactly the same renderer class, no? Actually they are faster, but that is not my point, my point was to enable easier component editing and having a good set of components built upon an easier component tech. For sure,

Re: [al] license question [was [jira] Commented: (TOMAHAWK-250) New 'Outlook Menu' type component for Sandbox]

2006-04-17 Thread Mario Ivankovits
Dennis Byrne schrieb: So what do you mean by add the license to the licenses section? There is a licenses dir under src/main/resources/ for most projects. Oh, I see, wasnt aware that this is allows, tough, even better :-) Thanks! Ciao, Mario

Re: [al] license question [was [jira] Commented: (TOMAHAWK-250) New 'Outlook Menu' type component for Sandbox]

2006-04-16 Thread Mario Ivankovits
Hi Martin, welcome back - hope you had a nice vacation :-) we can just add the license to the licenses section of sandbox, should be ok. Apache do not allow to have anything else then ASF license in their repositories, no? And only a handful of licenses (out of my brain its only BSD) are

Re: [PROPOSAL] Future Releases

2006-04-15 Thread Mario Ivankovits
Sean, 1.) Branch tomahawk now (even before the core vote is finalized.) This requires to branch share too, tomahawk head already requires stuff from shared head which is not in the 2.0.0 release. I already expressed my thoughts about this in another post: Every time we release core or

Re: [PROPOSAL] Future Releases

2006-04-15 Thread Mario Ivankovits
Hi! I still think we always need to branch before a release so we make sure that no last minute problems are created by all of the ongoing work. Yes this is still required, my hope is we manage to shrink the release cycle from weeks to a handful days. --- Mario

Re: [VOTE] Release MyFaces-Core 1.1.2

2006-04-15 Thread Mario Ivankovits
Hi! +0 Why do we bundle the dependencies too? Shouldnt we take them as provided? And do we have permission to bundle jstl? Ciao, Mario

[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

Re: ADD_RESOURCE_CLASS doesn't output default value in warning

2006-04-14 Thread Mario Ivankovits
Hi Mike, Hey Mario. I notice that ADD_RESOURCE_CLASS doesn't output the default value in the warning like CHECK_EXTENSIONS_FILTER does. Instead it outputs a class name. Well, ADD_RESOURCE_CLASS outputs its default value. This value indeed is the FQN of the class handling the resources.

[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

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

2006-04-13 Thread Mario Ivankovits
sharath reddy schrieb: Ok, I see that NavigationMenuItems already has a List attribute. I could probably use this. I can submit a patch. Great! BTW, below is the license from the original files. I am sorry if I seem to be a bit naive about license issues No problem, licensing stuff is

Re: default AutoScroll setting depends on Tomahawk

2006-04-13 Thread Mario Ivankovits
Hi Lyon! You never got back to me on this. Yes, sorry! What do you think? I am willing to help add this functionality to the sandbox focus component if that is where you think it should go but I think it should go with the auto-scrolling stuff for accessibility reasons (i.e. no mouse). I

[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

Re: [IMPORTANT] Major blocker issue: MYFACES-1281

2006-04-13 Thread Mario Ivankovits
Hi! What about Mario's fix 2 hours ago? (see Jira) :-D I dont know which date jira shows, but I patched it for about half an hour ago. I already told Sean about it and he prepares a new TCK test cycle. Ciao, Mario

Re: Core 1.1.2 Branch - Incorrect Dependency?

2006-04-13 Thread Mario Ivankovits
Hi! Now that everything has been merged down I think this branch should be killed. Any objections? My last patch is not merged down, shall I commit it there? Ciao, Mario

Re: Core 1.1.2 Branch - Incorrect Dependency?

2006-04-13 Thread Mario Ivankovits
Oh, you didnt mean shared, sorry, I'll stop computing for today ;-) --- Mario Now that everything has been merged down I think this branch should be killed. Any objections? My last patch is not merged down, shall I commit it there? Ciao, Mario

Re: default AutoScroll setting depends on Tomahawk

2006-04-12 Thread Mario Ivankovits
Hi Sean! No - its in shared. And no - I cant add it to the branch as there are already additions for tomahawk in the same class. Are we talking about r393309? If so this looks pretty self-contained. Its not immediately obvious to me why this revision can't be added to the branch

[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

Re: default AutoScroll setting depends on Tomahawk

2006-04-12 Thread Mario Ivankovits
Hi You seem like the person to approve the patch I wrote for auto-focus. Sorry for being ignorant, but whats the value for the user to have the focus reset on the last action component? Could you please explain this a little bit for me. If, I would like to have the focus set on the first

[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: http://issues.apache.org

[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

[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

Re: default AutoScroll setting depends on Tomahawk

2006-04-11 Thread Mario Ivankovits
Mike Kienenberger schrieb: On 4/11/06, Mario Ivankovits (JIRA) dev@myfaces.apache.org wrote: We need to update the documentation. I dont know when this changed and who it was, but the ExtensionsFilter is required to add the javascript required by myfaces e.g. to handle the scrolling stuff

Re: default AutoScroll setting depends on Tomahawk

2006-04-11 Thread Mario Ivankovits
Hi! On 4/11/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Ok, so I'll check if the ExtensionsFilter is available (its part of tomahawk) - and if not, this feature is disabled (and a warning logged). If this is sufficient, I'll give that a try. If we're planning on keeping

Re: default AutoScroll setting depends on Tomahawk

2006-04-11 Thread Mario Ivankovits
Hi! It looks like this solution works with myfaces head, have to take a look how to get it into the branch too. I think Sean is going to make a new branch tonight so you won't have to worry about it if you get it in before then. Ok, so its committed now. I hope I havent overlooked

[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

Re: default AutoScroll setting depends on Tomahawk

2006-04-11 Thread Mario Ivankovits
Hi Sean! I think Sean is going to make a new branch tonight so you won't have to worry about it if you get it in before then. Is this a core change? If so it should go on the *existing* branch (and not the trunk.) If its on the trunk please back it out so I can merge down from the

shared branch and tomahawk head

2006-04-10 Thread Mario Ivankovits
Hi! I made some additions to shared required by tomahawk. Now, as soon as I commit them, its no longer possible to build tomahawk head against shared branch. I know, there is shared_impl and shared_tomahawk made exactly to avoid this conflict - but it works only at runtime - not at compile time

Re: shared branch and tomahawk head

2006-04-10 Thread Mario Ivankovits
Hi! I made some additions to shared required by tomahawk. Now, as soon as I commit them, its no longer possible to build tomahawk head against shared branch. Why are you doing this? You should be building tomahawk trunk against the shared trunk. Am I missing something here? In

Re: RESTful JSF

2006-04-07 Thread Mario Ivankovits
Hi! what would be the representation used for a date/long/double in a string? Can we look into the xsd definition for that? Would an xsd type representation converter be a good solution for this? No need to do anything special other then fixate the locale/encoding used (configureable

Re: Problem with Pre-Release 1.1.2

2006-04-07 Thread Mario Ivankovits
Hi! But when starting up the Application and visit the first JSF-Page I get the following Exception: javax.servlet.ServletException: ExtensionsFilter not correctly configured. Wo-ow - did this make it into the branch? I thought I checked it in AFTER the branch - or do you use myfaces

Re: [Myfaces Wiki] Update of MyFacesExtensionsFilter by MarioIvankovits

2006-04-07 Thread Mario Ivankovits
Hi! http://myfaces.apache.org/tomahawk/extensionsFilter.html Thanks alot, I searched a page but didnt find it - shame on me - I'll change it. Ciao, Mario

Re: what's up with HEAD?

2006-04-06 Thread Mario Ivankovits
Hi! I'm getting compiler errors when trying 'mvn install' with a clean checkout of the HEAD revision of myfaces. The method isCheckExtensionsFilter is in the MyfacesConfig class however, so I can't immediately figure out how to solve this. There must be something wrong with your maven. Maybe

Re: RESTful JSF

2006-04-06 Thread Mario Ivankovits
Hi! Forgive me if this has already been brought up, but what about URIs 255 chars? This is why I proposed to route the real link generation through some sort of interface. That way we can provide a service like TinyURL - so the url size is no longer a problem here. Since even a long url

Re: RESTful JSF

2006-04-06 Thread Mario Ivankovits
Its more what do the http spec say about URI size limits - and how long might it take to have browsers with higher limits spread out. rfc 2616 only *warns* about the 255 limit, and places no limit on the protocol itself, leaving this up to the server or any intermediary. I don't

Re: RESTful JSF

2006-04-06 Thread Mario Ivankovits
Martin, John (I think) suggested to do it in the navigation rules of the faces-config.xml, but there it will be implementation specific, except you get it in the spec. With some tricks we might get this in in an custom NavigationHandler, no? Ciao, Mario

Re: RESTful JSF

2006-04-06 Thread Mario Ivankovits
Hi Martin! the navigation handler doesn't read in the configuration. Reading in the configuration is implementation specific, AFAIK. since it works only with redirect only maybe this hack might do it: public void handleNavigation(final FacesContext facesContext, String fromAction,

Re: svn commit: r391951 - FishEyeList

2006-04-06 Thread Mario Ivankovits
Hi Jurgen, +public class HtmlFishEyeList extends HtmlPanelGroup I am not sure which direction you would want to go with this toolbar, but maybe you can reuse parts of the tomahawk.navmenu framework? At least it might be great to use NavigationMenuItem for configuration. Just my 2ct. Ciao,

Re: RESTful JSF

2006-04-06 Thread Mario Ivankovits
Hi! Just to make sure we talk about the same. We have the place where we create a bookmarkable link - which can be the NavigationHandler - and we have the place where we have to process the incoming get parameters. You can either put that metadata in the view - where it doesn't fit well - or

Re: RESTful JSF

2006-04-06 Thread Mario Ivankovits
Hi! Well, you definitely need some validation. I'm not positive that JSF converters are totally the right way to go, because (generally) converters are Locale dependent and user-readable - whereas URL parameters must be Locale independent. Thats a good point, but ... EL coercion is more

Re: RESTful JSF

2006-04-06 Thread Mario Ivankovits
[EMAIL PROTECTED] schrieb: From experimenting with going stateless in JSF, and Adam's work on state saving deltas, we allow the view to be created up front with Facelets-- from file-- fresh on a request. So even without any viewstate passed, you basically get a snapshot of the same,

Re: RESTful JSF

2006-04-05 Thread Mario Ivankovits
Hi! 3) create a new component, which takes the values out of the request, and reapplies them either to another component, or the managed bean. It could look much like the aliasBean today. Ok, finally I think this is not that bad idea :-) It defines the possibilities within the view (which is

Re: RESTful JSF

2006-04-05 Thread Mario Ivankovits
Hi! Why do we need a component to take values out of the request and apply them to a managed bean? JSF managed-beans can do this right now without putting anything in the component tree. As the example shows, it allows us to attach converter and validators. Not every property of a managed

Re: Context configuration parameter name

2006-04-03 Thread Mario Ivankovits
Craig McClanahan wrote: Personally, I can't see this issue being a useful place to become pedantic :-). Sure, you are right, but on the other hand this can easily be solved and so I'll propose to change it. It looks more professional if we have a clean way - the configuration is one of the

Re: build broken

2006-04-02 Thread Mario Ivankovits
BTW - why didn't continuum catch this? It was in for a couble of hours, so maybe continuum didnt run in the meantime (given your mail time something around 3 hours ) --- Mario

Re: build broken

2006-04-02 Thread Mario Ivankovits
I got this build error on a clean co of current. OK guys ;) No 1.5 stuff in core until JSF 1.2 ;) Ooops, sorry. Shoudnt use 1.5 for development ... damn newbie fault :-( I've seen you already fixed it. Thanks! Ciao, Mario

Context configuration parameter name

2006-04-02 Thread Mario Ivankovits
Hi! I dont want to be an asshole - so sorry in advance :-) -, but maybe we should find a standard how to name our context configuration parameter names. In the past we had the scheme org.apache.myfaces.X where is upper case only. Now I've seen we got some new configuration parameters

<    3   4   5   6   7   8   9   10   >