Re: [Tobago] table scroller

2008-01-07 Thread Volker Weber
Hi Zied, In general this should be done automatic. what is the colums attribute of the sheet ? I would expect something like 20px;1*;1*, if so the sheet should calculate the 1* to a size which let the space for the scrollbar free, if too much rows to render. This works only when the needed

Re: [Tobago ] renderedPartially in a popup

2008-01-07 Thread Volker Weber
Hi Yazid, renderedPartally should work fine in a popup, maybe your partiallyId is wrong. Can you give a page example? Regards, Volker 2008/1/5, yazid [EMAIL PROTECTED]: Hi, Can anyone tell me please how to make the renderedPartially attribute work inside a popop. It work fine in

JSF RI: plan to solve multi-window issue?

2008-01-07 Thread Dave
Does JSF RI development team have the plan to solve the following issue? I like to file a bug for this, but tried the issue tracker many times, it did not work out. Everything works fine for myfaces on Jboss 4.0.5GA. After I moved to JBoss 4.2.2 with faces RI. I got issues when clicking

Re: JSF RI: plan to solve multi-window issue?

2008-01-07 Thread Simon Kitching
Hi Dave, You are asking this question on the wrong list. If you have a problem with Mojarra (Sun RI) on JBoss then you need to ask on either the Mojarra or JBoss list. Regards, Simon Dave [EMAIL PROTECTED] schrieb: Does JSF RI development team have the plan to solve the following

Re: [Tobago] tc:columnEvent

2008-01-07 Thread Helmut Swaczinna
Hi Bernd, I stil can't get it work at all. Nothing happens when I click or doubleclick on a row. I tried both events and I tried an action and an onclick command. This is my code: f:view tc:page id=sheetPage width=800px height=200px tc:panel id=panel f:facet name=layout

Re: [Tobago] tc:columnEvent

2008-01-07 Thread Bernd Bohmann
Hello Helmut, the current snapshot is unstable. In a few days i will change the version of the trunk to 1.1.0-SNAPSHOT. Please try it with the 1.0.13 release. Maybe we will backport some changes to a 1.0.14 version. tc:columnEvent supports action and actionListener until now. Regards Bernd

Re: [tobago] tc:time disable att doesn't work

2008-01-07 Thread Bernd Bohmann
Hello Zied, See: https://issues.apache.org/jira/browse/TOBAGO-583 Maybe we will backport this issue to a 1.0.14 release. Regards Bernd Zied Hamdi schrieb: Hi, I'm unable to disable a tc:time is it a misuse? Regards, Zied

howto put inline javascript rendered by myfacestomahawk into CDATA-section

2008-01-07 Thread R. Müller
hallo group, i'm working with myfaces/tomahawk 1.1.5 facelets 1.1.3 with tomcat 5.0.28 and mostly firefox-browsers (2.0.x) and trying to serve xhtml-compliant pages. i know that myfaces renders 'only' html 4.01. i'm forcing contentType 'text/xml' or 'application/xhtml+xml' by adding the

Re: howto put inline javascript rendered by myfacestomahawk into CDATA-section

2008-01-07 Thread David Delbecq
En l'instant précis du 07/01/08 11:58, R. Müller s'exprimait en ces termes: hallo group, i'm working with myfaces/tomahawk 1.1.5 facelets 1.1.3 with tomcat 5.0.28 and mostly firefox-browsers (2.0.x) and trying to serve xhtml-compliant pages. i know that myfaces renders 'only' html 4.01. i'm

Re: [Tobago] tc:columnEvent

2008-01-07 Thread Helmut Swaczinna
Hi Bernd, I found the problem: tc:columnEvent does not work with selectable=none. With selectable=single or multi it works. (release 1.0.13) Regards Helmut - Original Message - From: Bernd Bohmann [EMAIL PROTECTED] To: MyFaces Discussion users@myfaces.apache.org Sent: Monday,

Re: Configuration files being loaded twice, but not declared in web.xml

2008-01-07 Thread diaphanous
As an update, I tried replicating my pages with myfaces/Tomahawk without facelets and that seemed to fix this problem. But ideally I would like to use the Facelets Templating. Thanks, diaphanous wrote: Hi, I was wondering if anyone has any ideas that I could try. I really don't

Re: orchestra with plain hibernate

2008-01-07 Thread Wolfgang Wagner
WOW that was quick.If you also have an exitsing ApplicationContext.xml file and an example DAO, that would help a lot.I specially dont know what object will be injected into the DAO instead of the EntityManager from the regular examples.THX AG

Re: Configuration files being loaded twice, but not declared in web.xml

2008-01-07 Thread Gerald Müllan
Hi, clean out all the class-caches from your IDE and all deployment directories. If this doesn`t help; As an alternative to the provided tomahawk-facelets-taglib.jar, you could also use the included resources and add it to your webApp manually. Don`t forget to add the Facelet taglib reference to

Shipra Jain is out of the office.

2008-01-07 Thread SJain
I will be out of the office starting 01/07/2008 and will not return until 01/14/2008. I am travelling during this time and will check my mail intermittently . For immediate help on SFE or any other web issues , please contact Jamie Perreira (ext -2577).

Call a backing bean before show a JSP

