Turn off the debug logging for Trinidad

2007-08-31 Thread Ray Daniel
This is killing my production server at the moment with 100+meg log files each day. How do I properly squelch these? I see thousands of lines of each phase being logged... 31 Aug 07 00:01:37, DEBUG [TP-Processor14] impl.Log4JLogger ( Log4JLogger.java:84) - Filter request output to XML 31 Aug 07 00

[Trinidad] force reload and add message for partial update request and view has expired?

2007-08-31 Thread Andrew Robinson
Correct me if I am wrong, but it seems that if a view has expired, and someone initiates a partial update, the page is just updated as if it hadn't. This is quite confusing to the user as nothing happens when they click on a link. What I would like to have happen, is the user redirected to the req

[Trinidad] Re: Desperate: Simple GUI with partial validation?

2007-08-31 Thread Vadim Dmitriev
Stephen Friedrich wrote: > Thanks a lot Vadim - the layout is looking nice now. > Somehow I never noticed the showRequired attribute. > I additionally needed to add a message component plus some layout. > Just in case: if you added tr:message to display messages of " However validation still d

Re: Get the value of a ReadOnly

2007-08-31 Thread daniel ccss
At the end what I did was used an inputtext control to show the value as readonly and not the select. The problem for me, was that I couldn´t get the value of a read only select in the bean. On 8/31/07, Martin Marinschek <[EMAIL PROTECTED]> wrote: > > Sorry - this I didn't understand. Please provi

Re: [Trinidad] Pie chart breaking with 7 items

2007-08-31 Thread venkata guddanti
Hi Florian, I provided a patch for this issue. I noticed that even after providing the colors, the chart was not working since the gradient templates defined in the template SVG were also limited. There was also an issue with the tooltip for the pie not displaying at the correct location. Here is

Re: serialize an object to a hidden field

2007-08-31 Thread Mike Kienenberger
If you're using client-side state saving, it's not using a session object. It's using a hidden field. Note also that if you're using server-side state saving and JSF 1.1, then you can't have multiple pages open at the same time for the same session. It's not supported. It does work with clie

Re: MyFaces 1.2, f:view, locale management

2007-08-31 Thread Eric Lewandowski
That's done ! Regards, Eric Martin Marinschek wrote: > > Hi Eric, > > please file an issue on our issue-tracker. > > regards, > > Martin > > On 8/31/07, Eric Lewandowski <[EMAIL PROTECTED]> wrote: >> >> OK. The problem seems to be in MyFaces 1.2 or Trinidad 1.2.1 >> >> I downgraded the ver

Re: serialize an object to a hidden field

