Hi Bernd, Thanks for your reply. we have button called "edit", when i click that button it should go to the backing bean method from there it should forward to new browser popup window.
The same is implemented in the Tomahawk. I have given the implementation details below. We have separate hidden form in the page, when i click the "Edit" button this hidden form will be called and submitted and in that hidden form we have given target attribute, which is for new popup window. Inside the hidden form we have hidden link which will call the backing bean method. So first the empty window will be opened after backing bean process the empty window will be overwritten with edit window. Ref : http://www.jsftutorials.net/interface/jsf-popup.html Now, how can we achieve this implementation in tobago? or by using tc:link can we achieve this? if so please give us an example which will be very heplful for us. I once again appreciate your swift reply for my request. regards Rk sundaram. Bernd Bohmann wrote: > > Hello Rksundaram, > > the link tag supports a target attribute. Can you describe your use > case, please. > > Regards > > Bernd > > Rksundaram wrote: >> Hi, >> >> How to use "target" attribute in the tobago <t:form> tag? Will it be >> possible? or any other methodlogies available. Please help me, very >> urgent. >> >> Your Swift help is highly appreciated. >> >> regards >> K.S > > -- View this message in context: http://www.nabble.com/Tobago-form-using-target-attribute-tf2545355.html#a7107612 Sent from the MyFaces - Users mailing list archive at Nabble.com.

