Re: [tobago] tx:date displays incorrectly in sheets

2007-09-24 Thread Zied Hamdi
Thanks Bernd it works. 2007/9/22, Bernd Bohmann [EMAIL PROTECTED]: Hello Zied, please try 10px for labelWidth instead of 10. Regards Bernd Zied Hamdi wrote: Hi, Under facelets, I have an editable sheet in which I wanted to include dates; there are two disfunctions: - The

output formatting ? ?

2007-09-24 Thread Chetan Bob
Hi I m getting some text from and saving it to database .then while displaying it using h:outputText the formatting at the time of entering text is lost and output is withut carriage return h:outputformat escap=false value =#{dbget.gettext} / is also not working What can be

validateLength and ajax4jsf don't work together?

2007-09-24 Thread NABA
Hi All... My environment: MyFaces 1.1.5 Tomahawk 1.1.6 ajax4jsf 1.1.1 jboss Aplication Server 4.0.5 IDE: netbeans 5.x I try to develop a small application to learn more about jsf and ajax4jsf. I faced an unexplainable problem. When I use AJAX4JSF and in the same JSP f:validateLength maximum=250

[Trinidad] wrong navigation bar rendering in tr:table

2007-09-24 Thread Renzo Tomaselli
Hi all, I noticed a rendering bug in tr:table whenever the underlying model returns -1 (unknown) from getRowCount and paging is used: assuming a block size of 10, then a link next 10 is rendered for the very last page, while is should be disabled. A potential fix might be achieved by placing in

Re: Fwd: Updated Trinidad libs for JDeveloper

2007-09-24 Thread Frank Nimphius
Bandaru, don't think that the jsf-impl has anything to do with the problems you see (but don't mention). Note that JSF 1.2 is supported in JDeveloper 11 Frank -- Forwarded message -- From: Bandaru [EMAIL PROTECTED] Date: Sep 22, 2007 12:55 PM Subject: Updated Trinidad libs

pls help with exception

2007-09-24 Thread Alonso Isidoro Roman
hi everybody, i`m newbee with jsf first at all! it takes me this exception when i submit the form: javax.servlet.ServletException: Error calling action method of component with id formulario:boton javax.faces.webapp.FacesServlet.service(FacesServlet.java:152)

[tobago] popup doesn't support tab groups?

2007-09-24 Thread Zied Hamdi
Hi, I have created a popup with a tabgroup as its root element, the problem is that we can't switch between tabs : clicks doesn't seem to be catched (but the mouse shows the correct 'hand' cursor). Regards, Zied

[Trinidad] Skinning Problem

2007-09-24 Thread alee amin
I am trying to apply the skinning in my project but yet i am unable to configure it .. here is what i have done .. please help me out what possible mistake i have done this is *beach.css* which is skins\beach /*-- CSS CHANGE--*/ af|panelBox::medium af|panelBox::body {

Re: pls help with exception

2007-09-24 Thread Angel Miralles Arevalo
Please, send your bean code #{yellProxy.encuentra}. - Mensaje original De: Alonso Isidoro Roman [EMAIL PROTECTED] Para: users@myfaces.apache.org Enviado: lunes, 24 de septiembre, 2007 12:08:21 Asunto: pls help with exception hi everybody, i`m newbee with jsf first at all! it takes

Re: pls help with exception