2007-08-31 Thread Costa Basil
Thank you. I need to pass some objects from a page to a dialog opened from that page and I do not want to use session objects. Mike Kienenberger <[EMAIL PROTECTED]> wrote: Seems like a strange thing to do, but I guess you'd do it just like t:saveState. You'd point your h:hiddenText (is that the

[Trinidad] Re: Desperate: Simple GUI with partial validation?

2007-08-31 Thread Stephen Friedrich
> > > > > styleClass="inputLabel_10" label="Project Lead"> > > value="#{project.selectedEmployeeId}"> > value="#{project.allEmployees}"/> >

Re: serialize an object to a hidden field

2007-08-31 Thread Mike Kienenberger
Seems like a strange thing to do, but I guess you'd do it just like t:saveState. You'd point your h:hiddenText (is that the right name?) value to #{bean.objectState} and you'd have getObjectState serialize the object into a string, and setObjectState unserialize the object. On 8/31/07, Costa Basi

Re: SelectOneMenu text

2007-08-31 Thread daniel ccss
Thanks! Yes I was using the wrote: > > LoV = List of Values. > > In page.jspx > Either > > > > or > > > > > In MyBeanClass.java > Either > public class MyBeanClass > { > private UISelectOne mySelector; > > public UISelectOne getMySelector() > { > return mySelector; > } >

Re: Get the value of a ReadOnly

2007-08-31 Thread Martin Marinschek
Sorry - this I didn't understand. Please provide some code-snippets. regards, Martin On 8/15/07, daniel ccss <[EMAIL PROTECTED]> wrote: > Hi Martin > > I don´t need to change the value with javascript what I need is to get the > value of a readOnly > > > On 8/15/07, Martin Marinschek <[EMAIL PR

serialize an object to a hidden field

2007-08-31 Thread Costa Basil
How do I serialize an object in a hidden field (as opposed to using saveState and having its state meshed somewhere else along with the other components)? Thanks - Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the Al

Re: [TRINIDAD] - IMPORTANT - Custom Skin Developers

2007-08-31 Thread Martin Marinschek
Hi Danny, eventually we could additionally support also the old name for the configuration parameter, and only phase this out in a major release? regards, Martin On 8/28/07, Danny Robinson <[EMAIL PROTECTED]> wrote: > In the hope of pre-empting some emails, be aware that the trunk has switched

Re: MyFaces 1.2, f:view, locale management

2007-08-31 Thread Martin Marinschek
Hi Eric, please file an issue on our issue-tracker. regards, Martin On 8/31/07, Eric Lewandowski <[EMAIL PROTECTED]> wrote: > > OK. The problem seems to be in MyFaces 1.2 or Trinidad 1.2.1 > > I downgraded the version of third party uses to MyFaces 1.1.5 and Trinidad > 1.0.2 and it works ! > >

Re: [Trinidad] Skinning tr:table lines on hover

2007-08-31 Thread Ben Smith
I ran into the same problem with :hover in IE6 and I came across this solution: http://lawrence.ecorp.net/inet/samples/css-ie-hover.shtml Thanks to something non-standard MS included in IE you can get IE to pretend to support the spec. It worked for me and it seems to be ignored by other browser

JSP 2.1

2007-08-31 Thread Ben Smith
I'm finding that things that are supposed to work in JSP 2.1 don't seem to work with myFaces 1.2. I have a servlet that I've setup as done in the myfaces examples. So the Faces Servlet mapping is *.jsf. I have a simple example that works if I access it as test.jsp, but not as test.jsf. test.jsp

Re: MyFaces 1.2, f:view, locale management

2007-08-31 Thread Eric Lewandowski
OK. The problem seems to be in MyFaces 1.2 or Trinidad 1.2.1 I downgraded the version of third party uses to MyFaces 1.1.5 and Trinidad 1.0.2 and it works ! Eric Lewandowski wrote: > > Hi > > I want to change the locale for all my faces pages. > so, I wrote a bean defined as languageManager

Re: [Trinidad] Skinning tr:table lines on hover

2007-08-31 Thread Francisco Passos
Thank you, I intend to try this soon. Regards, Francisco Passos On 8/31/07, Andrew Robinson <[EMAIL PROTECTED]> wrote: > > Try this: > > http://www.xs4all.nl/~peterned/csshover.html > > On 8/31/07, Francisco Passos <[EMAIL PROTECTED]> wrote: > > I've just discovered our client will be running the

Andreas Heidrich ist außer Haus.

2007-08-31 Thread Andreas Heidrich
Ich werde ab 31.08.2007 nicht im Büro sein. Ich kehre zurück am 16.09.2007. Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. mfg Andreas Heidrich --- Toyota Financial Services ist eine Marke der TOYOTA Kreditbank GmbH Lex

Re: SelectOneMenu text

2007-08-31 Thread Simon Lessard
LoV = List of Values. In page.jspx Either or In MyBeanClass.java Either public class MyBeanClass { private UISelectOne mySelector; public UISelectOne getMySelector() { return mySelector; } public void setMySelector(UISelectOne mySelector) { this.mySelector = mySele

RE: Checking for navigation rule

2007-08-31 Thread David Brunette
It seems as though I'd be looking at having my own extended NavigationHandler. I was hoping to avoid that... didn't know if there was something else out there that I was just missing. Thanks guys. Dave -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent

Re: MyFaces 1.2, f:view, locale management

2007-08-31 Thread Eric Lewandowski
No, I have a public String getLocale() method and no public Locale getLocale() method. Mike Kienenberger wrote: > > Do you have a LanguageManager "public Locale getLocale()" method? > > You need to have a "public String getLocale()" method. > > http://java.sun.com/j2ee/1.4/docs/tutorial/doc/J

Re: [Trinidad] Skinning tr:table lines on hover

2007-08-31 Thread Andrew Robinson
Try this: http://www.xs4all.nl/~peterned/csshover.html On 8/31/07, Francisco Passos <[EMAIL PROTECTED]> wrote: > I've just discovered our client will be running the application on IE6 :S > > Which means I'll have to find some other way. Is there anything else you > could imagine? > > > > On 8/31/

Re: [Trinidad] Skinning tr:table lines on hover

2007-08-31 Thread Francisco Passos
I've just discovered our client will be running the application on IE6 :S Which means I'll have to find some other way. Is there anything else you could imagine? On 8/31/07, Simon Lessard <[EMAIL PROTECTED]> wrote: > > It doesn't work in IE 6 because Microsoft, in its ultimate wisdom, decided >

Re: MyFaces 1.2, f:view, locale management

2007-08-31 Thread Mike Kienenberger
Do you have a LanguageManager "public Locale getLocale()" method? You need to have a "public String getLocale()" method. http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JSFPage3.html On 8/31/07, Eric Lewandowski <[EMAIL PROTECTED]> wrote: > > Hi > > I want to change the locale for all my faces p

Re: SelectOneMenu text

2007-08-31 Thread daniel ccss
Sorry but what do you mean with LoV, can you give me some example code of the static and dynamic On 8/31/07, Simon Lessard <[EMAIL PROTECTED]> wrote: > > Ah ok, > > It depends on the type of LoV you're using. If you're using a static lov > (), then you have to use a binding for your selectOneChoic

MyFaces 1.2, f:view, locale management

2007-08-31 Thread Eric Lewandowski
Hi I want to change the locale for all my faces pages. so, I wrote a bean defined as languageManager. This bean store the locale selected by user and can get it. in my pages , I defined a tag f:view : ... When MyFaces evaluates the tag f:view, it calls the constructor of languageManager but n

Re: Which components to use?

2007-08-31 Thread Andrew Robinson
FYI, you most likely will have issues trying to combind RichFaces, IceFaces and Trinidad. They all have different AJAX implementations, and they tend to not play well together sometimes. For example, Trinidad assumes that all components are rendered, and there is a RenderingContext they depend on.

Re: [Trinidad] Skinning tr:table lines on hover

2007-08-31 Thread Simon Lessard
It doesn't work in IE 6 because Microsoft, in its ultimate wisdom, decided that IE 6 should support :hover only on and that :hover on other elements was not so useful and/or to long to implement and/or some other very good reasons. I'm pretty sure Miscrosoft would go bankrupt if every single comp

Re: Which components to use?

2007-08-31 Thread distillingweb
Thanks Andrew for you sharing on the Seam. Anybody has thoughts about other components. I am thinking to go for Richfaces + Ajax4JSF + Icefaces and maybe Trinidad and Seam, because I am using Spring instead of EJBs. Thank you in advance. - Original Message From: Andrew Robinson <[EMAIL

Re: Checking for navigation rule

2007-08-31 Thread Mike Kienenberger
This is complete guesswork, but what about extending navigationHandler and installing a custom navigation handler? You could then make the default behavior of your navigation handler to get outcomes from somewhere else, perhaps by setting navigationHandler.setFallBackOutcomeCallback(Method method

Re: Checking for navigation rule

2007-08-31 Thread Andrew Robinson
Even though you would have to cast it, I believe these methods are now public on the NavigationHandlerImpl of myfaces On 8/31/07, David Brunette <[EMAIL PROTECTED]> wrote: > > > > > > > Hi everybody. > > > > Is there an easy way for an action method to check for the existence of > a navi

Checking for navigation rule

2007-08-31 Thread David Brunette
Hi everybody. Is there an easy way for an action method to check for the existence of a navigation rule before returning the outcome String? I know that the normal functionality is that, if you return an outcome that does not match to an existing navigation rule, the same view wil

Re: BEA Weblogic 8.1

2007-08-31 Thread Mike Kienenberger
I'm pretty sure that MyFaces 1.1 (JSF 1.1) is required by the spec to support both Java 1.3 and Servlet 2.3. Open a JIRA issue if you find a specific issue where this is not true. MyFaces 1.2 (JSF 1.2) requires Java 1.5 and servlet 2.4. On 8/31/07, Mehlstaeubl, Sabine <[EMAIL PROTECTED]> wrote

BEA Weblogic 8.1

2007-08-31 Thread Mehlstaeubl, Sabine
Hello, On your Compatibility site you are writing that BEA Weblogic 8.1 is supported. Which versions of MyFaces and Tomahawk do support BEA Weblogic 8.1 ? I am asking because MyFaces 1.1 and Tomahawk are using Servlet 2.4. BEA Weblogic 8.1 uses J2EE 1.3, which uses Servlet 2.3. Yours Sabine Meh

Re: [Trinidad] Skinning tr:table lines on hover

2007-08-31 Thread Francisco Passos
Indeed it works! Firefox and IE7 seem to like this solution, although IE6 doesn't. Although I'm not sure if that is going to ultimately matter for the project I'm working on, I've got a solution when I thought there might be none. Thank you Simon, Andrew and Chris. On 8/31/07, Simon Lessard <[EM

[tomahawk] jscookmenu and ajax

2007-08-31 Thread Matthias Imhof
Hi all, I'm trying to get a jsCookMenu work with AJAX. I've tried to use a4j:commandLink and a4j:support. But nothing works ... Is there a way to get jsCookMenu work with AJAX ? Greetings Matze ___ Jetzt neu! Schützen Sie Ihren

Re: Tomahawk Savestate strange behaviour

2007-08-31 Thread Mike Kienenberger
JSF 1.1 doesn't support opening multiple windows in the same session to the same JSF application unless you're using client-side state saving. Are you using JSF 1.1? Are you using client-side state saving?/ On 8/31/07, Evgeniy Karimov <[EMAIL PROTECTED]> wrote: > As it seems, the problem is descr

disabling tree node checkbox for tree2

2007-08-31 Thread Chojnacki, Tomasz
Hi, I am newbie to MyFaces and have a slight problem with the tree2 component. In my JSP I have tree2 component with checkboxes (selectBooleanCheckbox). It looks like this: ... Now I want to disable dynamically a checkbox for a tree node. I can do it in a static way - adding

Re: t:dataTable: how to change css-style on single cells after conversion error?

2007-08-31 Thread Andrew Robinson
Just write a wrapper component yourself that you would put as the parent in the component tree, it should be easy to do. Option 1, use invalid: encodeBegin(...) { UIInput child = getChildren().get(0); if (!child.isValid()) { // do error encoding here } else { // non-error encod

Re: Is this a typo in the javadoc? (invokeOnComponent)

2007-08-31 Thread Julien Martin
thanks 2007/8/31, Matthias Wessendorf <[EMAIL PROTECTED]>: > > hi ryan, > > looks like there is a typo in the Java Doc, see the thread. > > thx, > matthias > > On 8/31/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > send a mail to RI-dev list, I am 100% sure, Ryan will fix it asap. > > > >

Re: SelectOneMenu text

2007-08-31 Thread Simon Lessard
Ah ok, It depends on the type of LoV you're using. If you're using a static lov (), then you have to use a binding for your selectOneChoice component to your managed bean. Then, in your method, you simply have to loops through the selectOneMenu's children until you find the right UISelectItem. IF

Re: SelectOneMenu text

2007-08-31 Thread daniel ccss
Hi, sorry, yes the correct question is how to: loop through the SelectItem list until find the one with the selected value to extract the description Thanks On 8/31/07, Simon Lessard <[EMAIL PROTECTED]> wrote: > > Hello Daniel, > > I don't really understand your question. Can you be a bit more s

Re: SelectOneMenu text

2007-08-31 Thread Simon Lessard
Hello Daniel, I don't really understand your question. Can you be a bit more specific? If I understand well though, you could either change the value property of your SelectItem object, or loop through the SelectItem list until you find the one with the selected value to extract the description.

Re: Is this a typo in the javadoc? (invokeOnComponent)

2007-08-31 Thread Matthias Wessendorf
hi ryan, looks like there is a typo in the Java Doc, see the thread. thx, matthias On 8/31/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > send a mail to RI-dev list, I am 100% sure, Ryan will fix it asap. > > On 8/31/07, Julien Martin <[EMAIL PROTECTED]> wrote: > > Do we report it? > > J.

Re: Is this a typo in the javadoc? (invokeOnComponent)

2007-08-31 Thread Julien Martin
Can you please do it if you have the time. I haven't been able to figure out the email address for the list... Julien. 2007/8/31, Matthias Wessendorf <[EMAIL PROTECTED]>: > > send a mail to RI-dev list, I am 100% sure, Ryan will fix it asap. > > On 8/31/07, Julien Martin <[EMAIL PROTECTED]> wrote:

SelectOneMenu text

2007-08-31 Thread daniel ccss
Hi all, How I can get the selected text, not the code, of a

Re: Is this a typo in the javadoc? (invokeOnComponent)

2007-08-31 Thread Matthias Wessendorf
send a mail to RI-dev list, I am 100% sure, Ryan will fix it asap. On 8/31/07, Julien Martin <[EMAIL PROTECTED]> wrote: > Do we report it? > J. > > 2007/8/31, Simon Lessard <[EMAIL PROTECTED]>: > > Yep, that's a typo. > > > > > > > > On 8/31/07, Julien Martin < [EMAIL PROTECTED]> wrote: > > > Hell

Re: Is this a typo in the javadoc? (invokeOnComponent)

2007-08-31 Thread Julien Martin
Do we report it? J. 2007/8/31, Simon Lessard <[EMAIL PROTECTED]>: > > Yep, that's a typo. > > On 8/31/07, Julien Martin <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > I am trying to understand how to use the invokeOnComponent method (jsf > > 1.2) > > > > Have a look here and tell me why is says

Re: Is this a typo in the javadoc? (invokeOnComponent)

2007-08-31 Thread Simon Lessard
Yep, that's a typo. On 8/31/07, Julien Martin <[EMAIL PROTECTED]> wrote: > > Hello, > > I am trying to understand how to use the invokeOnComponent method (jsf 1.2 > ) > > Have a look here and tell me why is says *"invokeOnComponent"* in the > contextcallback and not *invokeContextCallback" *??? >

Re: [Trinidad] Skinning tr:table lines on hover

2007-08-31 Thread Simon Lessard
Hello Francisco, Try the following selectors af|table::content tr:hover af|column::cell-text af|table::content tr:hover af|column::cell-text-band I did not test it though, but it should work. Regards, ~ Simon On 8/31/07, Francisco Passos <[EMAIL PROTECTED]> wrote: > > Thank you for all your t

Is this a typo in the javadoc? (invokeOnComponent)

2007-08-31 Thread Julien Martin
Hello, I am trying to understand how to use the invokeOnComponent method (jsf 1.2) Have a look here and tell me why is says *"invokeOnComponent"* in the contextcallback and not *invokeContextCallback"*??? *private* UIComponent found = *null*; *private* *void* doFind(FacesContext context, Strin

Re: Problem with myfaces and Tomcat 6

2007-08-31 Thread Jochen Zink
Hello Jeroen, bad news :). Okay, we have to wait for the next release and hope, that this will be fixed. Thanks for youre answer! Regards Jochen > -Ursprüngliche Nachricht- > Von: "MyFaces Discussion" > Gesendet: 31.08.07 14:09:03 > An: "MyFaces Discussion" > Betreff: Re: Problem with

set default value by h:selectOneRadio

2007-08-31 Thread Wolfgang
Hi, I tried to set a default value by the h:selectOneRadio tag but it didn't work my bean looks like this: private String radio="Accessions"; if (radio.equals("0")) { System.out.println("Accession choosed"); } else { System.out.println("Sequence choosed

Re: Problem with myfaces and Tomcat 6

2007-08-31 Thread Jeroen Benckhuijsen
Jochen, I've been experiencing the same problems. Somewhere in the generation of the Java code based on the JSP either Tomcat or Myfaces screw up very badly. It's trying to interpret static values as EL-expressions (as you can see from the stacktrace). As far as I know, (tested about two weeks ago

Problem with myfaces and Tomcat 6

2007-08-31 Thread Jochen Zink
Hello, I have a problem to get a working myfaces1.1.6 application migrated to myfaces 1.2. I copied all libs from myfaces 1.2 bin distribution to WEB-INF/lib dir. After deploying to tomcat 6.0.16 an exception is thrown, if I cal the start.jsf Page. You can found the exception on the end of thi

[Trinidad] :page navigation and selection at the bottom possible?

2007-08-31 Thread wolfgang . toepfer
Hi, I was wondering whether or not it is possible to have the page navigation and the selection at the bottom. Any ideas? Thanks, Wolfgang.

Re: Configured jsf forwarding to jsp

2007-08-31 Thread Simon Kitching
Earnest Dyke <[EMAIL PROTECTED]> schrieb: > Greetings, I have a simple JSF implementation (see below for faces-config) that has to jsf pages. When I go to http://localhost:8080/Sim/Sim.jsf it forwards to Sim.jsp and I can't figure out why. Should be pretty simple. I am running MyFaces 1.1.5

disabling tree node checkbox for tree2

2007-08-31 Thread Chojnacki, Tomasz
Hi, I am newbie to MyFaces and have a slight problem with the tree2 component. In my JSP I have tree2 component with checkboxes (selectBooleanCheckbox). It looks like this: ... Now I want to disable dynamically a checkbox for a tree node. I can do it in a static way - adding

Re: [Trinidad] Skinning tr:table lines on hover

2007-08-31 Thread Francisco Passos
Thank you for all your tips! Andrew, your solution might work, but as you put it, it is highly dependent on the rendered html, which means any change in the hierarchy will make it stop working. As for Simon, your solution: af|table::content tr:hover { background-color: yellow; } Doesn't work,

Re: Tomahawk Savestate strange behaviour

2007-08-31 Thread Evgeniy Karimov
As it seems, the problem is described as a feature in comments in tomahawk source code: --- * Note that the saved object can be "chained" from view to view * in order to extend its lifetime from a single view to a sequence * of views if desired. A UISaveState component with an EL expression *

How stable is the latest snapshots of myfaces and tomahawk?

2007-08-31 Thread Bjørn T Johansen
Can it be used in a production environment without any problems? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED] -

Cross-browser problem with h:commandLink and f:param

2007-08-31 Thread Ognjen Blagojevic
Hi all, I have a problem using h:commandLink and f:param that is specific to Internet Explorer. In JSF I have: ... Which shoud generate "edit" link with "id" parameter for every row in the table. Later, in my edit action, i get this parameter with int id = Integer.parseI

Re: Is AUTO_SCROLL broken?

2007-08-31 Thread Bjørn T Johansen
Just tried with the latest snapshot of both myfaces and tomahawk and using those, auto_scroll works... BTJ On Fri, 31 Aug 2007 10:29:54 +0100 "Bruno Aranda" <[EMAIL PROTECTED]> wrote: > Interesting... probably there is an incompatibility somewhere. Have > you tried by any chance using the late

Re: Is AUTO_SCROLL broken?

2007-08-31 Thread Bruno Aranda
Interesting... probably there is an incompatibility somewhere. Have you tried by any chance using the latest snapshots of myfaces, tomahawk, or both? Thanks for checking, Bruno On 31/08/2007, Bjørn T Johansen <[EMAIL PROTECTED]> wrote: > That page works yes But when I upgrade to myfaces 1.1.

Re: Is AUTO_SCROLL broken?

2007-08-31 Thread Bjørn T Johansen
That page works yes But when I upgrade to myfaces 1.1.5 and tomahawk 1.1.6, then auto_scroll stops working for my webapp (and that is the only change I need to do to make auto_scroll stop working...) BTJ On Fri, 31 Aug 2007 10:17:32 +0100 "Bruno Aranda" <[EMAIL PROTECTED]> wrote: > Doesn't

Re: Is AUTO_SCROLL broken?

2007-08-31 Thread Bruno Aranda
Doesn't this work for you? It works for me... http://www.irian.at/myfaces/autoscroll.jsf Cheers, Bruno On 31/08/2007, Bjørn T Johansen <[EMAIL PROTECTED]> wrote: > I tried to switch back to myfaces 1.1.4 (from 1.1.5) and to tomahawk 1.1.3 > (from 1.1.6) and now auto_scroll works again, so ther

Re: Is AUTO_SCROLL broken?

2007-08-31 Thread Bjørn T Johansen
I tried to switch back to myfaces 1.1.4 (from 1.1.5) and to tomahawk 1.1.3 (from 1.1.6) and now auto_scroll works again, so there is definitely something that has happend in the newer release BTJ On Wed, 15 Aug 2007 13:00:40 +0200 Bjørn T Johansen <[EMAIL PROTECTED]> wrote: > Done... (MYFAC

Tomahawk Savestate strange behaviour

2007-08-31 Thread Евгений Каримов
Hi, I have some question about Tomahawk Savestate component: I create a simple for with 3 input boxes, and 1 submit button. I bind their values to some backBean, which is marked as "request" scope. And I have tag. Before I added saveState tag, when I reopen a page in same browser - the

Re: Re: [Trinidad] General question: development 1.0.x vs. 1.2.x

2007-08-31 Thread Matthias Wessendorf
ok, the main focus for dev is trunk (1.0.x) time by time (that can be every 4 weeks, 5 weeks, 3 month,...) a 1.2.xbranch is created. trunk is 1.0.3-SNAPSHOT there is NO ! 1.2.3-SNAP yet! the latest JSF 1.2.x branch is the 1.2.2-branch. That will be released next week (I'll provide the RC over th

Antwort: Re: [Trinidad] General question: development 1.0.x vs. 1.2.x

2007-08-31 Thread wolfgang . toepfer
Hi, Sorry but it does not seem to be so clear to me how to get/make a fresh build of the 1.2.x branch. I looked into the repositories but only discovered the 1.0.x branch plus the rather older 1.2.x snapshots. It might be a good idea to briefly describe the steps to build oneself a fresh 1.2