Duplicate ids of some tomahawk components with portlets

2006-11-24 Thread Pfau, Oliver
Hi, I have a problem with some tomahawk components in liferay portlets. When I use one portlet with datatable and scroller for instance on the first rendering of the page all is fine. If I switch to page 2 with data scroller and then click on the portal tab, a dupblicate id exception is thrown fo

Re: How stable is the nightly builds?

2006-11-24 Thread Werner Punz
Bjørn T Johansen schrieb: > Is it ready for production use? > > It really depends on the night, we are working on the dojo 0.4 update now in tomahawk, so things are a little bit rough at the moment. The core is relatively stable. The nightlies are sort of like running debian unstable on the lin

Re: Duplicate ids of some tomahawk components with portlets

2006-11-24 Thread Christopher Cudennec
Hi, I had a similar problem and solved it by using t:dataList instead. However that's only a workaround and you have to output the table yourself. Nevertheless I like dataList better than dataTable because it gives you more flexibility. Cheers, Christopher Pfau, Oliver schrieb: Hi, I ha

AW: Duplicate ids of some tomahawk components with portlets

2006-11-24 Thread Pfau, Oliver
Thank you very much for your answer... I have found this https://issues.apache.org/jira/browse/TOMAHAWK-775 I will take a look at datalist. -Ursprüngliche Nachricht- Von: Christopher Cudennec [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 24. November 2006 11:39 An: MyFaces Discussion Be

Stressing link in JSF portlet

2006-11-24 Thread Pfau, Oliver
Hi, has somebody clicked a link in a myFaces tomahawk bridged (apache) portlet in liferay ? Click multiple times fast on a link leads to this: 24.11.2006 11:05:27 org.apache.catalina.core.ApplicationDispatcher invoke SEVERE: Servlet.service() for servlet jsp threw exception java.lang.NullPointe

Re: Null values not allowed problem with myfaces nightly 1.1.5

2006-11-24 Thread Adrian Mitev
I tried this night's build and it is working. Thx! 2006/11/23, Matthias Wessendorf <[EMAIL PROTECTED]>: one more thing, can you try to enable loglevel "info" and look if you see something like Starting up MyFaces-package : ... that was introduced in myfaces core (impl) 1.1.5 Thanks! Mat

Re: Null values not allowed problem with myfaces nightly 1.1.5

2006-11-24 Thread Matthias Wessendorf
:) I am 100% sure there went something wrong yesterday, since number of lines in clazz is different. Glad it works again :) On 11/24/06, Adrian Mitev <[EMAIL PROTECTED]> wrote: I tried this night's build and it is working. Thx! 2006/11/23, Matthias Wessendorf <[EMAIL PROTECTED]>: > one more

Progress bar?

2006-11-24 Thread Bjørn T Johansen
Does myfaces have a progress bar component one can use or if not, some hints on how to make one? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED]

Re: Progress bar?

2006-11-24 Thread Werner Punz
Bjørn T Johansen schrieb: > Does myfaces have a progress bar component one can use or if not, some hints > on how to make one? > > No progress bar yet, however there is a way... you can use partial page rendering and a t:div... it should work the following way, put a ppr field with a cyclic ref

Re: Progress bar?

2006-11-24 Thread David Delbecq
Bjørn T Johansen a écrit : > Does myfaces have a progress bar component one can use Define progress bar. Something like 'your are a step 15 out of 20, still 5 more forms to complete registration' Or something like 'submitting value, then validating , then calling action, then redirecting' ? For

Re: Progress bar?

2006-11-24 Thread Werner Punz
David Delbecq schrieb: > Bjørn T Johansen a écrit : >> Does myfaces have a progress bar component one can use > Define progress bar. Something like 'your are a step 15 out of 20, still > 5 more forms to complete registration' > Or something like 'submitting value, then validating , then calling >

Re: LastVariableResolverInChain

2006-11-24 Thread Sébastien Boutté
Thanks for your response. Is it possible to have in the next version of myfaces a method called boolean isInitialized(String binding) which returns true/false depending if binding/bean has already been resolved or initialized ? Sometimes, we need to treat all beans and don't want to initialize th

Re: LastVariableResolverInChain

2006-11-24 Thread Sébastien Boutté
In class org.apache.myfaces.el.VariableResolverImpl; On 11/24/06, Sébastien Boutté <[EMAIL PROTECTED]> wrote: Thanks for your response. Is it possible to have in the next version of myfaces a method called boolean isInitialized(String binding) which returns true/false depending if binding/bean

