This content has been marked as final. 
    
Show                 5 replies
    
- 
        1. Re: Urgent Question belong to Height in Richpanel...panky_p Jun 18, 2009 7:06 AM (in response to romyo0o)Does it work in fire fox or any other browser? 
 There is height and width property for rich:modalPanel but as far as I know you can not specify it in % .
 BTW do you reall need height in %?
 for more details refer to demo site
 http://livedemo.exadel.com/richfaces-demo/richfaces/modalPanel.jsf?tab=usage&cid=320127
- 
        2. Re: Urgent Question belong to Height in Richpanel...romyo0o Jun 18, 2009 7:52 AM (in response to romyo0o)I'm Talking about normal Panel 
 <rich:Panel />
- 
        3. Re: Urgent Question belong to Height in Richpanel...panky_p Jun 18, 2009 8:34 AM (in response to romyo0o)Aaah.. Sorry, 
 But now I tried rich panel by setting the height in %<rich:panel style="height : 100%" id="addressPanel"> 
 and It's working good it goes to fullest height without depending on the contents inside.
- 
        4. Re: Urgent Question belong to Height in Richpanel...ilya_shaikovsky Jun 19, 2009 8:20 AM (in response to romyo0o)rich:panel is a simple div. use firebug for testing such cases and use the same approaches as you used for div elements. 
- 
        5. Re: Urgent Question belong to Height in Richpanel...romyo0o Jun 19, 2009 1:59 PM (in response to romyo0o)the wierd thing that % worked with jsp pages but when i'm using it with Xhtml pages it doesn't work :S 
 
     
    