2007-09-24 Thread Alonso Isidoro Roman
Buenos dias Angel, ojala puedas ayudarme! /* * YellProxy.java * * Created on 13 de septiembre de 2007, 11:59 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package es.yell.frontlite.servlets; import java.util.Collection; import

Re: pls help with exception

2007-09-24 Thread Alonso Isidoro Roman
Buenos dias Angel, ojala puedas ayudarme /* * YellProxy.java * * Created on 13 de septiembre de 2007, 11:59 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package es.yell.frontlite.servlets; import java.util.Collection; import

javax.servlet.ServletException: Error calling action method of component with id

2007-09-24 Thread logancillo
hi list, i`m newbee with jsf, it gives me this exception: javax.servlet.ServletException: Error calling action method of component with id formulario:boton javax.faces.webapp.FacesServlet.service(FacesServlet.java:152)

Re: pls help with exception

2007-09-24 Thread Martin Marinschek
Hi guys, don't want to sound pedantic, but please stay in English while discussing here on the list - except you mark the conversation clearly as off-topic and explain why you have to write in a language apart from English. regards, Martin On 9/24/07, Alonso Isidoro Roman [EMAIL PROTECTED]

Re: pls help with exception

2007-09-24 Thread Alonso Isidoro Roman
ok, no problem! El día 24/09/07, Martin Marinschek [EMAIL PROTECTED] escribió: Hi guys, don't want to sound pedantic, but please stay in English while discussing here on the list - except you mark the conversation clearly as off-topic and explain why you have to write in a language apart

Re: [Trinidad] Skinning Problem

2007-09-24 Thread Cristi Toth
try not using 2 skin selectors at once instead define one of them and for the other one just include it like this: af|panelBox::medium { background-color: pink; padding: 6px; } af|panelBox::body { -tr-rule-ref: selector (af|panelBox::medium); } With '-tr-rule-ref' you can include one

[Trinidad] InstantiationException: PanelPartialRootRenderer

2007-09-24 Thread tartaruga
Hi, I'm trying to upgrade to Trinidad 1.0.2. Currently I'm using Trinidad 1.0.1 with - Seam 1.2.1.GA - Facelets (the .jar delivered with Seam) - MyFaces 1.1.5 - Ajax4Jsf 1.1.1 - Richfaces 3.0.1 - JBoss 4.0.5 When upgrading to Trinidad 1.0.2 I get the exception below. After trying several

Re: [Trinidad] InstantiationException: PanelPartialRootRenderer

2007-09-24 Thread tartaruga
Sorry, the post went out a little bit too early. I wanted to ask if someone has an idea if I'm missing something in my configuration(s). I added the full stack trace at the end of the post. I appreciate any hints. Thanks Hi, I'm trying to upgrade to Trinidad 1.0.2. Currently I'm using

Re: pls help with exception

2007-09-24 Thread Angel Miralles Arevalo
I've been studing your code and all seems to be in order. Sorry about don't help you! - Mensaje original De: Alonso Isidoro Roman [EMAIL PROTECTED] Para: MyFaces Discussion users@myfaces.apache.org Enviado: lunes, 24 de septiembre, 2007 13:54:48 Asunto: Re: pls help with exception ok,

request scope+getter+caching = small problem = need advice

2007-09-24 Thread Mikael Andersson
Hi all, I'm looking of advice on a problem I have with a managed bean in request scope. The bean has a ListRunninTask which I retrieve from the a database, I wish to cache this locally in the to avoid hitting the db multiple times. Perfectly normal. Some code, the getter: public

MF 120 - Tomahawk 116 - Facelets - Bruno's Facelet Taglib jar (Cf MF Wiki page)

2007-09-24 Thread Wolf Benz
Hi all, Has anyone succeeded in getting t:inputCalendar to work with the above combination? It appears really nothing is rendered... Apart from the libs in mentioned in subject line, this is my page: ?xml version=1.0 encoding=UTF-8 standalone=yes ? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0

Re: How to support back-button with either Javascript turn-off or on in the browser

2007-09-24 Thread Luka Surija
body onload=window.history.forward(1); works for me Luka Bryan Sevilla wrote: Any help pls… -Original Message- *From:* Bryan Sevilla *Sent**:* Saturday, September 22, 2007 10:43 AM *To:* 'users@myfaces.apache.org' *Subject:* How to support back-button with either Javascript

RE: Tomahawk Examples and MyFaces 1.2

2007-09-24 Thread MC PHERSON Sandy
-Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Friday 21 September 2007 14:30 To: MyFaces Discussion Subject: Re: Tomahawk Examples and MyFaces 1.2 It should also pick it up automatically with 1.2. Even If I put this in the web.xml the stuff still

[Trinidad] tr:tree expansion warning after upgrading to 1.02

2007-09-24 Thread Renzo Tomaselli
Hi, since I had troubles while upgrading Trinidad from 1.01 to 1.02 (tr:tree branches did not expand anymore), and my app. was a mixup with Trinidad-Tomahawk-Ajax4jsf, I removed all refs to Ajax4jsf/Richfaces. However, tree node expansion now raises a warning all the times I click on a node:

Re: Intercepting the request

2007-09-24 Thread Luka Surija
h:panelGroup rendered=#{bean1.displayPageData} ...your input page data /h:panelGroup h:panelGroup rendered=#{bean1.displayAuditData} ...your Audit page data /h:panelGroup Sushma Sharma wrote: how do I show a section in the same view after the data has been validated? */David Delbecq [EMAIL

Re: How to write a link in a popup (which doesn't close the popup on click)

2007-09-24 Thread Volker Weber
Hi Zied, a command without tc:attribute name=popupClose .../ should not close the popup, and if you add a tc:attribute name=rendredPartially value=[id inside popup]/ there should be no full request at all. Using rendredPartially with popupId should completly rerender the popup, so (i think, but

Re: Bookmarking request state-keeping

2007-09-24 Thread Francisco Passos
Thanks for your response Simon. I reckon your proposed solution is viable in many cases and, although it requires much control on keeping and discarding state, it might be excellent for specific situations. However in the current situation it is not feasible for performance reasons. What I meant

Re: [tobago] popup doesn't support tab groups?

2007-09-24 Thread Volker Weber
Hi Zied, i just checked this out, and i found no problem when using switchType=client or reloadTab but reloadPage closes the popup.When reopen the popup the selected tab is shown. Looks like the tabSwitch request is not recognized as inner popup action. I added a jira issue:

[Trinidad] AssertionError including commandLink within panelLabelAndMessage

2007-09-24 Thread Fred Davis
I'm using JSF 1.2, Facelets 1.1.12, Trinidad 1.2.1 and am trying to include a commandLink within a panelLabelAndMessage component, but am getting an AssertionError. Is this a bug or am I doing something wrong? The JSF snippet in question is: tr:panelLabelAndMessage label=Supplier

Re: Intercepting the request

2007-09-24 Thread Sushma Sharma
that means, It would go to the backed bean and then I set a variable and come back to the same page... Luka Surija [EMAIL PROTECTED] wrote: ...your input page data ...your Audit page data Sushma Sharma wrote: how do I show a section in the same view after the data has been validated?

Is there a replacement for the disabled attribute in af:table when migrating to tr:table?

2007-09-24 Thread Yee, Richard K CTR DMDC
Hi, It seems that the disabled attribute is no longer available in the tr:table tag. Is there a substitute or workaround for this? Previously in the ADF table tag, the disabled attribute could be used to indicate an attribute in the bean used for the table row to indicate that the row was

Re: [Trinidad] InstantiationException: PanelPartialRootRenderer

2007-09-24 Thread Adam Winer
Sure looks like you have two versions of Trinidad in your classpath! file:/D:/bin/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp41715plato.ear-contents/plato-exp.war/WEB-INF/lib/trinidad-impl-1.0.2-SNAPSHOT.jar and file:/D:/bin/jboss-4.0.5.GA/server/default/lib/trinidad-impl.jar Make sure you

Re: [Trinidad] AssertionError including commandLink within panelLabelAndMessage

2007-09-24 Thread Adam Winer
It's a bug - the assertion is catching a faulty assumption, which is what they're supposed to do. I think it'll repro any time you put a commandLink inside of a panelLabelAndMessage. -- Adam On 9/24/07, Fred Davis [EMAIL PROTECTED] wrote: I'm using JSF 1.2, Facelets 1.1.12, Trinidad 1.2.1 and

shortcut to JscookMenu

2007-09-24 Thread ScottBrank
I'm facing a problem with my webapp that has as the principal menu a JscookMenu.. the question is that I want to focus the menu by the keyboard, or better, when I press tab one or two times the menu opens or gains focus. I faced that JsCookMenu dows not have this property.. If someone has a

Re: myfaces random binding issue

2007-09-24 Thread Jeff OTN
Yeah I figured something like that. It just happens randomnly and it seems to affect all users, if they log out and log back in it disappears. I will look at my static variables and objects. Thanks On 9/23/07, simon [EMAIL PROTECTED] wrote: Hmm..sounds like an inter-thread race condition to

Re: Intercepting the request

2007-09-24 Thread Luka Surija
Yes, and If you use any ajax technology than you don't have to do full round-trip. Sushma Sharma wrote: that means, It would go to the backed bean and then I set a variable and come back to the same page... */Luka Surija [EMAIL PROTECTED]/* wrote: ...your input page data ...your

Re: javax.servlet.ServletException: Error calling action method of component with id

2007-09-24 Thread ScottBrank
Make sure that your facesConfig.xml has the managed bean yellProxy clearly declared. -- View this message in context: http://www.nabble.com/javax.servlet.ServletException%3A-Error-calling-action-method-of-component-with-id-tf4508679.html#a12866466 Sent from the MyFaces - Users mailing list

orchestra support for RI 1.2

2007-09-24 Thread Alberto Gori
Does Orchestra support JSF 1.2, Reference Impelementation? I am getting this error: Bean property 'dataSource' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter? on tomcat 5.5 (spring 2, JSF RI 1.2). Do you see any error

Re: [Trinidad] tr:tree expansion warning after upgrading to 1.02

2007-09-24 Thread Adam Winer
I don't think that's a warning coming from Trinidad code. At least, I can't find that string anywhere in our codebase! Is that really a logged Java warning? -- Adam On 9/24/07, Renzo Tomaselli [EMAIL PROTECTED] wrote: Hi, since I had troubles while upgrading Trinidad from 1.01 to 1.02

t:panelNavigation2: Old issue...multiple entries on postback, if STATE_SAVING_METHOD=client

2007-09-24 Thread nabble
I stumbled over the same problem as previously others had, namely that t:panelNavigation2 multiplies navigationMenuItems on postbacks if the state is held on the client. There is a JIRA ticket open for this issue (and a few older threads): https://issues.apache.org/jira/browse/TOMAHAWK-508 Does

Re: [Trinidad] AssertionError including commandLink within panelLabelAndMessage

2007-09-24 Thread Paolo Fragapane
Adam - Thanks for the response. Is this already logged as a bug or do I need to do something? If the latter can you point me in the right direction as I'm (unashamedly!) new to the open source game. thanks. On 24/09/2007, Adam Winer [EMAIL PROTECTED] wrote: It's a bug - the assertion is

Re: inputcalendar with gzip filter

2007-09-24 Thread Piotr
Any help and comment on this pls? Piotr wrote: Hello, I have a problem using the input calendar component from tomahawk when gzip filter is on. I'm using MyFaces 1.2, Tomahawk 1.1.6, facelets 1.13, Tomcat 6.0.14 and ehcache 1.3.0. As the gzip filter I use the one that comes with

Re: [Trinidad] Skinning Problem

2007-09-24 Thread Jeanne Waldman
This looks fine except trinidad-skins.xml you called trinidad-skin.xml. What is the problem? Are you not getting the beach skin at all? Are there any errors? Have you tried turning off the styleclass compression so you can see the full styleclass names in the rendered html? Have you tried

MyFaces and Seam

2007-09-24 Thread �rico
running a seam sample with maven and my faces I have the following error in tomcat log : 24/09/2007 19:07:23 org.jboss.seam.core.Exceptions initialize INFO: reading exception mappings from /WEB-INF/pages.xml 24/09/2007 19:07:23 org.apache.myfaces.lifecycle.PhaseListenerManager

Re: [Trinidad] AssertionError including commandLink within panelLabelAndMessage

2007-09-24 Thread Adam Winer
The site you're looking for is http://issues.apache.org/jira/browse/TRINIDAD -- Adam On 9/24/07, Paolo Fragapane [EMAIL PROTECTED] wrote: Adam - Thanks for the response. Is this already logged as a bug or do I need to do something? If the latter can you point me in the right direction as I'm

RE: How to support back-button with either Javascript turn-off or on in the browser

2007-09-24 Thread Bryan Sevilla
Hmmm, but your code uses javascript, what I want to achieve is a back button support even if the browser has javascript disabled. I appreciate your response, thanks for your help ;) Any other ideas here? -Original Message- From: Luka Surija [mailto:[EMAIL PROTECTED] Sent: Tuesday,

[Trinidad] maven-faces-plugin -- truncates components from faces-config

2007-09-24 Thread Andrew Robinson
I haven't looked into the code yet, but it looks like 1.2.3-SNAPSHOT of the maven-faces-plugin is truncating the faces-config-base I have the file faces-impl/src/main/conf/META-INF/faces-config-base.xml In this file I have: ?xml version=1.0? !DOCTYPE faces-config PUBLIC -//Sun Microsystems,

Re: [Trinidad] maven-faces-plugin -- truncates components from faces-config

2007-09-24 Thread Andrew Robinson
It looks like this could be a large change if we were to fix it. The org.apache.myfaces.trinidadbuild.plugin.faces.GenerateFacesConfigMojo Executes an XSL (transform.xsl) that removes any component that doesn't match the typePrefix, I assumed this would only affect the components to generate,

Re: JSF Portlet: NPE in DefaultViewHandlerSupport

2007-09-24 Thread rakesha
I'm seeing the same issue with myfaces 1.2. Were you able to resolve this issues? thanks! Gert Vanthienen wrote: L.S., Apparently, this exception is raised because DefaultViewHandlerSupport tries to work with getRequestServletPath(), which explicitly returns null in the

SANDBOX: INPUTSUGGESTAJAX doing a full page request and not calling method

2007-09-24 Thread jsfuser-pa
Hi All- I am having some trouble using the inputsuggestajax provided with the tomahawk sandbox library. Everytime I enter something in the text box, it is doing a page request (as viewed from firefox and firebug, no XHR). In addition, it is not calling my suggestmethod. I have set the state

Re: [Trinidad] Skinning Problem

2007-09-24 Thread alee amin
it's not helping me out ... :( On 9/24/07, Cristi Toth [EMAIL PROTECTED] wrote: try not using 2 skin selectors at once instead define one of them and for the other one just include it like this: af|panelBox::medium { background-color: pink; padding: 6px; } af|panelBox::body {

Re: [Trinidad] Skinning Problem

2007-09-24 Thread alee amin
may be i have mis typed while typing this mail. there is no error. I have the demo skin application and i tried to modify the already applied beach.css. I added the tags that i mentioned in previous email, but those tags are not being reflected any where on the sample skin demo page .. :-s .. in