You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Rksundaram <ka...@imantras.com> on 2006/10/31 12:30:30 UTC

Tobago form using target attribute

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#a7092430
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: Tobago form using target attribute

Posted by Rksundaram <ka...@imantras.com>.
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.


Re: Tobago implementation problems with other apps (e.g. Appfuse)

Posted by Volker Weber <we...@googlemail.com>.
Hi Patrick,

i suppose you ends up in Renderer not found errors.

Tobago difines a  own Renderkid-Id, and afaik it is not possible to
use differend
renderkid-ids in one application.

Regards,
  Volker

2006/11/2, Patrick.Hartkorn@zueblin.de <Pa...@zueblin.de>:
> We are using Tobago and Facelets in a smaller stand-alone project and it
> is working fine.
>
> Now we tried to implement it to another application based on Appfuse.
> We know that it is not possible to use non-Tobago tags on a Tobago page
> view but we thought it should be possible to render seperate Tobago pages
> and non-Tobago pages in one application.
>
> I spent a lot of time this week trying this but it seems that the Tobago
> renderer will try to render any page called in the FacesContext and ends
> up in some error.
>
> Anybody who knows if we are wrong or trying something "impossible" ?
>
>
> Best regards
>
> Patrick
>
>

Tobago implementation problems with other apps (e.g. Appfuse)

Posted by Pa...@zueblin.de.
We are using Tobago and Facelets in a smaller stand-alone project and it 
is working fine.

Now we tried to implement it to another application based on Appfuse.
We know that it is not possible to use non-Tobago tags on a Tobago page 
view but we thought it should be possible to render seperate Tobago pages 
and non-Tobago pages in one application.

I spent a lot of time this week trying this but it seems that the Tobago 
renderer will try to render any page called in the FacesContext and ends 
up in some error.

Anybody who knows if we are wrong or trying something "impossible" ?


Best regards

Patrick


Re: Tobago form using target attribute

Posted by Bernd Bohmann <be...@atanion.com>.
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