Trinidad Launch Dialog question on IE7

2009-02-25 Thread pdt_p
Hi.. I have a page where it required opening dialog for more than 1 window. This is the situation: Page1.jspà Dialog1.jsp à Dialog11.jsp For each page it does have a command button which will launching a dialog through “dialog:” and “useWindow=true”. The commandbutton is working fine. Everytim

Trinidad poll questions

2009-01-22 Thread pdt_p
Hi.. I do have tr:poll in my page and bind the poll component in a bean which is set as session bean. Is that possible to manually trigger the poll event from a bean? I did try to set the interval to 1 but the poll is not directly pickup the latest interval. Any idea how to do this? thanks. R

Tomahawk Sandbox InputSuggest

2009-01-15 Thread pdt_p
Hi.. I have problem with combining Trinidad selectonechoice partial trigger with SandBox InputSuggest. What I am trying to do is everytime the selectonechoice value changes, update the list of InputSuggest. My Jsp code is quite simple: [code]

Re: Question about using Jsp include directive and trinidad panel component

2008-02-28 Thread pdt_p
; the panelBox using the visible attribute... > > Scott > > pdt_p wrote: >> Hi.. >> >> I have a question about Jsp include tag and trinidad panel component. >> >> I try to add this code in one of my jsp page: >> >> >> >&

Re: t:outputLabel renderer class

2008-02-27 Thread pdt_p
Hi Stefano, I thought tomahawk outputText already have escape attribute. please refer to this tomahawk tag reference: http://myfaces.apache.org/tomahawk/tagreference.html#t:outputText Regards, pdt Stefano Panero wrote: > > Hi, > > I can't find the class which render outputLabel tomahawk com

Question about using Jsp include directive and trinidad panel component

2008-02-27 Thread pdt_p
Hi.. I have a question about Jsp include tag and trinidad panel component. I try to add this code in one of my jsp page: Somehow directory listing is displayed in my page when it get rendered. I try to hide the directory listing part by using syleclass and inline style but

Tomahawk popup problem

2008-01-28 Thread pdt_p
Hi.. I have a list of images. I display the entire list in the page by using Trinidad iterator. The image can be display properly. I try to tomahawk popup in that link on mouse over to display a description and a command link. The popup page is display properly but the problem is, the content in

Re: Session context was RE: Question about FacesContext

2007-11-22 Thread pdt_p
appserver now depends on the JSF (again, an inversion of >>> dependencies) so that a webservice might need to simulate JSF >>> >>> 6) kiss goodbye to any hope of decoupling the webserver from the >>> appserver for performance reasons. >>> >>> I

Question about FacesContext

2007-11-20 Thread pdt_p
Hi... I have 1 JSF ear, and 1 ejb ear deployed in a Jboss. normally, we execute FacesContext.getCurrentInstance() in order to get current facescontext. But this method will return null when you execute it in one of the ejb class. is that possible to get JSF faces context from one of ejb class?

Custom component required message

2007-10-30 Thread pdt_p
Hi... I create a custom component. In this custom component, it's contained 4 input texts. If I set required to true, and submit the form by not entering any value into that component, the form won't submit but the required error message is not displayed. I think the validation is working fine bu

Re: how to set CoreCommandButton action programmatically?

2007-10-22 Thread pdt_p
re the action can be a "normal" string or an "EL" string. > > On 10/21/07, pdt_p <[EMAIL PROTECTED]> wrote: >> >> Hi... >> >> I have a button (CoreCommandButton), this button I create it >> programatically. How do i set the action fo

how to set CoreCommandButton action programmatically?

2007-10-21 Thread pdt_p
Hi... I have a button (CoreCommandButton), this button I create it programatically. How do i set the action for that button? Basically, I try to create a button progamatically that will match with creating a button in this jsp code like: There is a method in CoreCommandButton called setAction

Trinidad Refresh parent window page after dialog closed

2007-09-28 Thread pdt_p
Hi... I have a page. inside that page i have an iframe. inside that iframe, i have a command link which will popup a window. the action for that command link is "dialog:." and I have specified the returnListener. What I am trying to do is, I would like to completely refresh the page that will

Re: Trinidad validateLength

2007-09-19 Thread pdt_p
Pdt Matthias Wessendorf-4 wrote: > > Hi, > > IMO that shouldn't happen, can you file an issue: > https://issues.apache.org/jira/browse/TRINIDAD > > -Matthias > > On 9/18/07, pdt_p <[EMAIL PROTECTED]> wrote: >> >> Hi... >> >> I just

Trinidad validateLength

