Re: Problem with cookies

2006-01-24 Thread Hans Sowa
Hi DavidThanks for your help.First the ladeCookie() was just for testing and not part of my Solution. After your mail I checked my  code again and checked if the cookie is really saved. In Firefox I could see my cookie but my ladeCookie() function could not read it. So I checked all attributes of t

Re: inputSuggestAjax and Rico Problem

2006-01-24 Thread Volker Weber
Hi Werner, i had looked into myfaces accordeon panel, there is an other prototype version used than in inputSuggestAjax! My question was how AddResource would handle this? Regards. Volker Werner Punz wrote: > Volker Weber schrieb: > >> Hi, >> >> accordeonpanel uses prototype version 1.4.0_pre

Re: Link

2006-01-24 Thread Kasper Hansen
Changing the javax.faces.STATE_SAVING_METHOD is not working for me --> I get an Exception. Will it work if the bean is Serializable? FATAL [StateUtils] Cannot encode Object with Base64 java.io.NotSerializableException

Custom table component.

2006-01-24 Thread Hagay Avisar
Hello all, I need a table that has the following features: 1) Easy API for JSF RnD user some for example:   c:tablecolumn>   2) C

wildcard navigation

2006-01-24 Thread ::SammyRulez::
Hi all I'm trying to implement som generic behaviour in mai navigation config using wildcard character /jsp/shipper/* REPORTS /jsp/shipper/modules/reports/index.jsp but it do not work at all... the page in the wildcard scope just reload in

RE: myFaces - servlet redirect.

2006-01-24 Thread Jeffrey Porter
I just wanted to say thanks to Udo, Volker and Matthias. I've now got my NonFacesRedirectServlet working in my main project. I owe you guys a beer or two! Thanks Jeff. -Original Message- From: Udo Schnurpfeil [mailto:[EMAIL PROTECTED] Sent: 18 January 2006 13:35 To: MyFaces Discuss

Re: Oracle Donation (Again)

2006-01-24 Thread Martin Marinschek
It is a snapshot of the ADF-faces code, so in this sense, yes, it is ready for production integration. There might be major changes as we go through the incubator, though... regards, Martin On 1/24/06, Fadil <[EMAIL PROTECTED]> wrote: > Hi all, > > is it ready for production integration ? > > T

Custom validator.

