Thomas,

check [1] for more on it (search for updateActionListener), since you
need a *taghandler*

-M

[1]http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk

On 2/2/07, Thomas Chang <[EMAIL PROTECTED]> wrote:
Hi Aleksandr,

You are right. I do use Facelets. But I can use other t-tags such as <t:commandLink/> 
<t:selectOneMenu/> etc. in xHtml and they work well.  Besides, I have the followings 
on the top of my files.

Thanks

Thomas



<html xmlns="http://www.w3.org/1999/xhtml";
    xmlns:ui="http://java.sun.com/jsf/facelets";
    xmlns:h="http://java.sun.com/jsf/html";
    xmlns:f="http://java.sun.com/jsf/core";
    xmlns:t="http://myfaces.apache.org/tomahawk";>


Aleksandr Mazur <[EMAIL PROTECTED]> schrieb:


Hi Thomas,

As I see you are  using faceletes. updateActionListener should be presented in 
tomahawk.taglib.xml. Is it?


Best regards,
 Aleksandr



 Thomas Chang <[EMAIL PROTECTED]>
02.02.2007 12:14

Please respond to
 "MyFaces Discussion" <[email protected]>


To MyFaces Discussion <[email protected]>

cc


Subject Error by using <t:updateActionListener/>







Hi all,

 My code look as follow:

 myPage.xHtml
 ***************
 ...
 <t:commandLink
   action="openNewBrowser"
   immediate="true"
   value="Open New Browser"
   target="readMessageWindow">
   <t:updateActionListener property="property" 
value="message"></t:updateActionListener>
 </t:commandLink>
 ...

 But I get following error when try to open myPage.xHtml. What's wrong?

  <t:updateActionListener> Tag Library supports namespace: 
http://myfaces.apache.org/tomahawk, but no tag was defined for name: 
updateActionListener


 Thanks

 Thomas
  ________________________________
Yahoo! 360° – Bloggen und Leute treffen. Erstellen Sie jetzt Ihre
eigene Seite – kostenlos!.



                ________________________________
Yahoo! Messenger -   kostenlos* mit Familie und Freunden von PC zu PC
telefonieren .





--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to