Re: ApacheCon North America 2018 schedule is now live.

2018-05-01 Thread Bjørn T Johansen
How can I unsubscribe from this, never asked for these emails!!?? On May 1, 2018 14:39:49 Rich Bowen wrote: Dear Apache Enthusiast, We are pleased to announce our schedule for ApacheCon North America 2018. ApacheCon will be held September 23-27 at the Montreal Marriott

Ajax call and session timeout?

2015-01-16 Thread Bjørn T Johansen
the view instead of the first time after session timeout? Regards, BTJ -- --- Bjørn T Johansen b...@havleik.no

Re: ViewScoped bean created multiple times?

2014-11-08 Thread Bjørn T Johansen
, 7. November 2014 schrieb Bjørn T Johansen : 2.2, like this.: faces-config xmlns=http://xmlns.jcp.org/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org

Re: ViewScoped bean created multiple times?

2014-11-08 Thread Bjørn T Johansen
are instantiated during serialization. I prefer to use @PostConstruct for init and @PreDestroy for termination stuff. Hope this helps. Ludovic Le 7 novembre 2014 22:22:07 UTC+01:00, Bjørn T Johansen b...@havleik.no a écrit : That I can do... :) Attached... BTJ On Fri, 7 Nov 2014 16:14

Re: ViewScoped bean created multiple times?

2014-11-08 Thread Bjørn T Johansen
had exactly your problem... :) @+! Le 8 novembre 2014 13:21:08 UTC+01:00, Bjørn T Johansen b...@havleik.no a écrit : Yes, I tried using Weld and CDI but with the same result. Also I do not do bean init stuff in the consctructor but in a init-method that I am trying to make sure is called

Re: ViewScoped bean created multiple times?

2014-11-08 Thread Bjørn T Johansen
: Can you give us some kind of minimal, mavenised project so that we can see ? Ludovic Le 8 novembre 2014 14:00:22 UTC+01:00, Bjørn T Johansen b...@havleik.no a écrit : Ok, but I have tried using @PostConstruct also and it is called as many times as the constructor :-| BTJ On Sat, 08

Re: ViewScoped bean created multiple times?

2014-11-08 Thread Bjørn T Johansen
Ahhh, yes Did not know that... Thx! :D BTJ On Sun, 9 Nov 2014 00:00:19 +0100 PÉNET LUDOVIC l.pe...@senat.fr wrote: Bjørn T Johansen a écrit : Not mavenised but gradlenised... :) Can be download from here..: http://www.havleik.no/KBNJulekalender.tar.gz This is just a project I

Re: ViewScoped bean created multiple times?

2014-11-08 Thread Bjørn T Johansen
Ok, thx... :) I thought that since I was not doing anything else than displaying information, the h:form was not needed but guess I was wrong... :-| And the a class=navbar-brand href=#KBN Julekalender 2014/a is just there to get a header, it is not really a link... :) This is my first

ViewScoped bean created multiple times?

2014-11-07 Thread Bjørn T Johansen
f:event prerenderView and also @PostConstruct but I am not able to make the bean call the init method only once... What am I missing? Regards, BTJ -- --- Bjørn T Johansen b...@havleik.no

Re: ViewScoped bean created multiple times?

2014-11-07 Thread Bjørn T Johansen
PM, Bjørn T Johansen b...@havleik.no wrote: I trying to create a webapplication using request and/or viewscope instead of sessionscope, which I have always used... (Neved needed to concern myself with memory usage in the apps I have implemented.. :) ) But I now have a problem using

Re: ViewScoped bean created multiple times?

2014-11-07 Thread Bjørn T Johansen
the same question in PrimeFaces forum. http://forum.primefaces.org/viewtopic.php?f=3t=40267 On Fri, Nov 7, 2014 at 3:42 PM, Bjørn T Johansen b...@havleik.no wrote: I trying to create a webapplication using request and/or viewscope instead of sessionscope, which I have always used

Re: ViewScoped bean created multiple times?

