I am working on the JSP page using the xml and java script.
I have a requirement that i have make the cclamp which is on the right frame of the page i need to make it appear in one page and not appear in other.
currently
<mapping> <uri-path>/*</uri-path> <actionname>action</actionname> <container>frame_table</container> </mapping>
this will show the clamp in all the page. but i need it to appear in only one page what do i need to do.
<mapping> <uri-path>/*</uri-path> <actionname>action</actionname> <container>frame_NO</container> </mapping>
this code will make it disappear from all the page.

New Topic/Question
Reply


MultiQuote



|