You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SiteMesh 3 Users
i have a JSP decorated with sitemesh. I have menu in the page, may i
know how to use sitemesh to partially render the page when menu item
is click <div id="nav"><a href...</div>. currently then entire page is
reload. any example on this? I only want<div
id="main"><decorator:body /></div>reload.
phamti
unread,
Jun 21, 2011, 5:40:19 PM6/21/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sitemes...@googlegroups.com
Hi Coolzy,
As I understand it, what you are asking for is to reload the contents inside of a div without reloading the entire page.
What you are looking for then is not SiteMesh functionality, but Ajax functionality.