2014-11-07 Thread Bjørn T Johansen
and java bean may help us on this list to help you. On Fri, Nov 7, 2014 at 4:11 PM, Bjørn T Johansen b...@havleik.no wrote: Yes, I did.. But since I did not get any answer there and I thought that this was more a JSF question than a PrimeFaces question, I thought I should try here

Re: ViewScoped bean created multiple times?

2014-11-07 Thread Bjørn T Johansen
://ww.enterprisejavanews.com* * JSFCentral Interviews Podcast: http://www.jsfcentral.com/resources/jsfcentralpodcasts/ * Sign up for the JSFCentral Newsletter: http://oi.vresp.com/?fid=ac048d0e17 On Fri, Nov 7, 2014 at 4:09 PM, Bjørn T Johansen b...@havleik.no wrote: No bindings... And using Myfaces 2.2.5

Adding myfaces and tomahawk to an existing Spring MVC app?

2009-10-12 Thread Bjørn T Johansen
to use jsf components) Any suggestion on the best way to do this? Regards, BTJ -- --- Bjørn T Johansen b...@havleik.no

Making a mouseover effect on a trinidad table?

2009-01-31 Thread Bjørn T Johansen
How can I make a mouseover effect on a trinidad table? I.e. I want a different background on the row the mouse is currently over... Regards, BTJ -- --- Bjørn T Johansen b...@havleik.no

Select a row?

2009-01-31 Thread Bjørn T Johansen
-- --- Bjørn T Johansen b...@havleik.no --- Someone wrote: I understand that if you play a Windows CD backwards you hear strange Satanic messages To which someone replied: It's

Warning: Response has no head or body tag?

2009-01-31 Thread Bjørn T Johansen
-- --- Bjørn T Johansen b...@havleik.no --- Someone wrote: I understand that if you play a Windows CD backwards you hear strange

Re: Making a mouseover effect on a trinidad table?

