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
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
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
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,
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
[
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
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
[
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
ClassCastException in PPRPhaseListener when submitting out of a dataTable
-
Key: TOMAHAWK-1218
URL: https://issues.apache.org/jira/browse/TOMAHAWK-1218
Project: MyFaces Tomahawk
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
[
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
[
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
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
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
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
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
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
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
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]>:
>
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
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
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
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
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
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
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
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
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
Hi,
We have new logos for Tobago and Orchestra :)
Adonis
<>
[
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
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
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
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
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.
>
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
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
+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
, 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
>
>
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
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
... 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
41 matches
Mail list logo