Hi Adam,
Thanks a lot for your comments ..Is there any other easy way in tiles
itself to get it done ..? There is something flush="true/false" in tiles...
Can this restrict the left hand part from getting refreshed.. ? I don't
know exactly for what this is used ..


bye,
prashant.





                                                                                       
                                       
                    Adam Hardy                                                         
                                       
                    <[EMAIL PROTECTED]        To:     Struts Users Mailing List 
<[EMAIL PROTECTED]>        
                    eroad.com>                      cc:                                
                                       
                                                    Subject:     Re: tiles problem     
                                       
                    08/13/03 02:29 PM                                                  
                                       
                    Please respond to                                                  
                                       
                    "Struts Users Mailing                                              
                                       
                    List"                                                              
                                       
                                                                                       
                                       
                                                                                       
                                       




So to clarify, you have a tree with nodes on the left, and when the user
clicks on a node, it causes a submit so that the content on the right is
changed?

You need to submit the node's id with your request form, so that the
tree can be redisplayed in a drilled-down state displaying that node.

If your tree is complex and your content on the right is simple, your
other alternative is to cause the click on the node to generate a
request that you collect in a javascript document node. This would not
change the page. You must then rebuild the right-hand content using the
javascript DOM API.

Adam

[EMAIL PROTECTED] wrote:
> Hi All,
> Actually I am facing a problem in tiles.
> My applications' main layout screen is having three parts, top header
> height20% width100%,  left side part height80%width20%, right side part
> height80%width80%.
> It's a typical layout with header, left pane & right pane. I am using
tiles
> for it..
> I am shoiwng a javascript tree in the left hand side part & onclick  of
any
> node in that tree, I am showing particular jsp in the right hand side
part.
>
> The Problem is,
> Since I am using tiles, everything on the screen gets refreshed when I
> click on any node in the tree. The tree also gets refreshed and I loose
the
> level to which i had drilled down in the tree. I don't want the tree to
get
> refreshed.
> Is there any solution to this problem ?
>
> Please help.
>
> Thanks & Regards,
> Prashant
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

--
struts 1.1 + tomcat 4.1.27 + java 1.4.2
Linux 2.4.20 RH9


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to