Re: Trinidad tag goButton attribute targetFrame not working

2007-11-30 Thread Okan Cetin
try using in form tag. tr:form targetFrame=linksWindow tr:goButton icon=testIcon.gif destination=#{url} / /tr On 30/11/2007, Ed Dening [EMAIL PROTECTED] wrote: I have used the tag goLink successfully with the attributes targetFrame and destination. This opens a new browser window with

[Trinidad] autoSubmit without pressing tab button?

2007-10-26 Thread Okan Cetin
I have a jsp page like this : tr:inputText id=inputT autoSubmit=true valueChangeListener=#{dene.update} immediate=true / tr:outputText partialTriggers=inputT value=#{dene.name} / Dene.java : public class Dene { private String name=; public void

[Trinidad] Auto Suggest?

2007-10-19 Thread Okan Cetin
Hi, Trinidad does not support auto suggesting. Is there a way to do this with trinidad? Regards, Okanb.

[Trinidad] commandLink and targetFrame?

2007-09-12 Thread Okan Cetin
Hi; tr:goLink targetFrame=center.jsp / tr:commandLink action=testBean.goTask/ My page is like that : RIGHT.FRAME | CENTER.FRAME| LEFT.FRAME I want to insert a link into the left frame that will open in center frame. goLink component has such attribute but it has no action

Re: [Trinidad] commandLink and targetFrame?

2007-09-12 Thread Okan Cetin
tr:form targetFrame=... form tag has targetFrame attribute so it solves the situation. On 12/09/2007, Okan Cetin [EMAIL PROTECTED] wrote: Hi; tr:goLink targetFrame=center.jsp / tr:commandLink action=testBean.goTask/ My page is like that : RIGHT.FRAME | CENTER.FRAME

Re: [Trinidad] FrameBorderLayout

2007-09-10 Thread Okan Cetin
I realized that if the facet name will be set as center , it works. But I want to use it for left, innerLeft, right, top, bottom etc. On 10/09/2007, Okan Çetin [EMAIL PROTECTED] wrote: Hi all; I'm trying to use frameborder component in trinidad My code is below: f:view