Sandbox / TableSuggestAjax

2006-11-24 Thread Sébastien Boutté
Hi, It's a bit long time since last time i've read the mailing list, my faces has a lot of changes great ! I think it's the solution for Web Application. I've some questions regarding the new version. 1. Can i use sandBox 1.1.5 with tomahawk 1.1.3 ? 2. How stable is the component TableSuggestAjax

Re: Progress bar?

2006-11-24 Thread Simon Lessard
Hello, You can also use Trinidad in addition to my-faces, it has a progress bar component. Regards, ~ Simon On 11/24/06, Werner Punz <[EMAIL PROTECTED]> wrote: David Delbecq schrieb: > Bjørn T Johansen a écrit : >> Does myfaces have a progress bar component one can use > Define progress bar

Re: Sandbox / TableSuggestAjax

2006-11-24 Thread Werner Punz
Sébastien Boutté schrieb: > Hi, > > It's a bit long time since last time i've read the mailing list, my > faces has a lot of changes > great ! I think it's the solution for Web Application. I've some > questions regarding the new version. > 1. Can i use sandBox 1.1.5 with tomahawk 1.1.3 ? No... do

Re: Progress bar?

2006-11-24 Thread Matthias Wessendorf
examples from Irian go here: http://www.irian.at/trinidad-demo/faces/components/progressIndicator.jspx -M On 11/24/06, Simon Lessard <[EMAIL PROTECTED]> wrote: Hello, You can also use Trinidad in addition to my-faces, it has a progress bar component. Regards, ~ Simon On 11/24/06, Werner

Re: Sandbox / TableSuggestAjax

