[jira] Created: (TRINIDAD-1031) SeamDisc Example Changes Display of Table When Filtering on Artist

2008-03-27 Thread Scott Duke (JIRA)
SeamDisc Example Changes Display of Table When Filtering on Artist -- Key: TRINIDAD-1031 URL: https://issues.apache.org/jira/browse/TRINIDAD-1031 Project: MyFaces Trinidad Issue

Re: [Myfaces and Tomahawk] Api for add hidden fields on a form broken on core 1.2.2-SNAPSHOT

2008-03-27 Thread Leonardo Uribe
On Thu, Mar 27, 2008 at 4:06 PM, Leonardo Uribe <[EMAIL PROTECTED]> wrote: > In one part of the code, the hidden fields are added in this way: > > > facesContext.getExternalContext().getRequestMap().put(getHiddenCommandInputsSetName(facesContext, > form), set); > > but when it try to render Htm

[jira] Created: (MYFACES-1844) not work

2008-03-27 Thread Leonardo Uribe (JIRA)
not work --- Key: MYFACES-1844 URL: https://issues.apache.org/jira/browse/MYFACES-1844 Project: MyFaces Core Issue Type: Bug Reporter: Leonardo Uribe Assignee: Leonardo Uribe The fol

Re: Ajax, pprPanelGroup and Portlets working together...

2008-03-27 Thread Scott O'Bryan
Take a look at Trinidad's ExternalContextUtils class. It uses reflection. I'm also going to try to get something like this in the myfaces commons, probably in the configurator package if I end up submitting my current code. If you don't have time to find the ExternalContextUtils on your own,

Re: Ajax, pprPanelGroup and Portlets working together...

2008-03-27 Thread Leonardo Uribe
Hi I have seen lines like this on the attached files: //Don't do the rendering twice if (request instanceof PortletRequest && ((PortletRequest)request).getAttribute(PPR_DONE_ATTR) != null) { return; } The problem here is that doing this makes that tomahawk req

[jira] Resolved: (TOMAHAWK-1218) ClassCastException in PPRPhaseListener when submitting out of a dataTable

