Is it a JSF limitation? I think JSF1.2 spec addresses
this issue.
--- "Jesse Alexander (KBSA 21)"
<[EMAIL PROTECTED]> wrote:
> The easiest way is to reverse the embedding:
>  
> <myTld:myCustom>
>   <h:inputText id="a" value="abc" />
> </myTld:myCustom>
> 
> 
> That way you have the complete control over the
> rendering...
>  
> hth
> Alexander
>   _____  
> 
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, April 26, 2005 12:12 PM
> To: [email protected]
> Subject: Shall we fix rendering order?
> 
> 
> 
>  
> 
> Hi all,
> 
>  
> 
>       I am using one custom component inside
> UIComponent like the following way.
> 
>  
> 
>           <h:inputText id="a" value="abc">
> 
>                    <myTld:myCustom/>
> 
>             </h:inputText>
> 
>  
> 
>             At the time of rendering:
> 
>                         
> 
>                         <myTld:myCustom/> is
> rendering first and then <h:inputText/>.
> 
>  
> 
>             I wanted in a reverse order. i.e.
> <h:inputText/> should be first and then
> <myTld:myCustom/>.
> 
>             Is there any way to achieve this.
> 
>  
> 
> Any help is highly appreciable.
> 
>  
> 
> Regards,
> 
> Ram
> 
>             
> 
>  
> 
>  
> 
> 
> 
> Confidentiality Notice 
> 
> The information contained in this electronic message
> and any attachments to this message are intended
> for the exclusive use of the addressee(s) and may
> contain confidential or privileged information. If
> you are not the intended recipient, please notify
> the sender at Wipro or [EMAIL PROTECTED]
> immediately
> and destroy all copies of this message and any
> attachments.
>       
> 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to