2006-01-24 Thread Marco
Hi All;I have dataTable that generates a list of inputText fields, and i want to check each inputText if its value existed before in the DB (I made my custom validator and it's working fine and prints an error message below each existed inputText value), but that will be an issue of performance if

Re: inputSuggestAjax and Rico Problem

2006-01-24 Thread Werner Punz
Volker Weber schrieb: > Hi Werner, > > i had looked into myfaces accordeon panel, there is an other prototype > version used than in inputSuggestAjax! > My question was how AddResource would handle this? > > Regards. > Volker > Good Question, this seems like a bug to me... I have not tried bo

Upload/multipart: Requisites for own ViewHandler

2006-01-24 Thread Steffen Neumann
Hi, I am currently trying to use www.jenia.org templates (http://cvs.sourceforge.net/viewcvs.py/jenia4faces/jenia4faces/template/org/jenia/faces/template/) with myfaces upload. jenia uses its own servlet org.jenia.faces.util.Servlet which registers its own ViewHandler that builds a new page from

Re: inputSuggestAjax and Rico Problem

2006-01-24 Thread Werner Punz
Werner Punz schrieb: > Volker Weber schrieb: >> Hi Werner, >> >> i had looked into myfaces accordeon panel, there is an other prototype >> version used than in inputSuggestAjax! >> My question was how AddResource would handle this? >> >> Regards. >> Volker >> > > Good Question, this seems like a

selectManyListbox component.

2006-01-24 Thread Hagay Avisar
Hi All, How can I add scroll bar to "selectManyListbox" component? I need only horizontal scroll bar and only when the text is big. I have try to use CSS (overflow: auto and overflow: scroll) but it didn't work. 10x. Hagay   _

apache myfaces mailing list

2006-01-24 Thread Reiche,Werner [CIS]
Hi, I have subscribed to the mailing list, but I cannot post new threads. What do I have to do to post? Werner Reiche

Re: apache myfaces mailing list

2006-01-24 Thread Hans Sowa
Write a note to users@myfaces.apache.org2006/1/24, Reiche,Werner [CIS] <[EMAIL PROTECTED] >:Hi,I have subscribed to the mailing list, but I cannot post new threads. What do I have to do to post?Werner Reiche-- mfg Hans Sowamailto:[EMAIL PROTECTED]

Re: apache myfaces mailing list

2006-01-24 Thread Hans Sowa
And by the way you did it already because your first note is a new thread.2006/1/24, Hans Sowa <[EMAIL PROTECTED]>: Write a note to users@myfaces.apache.org2006/1/24, Reiche,Werner [CIS] < [EMAIL PROTECTED] >:Hi,I have subscribed to the mailing list, but I cannot post new threads. What do I have to

Re: inputSuggestAjax and Rico Problem

2006-01-24 Thread Emmanuel Jay
Thanks for your replies.   I had some double imports and i removed them but that didn't seem to fix the problem. Rico should now be using the Prototype from inputSuggestAjax, but i still get a js error: "Rico.Effect is null or not an object" or " Rico.Effect.AcordionSize is null or not an object" (

Re: apache myfaces mailing list

2006-01-24 Thread Thomas Gaudin
If you don't find, I'll give you a ring to get your phone number and will explain by phone ;) Seriously, the best way is actually to send an email to the list to start a new thread and to reply to emails to continue a thread. Reiche,Werner [CIS] a écrit : Hi, I have subscribed to the mailing

RE: apache myfaces mailing list

2006-01-24 Thread Reiche,Werner [CIS]
Thanks, I can post now. Werner -Original Message- From: Thomas Gaudin [mailto:[EMAIL PROTECTED] Sent: January 24, 2006 9:12 AM To: MyFaces Discussion Subject: Re: apache myfaces mailing list If you don't find, I'll give you a ring to get your phone number and will explain by phone ;)

Problems using MyFaces with ADF Faces..

2006-01-24 Thread Uensal_Kara
Hi all, I am trying to use the ADF Faces with MyFaces. To install the ADF Faces I strictly followed the description at http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/installation.html. When I try to start Tomcat, after the modifications has been done whic

File upload with ADF not working

2006-01-24 Thread Julien Martin
Hello, I am trying to get "af:inputFile" to work. It does not upload any file in the directory I specified here: oracle.adf.view.faces.UPLOAD_TEMP_DIR c:\tmp\ I am trying to run the ADF sample jsp from "adf-faces-demo" from here: "adf-faces-demo\components\inputFile.jspx"

Re: inputSuggestAjax and Rico Problem

2006-01-24 Thread Werner Punz
Emmanuel Jay schrieb: > Thanks for your replies. > > I had some double imports and i removed them but that didn't seem to fix > the problem. Rico should now be using the Prototype from > inputSuggestAjax, but i still get a js error: "Rico.Effect is null or > not an object" or " Rico.Effect.Acordi

Re: Link

2006-01-24 Thread Adrien FOURES
Hello Kasper , i have exactly the same problem, I am very interested if you find any solution. Adrien Kasper Hansen wrote: Changing the javax.faces.STATE_SAVING_METHOD is not working for me --> I get an Exception. Will it work if the bean is Serializable? FATAL [StateUtils] Cannot encode Ob

Re: Link

2006-01-24 Thread Martin Marinschek
It is not only fixed in JSF 1.2, but also in the current MyFaces Nightly version. regards, Martin On 1/24/06, Adrien FOURES <[EMAIL PROTECTED]> wrote: > Hello Kasper , i have exactly the same problem, I am very interested if > you find any solution. > > Adrien > > Kasper Hansen wrote: > > >Chang

myfaces + tiles + ajaxanywhere

2006-01-24 Thread Jurgen Lust
Hi, I've been trying to get ajaxanywhere (version 1.1.0.6) to work in my project, which is a MyFaces 1.1.1 webapp with Tiles using the JspTilesViewHandlerImpl. I tried the dependent_select example and it doesn't work: upon selecting an item in the first select box, the ajax request is sent to

Re: Custom table component.

2006-01-24 Thread Hansjörg Meuschel
Hi, try the from oracle adf http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/tagdoc/core/imageIndex.html (Attention: the component is not available for free for production environements - maybe in the near future when adf is merged into myfaces ???!) Gr

Re: Problems using MyFaces with ADF Faces..

2006-01-24 Thread Harald Ommang
On Tue, 24 Jan 2006 15:21:14 +0100 <[EMAIL PROTECTED]> wrote: Hi all, I am trying to use the ADF Faces with MyFaces. To install the ADF Faces I strictly followed the description at http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/installation.html. When

Re: File upload with ADF not working

2006-01-24 Thread Hansjörg Meuschel
Hi, you probably have to copy the apache commons fileupload jar into your application - available from apache org ... Julien Martin wrote: Hello, I am trying to get "af:inputFile" to work. It does not upload any file in the directory I specified here: oracle.adf.view.faces.UPLOAD_TEM

Re: Problems using MyFaces with ADF Faces..

2006-01-24 Thread Hansjörg Meuschel
Hi, you probably forgot to copy the adf share library into the application??! [EMAIL PROTECTED] wrote: Hi all, I am trying to use the ADF Faces with MyFaces. To install the ADF Faces I strictly followed the description at http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/

Re: Custom table component.

2006-01-24 Thread Werner Punz
check out t:dataTable in the myfaces tomahawk components, you can style the columns and rows and a sortable table demo is there as well.. Hagay Avisar schrieb: > Hello all, > > I need a table that has the following features: > > 1) Easy API for JSF RnD user some for example: > > var="o