2006-11-24 Thread Sébastien Boutté
Hi Werner, On 11/24/06, Werner Punz <[EMAIL PROTECTED]> wrote: > 2. How stable is the component TableSuggestAjax ? > Hold on for a few more days, we are currently upgrading to dojo 0.4, I have not tested all affected components yet. But the situation should be calm again soon. (Fisheye navigatio

Re: Progress bar?

2006-11-24 Thread Bjørn T Johansen
Thx for all the suggestions, I'll see what fit my requirements best... :) BTJ On Fri, 24 Nov 2006 15:00:00 +0100 "Matthias Wessendorf" <[EMAIL PROTECTED]> wrote: > examples from Irian go here: > > http://www.irian.at/trinidad-demo/faces/components/progressIndicator.jspx > > -M > > On 11/24/06

Re: Sandbox / TableSuggestAjax

2006-11-24 Thread Gerald Müllan
Hi, In the archive build, i've not found sandox 1.1.3 do you plan to release a sandbox release with each tomahawk release ? there is no official sandbox release, since sandbox is always more or less under construction. So if you want to use some sandbox components i would really suggest to use

Example jars

2006-11-24 Thread Marcus Bond
Hi, Have been looking around the myFaces site trying to find some examples to help out with using tomahawk features and saw a link to example apps for tomahawk. On clicking it I ended up on the page where all the librarys are but the only one with an example was Tobago. Can someone tell me wher

Re: Example jars

2006-11-24 Thread Sudhakar Mekathotti
Marcus, You can see the examples at http://www.irian.at/training.jsf On 11/24/06, Marcus Bond <[EMAIL PROTECTED]> wrote: Hi, Have been looking around the myFaces site trying to find some examples to help out with using tomahawk features and saw a link to example apps for tomahawk. On clicking

Re: Progress bar?

2006-11-24 Thread Gerald Müllan
Hi, i would suggest the way, Werner mentioned; It`s really very easy. In a very simple example, it can be something like this: The getStyle method returns a broader width (same height, color..) on every poll. cheers, Gerald On 11/24/06, Bjørn T Johansen <[EMAIL PROTECTED]> wrote:

Re: Sandbox / TableSuggestAjax

2006-11-24 Thread Werner Punz
Gerald Müllan schrieb: > Hi, > >> In the archive build, i've not found sandox 1.1.3 do you plan to >> release a sandbox >> release with each tomahawk release ? > > there is no official sandbox release, since sandbox is always more or > less under construction. So if you want to use some sandbox c

Re: Sandbox / TableSuggestAjax

2006-11-24 Thread Sébastien Boutté
there is no official sandbox release, since sandbox is always more or less under construction. So if you want to use some sandbox components i would really suggest to use the latest version. But "under construction" does not mean that all components are quite unstable. In most of the cases they wo

Re: Example jars

2006-11-24 Thread Marcus Bond
Thanks, provides a fair bit of info. Are there are any projects for download so the java source in backing beans can be looked at? From: "Sudhakar Mekathotti" <[EMAIL PROTECTED]> Reply-To: "MyFaces Discussion" To: "MyFaces Discussion" Subject: Re: Example jars Date: Fri, 24 Nov 2006 14:47:2

Re: Example jars

2006-11-24 Thread Matthias Wessendorf
not up to date, but here: http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/tomahawk/myfaces-example-simple/1.1.4-SNAPSHOT/ On 11/24/06, Marcus Bond <[EMAIL PROTECTED]> wrote: Thanks, provides a fair bit of info. Are there are any projects for download so the java source i

iterating over numbers (like c:forEach)

2006-11-24 Thread Rogerio Pereira
Hi guys! Somebody knows a component where i can iterate over a range of numbers like this example: i can't use c:forEach in my pages right now because i'm having state saving issues when the numbers range changes. -- Yours truly (Atenciosamente), Rogério (_rogerio_) http://faces.eti.br

RE: iterating over numbers (like c:forEach)

2006-11-24 Thread Anil Kommareddi
Use tomahawk dataList. http://myfaces.apache.org/tomahawk/dataList.html. Example at: http://www.irian.at/myfaces/dataList.jsf - Anil. -Original Message- From: Rogerio Pereira [mailto:[EMAIL PROTECTED] Sent: Friday, November 24, 2006 11:54 AM To: MyFaces Discussion; [EMAIL PROTECTED] Su

RE: Tomahawk Extended datatable problem, running on Tomcat 4.1

2006-11-24 Thread Marcus Bond
Your dataTable needs a value attribute which calls a method in a backing bean that returns one of the supported collections holding 'rows' of data (in this case a list of ObjectWithData instances). The dataTable will iterate over all items in the list and reference the current row with the var

Re: BBS

2006-11-24 Thread Andrew Robinson
Try using google: http://www.google.com/search?sourceid=navclient-ff&ie=UTF-8&rls=GGGL,GGGL:2006-29,GGGL:en&q=bulletin+board+java [1] http://www.jspin.com/home/apps/bulletin [2] http://www.hotscripts.com/Java/JSP_and_Servlets/Discussion_Boards/index.html On 11/23/06, Dave <[EMAIL PROTECTED]> w

Re: JSCookMenu/navigationMenuItem Immediate attribute?

2006-11-24 Thread mrpantsuit
Are you agreeing with me that JSCookMenu should be changed, or are you informing me that it already skips validation? In my experience, JSCookMenu does NOT skip validation. Perhaps I'm doing something wrong. Gerald Müllan wrote: > > Hi, > >> I second that. Seems to me skipping validation fo

running MyFaces with jre 1.4

2006-11-24 Thread eveline . hofbauer
Hello, we intend to implement our new project with the Apache MyFaces framework. I downloaded the following versions: myfaces-core-1.1.4 tomahawk-1.1.3 I've tried to run the Hello world sample application with tomcat 5.0.28 und JAVA 5. Everything worked fine. But when I changed to

Re: running MyFaces with jre 1.4

2006-11-24 Thread Wendy Smoak
On 11/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: But when I changed to jdk 1.4.2 following exception is thrown: javax.servlet.ServletException: org/apache/jsp/index_jsp (Unsupported major.minor version 49.0) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:244) javax.serv

Re: Progress bar?

2006-11-24 Thread Werner Punz
Gerald Müllan schrieb: Hi, i would suggest the way, Werner mentioned; It`s really very easy. In a very simple example, it can be something like this: The getStyle method returns a broader width (same height, color..) on every poll. actually this works really well, I just tried it,

Re: Progress bar?

2006-11-24 Thread Matthias Wessendorf
cool stuff dude! On 11/24/06, Werner Punz <[EMAIL PROTECTED]> wrote: Gerald Müllan schrieb: > Hi, > > i would suggest the way, Werner mentioned; It`s really very easy. > > In a very simple example, it can be something like this: > > > > > > > The getStyle method returns a broader width

navigation pages history...

2006-11-24 Thread Jorge Vásquez
Regards, Is there a way to see the las accessed page that the user was at. Moreover, is there some sort of stack that keeps track of the last accessed pages by a specific user inside a JSF application? Thanks, JV