Trinidad / ADF: How do I set a property in a bean when commandLink is pressed?

2006-12-05 Thread Marcus Bond
Hi, I'm trying out Trinidad / ADF Faces rewriting a small app previously done with tomahawk. Is there an equivalent of t:updateActionListener? I have a table where each row is produced as a link, when a user clicks the link they are redirected to another page which holds more comprehensive

AW: Trinidad / ADF: How do I set a property in a bean when commandLink is pressed?

2006-12-05 Thread Böhringer Jochen
I'm trying out Trinidad / ADF Faces rewriting a small app previously done with tomahawk. Is there an equivalent of t:updateActionListener? This can easily be done using the tr:setActionListener Tag in Trinidad (see

AW: Trinidad / ADF: How do I set a property in a bean when commandLink is pressed?

2006-12-05 Thread Meyer, Stefan
I'm trying out Trinidad / ADF Faces rewriting a small app previously done with tomahawk. Is there an equivalent of t:updateActionListener? Can this be used with facelets?

Re: Trinidad / ADF: How do I set a property in a bean when commandLink is pressed?

2006-12-05 Thread Matthias Wessendorf
Hello, tr:setActionListener can be used with Facelets (see clazz org.apache.myfaces.trinidadinternal.facelets.SetActionListenerTag) the updateActionListener has also support for that (note on jsf-comp.sf.net there is the special taghandler clazz) Btw. in jsf 1.2 this tag made it to the spec It