Re: wildcard navigation

2006-01-24 Thread Hansjörg Meuschel
Hi, try to use: * REPORTS /jsp/shipper/modules/reports/index.jsp ::SammyRulez:: wrote: Hi all I'm trying to implement som generic behaviour in mai navigation config using wildcard character /jsp/shipper/* REPORTS

Re: File upload with ADF not working

2006-01-24 Thread Julien Martin
Thanks but it is still not working with the added library. What is more it is not returning me any error or exception. It simply tells me the file was uploaded whereas this is not the case. Any other idea? Julien.

Re: inputSuggestAjax and Rico Problem

2006-01-24 Thread Volker Weber
Hi, check your script tag in html, the last time i had this error (Ajax is undefined) i had a wrong script tag. This is wrong: It must be: Check all script tags before the prototype.js, because the first of this one is loaded, and any further scripts are ignored. Regards, Volker Emman

Panel Tabs Displayed as buttons

2006-01-24 Thread Reiche,Werner [CIS]
I am trying to use implement panel tabs. They show up as buttons. I've looked at the wiki for panel tables and it has the following: >> The Panel-Tabs are rendered as buttons !? >> >> The component doesn't include the default-stylesheet and some javascript->> code. Check your web.xml for filter

Re: Panel Tabs Displayed as buttons

2006-01-24 Thread Werner Punz
Reiche,Werner [CIS] schrieb: > I am trying to use implement panel tabs. They show up as buttons. > I've looked at the wiki for panel tables and it has the following: > >>> The Panel-Tabs are rendered as buttons !? >>> >>> The component doesn't include the default-stylesheet and some > javascript

Re: Custom validator.

2006-01-24 Thread Hansjörg Meuschel
Hi, I did that the following way: on submit of the form i call a javascript function submitValues() which stores all values of the forms input components into a hidden input value (for example as a comma separated list), which is located in annother form. after submitting that form all data is

Re: Panel Tabs Displayed as buttons

2006-01-24 Thread Hansjörg Meuschel
You have to install the myfaces filter to use file uploads ... and the stylesheet! (otherwise the stylesheet is not put into your page). The error you get means you did not install the apache commons fileupload - download the jar from apache.org, put it in your lib dir and install the myfaces fi

Re: Panel Tabs Displayed as buttons

2006-01-24 Thread Avramucz István
Werner Punz wrote: Reiche,Werner [CIS] schrieb: I am trying to use implement panel tabs. They show up as buttons. I've looked at the wiki for panel tables and it has the following: The Panel-Tabs are rendered as buttons !? The component doesn't include

Re: File upload with ADF not working

2006-01-24 Thread Hansjörg Meuschel
Hi Julien, the specified directory is a tempdir, which might be used to temporarily store large files only. The usual manner to retrieve a file is via a value binding in a bean. look at http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/devguide/fileUpload.ht

Re: Link