2008-03-27 Thread Ernst Fastl (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ernst Fastl resolved TOMAHAWK-1218. --- Resolution: Fixed resolved by handling UiComponentPerspective correctly > ClassCastExcept

make UIComponentPerspective.setupPerspective and UIComponentPerspective.teardownPerspective public

2008-03-27 Thread Ernst Fastl
Hi, I think it would be good to have UIComponentPerspective.setupPerspective and UIComponentPerspective.teardownPerspective public. Just take the ugly ugly workaround in the fix for TOMAHAWK-1218 as an example why this would be a good idea. Has anybody got objections or a different idea of how to

[jira] Commented: (MYFACES-1628) Migrate Partial State Saving to 1.2

2008-03-27 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582825#action_12582825 ] Leonardo Uribe commented on MYFACES-1628: - I have tested the patch on the hellowo

[jira] Created: (TOMAHAWK-1218) ClassCastException in PPRPhaseListener when submitting out of a dataTable

2008-03-27 Thread Ernst Fastl (JIRA)
ClassCastException in PPRPhaseListener when submitting out of a dataTable - Key: TOMAHAWK-1218 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1218 Project: MyFaces Tomahawk

maven build broken

2008-03-27 Thread Ernst Fastl
hi guys, seems like the maven build is broken. I get [INFO] Failed to resolve artifact. GroupId: org.apache.myfaces ArtifactId: myfaces Version: 5-SNAPSHOT I would fix it myself - unfortunatly I'm not a maven export :( has anyone a got a clue what happend for me it worked just 2 days ago chee

[jira] Resolved: (TOMAHAWK-1215) Add a communication channel for FacesMessages to the PPRPanelGroup

2008-03-27 Thread Ernst Fastl (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ernst Fastl resolved TOMAHAWK-1215. --- Resolution: Fixed Fix Version/s: 1.1.7-SNAPSHOT > Add a communication channel for F

[jira] Commented: (TOMAHAWK-1215) Add a communication channel for FacesMessages to the PPRPanelGroup

2008-03-27 Thread Ernst Fastl (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582807#action_12582807 ] Ernst Fastl commented on TOMAHAWK-1215: --- solved with two new attributes: -appendMe

Re: New logos for Tobago and Orchestra

2008-03-27 Thread Scott O'Bryan
And at the same time it sort of reminds me of a puzzle piece as well. The "musicians" are interlocking. I like it. The bridge logo is equally "stylized" and hints at the two towers of a suspension bridge without really looking like it. Scott Simon Lessard wrote: Hmmm, I see it as an orch

Re: partial model update on ppr request

2008-03-27 Thread Matthias Wessendorf
Hi Ernst, On Thu, Mar 27, 2008 at 10:12 PM, Ernst Fastl <[EMAIL PROTECTED]> wrote: > Thanks for the info - I didn't know that. > > Still - I'd just like to point out, that the initial IDEA of the > PPRPanelGroup was > to have a normal JSF-Lifecycle just with different rendering (partial > upda

Re: partial model update on ppr request

2008-03-27 Thread Matthias Wessendorf
Hi, On Thu, Mar 27, 2008 at 10:06 PM, Volker Weber <[EMAIL PROTECTED]> wrote: > Hi, > > custom lifecycles are possible in jsf1.1, tobago has a custom > lifecycle which integrates the ajax (ppr) into the normal jsf > lifcycle. in case of ajax the process* methods are only run on the > partially

Re: partial model update on ppr request

2008-03-27 Thread Ernst Fastl
Thanks for the info - I didn't know that. Still - I'd just like to point out, that the initial IDEA of the PPRPanelGroup was to have a normal JSF-Lifecycle just with different rendering (partial updates instead of full page refreshes) so the PhaseListener before render response appeared to be the

[jira] Created: (TOMAHAWK-1217) InputCalendar references a message from a MyFaces property file (Does not work when being used with Sun RI)

2008-03-27 Thread JIRA
InputCalendar references a message from a MyFaces property file (Does not work when being used with Sun RI) --- Key: TOMAHAWK-1217 URL: https://issues.apache.o

[Myfaces and Tomahawk] Api for add hidden fields on a form broken on core 1.2.2-SNAPSHOT

2008-03-27 Thread Leonardo Uribe
Hi Checking the javascript part of myfaces core i have noted that HtmlFormRendererBase has some public methods for add input hidden fields that are rendered before the end of a form. Actually, this api does not work, causing a lot of troubles for: (form1 is really the id of the form) autoscroll

Re: partial model update on ppr request

2008-03-27 Thread Volker Weber
Hi, custom lifecycles are possible in jsf1.1, tobago has a custom lifecycle which integrates the ajax (ppr) into the normal jsf lifcycle. in case of ajax the process* methods are only run on the partially requested components. Regards, Volker 2008/3/27, Ernst Fastl <[EMAIL PROTECTED]>: >

Re: renderedIfEmpty parameter for t:messages (for message-updates by AJAX requests)

2008-03-27 Thread Ernst Fastl
I don't know if they are that specific already - but if we would put up a JSF 2.0 wishlist in the wiki - maybe even with voting we could add that idea there and tell the expert group to have a look from time to time :) cheers E On Thu, Mar 27, 2008 at 2:01 PM, Matthias Wessendorf <[EMAIL PROTECT

Re: partial model update on ppr request

2008-03-27 Thread Ernst Fastl
This seems to be addressing the more general JSF Problem "immediate is not enough" which the subForm tries to solve. I personally would dream of instead of just required=true|false requiredFor="buttonId1,buttonId2,..." but that might just be an IDEA for JSF 2.0. The reason PPR uses a PhaseListener

[jira] Created: (TRINIDAD-1030) IE7 memory leak

2008-03-27 Thread Davide Bonicelli (JIRA)
IE7 memory leak --- Key: TRINIDAD-1030 URL: https://issues.apache.org/jira/browse/TRINIDAD-1030 Project: MyFaces Trinidad Issue Type: Bug Components: Components Affects Versions: 1.0.7-core, 1.0.6-core, 1.0.5-core

Re: partial model update on ppr request

2008-03-27 Thread Thomas Spiegl
ok, now I got it - nice approach +1 On Thu, Mar 27, 2008 at 2:54 PM, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > Hi! > > > The pprSubmit is something like a generic autoSubmit feature for > > command components (see also autoSubmit attribute in trinidad). > > > ? pprSubmit does nothing else t

Re: [Tobago] Merging maven-apt-plugin with Codehaus'

2008-03-27 Thread Bernd Bohmann
Ok, I'm waiting for your reply. Regards Bernd Mark Hobson schrieb: > Hi Bernd, > > Thanks for the reply. I glad that you agree that merging the plugins > is the way forward. > > I've started manually adding the features unique to the Tobago plugin > to the Codehaus version and am currently ti

Re: New logos for Tobago and Orchestra

2008-03-27 Thread Zubin Wadia
I can see what you see but I also see a biology experiment... On 3/27/08, Simon Lessard <[EMAIL PROTECTED]> wrote: > > Hmmm, > > I see it as an orchestra, the solo brown dot being the chief and the > others the musicians... > > ~ Simon > > On Thu, Mar 27, 2008 at 12:31 PM, [EMAIL PROTECTED] < > [E

Re: New logos for Tobago and Orchestra

2008-03-27 Thread Simon Lessard
Hmmm, I see it as an orchestra, the solo brown dot being the chief and the others the musicians... ~ Simon On Thu, Mar 27, 2008 at 12:31 PM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > Adonis Raduca schrieb: > > Hi, > > > > We have new logos for Tobago and Orchestra :) > > > > Thanks very m

Re: New logos for Tobago and Orchestra

2008-03-27 Thread [EMAIL PROTECTED]
Adonis Raduca schrieb: > Hi, > > We have new logos for Tobago and Orchestra :) > Thanks very much Adonis. It certainly is an improvement over what we have now (nothing). But what does the Orchestra one mean? I'm happy to use this one, but if I had a preference, I'd rather see something that has

Re: New logos for Tobago and Orchestra

2008-03-27 Thread Matthias Wessendorf
Dear Adonis, do you mind to create one for Trinidad as well ? I really like your logos :) PS: next dance ? :) On Thu, Mar 27, 2008 at 4:59 PM, Adonis Raduca <[EMAIL PROTECTED]> wrote: > Hi, > > We have new logos for Tobago and Orchestra :) > > Adonis > > -- Matthias Wessendorf further stuf

