myfaces context problem under jetty ?

2007-05-11 Thread Daniel Gradecak
Hello, I am using myfaces with Liferay portal. Usually I tested with tomcat and everything worked fine. Now I tested on the Liferay/Jetty bundle and something goes wrong. I am not sure if it is a myfaces (1.1.4) problem or Liferay (4.2.2) or even jetty. * *Here is some of the code ... the firs

Re: Portlet examples needed by portlet/MyFaces users

2006-09-14 Thread Daniel Gradecak
Hello, I am not an expert but I use MyFaces and Tomahawk components inside portlets. For standard MyFaces components I did not encounter problems. Anyhow, for Tomahawk components that need JS I need to tweak a little. This was already discussed in this mailing list. First I need to disable

Re: AW: AJAX for JSF

2006-09-12 Thread Daniel Gradecak
myfaces when using latest svn-head. Apart from this, myfaces currently has no special generic AJAX support. regards, Gerald On 9/12/06, Daniel Gradecak <[EMAIL PROTECTED]> wrote: I need ajax4jsf inside portlets also. I tried it something like one month ago and it was not working. Myfaces ha

Re: AW: AJAX for JSF

2006-09-12 Thread Daniel Gradecak
I need ajax4jsf inside portlets also. I tried it something like one month ago and it was not working. Myfaces has ajax support in the sandbox which seems to be promising. Anyway, ajax4jsf guys told me to stay tunned on the mailing list for new announcements but i am still waiting :-) Right now

Re: bug in commandButtonAjax ?

2006-08-29 Thread Daniel Gradecak
Is it somehow possible to call some javascript when action is done? As I mentioned the onSuccess is not working and I cannot find any help on the web ? Daniel Gradecak wrote: When I try to use attributes onSuccess onFailure and onStart within the commandButtonAjax I got an exception

tomahawk sandbox examples?

2006-08-29 Thread Daniel Gradecak
I am able to see the examples of sandbox on site http://example.irian.at/example-sandbox-20060829/home.jsf but I am not able to download the examples and to see the configuration ... is it possible to get it anywhere ? in the nightly build directory i see tomahawk examples but no sandbox examp

bug in commandButtonAjax ?

2006-08-29 Thread Daniel Gradecak
When I try to use attributes onSuccess onFailure and onStart within the commandButtonAjax I got an exception ... 08:47:04,386 ERROR [jsp:154] org.apache.jasper.JasperException: /phone.jsp(39,4) Unable to find setter method for attribute: onSuccess the same exception is thrown for each mention

Re: problem

2006-08-29 Thread Daniel Gradecak
8/29/06, Daniel Gradecak <[EMAIL PROTECTED]> wrote: Hello all, I am trying to use the sandbox commandButtonAjax and it is O.K. The form is submited and i can see the data changes on the server side but ... My problem is that I have mapped different navigation rules in my faces-config, so wh

problem

2006-08-29 Thread Daniel Gradecak
Hello all, I am trying to use the sandbox commandButtonAjax and it is O.K. The form is submited and i can see the data changes on the server side but ... My problem is that I have mapped different navigation rules in my faces-config, so when the ajax button is pushed there is no new pages load

Re: Potlets with Tomahawk in Liferay

2006-08-29 Thread Daniel Gradecak
y ? My portlet included all the tomahawk and myfaces jars in the WEB-INF/lib directory. Which js I have to add and how ? I thought by now that's enough when I include the libs and the images for the tree. Daniel Gradecak-2 wrote: you probably do not have the javascript files needed by tha

Re: Potlets with Tomahawk in Liferay

2006-08-29 Thread Daniel Gradecak
you probably do not have the javascript files needed by that component included on your page. opfau wrote: Hi, I have tried it and my tree2 is rendered. But clicks in the portlet have no result. I can not open the root node. It seems that all user clicks on the tree2 and a commandLink are not

Re: AutoUpdateDataTable inside a portlet

2006-07-17 Thread Daniel Gradecak
vascript to the portal pages but Liferay is allready using prototype.js so you can easily add scripts by hand in your pages. This is the only thing that AutoUpdateDataTable adds. Hope this could help someone. Regards, Daniel Dave Brondsema wrote: Daniel Gradecak wrote: Hi all, I

ADF - table

2006-07-14 Thread Daniel Gradecak
Hi, I am trying to use the ADF table tag. I have enabled the details column but when I click on show there is nothing happening, the row is not opened. Is there something that I am doing wrong? here is my code.

AutoUpdateDataTable inside a portlet

2006-07-12 Thread Daniel Gradecak
Hi all, I have a problem while trying to integrate AutoUpdateDataTable inside a portlet. I am using Liferay 4.0.0 with Tomcat 5.5.17. I have configured the ExtensionsFilter in web.xml as explained on Tomahawk pages, but I steill get java.lang.IllegalStateException: *ExtensionsFilter* *not* *c

datatable nor preserving model

2005-12-14 Thread Daniel GRADECAK
Hi all, I am trying MyFaces and have a problem with DataTable that is not preserving the data model. I made a dataScroller for that table also, and everything render fine. The problem is that i access a database in the backend method, and that method is called all the time i move in the dataSc