2009-01-31 Thread Bjørn T Johansen
af|table tr:hover td { background-color: #CC; } Regards, ~ Simon On Sat, Jan 31, 2009 at 10:58 AM, Bjørn T Johansen b...@havleik.no wrote: How can I make a mouseover effect on a trinidad table? I.e. I want a different background on the row the mouse is currently

Re: Trinidad or RichFaces? or both?

2009-01-28 Thread Bjørn T Johansen
composition component yourself and you'll be able to adjust the code/layout/style/interaction patterns to your needs much more easily. It is also quite easy to wrap existing JavaScript controls. For example creating a facelets component that uses/wraps a widget from jQuery UI. Bjørn T

Trinidad or RichFaces? or both?

2009-01-27 Thread Bjørn T Johansen
-- --- Bjørn T Johansen b...@havleik.no --- Someone wrote: I understand that if you play a Windows CD backwards you

How can I make popup from Trinidad work?

2009-01-25 Thread Bjørn T Johansen
-- --- Bjørn T Johansen b...@havleik.no --- Someone wrote: I understand that if you play a Windows CD backwards you hear strange Satanic messages To which someone replied: It's even worse than

Re: How can I make popup from Trinidad work?

2009-01-25 Thread Bjørn T Johansen
On Sun, 25 Jan 2009 16:15:12 +0100 Bjørn T Johansen b...@havleik.no wrote: I am trying use a dialog and also an inpudate with popup but both fail with the message..: The requested resource (/gaas/__ADFv__) is not available. I found a patch that apparently should work, a filter called

Re: SEVERE: No RenderingContext has been created.

2009-01-24 Thread Bjørn T Johansen
Well, see attachment... BTJ Quoting Richard Yee richard.k@gmail.com: What is in your web.xml? -R On Fri, Jan 23, 2009 at 6:47 PM, Bjørn T Johansen b...@havleik.no wrote: When I try to start my webapp, I only get this error if I config mye faces-config.xml with this: default-render

Re: SEVERE: No RenderingContext has been created.

2009-01-24 Thread Bjørn T Johansen
Finally found out why. I had view-handlercom.sun.facelets.FaceletViewHandler/view-handler in my faces-config.xml and apparantely this crashes with trinidad BTJ On Sat, 24 Jan 2009 11:22:42 +0100 Bjørn T Johansen b...@havleik.no wrote: Well, see attachment... BTJ Quoting

Re: MYFACES-1761 (Handling PostConstruct annotations - wrong order)?

2009-01-24 Thread Bjørn T Johansen
We are now at version 1.2.5, when is this going to be resolved?? I was a bit disappointed when I found a neat solution to my bean initialize problem, only to find out that there is a big bug in Myfaces 1.2.x that has been there since 6. Nov 2007 that make postConstruct useless when using

[a bit off topic] Trying to use xhtml instead of html, problem with IE?

2009-01-23 Thread Bjørn T Johansen
-- --- Bjørn T Johansen b...@havleik.no --- Someone wrote: I understand that if you play a Windows CD backwards you

Re: [a bit off topic] Trying to use xhtml instead of html, problem with IE?

2009-01-23 Thread Bjørn T Johansen
. It is a bug in the browser. -Andrew On Fri, Jan 23, 2009 at 11:57 AM, Bjørn T Johansen b...@havleik.no wrote: When I use the following in my xhtml page..: ?xml version=1.0 encoding=UTF-8? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1

Re: [a bit off topic] Trying to use xhtml instead of html, problem with IE?

2009-01-23 Thread Bjørn T Johansen
, Bjørn T Johansen b...@havleik.no wrote: Ok, but I tried changing the content type to text/html with no change in the outcome... What else do I need to do to make IE work? BTJ On Fri, 23 Jan 2009 12:57:27 -0700 Andrew Robinson andrew.rw.robin...@gmail.com wrote: Most browsers

SEVERE: No RenderingContext has been created.

2009-01-23 Thread Bjørn T Johansen
search and someone suggested filter problem but I am not able to find a web.xml file that works... Regards, BTJ -- --- Bjørn T Johansen b...@havleik.no

Upgrading to Tomahawk 1.1.8 breaks my webapp...?

2009-01-17 Thread Bjørn T Johansen
renderPopupButtonAsImage=true/ where avisdato is of type java.util.Date Any idea why this happends? Regards, BTJ -- --- Bjørn T Johansen b...@havleik.no

AJAX?

2008-09-20 Thread Bjørn T Johansen
Is RichFaces the way to go to get AJAX support for Myfaces or is there other framework you recommend? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED

Re: AJAX?

2008-09-20 Thread Bjørn T Johansen
to update components with new values. -Richard Sent from my iPhone On Sep 20, 2008, at 4:46 AM, Bjørn T Johansen [EMAIL PROTECTED] wrote: Is RichFaces the way to go to get AJAX support for Myfaces or is there other framework you recommend? Regards, BTJ

Re: AJAX?

2008-09-20 Thread Bjørn T Johansen
friend. It gives you a simple, yet flexible way to Ajaxian existing components. Regards, Jan-Kees 2008/9/20 Bjørn T Johansen [EMAIL PROTECTED] My main use is to update fields based on selections in my form BTJ On Sat, 20 Sep 2008 10:14:39 -0700 Richard Yee [EMAIL

Re: [Announce] Release of Apache MyFaces Trinidad 1.0.9

2008-08-08 Thread Bjørn T Johansen
So Trinidad 1.0.9 is not for JSF 1.1 as I was told a couple of days ago? BTJ On Fri, 8 Aug 2008 06:53:52 +0200 Matthias Wessendorf [EMAIL PROTECTED] wrote: The Apache MyFaces Trinidad team is pleased to announce the release of Apache MyFaces Trinidad Core 1.0.9. Apache MyFaces Trinidad is

Re: [Announce] Release of Apache MyFaces Trinidad 1.0.9

2008-08-08 Thread Bjørn T Johansen
Ok, I was just fooled by the line..: Apache MyFaces Trinidad is a JavaServer(tm) Faces 1.2 component library :) BTJ On Fri, 8 Aug 2008 11:10:55 +0200 Matthias Wessendorf [EMAIL PROTECTED] wrote: On Fri, Aug 8, 2008 at 11:05 AM, Bjørn T Johansen [EMAIL PROTECTED] wrote: So Trinidad 1.0.9

Re: Autocompletion on password fields?

2008-08-05 Thread Bjørn T Johansen
On Tue, 5 Aug 2008 07:19:52 +0200 Matthias Wessendorf [EMAIL PROTECTED] wrote: On Mon, Aug 4, 2008 at 11:49 PM, Richard Yee [EMAIL PROTECTED] wrote: Bjørn, The autocomplete attribute is a non-standard HTML attribute that is only supported by Microsoft browsers. The attribute will be

Re: Autocompletion on password fields?

2008-08-05 Thread Bjørn T Johansen
Aaahh... I was looking for a .9 release but couldn't find it :) BTJ On Tue, 5 Aug 2008 15:52:57 +0200 Matthias Wessendorf [EMAIL PROTECTED] wrote: Trinidad 1.0.9 (out soon) which is a toolkit for JSF 1.1 has that feature as well -M On Tue, Aug 5, 2008 at 3:44 PM, Bjørn T

Re: Autocompletion on password fields?

2008-08-04 Thread Bjørn T Johansen
On Mon, 4 Aug 2008 00:31:53 +0200 Bjørn T Johansen [EMAIL PROTECTED] wrote: Is it possible to programmatically disable autocompletion on password fields for a html form? I like this feature but sometimes it get in the way; is there a way to disable it for selected fields and/or for a form

Autocompletion on password fields?

2008-08-03 Thread Bjørn T Johansen
-- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: I understand that if you play a Windows CD backwards you hear strange Satanic messages To which someone replied

Re: Upgrading from myfaces 1.6 to 1.2.2?

2008-02-05 Thread Bjørn T Johansen
No one has any suggestions? BTJ On Sat, 2 Feb 2008 17:28:19 +0100 Bjørn T Johansen [EMAIL PROTECTED] wrote: Some more digging... It seems that nothing inside the f:view /f:view tags is rendered...? BTJ On Sat, 2 Feb 2008 17:13:22 +0100 Bjørn T Johansen [EMAIL PROTECTED] wrote

Re: Upgrading from myfaces 1.6 to 2.2?

2008-02-02 Thread Bjørn T Johansen
combination, it even works in Tomcat 5.5 if you are using facelets. On 01/02/2008, Martin Marinschek [EMAIL PROTECTED] wrote: Hi BTJ, for me, tomahawk 1.1.5 works with impl 1.2.2 - that is all I can say right now. regards, Martin On 2/1/08, Bjørn T Johansen [EMAIL PROTECTED] wrote

Re: Upgrading from myfaces 1.6 to 2.2?

2008-02-02 Thread Bjørn T Johansen
Hmmm... it seems to stop when acegi should be checking if I have access right to my css stylesheet file, does that make any sense? BTJ On Sat, 2 Feb 2008 13:19:41 +0100 Bjørn T Johansen [EMAIL PROTECTED] wrote: Ok, have enabled some more logging and tried to switch but it just show a blank

Re: Upgrading from myfaces 1.6 to 2.2?

2008-02-02 Thread Bjørn T Johansen
[] - Dispatching to definition path '/secure/common/layout.jsp ' Any ideas? :( BTJ On Sat, 2 Feb 2008 14:39:54 +0100 Bjørn T Johansen [EMAIL PROTECTED] wrote: Hmmm... it seems to stop when acegi should be checking if I have access right to my css stylesheet file, does that make any sense

Re: Upgrading from myfaces 1.6 to 2.2?

2008-02-02 Thread Bjørn T Johansen
Some more digging... It seems that nothing inside the f:view /f:view tags is rendered...? BTJ On Sat, 2 Feb 2008 17:13:22 +0100 Bjørn T Johansen [EMAIL PROTECTED] wrote: I have now upgraded to Tiles 2 as well but still the same... The log from tiles2 looks like this..: 02.02.2008

Upgrading from myfaces 1.6 to 2.2?

2008-02-01 Thread Bjørn T Johansen
-- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: I understand that if you play a Windows CD

Re: Upgrading from myfaces 1.6 to 2.2?

2008-02-01 Thread Bjørn T Johansen
, Matthias Wessendorf [EMAIL PROTECTED] wrote: Also, we are using Tiles2 now - you would need to upgrade this as well. that is in tomahawk, right ? regards, Martin On 2/1/08, Bjørn T Johansen [EMAIL PROTECTED] wrote: Is there something I need to do to upgrade? I am

Long sessions (and IE)?

2008-01-24 Thread Bjørn T Johansen
or is this an IE bug or? Any suggestions? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone

Re: IllegalStateException caused by ExtensionsFilter during stresstests

2008-01-21 Thread Bjørn T Johansen
I tried setting param-nameorg.apache.myfaces.CHECK_EXTENSIONS_FILTER/param-name param-valuefalse/param-value But I am still getting those exceptions... What am I missing? BTJ On Wed, 19 Dec 2007 20:42:39 +0100 simon [EMAIL PROTECTED] wrote: On Wed, 2007-12-19 at 07:21 -0700, Michael

java.lang.IllegalStateException?

2007-12-02 Thread Bjørn T Johansen
) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:619) Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED

