Re: New s:graphicImageAjax component.

2005-09-29 Thread Mike Kienenberger
What about the possibility of manually constructing a minimal component tree and using that instead? Perhaps just a UIViewRoot and a copy of the graphicImageAjax? The jsf state should be small enough in that case. Also, why do you wait until after phase invokeApplication? Isn't it sufficient

[jira] Erstellt: (MYFACES-645) Extended class org.apache.myfaces.util.MessageUtils to pass also resourceBundles to get Messages

2005-09-29 Thread Stephan Strittmatter (JIRA)
Extended class org.apache.myfaces.util.MessageUtils to pass also resourceBundles to get Messages Key: MYFACES-645 URL: http://issues.apache.org/jira/browse/MYFACES-645 Project:

[jira] Updated: (MYFACES-636) t:selectOneRadio validation messages in dataTable

2005-09-29 Thread Jamie Cash (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-636?page=all ] Jamie Cash updated MYFACES-636: --- Attachment: 636_2.patch.diff Same patch as before but with debug removed. t:selectOneRadio validation messages in dataTable

[jira] Aktualisiert: (MYFACES-645) Extended class org.apache.myfaces.util.MessageUtils to pass also resourceBundles to get Messages

2005-09-29 Thread Stephan Strittmatter (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-645?page=all ] Stephan Strittmatter updated MYFACES-645: - Attachment: MessageUtils.diff Patch to provide requested methods. Extended class org.apache.myfaces.util.MessageUtils to pass also

Re: New s:graphicImageAjax component.

2005-09-29 Thread Mike Kienenberger
Ok. Now that I have graphicImageAjax working under facelets (providing the component tree is small enough), I've gone ahead and switched it from INVOKE_APPLICATION to RESTORE_VIEW (which was already in the source commented out). It seems to work, but maybe you changed it because you ran into

Re: New s:graphicImageAjax component.

2005-09-29 Thread Mathias Brökelmann
We have created a similar component for our application which depends on a servlet. We use an interface for the value which must be implemented to return the binary data and the content type. The value is stored into the session by using an unique key. That key is used in a param for the url. When

Re: [jira] Commented: (MYFACES-401) CommandLink tag override onsubmit function of Form

2005-09-29 Thread Paul Klaer
Hi, don't want to discuss this endless. The difference is in input type - submit or button, because the script works in different ways in my browser. Otherwise I would not discuss here But tell me just what alerts do you get in your browser if you check out this html buttons. I

[jira] Erstellt: (MYFACES-646) x:inputDate accepts invalid date input

2005-09-29 Thread Stephan Strittmatter (JIRA)
x:inputDate accepts invalid date input Key: MYFACES-646 URL: http://issues.apache.org/jira/browse/MYFACES-646 Project: MyFaces Type: Bug Components: Tomahawk Reporter: Stephan Strittmatter Priority: Critical If

Re: Branch merge complete

2005-09-29 Thread Mathias Brökelmann
I´m a little bit confused now. I´ve committed a patch for MYFACES-636 into the trunk. This patch should also go into the next release. So I normally would commit this patch into the 1.1.1 release branch too. But if someone merges everything after r292232 from the branch into the trunk again

[jira] Commented: (MYFACES-602) I run examples in myfaces-1.1.0-examples.zip on jboss is OK! but not work on Weblogic8.1sp3!