2008-01-07 Thread daniel ccss
Hi all, In struts: I can call a JSP page like http:///JSP/Example.jsp and I also can call an action that do something and then do the forward to the Example.jsp like this: http:// .../Example*.do * In JSF: I can call a JSP page like http://...faces/JSP/Example.jsp *but *there is a way to call

Re: Call a backing bean before show a JSP

2008-01-07 Thread Andrew Robinson
http://wiki.apache.org/myfaces/Execute_action_on_page_load On Jan 7, 2008 1:24 PM, daniel ccss [EMAIL PROTECTED] wrote: Hi all, In struts: I can call a JSP page like http:///JSP/Example.jsp and I also can call an action that do something and then do the forward to the Example.jsplike

Re: orchestra with plain hibernate

2008-01-07 Thread Mario Ivankovits
Hi! WOW that was quick. If you also have an exitsing ApplicationContext.xml file and an example DAO, that would help a lot. I specially dont know what object will be injected into the DAO instead of the EntityManager from the regular examples. Ok, I took the time to setup the long awaited

Re: Call a backing bean before show a JSP

2008-01-07 Thread John Carlson
Can you do it in Spring? John At 12:24 PM 1/7/2008, you wrote: Hi all, In struts: I can call a JSP page like http:///JSP/Example.jsp and I also can call an action that do something and then do the forward to the Example.jsp like this: http:// .../Example.do In JSF: I can call a JSP page

Re: Call a backing bean before show a JSP

2008-01-07 Thread John Carlson
See: org.springframework.web.jsf.DelegatingVariableResolver John At 12:53 PM 1/7/2008, John Carlson wrote: Can you do it in Spring? John At 12:24 PM 1/7/2008, you wrote: Hi all, In struts: I can call a JSP page like http:///JSP/Example.jsp and I also can call an action that do something

Re: [tobago] tc:time disable att doesn't work

2008-01-07 Thread Zied Hamdi
Hi Bernd, Thanks, sorry I didn't look at issues :-o. Regards, Zied 2008/1/7, Bernd Bohmann [EMAIL PROTECTED]: Hello Zied, See: https://issues.apache.org/jira/browse/TOBAGO-583 Maybe we will backport this issue to a 1.0.14 release. Regards Bernd Zied Hamdi schrieb: Hi, I'm

Re: Call a backing bean before show a JSP

2008-01-07 Thread daniel ccss
Thanks for the answers, I used a phaselistener but is for all the application, like the one in the example of the login: phase-listenercom.loffler.copycenter.controller.LoggedInCheck /phase-listener but this type of listener is call for every Bean and my case is different. Let me explain better

Re: Call a backing bean before show a JSP

2008-01-07 Thread daniel ccss
Thanks, not in ths proyect we don´t use spring On Jan 7, 2008 2:58 PM, John Carlson [EMAIL PROTECTED] wrote: See: org.springframework.web.jsf.DelegatingVariableResolver John At 12:53 PM 1/7/2008, John Carlson wrote: Can you do it in Spring? John At 12:24 PM 1/7/2008, you wrote:

Re: Call a backing bean before show a JSP

2008-01-07 Thread daniel ccss
Sorry, this is the correct question, I have a mistake on the App # :P Let me explain better my case, I have an App1 and App2, they are in different servers, App1 have a link to call the App2, but I need do some things before show the index of the App*2*, actually the link calls directly the

Re: Call a backing bean before show a JSP

2008-01-07 Thread Andrew Robinson
See my response. The simplest component is the jsf-comp one that I wrote: http://jsf-comp.sourceforge.net/components/onload/index.html On Jan 7, 2008 2:26 PM, daniel ccss [EMAIL PROTECTED] wrote: Thanks for the answers, I used a phaselistener but is for all the application, like the one in

Re: Call a backing bean before show a JSP

2008-01-07 Thread daniel ccss
Thanks Andrew, but i stop reading when saw this: Note: If you are using JBoss Seam you cannot use it due to Seam configuration conflicts. Actually our project runs in OAS but we need for it to be posible to run in JBoss also. Any other solution? On Jan 7, 2008 3:33 PM, Andrew Robinson [EMAIL

Re: Call a backing bean before show a JSP

2008-01-07 Thread simon
Hi Daniel, This pattern is generally called a view controller. The Apache Shale project has provided this for several years: http://shale.apache.org/shale-view/index.html The MyFaces Orchestra project also provides a view controller framework. And the code Andrew links to is also a kind of

Re: howto put inline javascript rendered by myfacestomahawk into CDATA-section

2008-01-07 Thread simon
On Mon, 2008-01-07 at 12:10 +0100, David Delbecq wrote: En l'instant précis du 07/01/08 11:58, R. Müller s'exprimait en ces termes: hallo group, i'm working with myfaces/tomahawk 1.1.5 facelets 1.1.3 with tomcat 5.0.28 and mostly firefox-browsers (2.0.x) and trying to serve

(Trinidad) Tabindex for input fields

2008-01-07 Thread sandeep gururaj
Hello All, Trinidad has no tabindex attribute available on the input fields. Does anybody know if we have any alternative attribute for the same? Or, is there any way we can achieve the same feature? ~Sandeep