Does adding script to addResource BODY_ONLOAD work?

2007-11-02 Thread Bjørn T Johansen
is not added to the onload event for the body tag, there is no onload event added to the body tag... Should this work, and if so, what am I doing wrong? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED

selectOneRadio/selectBooleanCheckbox problem?

2007-10-05 Thread Bjørn T Johansen
column in another row is enabled it should be disabled (like a radiobutton feature) Is there a smart way of doing this or do I have to use an onclick event and do it manually? Regards, BTJ -- --- Bjørn T

Error while serving resource?

2007-09-26 Thread Bjørn T Johansen
$ControlRunnable.run(ThreadPool.java:689) at java.lang.Thread.run(Thread.java:619) What does this mean? (btw, I get these with other componentents too, not just jscook menu...) Regards, BTJ -- --- Bjørn T

Error while serving resource: calendar.HtmlCalendarRenderer/DB/right2.gif, message : null

2007-09-10 Thread Bjørn T Johansen
-- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: I understand that if you play a Windows CD backwards you hear strange Satanic messages To which someone replied: It's even worse than

java.lang.IllegalStateException

2007-09-06 Thread Bjørn T Johansen
) at java.lang.Thread.run(Thread.java:619) Should I worry? What does it mean? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED

Re: How stable is the latest snapshots of myfaces and tomahawk?