2005-09-29 Thread Mr. ZhangQing (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-602?page=comments#action_12330788 ] Mr. ZhangQing commented on MYFACES-602: --- Thanks! Bruno ArandaMark Sanders There all is ok! I found servlet-api.jar jsp-api.jar in

[jira] Commented: (MYFACES-401) CommandLink tag override onsubmit function of Form

2005-09-29 Thread Paul Klaer (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-401?page=comments#action_12330789 ] Paul Klaer commented on MYFACES-401: I'm sorry, It dawns on me, Zhong Li and all of you are right! I put my foot in it as I was testing! :-( The correction is right

[jira] Created: (MYFACES-647) JspTilesViewHandlerImpl does not load localized tiles definitions

2005-09-29 Thread Beat Seeliger (JIRA)
JspTilesViewHandlerImpl does not load localized tiles definitions - Key: MYFACES-647 URL: http://issues.apache.org/jira/browse/MYFACES-647 Project: MyFaces Type: Bug Components: Tomahawk

[jira] Commented: (MYFACES-588) JSCookMenu separator bug - phantom item

2005-09-29 Thread Keijo Nurmes (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-588?page=comments#action_12330799 ] Keijo Nurmes commented on MYFACES-588: -- I did some testing with the latest revision and everything worked fine. In the simple example and in my application all menu

Re: New s:graphicImageAjax component.

2005-09-29 Thread Sylvain Vieujot
I just commited some changes, (as the RESTORE_VIEW phase), but didn't before. Constructing a minimal component tree would be the best solution I guess. Do you know how to do that ? In the current code, you'll find an attempt to provide initializationParameters, but it doesn't work right now,

Re: New s:graphicImageAjax component.

2005-09-29 Thread Sylvain Vieujot
Sure, using the extension filter would be a solution, but right now, this filter is in Tomahawk, and I wouldn't like to start modifying it for the sole purpose of a sandbox component. Also, I don't think storing anything in the session is the solution because then you have to manage a lot of

Re: New s:graphicImageAjax component.

2005-09-29 Thread Sylvain Vieujot
I just would like to settle on this, as the earlier we do the rename, the easiest it'll be. Any opinion on those graphicImageBytes downloadBytes names ? Any better proposal ? Thanks, Sylvain. On Wed, 2005-09-28 at 13:09 -0400, Sylvain Vieujot wrote: I like the fact that it starts

Re: Branch merge complete

2005-09-29 Thread Sean Schofield
From the Subversion online documentation ... Merging changes sounds simple enough, but in practice it can become a headache. The problem is that if you repeatedly merge changes from one branch to another, you might accidentally merge the same change twice. When this happens, sometimes things

Re: Branch merge complete

2005-09-29 Thread Bill Dudney
Hi Mathias, Fixes that are to be part of the release should only be committed to the branch (per email that Sean sent out earlier). You are correct that conflicts will happen but that can be worked around. One way is that you could revert the files on the trunk then commit the correct

Re: Branch merge complete

2005-09-29 Thread Bill Dudney
Yep, I updated the externals to point to the branch. I'm cleaning that up now. TTFN, -bd- On Sep 29, 2005, at 7:44 AM, Sean Schofield wrote: From the Subversion online documentation ... Merging changes sounds simple enough, but in practice it can become a headache. The problem is that if

Re: Branch merge complete

2005-09-29 Thread Bill Dudney
OK I think I've fixed what I hosed on the impl trunk. TTFN, -bd- On Sep 29, 2005, at 7:46 AM, Bill Dudney wrote: Hi Mathias, Fixes that are to be part of the release should only be committed to the branch (per email that Sean sent out earlier). You are correct that conflicts will happen

Re: Branch merge complete

2005-09-29 Thread Sean Schofield
This was all on your local machine right? Also, you committed some stuff on both the trunk and branch that I had to resolve. No big deal but we'll want to avoid that in the future. sean On 9/29/05, Bill Dudney [EMAIL PROTECTED] wrote: OK I think I've fixed what I hosed on the impl trunk.

Re: Branch merge complete

2005-09-29 Thread Sean Schofield
Can you undo your patch and commit to the branch instead? That is the best way around this. sean On 9/29/05, Mathias Brökelmann [EMAIL PROTECTED] wrote: I´m a little bit confused now. I´ve committed a patch for MYFACES-636 into the trunk. This patch should also go into the next release. So

Re: New s:graphicImageAjax component.

2005-09-29 Thread Mathias Brökelmann
graphicImageDynamic sounds good to me. 2005/9/29, Sylvain Vieujot [EMAIL PROTECTED]: Don't you think graphicImageDynamic in better then, as when you use auto completion in your IDE, you clearly have the choice between the 2 ? The download tag could then be downloadDynamic ? On Thu,

[jira] Commented: (MYFACES-611) ConverterException is not properly handled in several instances

2005-09-29 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-611?page=comments#action_12330805 ] sean schofield commented on MYFACES-611: I can see your point about Render Response phase but this is also happening with getAsObject during the Apply Request

[jira] Closed: (MYFACES-611) ConverterException is not properly handled in several instances

2005-09-29 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-611?page=all ] sean schofield closed MYFACES-611: -- Resolution: Won't Fix Seems to be working now. Perhaps I was using an older version of the source code. ConverterException is not properly

[jira] Closed: (MYFACES-636) t:selectOneRadio validation messages in dataTable

2005-09-29 Thread Mathias Broekelmann (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-636?page=all ] Mathias Broekelmann closed MYFACES-636: --- Fix Version: 1.1.1 Resolution: Fixed commited the patch into the 1.1.1 branch (will be merged later into trunk) t:selectOneRadio

[jira] Created: (MYFACES-648) Tomahawk-specific messages are missing from Tomahawk jar

2005-09-29 Thread sean schofield (JIRA)
Tomahawk-specific messages are missing from Tomahawk jar Key: MYFACES-648 URL: http://issues.apache.org/jira/browse/MYFACES-648 Project: MyFaces Type: Bug Components: Tomahawk Versions: 1.1.0

Re: New s:graphicImageAjax component.

2005-09-29 Thread Mike Kienenberger
Of the names presented, I also like graphicImageDynamic the best (and had already named my facelets tag handler graphicImageDynamicTagHandler) I've been thinking more about the minimal tree construction, and it occurs to me that we don't really care what tree exists -- we just want the method

Re: New s:graphicImageAjax component.

2005-09-29 Thread Sylvain Vieujot
I agree with this except that using the minimal jsf tree would be an answer for the security problem. About the initializationParameters, I think that in either cases you'll need it. Usually just the method binding strings aren't enough. For example, if you want to display an image for a

Re: New s:graphicImageAjax component.

2005-09-29 Thread Mathias Brökelmann
a minimal tree or passing the valuebindings through the url won´t work if someone uses it in a uidata component with a row dependent value. Writing the binary stream into a tempfile during the render phase will not work in clustered environments but we could make it an option for the user. It

Re: New s:graphicImageAjax component.

2005-09-29 Thread Sylvain Vieujot
About the security issue, you're absolutely right, but at least it's not so straightforward to do, and as it's supposed to be solved in JSF 1.2, we might soon get a fix is the same allover JSF. On Thu, 2005-09-29 at 11:31 -0400, Mike Kienenberger wrote: Actually, I wonder if the security

Re: New s:graphicImageAjax component.

2005-09-29 Thread Sylvain Vieujot
Rename done. On Thu, 2005-09-29 at 16:05 +0200, Mathias Brkelmann wrote: graphicImageDynamic sounds good to me.

Can I use the tabbedPane to wrap the tabs according to the browse r window size?

2005-09-29 Thread Sabrina Kwan
Has anyone tried using the tabbedPane to wrap tabs according to the browser window size even when the user changes the size of the browser? Thanks.

Re: New s:graphicImageAjax component.

2005-09-29 Thread Sylvain Vieujot
You're right about the UIData stuff We'll have to find a workaround for this. The easiest solution would be to use the initializeParameters and let the burden on the back end bean, but I would prefer to have something transparent to the user. This temp file solution can't work in a clustered

Re: New s:graphicImageAjax component.

2005-09-29 Thread Mike Kienenberger
We can get the encoding behavior as seen in jsf state by calling the encoding methods. There seem to be enough versions of them :) org.apache.myfaces.renderkit.html.HtmlResponseStateManager -- impl org.apache.myfaces.util.zip.ZipUtils -- impl org.apache.myfaces.util.StateUtils -- share Isn't

[jira] Created: (MYFACES-649) Possible NPE in ViewTag.setProperties

2005-09-29 Thread Bernd Bohmann (JIRA)
Possible NPE in ViewTag.setProperties - Key: MYFACES-649 URL: http://issues.apache.org/jira/browse/MYFACES-649 Project: MyFaces Type: Bug Components: Implementation Versions: Nightly Reporter: Bernd Bohmann

[jira] Updated: (MYFACES-649) Possible NPE in ViewTag.setProperties

2005-09-29 Thread Bernd Bohmann (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-649?page=all ] Bernd Bohmann updated MYFACES-649: -- Attachment: ViewTag.java.diff added suggested fix Possible NPE in ViewTag.setProperties - Key:

[jira] Updated: (MYFACES-636) t:selectOneRadio validation messages in dataTable

2005-09-29 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-636?page=all ] sean schofield updated MYFACES-636: --- Attachment: (was: 636.patch.diff) t:selectOneRadio validation messages in dataTable -

