ExtensionsFilter init-params wrong?

2007-09-14 Thread Ture Hoefner
The docs at http://myfaces.apache.org/tomahawk/extensionsFilter.html show the maxFileSize init-param for the new org.apache.myfaces.webapp.filter.ExtensionsFilter that replaces the deprecated org.apache.myfaces.component.html.util.ExtensionsFilter. Why does that doc mention a

[Trinidad] tr:selectManyShuttle

2007-09-14 Thread Reza Samoody
Hi, I need to use a selectManyShuttle component. I don't know how many selection items are included in selectManyShuttle. I tried to use tr:selectManyShuttle value=#{list.selected} f:selectItems value=#{list.selections} / /tr:selectManyShuttle but it seems f:selectItems is not working with

Re: MyFaces 1.2.0 on Resin 3.1.2

2007-09-14 Thread Boris Kovalenko
Resin 3.1 is development release and not fully comply to JSP 2.5 for the time present. I'm getting the following error when trying to run MyFaces 1.2.0 on Resin 3.1.2. Any ideas? @400046e9bb65051988cc [17:36:10.302] Loading .tld files from global classpath @400046e9bb670c2104c4

Re: [Trinidad] console is undefined?

2007-09-14 Thread Matthias Wessendorf
sounds good On 9/14/07, Adam Winer [EMAIL PROTECTED] wrote: One thing we could do is come up with a REALLY trivial API like TrLog.error(), TrLog.severe(), TrLog.warning(), write one version that delegates to a quality JS logging implementation and load that in the debug Trinidad JS, and have

Problem in chained navigation via navigation-rule without redirect

2007-09-14 Thread Evgeniy Karimov
Hi, I have some strange problem. Say, I have: Page1: CommandButton1, action=Page2, CommandButton2, action=Page3 Page2: CommandButton1, action=Page3 Page3. all navigation is performed without redirect. So the problem is: Load Page1, press button1 - appears Page2, press button1 - Page3 should

[Trinidad] Panelpopup Error

2007-09-14 Thread Wolfgang
Hi, I wrote a simple panelpopup example, but I always got this error: tr:panelPopup text=test test /tr:panelPopup 14.09.2007 09:16:39 org.apache.myfaces.trinidad.component.UIXComponentBase _getRendererImpl WARNUNG: Could not find renderer for CorePanelPopup[UIXFacesBeanImpl,

Re: [Trinidad] PanelPopup

2007-09-14 Thread Matthias Wessendorf
I think some nice use-cases are covered here: http://example.irian.at/trinidad-demo-20070914/faces/components/panelPopup.jspx Unfortunaltly there isn't a skinning documentation on this new component, but things like the X (af|panelPopup::close-icon) are skinable. -Matthias On 9/14/07, Wolfgang

Re: Problem in chained navigation via navigation-rule without redirect

2007-09-14 Thread David Delbecq
press button1 - Page3 should appear, but page2 appears again : most probably a validation error on page2 (put h:messages/ to get all JSF messages). If not a validation error, you forgot to add a navigation rule from Page2 to Page3 for result Page3. This is not related in anyway to the presence or

[Trinidad] PanelPopup

2007-09-14 Thread Wolfgang
Hi, do anyone know a good example for the panelpopup? Cheers

Re: [Trinidad] Panelpopup Error

2007-09-14 Thread Matthias Wessendorf
try tr:panelPopup text=Click Here tr:outputText value=test / /tr:panelPopup otherwise the value test is rendered before the link (Click here) works fine, for me. But, I noticed that the popup is a bit to high in the page. -Matthias On 9/14/07, Wolfgang

[Trinidad] refreshing input fields in tr:table

2007-09-14 Thread Justinas Kurpis
Dear all, i have tr:table and tr:selectOneChoice in it's column. When page loads that table is filled with data. User changes values for some of comboboxes rendered by tr:selectOneChoice. Afterwards on some tr:selectOneChoice which is not in the table I reload tr:table's data. I do this by

Re: Re: Problem in chained navigation via navigation-rule withoutredirect

2007-09-14 Thread Evgeniy Karimov
Thank you very much, it was a validation error:) press button1 - Page3 should appear, but page2 appears again : most probably a validation error on page2 (put h:messages/ to get all JSF messages). If not a validation error, you forgot to add a navigation rule from Page2 to Page3 for result