2006-01-24 Thread Dennis Byrne
In order to save the state on the client, the state must be Serializable . Most often this is a DataModel ( the value attribute of a dataTable ) . Which object is not serializable? Dennis Byrne >-Original Message- >From: Kasper Hansen [mailto:[EMAIL PROTECTED] >Sent: Tuesday, January

how do I prevent nervous users starting actions more than once???

2006-01-24 Thread Hansjörg Meuschel
Hi, how can I prevent impatient users of my webapp to perform actions twice by clicking serveral times on the commandbuttons ?? - I've tried a (client-side) solution like the following, but that does not seem to be too good :-) Is there any better possibility? Greets Hans -- (javascript)

RE: Panel Tabs Displayed as buttons

2006-01-24 Thread Reiche,Werner [CIS]
Thanks.   I have it working now.   Werner   -Original Message- From: Avramucz István [mailto:[EMAIL PROTECTED] Sent: January 24, 2006 11:48 AM To: MyFaces Discussion Subject: Re: Panel Tabs Displayed as buttons   Werner Punz wrote: Reiche,Werner [CIS] schrieb:  I am tr

[Token / Shale] Re: how do I prevent nervous users starting actions more than once???

2006-01-24 Thread Matthias Wessendorf
Hansjoerg- not used on my own, but Shale contains a Token component for this. I think this is equal to the *struts based* token -Matthias On 1/24/06, Hansjörg Meuschel <[EMAIL PROTECTED]> wrote: > Hi, > how can I prevent impatient users of my webapp to perform actions twice > by clicking servera

Common submit button not working in IE 5

2006-01-24 Thread Miller, John
The Common Submit button does not seem to work in the Faces examples for IE5. This can be seen by going to the tabbedPane.jsf page of the sample and clicking the “Common Submit button” and nothing happen. The Code seems to work fine in Firefox. I am also noticing this same behavior in my own a

Re: Link

2006-01-24 Thread Adrien FOURES
It's true with DataModel i have no problem to build page with t:datatable, but with vector of my own objet (integer, string, and own object attribut) t:datatable give me not serializable exeception, if i put client state saving and not with server. Dennis Byrne wrote: In order to save the s

Re: Link

2006-01-24 Thread Adrien FOURES
Thanks a lot for your help, it's a very old bug, and jsf 1.2 is very late Martin Marinschek wrote: It is not only fixed in JSF 1.2, but also in the current MyFaces Nightly version. regards, Martin On 1/24/06, Adrien FOURES <[EMAIL PROTECTED]> wrote: Hello Kasper , i have exactly the sa

tree2 clientSideToggle question

2006-01-24 Thread Yixing Ma
Hi,   I have a quick question about tree2 component.   I set the clientSideToggle="true"   After I changed the data of the tree in a method, and reload the tree I got a   ERROR [http-8080-Processor24] - Node with id 0:0. Failed to parse 0:0java.lang.IllegalArgumentException: Node with id 0:0.

Help with new Nightly builds

2006-01-24 Thread Vladimir Coutinho
I'm using Nigthly builds that I've gotten in 21/12/2005. Today I got the last nightly build from myfaces.apache.org and replaced. The pages that use jscookMenu stoped working. I'm getting erros when the actionListeners are executed. They  was  working with the old version.I've got the following fr

RE: Oracle Donation (Again)

2006-01-24 Thread Mike Duffy
This looks very cool. Thx. Mike --- [EMAIL PROTECTED] wrote: > check out: > > http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchan > ge/jsf/doc/tagdoc/core/imageIndex.html > > > -Original Message- > From: Mike Duffy [mailto:[EMAIL PROTECTED] > Sent: Monday,

Re: Help with new Nightly builds

2006-01-24 Thread Dennis Byrne
Can you post a directory listing of WEB-INF/lib ? as well as the names of any MyFaces jars that may be in the classpath . Dennis Byrne >-Original Message- >From: Vladimir Coutinho [mailto:[EMAIL PROTECTED] >Sent: Tuesday, January 24, 2006 02:16 PM >To: 'myfaces user list' >Subject: Help

RE: Oracle Donation (Again)

2006-01-24 Thread Dave
I did not see a HTML editor. Mike Duffy <[EMAIL PROTECTED]> wrote: This looks very cool.Thx.Mike--- [EMAIL PROTECTED] wrote:> check out:> > http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchan> ge/jsf/doc/tagdoc/core/imageIndex.html> > > -Original Message-> From: Mi

Re: how do I prevent nervous users starting actions more than once???

2006-01-24 Thread Simon Kitching
Well, the only way to prevent the form being *submitted* multiple times is with a client-side solution. It would be nice for this to be integrated into the command components - I'll raise a JIRA enhancement for this. On the server side, there are a couple of issues. The first is that the view is

Re: File upload with ADF not working

2006-01-24 Thread Julien Martin
thanks a lot hans, I got it to work with the following code: try { InputStream is = file.getInputStream(); OutputStream outputStream = new FileOutputStream("c:\\" + file.getFilename()); int data; while((data=is.read()) != -1){ outputS

Full path to webapp?

2006-01-24 Thread Hendrik Neumann
Hi List, I'm currently developing a JSF-components which renders SVG-images: But of course I want to use relative paths for src and target. So I need to add the full path to the webapplication to src and target. But how can I obtain this information? -- Mit freundlichen Grüßen / Greeti

Re: how do I prevent nervous users starting actions more than once???

2006-01-24 Thread Craig McClanahan
On 1/24/06, Simon Kitching <[EMAIL PROTECTED]> wrote: > Well, the only way to prevent the form being *submitted* multiple times > is with a client-side solution. It would be nice for this to be > integrated into the command components - I'll raise a JIRA enhancement > for this. > > On the server si

Re: Full path to webapp?

2006-01-24 Thread Thomas Gaudin
Maybe you can try src="#{facesContext.externalContext.requestContextPath}/images/mytarget.png" Hope it helps, Thomas Hendrik Neumann a écrit : Hi List, I'm currently developing a JSF-components which renders SVG-images: But of course I want to use relative paths for src and target

Re: Custom validator.

2006-01-24 Thread Simon Kitching
On Tue, 2006-01-24 at 12:42 +0200, Marco wrote: > Hi All; > > I have dataTable that generates a list of inputText fields, and i want > to check each inputText if its value existed before in the DB (I made > my custom validator and it's working fine and prints an error message > below each existed

Re: Full path to webapp?

2006-01-24 Thread Hansjörg Meuschel
... or even 22 characters shorter: src="<%=request.getContextPath()%>//images/mytarget.png" :-) Regards, Hans Thomas Gaudin wrote: Maybe you can try src="#{facesContext.externalContext.requestContextPath}/images/mytarget.png" Hope it helps, Thomas Hendrik Neumann a écrit : Hi List, I'

users@myfaces.apache.org

2006-01-24 Thread James Reynolds
I'm having trouble with the inputDate component. Although the bean value is set to one date, the component displays another (usually defaulting to today). It works fine, if I use it to change dates, but I can't rely on it to correctly display the bean's property value when the page loads. I've

Re: how do I prevent nervous users starting actions more than once???

2006-01-24 Thread Steffen Hankiewicz
Hi Hansjörg, > how can I prevent impatient users of my webapp to perform actions twice > by clicking serveral times on the commandbuttons ?? I am using a servlet filter which works great here. Maybe you want to give it a try: http://www.onjava.com/pub/a/onjava/2004/03/24/loadcontrol.html?page=1

RE: how do I prevent nervous users starting actions more than once???

2006-01-24 Thread James Reynolds
I new enough to JSF that I haven't incorporated Phase Listeners into my programming but, in the same vein, I was wondering about changing the mouse cursor to an hourglass during long processes. Is it possible to update the page css styles based on Phase events? -Original Message- From

Re: Oracle Donation (Again)

2006-01-24 Thread Jonas Jacobi
An HTML editor? Jonas Dave wrote: I did not see a HTML editor. Mike Duffy <[EMAIL PROTECTED]> wrote: This looks very cool. Thx. Mike --- [EMAIL PROTECTED] wrote: > check out: > > http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchan > ge/

jscookmenu usage / backed bean

2006-01-24 Thread Marco Mistroni
hello all, i may have missed completely docs, but in order to use jscookmenu in my applicationdo i need a backed bean?how to integrate  the backed bean with jscookmenu?anyone could provide me a starting point? thanks in advance and regards marco

RE: jscookmenu usage / backed bean

2006-01-24 Thread James Reynolds
Here's a spot:   http://wiki.apache.org/myfaces/JSCook_Menu   Plus you'll definitely want to download the source files for the example wars.  I've found many answers to my questions in there! From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 24, 2006 3:17 PMTo: MyFaces

RE: how do I prevent nervous users starting actions more than once???

2006-01-24 Thread Simon Kitching
On Tue, 2006-01-24 at 15:01 -0700, James Reynolds wrote: > I new enough to JSF that I haven't incorporated Phase Listeners into my > programming but, in the same vein, > I was wondering about changing the mouse cursor to an hourglass during long > processes. > > Is it possible to update the page

Re: Full path to webapp?

2006-01-24 Thread Simon Kitching
I believe Hendrik is writing a custom JSF renderer class, and wants to know how to generate the appropriate HTML output. This is done by quite a few components. I believe the correct way to do this is via method facesContext.getApplication().getViewHandler().getResourceUrl(...) See the javadoc

JSF Client Side Validators are now Tomahawk Compatible

2006-01-24 Thread Cagatay Civici
Hi,I have refactored my component library in order to make the them myfaces compatible. It took me some time but it is ready now.I integrated the client validators, made a maven build and tested it, everything was ok. I have also filled an ICLA form (not faxed it yet) and placed all the code under

Re: jscookmenu usage / backed bean

2006-01-24 Thread Marco Mistroni
Hello james,  thanx for fast reply.. could you pls send me the link to souce code of example?thanks and regards  MarcoOn 1/24/06, James Reynolds <[EMAIL PROTECTED]> wrote: Here's a spot:   http://wiki.apache.org/myfaces/JSCook_Menu   Plus you'll definitely want to download the source files

RE: jscookmenu usage / backed bean

2006-01-24 Thread James Reynolds
The binaries are here: http://myfaces.apache.org/binary.cgi (with the wars you can drop in your container)   and the sources are here: http://myfaces.apache.org/source.cgi     From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 24, 2006 3:42 PMTo: MyFaces DiscussionSubject

RE: how do I prevent nervous users starting actions more thanonce???

2006-01-24 Thread James Reynolds
Thanks Simon, It is possible to change the style of a cursor using css (http://www.quirksmode.org/css/cursor.html). I bet you're right, the onload probably will reset the style. I should have produced a test case but my thinking was stuck 'on the server side.' I was surprised to see that the c

Re: Oracle Donation (Again)

2006-01-24 Thread Matthias Wessendorf
I think he means an WYSIWYG editor component http://irian.at/myfaces/inputHtml.jsf On 1/24/06, Jonas Jacobi <[EMAIL PROTECTED]> wrote: > An HTML editor? > > Jonas > > > Dave wrote: > > I did not see a HTML editor. > > Mike Duffy <[EMAIL PROTECTED]> wrote: > This looks very cool. > > Thx. > >

What requires implementing the Serializable interface?

2006-01-24 Thread Matthias Kahlau
Hi! Do I only have to implement the java.io.Serializable interface in my Backing-Beans if I want to use t:saveState? Regards, Matthias

Re: What requires implementing the Serializable interface?

2006-01-24 Thread Dennis Byrne
The bean pointed to by @value should be Serializable. Perhaps someone else here knows if the bean could alternatively implement the StateHolder interface ... I don't see any techinal problem why not. Either way, there has to be some way for @value to be preserved. Dennis Byrne >-Original

Re: What requires implementing the Serializable interface?

2006-01-24 Thread Werner Punz
Matthias Kahlau schrieb: Hi! Do I only have to implement the java.io.Serializable interface in my Backing-Beans if I want to use t:saveState? Depends some containers enforce the serializable for everything in the session, so it is a good practice to implement it anyway (you definitely canno

Re: What requires implementing the Serializable interface?

2006-01-24 Thread Dennis Byrne
>To sum it up, no you should implement serializable if possible >due to inherent problems with web containers, which often do not like >non serializable objects anymore, at least for objects which you want to >keep longer than a single request. I agree. It is also less painful when your project

History list support (Back/Forward buttons)

2006-01-24 Thread Michael Jouravlev
Hi, this is a crosspost from Struts mailing list. I was told this list is the better place for my questions that arose from TSS discussion: http://www.theserverside.com/news/thread.tss?thread_id=38601 The TSS thread almost died, and I have left without an anwser ;-) So I am repeating the question

Managed beans not being instantiated

2006-01-24 Thread John
I'm having incredible difficulty getting a managed bean to be instantiated.   -- I've gone to a very simple JavaBean for testing.   -- The managed bean XML is in faces-config.xml   -- I'm using Tobago   -- I'm using Tomcat 5.9 embedded within our application.   The beans constructor never

Re: Managed beans not being instantiated

2006-01-24 Thread Dennis Byrne
Make sure you don't have two managed beans with the same name. The second one will be configured over the first. Both MyFaces and the RI do this :( Dennis Byrne >-Original Message- >From: John [mailto:[EMAIL PROTECTED] >Sent: Tuesday, January 24, 2006 07:26 PM >To: users@myfaces.apache

Re: Managed beans not being instantiated

2006-01-24 Thread Grant Smith
John, Show us the page source, as well as your web.xml and faces config. At least then we have a starting point :)On 1/24/06, Dennis Byrne < [EMAIL PROTECTED]> wrote:Make sure you don't have two managed beans with the same name.  The second one will be configured over the first.  Both MyFaces and

RE: History list support (Back/Forward buttons)

2006-01-24 Thread CONNER, BRENDAN \(SBCSI\)
We use the back button all the time, with no extra work. However, in our web.xml file, we turn on the option to save the state in the client (rather the server): javax.faces.STATE_SAVING_METHOD client State saving method: "client" or "server" (= default)

Do I need the MyFaces' Extensions Filter to Jscookmenu?

2006-01-24 Thread Dudu
Do I need the MyFaces' Extensions Filter to Jscookmenu works fine? the stable version? thanks.

jscookMenu

2006-01-24 Thread Dudu
I put the action LOGOFF_GLOBAL on navigation menu item... I've tried many times, and the result is a page with the folow error. Error 404: Resource /sagweb/id0_menu:LOGOFF_GLOBAL not found on this server But I need to use navigation capabilities of Myfaces, and navigation rule LOGOFF_GLOBAL works

RE: Managed beans not being instantiated

2006-01-24 Thread John
---JSP PAGE - WORKS FINE ACCEPT BEAN DATA--- AT THIS POINT ONLY testdata should work   <[EMAIL PROTECTED] uri="http://www.atanion.com/tobago/component" prefix="t"%><[EMAIL PROTECTED] uri="http://java.sun.com/jsf/core" prefix="f"%><[EMAIL PROTECTED] tagdir="/WEB-INF/tags/layout" prefix="

Re: What requires implementing the Serializable interface?

2006-01-24 Thread Simon Kitching
On Tue, 2006-01-24 at 23:28 +, Dennis Byrne wrote: > >To sum it up, no you should implement serializable if possible > >due to inherent problems with web containers, which often do not like > >non serializable objects anymore, at least for objects which you want to > >keep longer than a singl

Re: Managed beans not being instantiated

2006-01-24 Thread Simon Kitching
On Tue, 2006-01-24 at 16:26 -0800, John wrote: > I'm having incredible difficulty getting a managed bean to be > instantiated. > > -- I've gone to a very simple JavaBean for testing. > > -- The managed bean XML is in faces-config.xml > > -- I'm using Tobago > > -- I'm using Tomcat 5.9 embed

RE: Managed beans not being instantiated

2006-01-24 Thread John
Yes. Exactly. That is my understanding of how it "should" work also. John -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 24, 2006 7:48 PM To: MyFaces Discussion Subject: Re: Managed beans not being instantiated On Tue, 2006-01-24 at 16:26 -0800

Re: Myfaces and javascript

2006-01-24 Thread Matthias Wessendorf
Hi Thomas- > For style sheets I am using the tomahawk tag but there do > not seem to have tag... > Aby ideas? in sandbox of myfaces (only sources) there is a component. I needed such a component too ;-) So check the sources and try the component. Also, I recommend using (or looking) at the s

inputCalendar javascript not found on *first* load

2006-01-24 Thread Nicklas Karlsson
Hi,  I have a problem with the extension filter not loading the _javascript_ files required for doing a popup inputCalendar. The extension filter is mapped correctly since the files show up when I reload or return to the page. I am using MyFaces 1.1.1. What could the issue be on thefirst view gene