2007-09-17 Thread pdt_p
Hi... I just wonder about tr:validateLength. I have a table with 2 columns. 1 column for label and the other column containing tr:inputText. I have validate the input text value with tr:ValidateLength and specify the minimum and maximum. I just relize that every time I submit the form, there is a

Re: Integrate AjaxAnywhere with Trinidad Poll

2007-08-27 Thread pdt_p
: >> Why use AA with Trinidad. AA doesn't give you any functionality that >> Trinidad already has. My suggestion is to definitely stop using AA. >> >> On 8/26/07, pdt_p <[EMAIL PROTECTED]> wrote: >> >>> Hi guys, >>> >>> I just

Integrate AjaxAnywhere with Trinidad Poll

2007-08-26 Thread pdt_p
Hi guys, I just wonder is there anyone has successfully integrate AjaxAnywhere with Trinidad poll element? I have tried to integrate it and the result, the poll listener will only be executed once. It happen only after the page is rendered and after that the poll listener never get executed anymo

Re: Tomahawk popup & AjaxAnywhere

2007-08-20 Thread pdt_p
h handling external JS and CSS > references. > > On 8/17/07, pdt_p <[EMAIL PROTECTED]> wrote: >> >> Hi , >> >> I did mention about this in my previous messge : "At the moment I haven't >> found a way how to pass a htmlpopup client id t

Re: Tomahawk popup & AjaxAnywhere

2007-08-17 Thread pdt_p
>'); return gloVar; } but unfortunatelly, the Tomahawk popup box is still not displaying. any idea? Thank you very much, Pdt pdt_p wrote: > > Hi Andrew, > > I have checked the aa.js api. i think you refer to this function > getGlobalScriptsDeclarationsList. I did

Re: Tomahawk popup & AjaxAnywhere

2007-08-17 Thread pdt_p
client id to my page. I am thinking of storing the htmlpopup client id in a static HashMap in a class. but i don't think this is a good way. any suggestion for this? Thanks, Pdt pdt_p wrote: > > Hi Andrew, > > Thank you for your help. I will give it a try. > > Thanks, &g

Re: Tomahawk popup & AjaxAnywhere

2007-08-16 Thread pdt_p
;[EMAIL PROTECTED]> wrote: >> It should work fine without any additional code. BTW - I stopped using >> AA a long time ago, and now switched to Trinidad from A4J >> >> On 8/16/07, pdt_p <[EMAIL PROTECTED]> wrote: >> > >> > Hi Andrew, >> > >>

Re: [Trinidad] Integration with Tiles

2007-08-16 Thread pdt_p
Would you post an example of what the web.xml should look like? > > Thank you, > Ed > > On 8/14/07, pdt_p <[EMAIL PROTECTED]> wrote: >> >> >> Hi Ed, >> >> I hope I can help you. Give this a try, leave renderkit ID to >> org.apache.myfaces.t

Re: Tomahawk popup & AjaxAnywhere

2007-08-16 Thread pdt_p
Hi Andrew, Just wondering, have you able to integrate ajaxanywhere with tomahawk popup? Thanks, Pdt Andrew Robinson-5 wrote: > > Wondering if anyone has a work around for this... > > The tomahawk popup (1.1.2) is not AJAX friendly, at least not AjaxAnywhere > friendly. > > The popup creat

Re: [Trinidad] Integration with Tiles

2007-08-14 Thread pdt_p
Hi Ed, I hope I can help you. Give this a try, leave renderkit ID to org.apache.myfaces.trinidad.core in faces-config and set the tomahawk tile handler as alternate handler in web.xml. thanks Pdt Edward Dowgiallo wrote: > > I think I see one of my problems. The myfaces-examples-tiles-1.1

Integrate Trinidad and Tiles

2007-08-07 Thread pdt_p
Hi I just wonder how to integrate Trinidad with Tiles? I try to search in this forum and in the net but I can't found a good explaination about this. I did try to integrate it but I got exception : java.lang.IllegalStateException: No RenderingContext org.apache.myfaces.trinidad.render.CoreR

Problem with Trinidad 1.0.1 AjaxAnywhere 1.2.1

2007-08-06 Thread pdt_p
I got problem reloading a page. JSP code look like this: …… …… <% String tempfile=””; %> <% tempfile = (String) request.getAttribute("fileName"); %> ajaxAnywhere.formName = " testForm " ajaxAnywhere.substituteFormSubmitFunction() ajaxAnywhere.getZonesToRelo

commandButton behaviour

2007-03-08 Thread pdt_p
Hi guys, I just started learning JSF and I am new in this forum. I apologize if I make mistake or my explaination is not clear. I have a JSF page which uses adf faces incubator CommandButton for a submit button. That submit button I set the “id” attribute called "SearchTestButton", label called