Re: include rendered JSF output in JSP page

2007-09-14 Thread Alexander Lendl
Hi Volker, thanks again for your great support! That's exactly what I tried yesterday after reading the thread you mentioned in your first reply. The problem is that facesContext.getResponseWriter() returns null in the beforePhase method of the RENDER_RESPONSE phase. So I can't clone the

Re: include rendered JSF output in JSP page

2007-09-14 Thread Alexander Lendl
Hi Simon, thanks for the hint - sounds great. I need to check, if the httpclient opens a separate HttpSession, because our new JSF portlets need to communicate with the existing servlet/jsp application using the existing user sessions. I'll have a look at this lib a little later. Regards,

[Tomahawk] jscookmenu missing attributes: javascriptLocation

2007-09-14 Thread Renzo Tomaselli
Hi, until now I used to specify jscookmenu locations by means of a f:attribute trick, and it worked well. After some browsing, I noticed that there are a number of references to the usage of direct attributes such as: javascriptLocation=js/jscookmenu However on v. 1.1.5 I get Property

[Trinidad] tr:inputDate problem

2007-09-14 Thread Stephen Booth
Hello, I'm trying to use the Trinidad inputDate component and I'm getting an odd problem with the date picker. Whenever I select a date from it, it returns one day earlier than that chosen. This normally happens every time I use it but occasionally only happens on the second and subsequent picks

Tomahawk JSCookMenu with Myfaces 1.2

2007-09-14 Thread Sebastian Wurst
Hi, has anybody yet tested the compatibility of the latest Tomahawk release with Myfaces 1.2? I have a specific problem with the jscookmenu; it gets rendered but the links won't work. When I change the myfaces jar files back to 1.5 it works as usual. I also tried the latest snapshots of

[Trinidad] Jetty-Error

2007-09-14 Thread Wolfgang
Hi, I used the trinidad version 1.0.2 and it works more or less fine. But then I decided to update trinidad to the current version, which is 1.2.2 and also JSF to 1.2 and MyFaces to 1.2. I have updated JSF and MyFaces because after updating trinidad I got lot's of errors. I have found a thread

Re: [Trinidad] Jetty-Error

2007-09-14 Thread Matthias Wessendorf
one more, not related. no need for this: dependency groupIdorg.apache.myfaces.trinidad/groupId artifactIdtrinidad-build/artifactId version1.2.2/version /dependency here is a Trinidad 1.2.x + Jetty POM:

RE: [Trinidad] tr:inputDate problem