[jira] Updated: (MYFACES-636) t:selectOneRadio validation messages in dataTable

2005-09-29 Thread sean schofield (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-636?page=all ] sean schofield updated MYFACES-636: --- Attachment: (was: 636_2.patch.diff) t:selectOneRadio validation messages in dataTable -

Re: New s:graphicImageAjax component.

2005-09-29 Thread Mike Kienenberger
Has anyone else tried this under Internet Explorer? It's working fine from Firefox 1.07, but IE 6.0.2800 only displays a broken image. Ironically, the Jenia4Faces PopupFrame I'm trying to display it in works for IE 6, but doesn't work for Firefox 1.07 :) Just tried the sandbox example and

[jira] Commented: (MYFACES-633) forceId in t:panelGrid does not work propertly

2005-09-29 Thread Travis Reeder (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-633?page=comments#action_12330845 ] Travis Reeder commented on MYFACES-633: --- My Bad, I had this bound to a normal HtmlPanelGrid and not the extension HtmlPanelGrid. This works now. forceId in

duplicate jsf_state_64, jsf_tree_64 and jsf_viewid ids with multiple forms on a page

2005-09-29 Thread Mike Kienenberger
I'm seeing duplicate jsf_state_64, jsf_tree_64 and jsf_viewid ids with multiple forms on a page. Each form has all three ids. Aren't ids supposed to be unique across a page? At first I wondered if this was a facelets problem, but I see the same behavior with a standard jsp page.

[jira] Closed: (MYFACES-633) forceId in t:panelGrid does not work propertly

2005-09-29 Thread Bill Dudney (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-633?page=all ] Bill Dudney closed MYFACES-633: --- Resolution: Fixed closed based on Travis' last comment forceId in t:panelGrid does not work propertly --

Re: [jira] Commented: (MYFACES-633) forceId in t:panelGrid does not work propertly

2005-09-29 Thread Travis Reeder
Can someone close or delete this since I can't?On 9/29/05, Travis Reeder (JIRA) myfaces-dev@incubator.apache.org wrote:[ http://issues.apache.org/jira/browse/MYFACES-633?page=comments#action_12330845 ]Travis Reeder commented on MYFACES-633:---My Bad, I had

[jira] Closed: (MYFACES-602) I run examples in myfaces-1.1.0-examples.zip on jboss is OK! but not work on Weblogic8.1sp3!

2005-09-29 Thread Bruno Aranda (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-602?page=all ] Bruno Aranda closed MYFACES-602: Resolution: Invalid Ok, closing because a solution has been found and this is not a bug :-) Bruno I run examples in myfaces-1.1.0-examples.zip on

