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

2008-07-21 Thread Daniel Niklas
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,

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

2008-07-21 Thread Matt Cooper
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 [EMAIL PROTECTED] wrote: Hi Mathias, Mathias Walter wrote: could you find a

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

2008-07-04 Thread Mathias Walter
, but that's a big overkill. -- Kind regards, Mathias -Original Message- From: Daniel Niklas [mailto:[EMAIL PROTECTED] 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

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

2008-01-18 Thread Andrew Robinson
ui:define is not a JSF component. It is only a tag handler. To be able to support partialTriggers, there must be a component and there must be a corresponding HTML element for the component. These are not optional. You have to put a component inside the define that produces HTML with the

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

2008-01-18 Thread Daniel Niklas
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

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

2008-01-18 Thread Matthias Wessendorf
There may be other ways to do this, but all involve in depth knowledge of the facelets code and writing custom components and tag handlers. the tobago project has some facelets extension code already. -M On Jan 18, 2008 5:55 AM, Daniel Niklas [EMAIL PROTECTED] wrote: Hi Andrew,

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

2008-01-17 Thread Daniel Niklas
Hi, i need a trinidad component with an attribute partialTriggers, that doesn't have a visible html output. How can i realize something like that? I am using facelets an need this feature especially for templating with ui:define etc. Any suggestions? best regards Daniel -- View this message

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

2008-01-17 Thread Andrew Robinson
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) On Jan 17, 2008 7:02 AM, Daniel Niklas [EMAIL PROTECTED] wrote: Hi, i need a trinidad component with an attribute partialTriggers, that doesn't have a visible