You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Mathias Walter <ma...@gmx.net> on 2008/07/04 15:14:05 UTC

RE: [Trinidad] need Naming-Container "without visible html output" for partialTriggers

Hi Daniel,

could you find a solution for your problem? I'm looking for similar
component.
I thought I could use tr:group, but that would most of time not rendered.

Is there no simple component (i. e. which creates just a div) which could be
used?

Currently, I'm using tr:panelHorizontalLayout, but that's a big overkill.

--
Kind regards,
Mathias

> -----Original Message-----
> From: Daniel Niklas [mailto:daniel.niklas@continentale.de] 
> Sent: Friday, January 18, 2008 1:56 PM
> To: users@myfaces.apache.org
> Subject: Re: [Trinidad] need Naming-Container "without 
> visible html output" for partialTriggers
> 
> 
> 
> Hi Andrew,
> 
> 
> Andrew Robinson-5 wrote:
> > 
> > That is not valid. For AJAX/PPR to work there has to be 
> HTML output to
> > replace. Use css to hide the data if you want (display: none)
> > 
> 
> I don't want to hide "html-regions". I need a ppr/trinidad 
> naming-container
> with an attribute "partialTriggers ". This container shoud 
> not affect my
> layout. 
> 
> I need partialTriggers for a <ui:define>. Because facelets 
> doesn't know the
> ppr-features of trinidad, i had to put in another trinidad 
> component here.
> 
> I want to realize something like this:
> 
> <ui:define name="myArea" partialTriggers="one two" />
> 
> Daniel
> -- 
> View this message in context: 
> http://www.nabble.com/-Trinidad--need-Naming-Container-%22with
out-visible-html-output%22-for-partialTriggers-tp14919183p14949370.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: [Trinidad] need Naming-Container "without visible html output" for partialTriggers

Posted by Matt Cooper <ma...@gmail.com>.
Probably the simplest component would be panelGroupLayout
layout="default".  Though, perhaps the trh taglib should have a tr:div
component added to it?

Regards,
Matt

On Mon, Jul 21, 2008 at 6:33 AM, Daniel Niklas <co...@dniklas.de> wrote:
>
> Hi Mathias,
>
>
> Mathias Walter wrote:
>>
>> could you find a solution for your problem? I'm looking for similar
>> component.
>> I thought I could use tr:group, but that would most of time not rendered.
>>
>> Is there no simple component (i. e. which creates just a div) which could
>> be
>> used?
>>
>> Currently, I'm using tr:panelHorizontalLayout, but that's a big overkill.
>>
>
> This is my "solution", too. A simple component for that, could be nice,
> perhaps with an attribute inline="true/false". I don't know, how big the
> overill of panelHorizontallayout is.
>
> Best regards
> Daniel
>
>
>
>
> --
> View this message in context: http://www.nabble.com/-Trinidad--need-Naming-Container-%22without-visible-html-output%22-for-partialTriggers-tp14919183p18567188.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>

RE: [Trinidad] need Naming-Container "without visible html output" for partialTriggers

Posted by Daniel Niklas <co...@dniklas.de>.
Hi Mathias,


Mathias Walter wrote:
> 
> could you find a solution for your problem? I'm looking for similar
> component.
> I thought I could use tr:group, but that would most of time not rendered.
> 
> Is there no simple component (i. e. which creates just a div) which could
> be
> used?
> 
> Currently, I'm using tr:panelHorizontalLayout, but that's a big overkill.
> 

This is my "solution", too. A simple component for that, could be nice,
perhaps with an attribute inline="true/false". I don't know, how big the
overill of panelHorizontallayout is.

Best regards
Daniel




-- 
View this message in context: http://www.nabble.com/-Trinidad--need-Naming-Container-%22without-visible-html-output%22-for-partialTriggers-tp14919183p18567188.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.