[jira] Commented: (MYFACES-588) JSCookMenu separator bug - phantom item

2005-09-29 Thread Bruno Aranda (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-588?page=comments#action_12330860 ] Bruno Aranda commented on MYFACES-588: -- Thanks Keijo :-) JSCookMenu separator bug - phantom item --- Key: MYFACES-588

s:graphicImageDynamic with compact tree

2005-09-29 Thread Sylvain Vieujot
I just tried to code a compact tree serialization. It's not very successful now, as I still have bugs while generating the tree (I get a duplicate id error). If someone fluent in dynamic tree generation could look at it, it would help Once fixed, we might have to change it to make it work in

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

2005-09-29 Thread Tanju Erinmez (JIRA)
(Patch provided) Multiple Portlets Navigationproblem Key: MYFACES-650 URL: http://issues.apache.org/jira/browse/MYFACES-650 Project: MyFaces Type: Bug Components: Implementation Versions: Nightly

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

2005-09-29 Thread Tanju Erinmez (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-650?page=all ] Tanju Erinmez updated MYFACES-650: -- Attachment: myfaces-impl-src.diff Patches Servlet ServletFacesContextImpl.java MyFacesGenericPortlet.java (Patch provided) Multiple Portlets

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

2005-09-29 Thread Tanju Erinmez (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-650?page=all ] Tanju Erinmez updated MYFACES-650: -- Attachment: navdemo.war demonstrates navigation problem with 2 portlets (Patch provided) Multiple Portlets Navigationproblem

[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