2007-09-14 Thread sandeep gururaj
Not sure why, I face the same problem if I use IE7. When on IE6, it works properly. ~Sandeep -Original Message- From: Stephen Booth [mailto:[EMAIL PROTECTED] Sent: Friday, September 14, 2007 3:34 PM To: users@myfaces.apache.org Subject: [Trinidad] tr:inputDate problem

Re: [Trinidad] Jetty-Error

2007-09-14 Thread Matthias Wessendorf
Hallo Wolfgang, are you on Java6 ? http://jira.codehaus.org/browse/JETTY-420 -Matthias On 9/14/07, Wolfgang [EMAIL PROTECTED] wrote: Hi, I used the trinidad version 1.0.2 and it works more or less fine. But then I decided to update trinidad to the current version, which is 1.2.2 and also

Re: [Trinidad] Jetty-Error

2007-09-14 Thread Wolfgang
Hi Matthias, I have added my stuff to your pom.xml, but I got still the same Error. I use Java 5. here is my new pom.xml, but I guess it should be fine: *** POM.XML** ?xml version=1.0 encoding=UTF-8? project xmlns=http://maven.apache.org/POM/4.0.0;

RE: [Trinidad] refreshing input fields in tr:table

2007-09-14 Thread Justinas Kurpis
And the answer is: ((UIXTable) myCoreTable).resetStampState(); -Original Message- From: Justinas Kurpis [mailto:[EMAIL PROTECTED] Sent: Friday, September 14, 2007 11:48 AM To: users@myfaces.apache.org Subject: [Trinidad] refreshing input fields in tr:table Dear all, i

Re: [Trinidad] Jetty-Error

2007-09-14 Thread Matthias Wessendorf
hrm, not sure. standalone (from facesgoodies) it works ? -Matthias On 9/14/07, Wolfgang [EMAIL PROTECTED] wrote: Hi Matthias, I have added my stuff to your pom.xml, but I got still the same Error. I use Java 5. here is my new pom.xml, but I guess it should be fine: ***

[TOBAGO] Custom Theme - StringIndexOutOfBoundsException

2007-09-14 Thread news . kj
Hello, i try to create my own custom theme. When i use the theme example project in my tobago application i get this error: main WARN - org.apache.myfaces.tobago.context.ResourceLocator:141 - Unknown protocol java.lang.StringIndexOutOfBoundsException: String index out of range: -6 at

Re: [TOBAGO] Custom Theme - StringIndexOutOfBoundsException

2007-09-14 Thread Volker Weber
Hi, you do not need a jar, but than you must create a tobago-resource directory in your webapps dir and configure this directory in the tobago-config.xml. eg.: create a directory tobago-app in your webapps directory and put this line resource-dirtobago-app/resource-dir in your

dynamic table

2007-09-14 Thread Bernd Hauser1
Hello everybody, I've got a little question while developing a GUI. Is it possible to center the whole page in the browser to the middle? Furthermore the user should be able to see the page at its maximum height based on his own resolution. For example the page has a fixed wide of 500px and

RE: [Trinidad] tr:inputDate problem

2007-09-14 Thread Simon Kitching
Are you sure the problem isn't this one? http://wiki.apache.org/myfaces/FAQ#Date sandeep gururaj [EMAIL PROTECTED] schrieb: Not sure why, I face the same problem if I use IE7. When on IE6, it works properly. ~Sandeep -Original Message- From: Stephen Booth

Re: MyFaces 1.2.0 on Resin 3.1.2

2007-09-14 Thread mraible
I don't think anyone is compatible with JSP 2.5 are they? ;-) Matt Boris Kovalenko wrote: Resin 3.1 is development release and not fully comply to JSP 2.5 for the time present. I'm getting the following error when trying to run MyFaces 1.2.0 on Resin 3.1.2. Any ideas?

[tobago] layout of tc:selectManyCheckbox

2007-09-14 Thread Zied Hamdi
Hi all, I'm encoutring a lyout problem, maybe this will sound like a feture request: I'm attemping to layout a list of checkboxes belonging to the same value. here's my code: tc:selectManyCheckbox value= f:facet name=layout tc:gridLayout

Re: include rendered JSF output in JSP page

2007-09-14 Thread Alexander Lendl
me again :) as the replacement of the ResponseWriter in the beforePhase method does not work as expected (or did I do something wrong?), I need another place to implement it. Is it possible at all to use a custom UIViewRoot and override the encodeBegin method there? If yes, how do I declare the

RE: [Trinidad] tr:table PPR failing

2007-09-14 Thread Timothy M. Braun
So I did a little more investigating and something really interesting is going on. I set a breakpoint in PPRResponseWriter.endDocument(). This is where the /content element get appended to the response. If I look at the output buffer at this stage, I can see there is a lot of information with

Re: no Javascript script tags generated for t: or s: elements when, using tomahawk + sandbox + jsf RI 1.2 + Tomcat 6, no exceptions thrown

2007-09-14 Thread Jan Naujoks
Thank you for your response, I finally found the problem (not due any logging output, I never got any errors/hints, neither with logging on DEBUG nor on INFO)! The cause of the error was a jsp:include page=/footer.jspf / tag I used to include the footer. I have no idea why this would break the

RE: [Trinidad] tr:table PPR failing

2007-09-14 Thread Timothy M. Braun
Ok... please bare with me as this is the first time I have really dug into the internals of trinidad and myfaces. The problem seems to be coming from the JspViewHandlerImpl class inside the renderView method. I'm not really sure what is trying to be accomplished, but the response writer is

RE: [Trinidad] tr:table PPR failing

2007-09-14 Thread Timothy M. Braun
This seems to fix the problem. I moved the flush so it was after the call to the ppr writer endDocument method. Everything works beautifully now. Here is the source for the new JspViewHandlerImpl /* * Copyright 2004 The Apache Software Foundation. * * Licensed under the Apache License,

Re: [Trinidad] Panelpopup Error

2007-09-14 Thread Andrew Robinson
Is this 1.0.3-SNAPSHOT? The JavaScript has significantly changed in the new version If so, and you are getting the problem, did you by any chance test the popup inside a relative positioned table column? There is a browser bug which causes X and Y coordinate anomalies with relative TD and TH

[Trinidad] Problems with tr:validateLongRange

2007-09-14 Thread Eric Fikus
Hello, I am seeing some undesirable behavior with the tr:validateLongRange tag in Trinidad 1.0.1. I have an inputText whose value must be a positive integer: tr:inputText tr:validateLongRange minimum=1 messageDetailMinimum=The quantity must be a positive integer/ /tr:inputText The

Facelets dynamic include not working with MyFaces 1.2 JSF implementation

2007-09-14 Thread Karel Hubl
Hi, we tried to use My Faces 1.2 + Tomahawk 1.1.6 + JSF Facelets 1.1.4 and we are unable to get working the ui:include component with src attribute containing EL Expression. When we try to render the page, it looks like the expression evaluetes to null. When we change the JSF implementation to

dynamic table

2007-09-14 Thread Bernd Hauser1
Hello everybody, I've got a little question while developing a GUI. Is it possible to center the whole page in the browser to the middle? Furthermore the user should be able to see the page at its maximum height based on his own resolution. For example the page has a fixed wide of 500px and this

[Trinidad] tr:outputText font size in IE6

2007-09-14 Thread Pedro Calcao
Greetings, I have been developing several pages using Trinidad, I have done all the development using Firefox to test the application. Today I got to running the app in IE6, and I see that the default font-size of all outputText values are alot larger then in FF, I see no reason for this to

[Trinidad] retain focus after PPR

2007-09-14 Thread Abhi
Hi, I have been trying to create drag and drop on my application. There is one table that i have generated using JSTL forEach loop (as it is kind of table inside table). Now the problem is when i drag a record and drop it to a new row the whole table refresh itself using PPR with new structure

Re: [tobago] layout of tc:selectManyCheckbox

2007-09-14 Thread Volker Weber
Hi Zied, for this purpose you can use the attribute renderRange and the tag tc:selectReference: tc:panel f:facet name =layout tc:gridLayout columns =*;* / / f:facet tc:selectManyCheckbox id=checkboxes value= renderRange=0-5 tc:selectItems ... / /tc:selectManyCheckbox

Re: [tobago] layout of tc:selectManyCheckbox

2007-09-14 Thread Volker Weber
Sorry typo: tc:renderRange for=checkboxes renderrange=6-11/ should be tc:selectReference for=checkboxes renderRange=6-11/ Regards, Volker 2007/9/14, Volker Weber [EMAIL PROTECTED]: Hi Zied, for this purpose you can use the attribute renderRange and the tag tc:selectReference:

[Trinidad] PPR logic with non-rendered components (was: Console is undefined)

2007-09-14 Thread Bertrand, Shawn R
We have some situations where we set up PPR between components, and some of the components which should trigger an update may not be rendered based on some value binding. What is the policy with respect to this? If a button, for instance, isn't rendered but is expected to trigger an update on a

Re: [Trinidad] PPR logic with non-rendered components (was: Console is undefined)

2007-09-14 Thread Simon Lessard
Hello Shawn, PPR and rendered is a special case. I answered something similar some days ago: http://forums.oracle.com/forums/message.jspa?messageID=2063668#2063668. Regards, ~ Simon On 9/14/07, Bertrand, Shawn R [EMAIL PROTECTED] wrote: We have some situations where we set up PPR between

Re: [Trinidad] PPR logic with non-rendered components (was: Console is undefined)

2007-09-14 Thread Abhi
Hi Simon, Ley say the source is not present still, and the target is having ID in partialTriggers that is still not rendered. In that case how we can handle. Thanks, Abhishek On 9/14/07, Simon Lessard [EMAIL PROTECTED] wrote: Hello Shawn, PPR and rendered is a special case. I answered

Re: [Trinidad] PPR logic with non-rendered components (was: Console is undefined)

2007-09-14 Thread Adam Winer
On 9/14/07, Bertrand, Shawn R [EMAIL PROTECTED] wrote: We have some situations where we set up PPR between components, and some of the components which should trigger an update may not be rendered based on some value binding. What is the policy with respect to this? If a button, for

Re: [Trinidad] retain focus after PPR

2007-09-14 Thread Adam Winer
What version of Trinidad are you using? -- Adam On 9/14/07, Abhi [EMAIL PROTECTED] wrote: Hi, I have been trying to create drag and drop on my application. There is one table that i have generated using JSTL forEach loop (as it is kind of table inside table). Now the problem is when i

Re: [Trinidad] tr:outputText font size in IE6

2007-09-14 Thread Adam Winer
IE 6 CSS support is atrocious, and that's being generous. outputText is explicitly and intentionally not skinned. Like other text, it is not directly skinned, but has its font size determined by the container element/tag. If it were directly skinned, there'd be no possibility for container tags

Re: [Trinidad] retain focus after PPR

2007-09-14 Thread Abhi
I am using old version that was compatible with JSF 1.1. But soon going to update that... ~Abhishek On 9/14/07, Adam Winer [EMAIL PROTECTED] wrote: What version of Trinidad are you using? -- Adam On 9/14/07, Abhi [EMAIL PROTECTED] wrote: Hi, I have been trying to create drag and

Re: [tobago] layout of tc:selectManyCheckbox

2007-09-14 Thread Zied Hamdi
Thanks Volker, I'm sorry to ask questions like this one that obviously has been resolved a long time ago, is there a place to read infos in before asking in the mailing list? (I took a look at the demo app, but even if it's maybe there I wasn't able to find it) Regards, Zied 2007/9/14, Volker

Re: [Trinidad] Understanding Trinidad Skinning?

2007-09-14 Thread md10024
Hi Andrew, et. al., I'm having the same problem when running Trinidad 1.0.1. Was there any resolution to this? thanks, Mark Andrew Robinson-5 wrote: As I mentioned, disabling the compression did not work. As you can see from my post, I am getting CSS styles like .x6v. On 8/27/07, Simon

How do I know My JSF Version?

2007-09-14 Thread MichaelWa
I am using IBM RAD7, when I create a JSF application from RAD, it shows following in faces-config file !DOCTYPE faces-config PUBLIC -//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN http://java.sun.com/dtd/web-facesconfig_1_0.dtd; However I checked with IBM website, it says RAD7

How to replicate dataScroller.jsf example

2007-09-14 Thread Stephen More
I am trying to replicate http://www.irian.at/myfaces/dataScroller.jsf. After downloading the source files and building it I have found these differences: 1. Example page says 994 Cars found, displaying 15 cars, from 31 to 45. Page 3 / 67 my page simply says Page 994 / 10 2. On my pages, after

Re: [JSF1.2] JspViewHandlerImpl flushing issue (was Re: [Trinidad] tr:table PPR failing)

2007-09-14 Thread Martin Marinschek
Hi Tim, could you supply a patch versus the new source-code - or somehow else highlight the differences you did? regards, Martin On 9/14/07, Adam Winer [EMAIL PROTECTED] wrote: (Changing subject to bring this to the attention of non-Trinidad folks) Tim, could you file a MYFACES JIRA issue?

[ANNOUNCE] myfaces-maven and myfaces-shared release

2007-09-14 Thread Mario Ivankovits
Hi! We are proud to announce the availability of myfaces-maven 1.0.6 and myfaces-shared 2.0.7. Ciao, Mario PS: Since this stuff is not that important to the community (I think) I didn't sent this announce to the [EMAIL PROTECTED] address. If you are not fine with this we can forward this