2007-09-03 Thread Bjørn T Johansen
be to put the version you want to rely on into your repository under a fixed version number. regards, Martin On 9/2/07, Bjørn T Johansen [EMAIL PROTECTED] wrote: On Fri, 31 Aug 2007 12:10:37 +0200 Bjørn T Johansen [EMAIL PROTECTED] wrote: Can it be used in a production environment

Re: How stable is the latest snapshots of myfaces and tomahawk?

2007-09-02 Thread Bjørn T Johansen
On Fri, 31 Aug 2007 12:10:37 +0200 Bjørn T Johansen [EMAIL PROTECTED] wrote: Can it be used in a production environment without any problems? Regards, BTJ No one knows this? BTJ

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... (MYFACES

Re: Is AUTO_SCROLL broken?

2007-08-31 Thread Bjørn T Johansen
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

Re: Is AUTO_SCROLL broken?

2007-08-31 Thread Bjørn T Johansen
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.5 and tomahawk 1.1.6, then auto_scroll stops working for my webapp (and that is the only change I need

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

Re: Is AUTO_SCROLL broken?

2007-08-15 Thread Bjørn T Johansen
Done... (MYFACES-1706) On Wed, 15 Aug 2007 12:38:57 +0200 Martin Marinschek [EMAIL PROTECTED] wrote: Interesting. File an issue with your comments, I might be able to look into this some time the next days. regards, Martin On 8/15/07, Bjørn T Johansen [EMAIL PROTECTED] wrote: Yes

Is AUTO_SCROLL broken?

2007-08-13 Thread Bjørn T Johansen
-- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: I understand that if you play a Windows CD backwards you hear strange Satanic messages To which someone replied

Re: Is AUTO_SCROLL broken?

2007-08-13 Thread Bjørn T Johansen
Nope... I installed Firebug and the Console tab is empty (I am guessing the errors should be shown there...) BTJ On Mon, 13 Aug 2007 20:13:38 +0200 Martin Marinschek [EMAIL PROTECTED] wrote: Do you have any javascript errors? regards, Martin On 8/13/07, Bjørn T Johansen [EMAIL

Re: Is AUTO_SCROLL broken?

2007-08-13 Thread Bjørn T Johansen
-scroll script rendered? regards, Martin On 8/13/07, Bjørn T Johansen [EMAIL PROTECTED] wrote: Nope... I installed Firebug and the Console tab is empty (I am guessing the errors should be shown there...) BTJ On Mon, 13 Aug 2007 20:13:38 +0200 Martin Marinschek [EMAIL PROTECTED

Problem using iframe?

2007-08-01 Thread Bjørn T Johansen
I make the whole jsp page shown? Or is there another way to include another web url inside a jsp/myfaces page? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED

Re: Problem using iframe?

2007-08-01 Thread Bjørn T Johansen
I found the problem, it was a bug in htmLib but thx... BTJ On Wed, 1 Aug 2007 18:38:23 +0530 sandeep gururaj [EMAIL PROTECTED] wrote: Try using ui:include component. ~Sandeep -Original Message- From: Bjørn T Johansen [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 5

jscookmenu?

2007-06-26 Thread Bjørn T Johansen
it to stay expanded... Is there a way to make the menu stay expanded or is this just something I have to live with? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED

Re: This code works in all other browsers than Firefox, why?

2007-06-01 Thread Bjørn T Johansen
I don't... BTJ On Fri, 1 Jun 2007 07:00:17 +0200 [EMAIL PROTECTED] wrote: Hi Be aware the you can not have two panelnavigation2 menus on the same page. Hermod -Original Message- From: Bjørn T Johansen [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 3:07 PM To: users

Re: This code works in all other browsers than Firefox, why?

2007-05-31 Thread Bjørn T Johansen
getting any javascript error? Can you give it a shot with firebug (useful firefox plugin). Maybe you can see what is happening... Cheers, Bruno On 29/05/07, Bjørn T Johansen [EMAIL PROTECTED] wrote: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html

panelNavigation2 collapses when choosing one menu choice but not another?

2007-05-31 Thread Bjørn T Johansen
, they do exactly the same, so why does the menu collapse, what am I missing? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED

Re: This code works in all other browsers than Firefox, why?

2007-05-29 Thread Bjørn T Johansen
is happening... Cheers, Bruno On 29/05/07, Bjørn T Johansen [EMAIL PROTECTED] wrote: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html head script type=text/javascript src=/nibstoreweb/faces/myFacesExtensionResource

This code works in all other browsers than Firefox, why?

2007-05-29 Thread Bjørn T Johansen
-- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: I understand that if you play a Windows CD backwards you hear strange Satanic messages To which someone

Submit using the enter key?

2007-05-25 Thread Bjørn T Johansen
-- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: I understand that if you play a Windows CD backwards you hear strange Satanic messages To which someone replied: It's

Re: Submit using the enter key?

2007-05-25 Thread Bjørn T Johansen
Yes, I tried just to see if it acted differently but it was the same result... BTJ On Fri, 25 May 2007 13:13:07 +0200 Mario Ivankovits [EMAIL PROTECTED] wrote: Hi ! I am trying to submit a form using the enter key, but it doesn't work... Ever tried to use our SubmitOnEvent [1] sandbox

Re: Submit using the enter key?

2007-05-25 Thread Bjørn T Johansen
: Can you verify if the onkeypress attribute is rendered on the input by looking at the generated source code? Firebug works great to check these things, Cheers, Bruno On 25/05/07, Bjørn T Johansen [EMAIL PROTECTED] wrote: I am trying to submit a form using the enter key, but it doesn't

Re: Submit using the enter key?

2007-05-25 Thread Bjørn T Johansen
, where some of the on* attributes where not rendered in the page. Bruno On 25/05/07, Bjørn T Johansen [EMAIL PROTECTED] wrote: Well, if I debug my app and put a breakpoint in my search method, I do get inside my search method and the exact same thing happends in that method no matter

Re: Submit using the enter key?

2007-05-25 Thread Bjørn T Johansen
of the on* attributes where not rendered in the page. Bruno On 25/05/07, Bjørn T Johansen [EMAIL PROTECTED] wrote: Well, if I debug my app and put a breakpoint in my search method, I do get inside my search method and the exact same thing happends in that method no matter it I press the Enter key

Re: Submit using the enter key?

2007-05-25 Thread Bjørn T Johansen
you show a snippet of the browser output with the input, button and form? -Original Message- From: Bjørn T Johansen [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 7:19 AM To: users@myfaces.apache.org Subject: Re: Submit using the enter key? Tried this but with the same

Re: Submit using the enter key?

2007-05-25 Thread Bjørn T Johansen
that there are javascript errors in the page and it will ease your pain a little :-) Cheers, Bruno [1] https://addons.mozilla.org/en-US/firefox/addon/1843 On 25/05/07, Bjørn T Johansen [EMAIL PROTECTED] wrote: I tried putting the submitEnter function in a js file and added the file in the head tag

Re: Submit using the enter key?

2007-05-25 Thread Bjørn T Johansen
bug in the onkeypress. It seems that the have been encoded. As a workaround use a external javascript file with a function for the onkeypress and call it. Could you fill a JIRA also? Thanks! Bruno On 25/05/07, Bjørn T Johansen [EMAIL PROTECTED] wrote: That I can

Re: Submit using the enter key?

2007-05-25 Thread Bjørn T Johansen
=#{findArticle.popupSupplierSubmit}/ If I comment these out, the default button is pressed when I press the Enter key, instead of calling click on my chosen button like it does when those buttons are not commented out BTJ On Fri, 25 May 2007 14:44:18 +0200 Bjørn T Johansen [EMAIL PROTECTED

Re: Submitting parent window from child window?

2007-05-23 Thread Bjørn T Johansen
No one has done this before or? BTJ On Tue, 22 May 2007 13:15:25 +0200 Bjørn T Johansen [EMAIL PROTECTED] wrote: I have searched all day but I can't seem to find a solution that does work (I have found many solutions but none works for me...) I am using the myfaces wiki (http

Re: Submitting parent window from child window?

2007-05-23 Thread Bjørn T Johansen
, but something like window.opener.document.getElementById('form:buttonId').click(); should at least simulate a click on a button in the parent window. hope this helps. Regards, Volker 2007/5/23, Bjørn T Johansen [EMAIL PROTECTED]: No one has done this before or? BTJ

Re: Submitting parent window from child window?

2007-05-23 Thread Bjørn T Johansen
. http://labs.jboss.com/file-access/default/members/jbossajax4jsf/freezone/doc s/devguide/index.html -Original Message- From: Bjørn T Johansen [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 23, 2007 8:02 AM To: users@myfaces.apache.org Subject: SPAM-LOW: Re: Submitting parent window

Submitting parent window from child window?

2007-05-22 Thread Bjørn T Johansen
a hint? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: I understand that if you play

The absolute uri: http://myfaces.apache.org/sandbox cannot be resolved in either web.xml or the jar files deployed with this application

2007-05-09 Thread Bjørn T Johansen
in my lib dir...) Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: I understand

Re: The absolute uri: http://myfaces.apache.org/sandbox cannot be resolved in either web.xml or the jar files deployed with this application

2007-05-09 Thread Bjørn T Johansen
in the last entries of the .jar, those are the first dropped. En l'instant précis du 09/05/07 14:28, Bjørn T Johansen s'exprimait en ces termes: I am suddenly getting this error but I am not sure what I have done to get this: The absolute uri: http://myfaces.apache.org/sandbox cannot

required=true?

2007-04-15 Thread Bjørn T Johansen
-- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: I understand that if you play a Windows CD backwards you hear strange Satanic messages

Re: {Disarmed} Re: required=true?

2007-04-15 Thread Bjørn T Johansen
box is render or required is in sync with the choice of your radio button. Saul - Original Message - From: Bjørn T Johansen To: [EMAIL PROTECTED] Sent: Sunday, April 15, 2007 10:23 AM Subject: required=true? I have small problem and I was wondering how people

Re: required=true?

2007-04-15 Thread Bjørn T Johansen
the isRequired code in the text box, to look up the checkbox and use the local value or submitted value instead of the actual value of the control. On 4/15/07, Bjørn T Johansen [EMAIL PROTECTED] wrote: I have small problem and I was wondering how people get around this... I have a radiobutton

File upload?

2007-03-12 Thread Bjørn T Johansen
Where can I configure where the files are saved? And can I have two file upload on the same page? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED

Re: How can I expand one node in a Tree2 component?

2007-03-09 Thread Bjørn T Johansen
Andrew Robinson [EMAIL PROTECTED] wrote: You also need to expand 0. Have a look at UITreeData: public void expandPath(java.lang.String[] nodePath) URL: http://tinyurl.com/2dn8qx If that doesn't work hopefully the author kicks in on this discussion. -Andrew On 3/5/07, Bjørn T Johansen

Re: How can I expand one node in a Tree2 component?

2007-03-04 Thread Bjørn T Johansen
On Fri, 2 Mar 2007 10:08:51 -0700 Andrew Robinson [EMAIL PROTECTED] wrote: 0:0 for root and the first child 0:1 for the root node and its second child etc. On 3/2/07, Bjørn T Johansen [EMAIL PROTECTED] wrote: Ok, I have also tried using terminal and terminalInfo as node id, but should I use

How can I expand one node in a Tree2 component?

2007-03-02 Thread Bjørn T Johansen
.. But all nodes are collapsed when the page is shown... What am I doing wrong? Regards, BTJ -- --- Bjørn T Johansen [EMAIL PROTECTED

Re: How can I expand one node in a Tree2 component?

2007-03-02 Thread Bjørn T Johansen
nodes. On 3/2/07, Bjørn T Johansen [EMAIL PROTECTED] wrote: I am using this java code...: public TreeModel getTerminalTreeData() { TreeNode treeData = new TreeNodeBase(terminal, Terminal, false); TreeNodeBase terminalNode = new TreeNodeBase(terminalInfo, Details, true

Tree2?

2007-02-28 Thread Bjørn T Johansen
-- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: I understand that if you play a Windows CD backwards you hear strange Satanic messages To which someone replied: It's even worse than that; play

Re: Tree2?

2007-02-28 Thread Bjørn T Johansen
on the server/client depends on the state saving method. To show the tree collapsed use TreeModel. 2007/2/28, Bjørn T Johansen [EMAIL PROTECTED]: It looks like the Tree2 component remembers which nodes were collapsed and which were expanded the next run (using cookies?) Is there any way

Where can I find more documentation on the Tree2 component?

2007-02-22 Thread Bjørn T Johansen
-- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: I understand that if you play a Windows CD backwards you hear strange Satanic messages To which someone replied: It's even

Re: Where can I find more documentation on the Tree2 component?

2007-02-22 Thread Bjørn T Johansen
/Tree2 On 2/22/07, Bjørn T Johansen [EMAIL PROTECTED] wrote: Can't seem to find any doc that describes how to use this component, other than the simple example that comes with the example war file... The example is to simple to tell me how to use it like I want Regards, BTJ

Need to know which values have changed?

2007-02-21 Thread Bjørn T Johansen
-- --- Bjørn T Johansen [EMAIL PROTECTED] --- Someone wrote: I understand that if you play a Windows CD backwards you hear strange Satanic messages To which

  1   2   3   >