You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by ra...@wipro.com on 2005/04/26 12:12:27 UTC

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 Mailadmin@wipro.com immediately
and destroy all copies of this message and any attachments.

Re: Shall we fix rendering order?

Posted by Jonathan Eric Miller <je...@uchicago.edu>.
Why not just put your tag after the inputText tag?

Jon

----- Original Message ----- 
From: <ra...@wipro.com>
To: <us...@myfaces.apache.org>
Sent: Tuesday, April 26, 2005 5:12 AM
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 
Mailadmin@wipro.com immediately
and destroy all copies of this message and any attachments.