1 Replies - 882 Views - Last Post: 18 May 2012 - 12:20 PM

#1 javacoder98  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 2
  • Joined: 18-May 12

Right Clamp, need to be visiable in 1 page and rest do not need to.

Posted 18 May 2012 - 08:08 AM

HI,
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.

Is This A Good Question/Topic? 0
  • +

Replies To: Right Clamp, need to be visiable in 1 page and rest do not need to.

#2 pbl  Icon User is offline

  • There is nothing you can't do with a JTable
  • member icon

Reputation: 8027
  • View blog
  • Posts: 31,161
  • Joined: 06-March 08

Re: Right Clamp, need to be visiable in 1 page and rest do not need to.

Posted 18 May 2012 - 12:20 PM

Moved to J2EE
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1