New logos for Tobago and Orchestra

2008-03-27 Thread Adonis Raduca
Hi, We have new logos for Tobago and Orchestra :) Adonis <>

[jira] Commented: (TRINIDAD-1029) Choosing tr:selectOneChoice unselectedLabel causes page hang with hourglass in IE

2008-03-27 Thread James Shaw (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582683#action_12582683 ] James Shaw commented on TRINIDAD-1029: -- I should add, this is a required field and

[jira] Created: (TRINIDAD-1029) Choosing tr:selectOneChoice unselectedLabel causes page hang with hourglass in IE

2008-03-27 Thread James Shaw (JIRA)
Choosing tr:selectOneChoice unselectedLabel causes page hang with hourglass in IE - Key: TRINIDAD-1029 URL: https://issues.apache.org/jira/browse/TRINIDAD-1029 Project: M

Re: [Tobago] Merging maven-apt-plugin with Codehaus'

2008-03-27 Thread Mark Hobson
Hi Bernd, Thanks for the reply. I glad that you agree that merging the plugins is the way forward. I've started manually adding the features unique to the Tobago plugin to the Codehaus version and am currently tidying up the code. It's probably best to wait until I've finished doing that before

[jira] Created: (TRINIDAD-1028) ChildPropertyTreeModelb

2008-03-27 Thread Jesper Pedersen (JIRA)
ChildPropertyTreeModelb Key: TRINIDAD-1028 URL: https://issues.apache.org/jira/browse/TRINIDAD-1028 Project: MyFaces Trinidad Issue Type: Bug Reporter: Jesper Pedersen -- This message is automatical

Re: partial model update on ppr request

2008-03-27 Thread Mario Ivankovits
Hi! > The pprSubmit is something like a generic autoSubmit feature for > command components (see also autoSubmit attribute in trinidad). > ? pprSubmit does nothing else than rendering the javascript to hook on the new components too, no? I do not understand what you mean with autoSubmit here. >

Re: [Tobago] Merging maven-apt-plugin with Codehaus'

2008-03-27 Thread Bernd Bohmann
Hello Mark, I think merging the plugin is a good idea. I hope I get enough time to prepare patches for the missing features in the codehaus apt plugin. The fist step would be using the apt-maven-plugin in the tobago build instead of the own plugin. Regards Bernd Mark Hobson schrieb: > Hi ther

Re: renderedIfEmpty parameter for t:messages (for message-updates by AJAX requests)

2008-03-27 Thread Matthias Wessendorf
Hi, On Thu, Mar 27, 2008 at 1:37 PM, Cagatay Civici <[EMAIL PROTECTED]> wrote: > +1 for deprecating forceSpan and adding generic renderedIfEmpty. does one know if there will be an *empty* for h:message in JSF 2.0 ? -M > > > > On Wed, Mar 26, 2008 at 1:34 AM, Ernst Fastl <[EMAIL PROTECTED]> wro

Re: renderedIfEmpty parameter for t:messages (for message-updates by AJAX requests)

2008-03-27 Thread Cagatay Civici
+1 for deprecating forceSpan and adding generic renderedIfEmpty. On Wed, Mar 26, 2008 at 1:34 AM, Ernst Fastl <[EMAIL PROTECTED]> wrote: > that would be another advantage of the simple default behavior to > render whatever (ul, table, span, ...) the component usually > renders also if there are n

Re: partial model update on ppr request

2008-03-27 Thread Thomas Spiegl
, 2008 at 12:00 PM, Gerald Müllan <[EMAIL PROTECTED]> wrote: > Hi Mario, > > i think this usecase is already covered by the component. Have a look > at the current nightly build page > > http://example.irian.at/example-sandbox-20080327/pprPanelGroupOnChange.jsf > >

Re: partial model update on ppr request

2008-03-27 Thread Gerald Müllan
Hi Mario, i think this usecase is already covered by the component. Have a look at the current nightly build page http://example.irian.at/example-sandbox-20080327/pprPanelGroupOnChange.jsf Especially the input component in combination with the outputText element. You may have to play with

partial model update on ppr request

2008-03-27 Thread Mario Ivankovits
Hi! I have the need to do a partial model update for given components on ppr submit. (subform won't work here) I have a form with a couple of input fields, lets say FIELD_A, FIELD_B, FIELD_C, FIELD_D - all in one form. FIELD_A is required now, after something has been entered in FIELD_B, FIELD_C

Re: Next Step (was Re: [Vote] Oracle's donation of translations to the Apache MyFaces Trinidad project)

2008-03-27 Thread Matthias Wessendorf
... it has been a while... but, yesterday Sam Ruby confirmed that the grant is now on file. I updated the JIRA ticket and committed a newer version of the ip clearance form to incubator's SVN. today, I pinged the [EMAIL PROTECTED] to inform the on this *contribution*. -Matthias On Mon, Nov 26, 20