Re: {ANN] Oracle JDeveloper 10.1.3 Production Released

2006-01-31 Thread Werner Punz
Nicklas Karlsson schrieb: > Are there any kind of student-versions avaible? > yes, perfectly suited for a students budget, the full version. It is free... Of course the bad news is that the poor student will feel like he needs a new computer when he starts it up for the first

Re: problem with jscookmenu

2006-01-31 Thread Onur Tokan
Sure, You can write your action methods, additionally thanks to myfaces expert team in latest build you can write your action listener on it. Read the javadocs, you have to construct Tree of NavigationMenuItem. Define the action in the constructor to "" and add an action listener on it. Any way,

Re: Returning to same page within t:dataScroller?

2006-01-31 Thread Onur Tokan
Hi, I don't know it's the best practice around, but Use binding with f:view tag to your backing bean, write the Object into your session and restore it from there Regards, Onur On 2/1/06, Tom Butler <[EMAIL PROTECTED]> wrote: > > > Definitely need some advice / direction here how to implement

Re: {ANN] Oracle JDeveloper 10.1.3 Production Released

2006-01-31 Thread Nicklas Karlsson
> Are there any kind of student-versions avaible?>yes, perfectly suited for a students budget, the full version. It is free...Of course the bad news is that the poor student will feel like he needs a new computer when hestarts it up for the first time and starts clicking around in the wizards ;-)

RE: Returning to same page within t:dataScroller?

2006-01-31 Thread Tom Butler
Definitely need some advice / direction here how to implement this solution?   Search.jsp (search page to search database and displays search results) -    displays form with inputText field to search database -    uses t:dataTable to display datamodel property from backing bean

RE: can anyone see problem with navigation code?

2006-01-31 Thread Tom Butler
Fixed this issue.   From: Tom Butler [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 31, 2006 11:28 PM To: 'MyFaces Discussion' Subject: can anyone see problem with navigation code?   On the ‘myisp.jsp’ page below I include a command button that when pressed should return t

Page Refresh Problem

2006-01-31 Thread Ali Raza
Greetings,Is there any way to determine whether a page has been refresehed ? Is there some object in the request Map or something to indicate that the page has been refreshed from the client instead of actual postback from some submit button  ? My problem is that when the page is refreshed the last

Re: Reading context-param from java code

2006-01-31 Thread Ali Raza
Thanx a lot Dennis. On 1/27/06, Dennis Byrne <[EMAIL PROTECTED]> wrote: I believe you are looking for the following :FacesContext.getCurrentInstance().getExternalContext().getInitParameter()Dennis Byrne>-Original Message->From: Ali Raza [mailto: [EMAIL PROTECTED]]>Sent: Friday, January 27,

can anyone see problem with navigation code?

2006-01-31 Thread Tom Butler
On the ‘myisp.jsp’ page below I include a command button that when pressed should return the user to the ‘searchisp.jsp’ page.  Instead, nothing happens when the button is pressed (stays on myisp.jsp page) – can anyone see what may be wrong?  I also tried a commandLink which did not work ei

Returning to same page within t:dataScroller?

2006-01-31 Thread Tom Butler
I have a page displaying database results using a t:dataTable and a t:dataScroller – when the user selects one of the records, they are taken to a separate page to show the details.     At the bottom of the details page, I want to place a button to link back to the exact same position wit

Help needed for working with f:subview/dynamic includes

2006-01-31 Thread Jörg Liegler
Hi! I am currently working through the tutorials of the „JSF in Action“ book. When I program any of the examples using subview/includes, I almost get not to the expected results as demonstrated. I have put together some tests which I put below in my posting. - Did anybody noticed my observed b

Re: "easy" back button question?

2006-01-31 Thread tony kerz
thanks martin, yes, i saw this blog post with a more elaborate solution than i was hoping for: http://jroller.com/page/cenkcivici?entry=custom_jsf_navigation_handler_for but since it was posted on friday the 13th, i would never use it cause it's bad luck ;) but seriously, i was hoping for

How to expand tree in MyFaces 1.0.9?

2006-01-31 Thread Yixing Ma
How to expand tree in MyFaces 1.0.9?   I've been using tree2 for a while. So far only the myfaces 1.0.9 works for my program. Other implementations have this and that problems, and is not stable.   I want to use the expand function of the tree2. How to implement it in myfaces 1.0.9?   Regards

RE: Packaging up Custom Components and Convertersl

2006-01-31 Thread Jesse Alexander \(KBSA 21\)
> -Original Message- > From: CONNER, BRENDAN (SBCSI) [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 31, 2006 8:07 PM > To: MyFaces Discussion > Subject: RE: Packaging up Custom Components and Convertersl > > > BUT, what resource-files are you referring too? > > a) message- or text-

Re: Packaging up Custom Components and Convertersl

2006-01-31 Thread Dennis Byrne
If these are under /META-INF/ , they will be available to the application automatically. I seem to remember /META-INF/tlds or /META-INF/TLDs as possible places for this as well. Dennis Byrne >-Original Message- >From: CONNER, BRENDAN \(SBCSI\) [mailto:[EMAIL PROTECTED] >Sent: Tuesday,

Re: ADF Blowing Up

2006-01-31 Thread Adam Winer
Hrm, the ADF ViewHandler isn't on the stack - how are you registering FaceletViewHandler? For ADF Faces, it needs to be registered via WEB-INF/web.xml instead of faces-config.xml. -- Adam Jeremy Sager wrote: Hey guys - I'm trying to integrate ADF Faces into a MyFaces/Facelets project. I fol

RE: Packaging up Custom Components and Convertersl

2006-01-31 Thread CONNER, BRENDAN \(SBCSI\)
> BUT, what resource-files are you referring too? > a) message- or text-files (*.properties in NLS-versions) or > b) images and css and similar files? I was thinking of tag library descriptor files (*.tld) - Brendan -Original Message- From: Jesse Alexander (KBSA 21) [mailto:[EMAIL PROTEC

Re: The page write 'NULL' at the end of all pages...

2006-01-31 Thread Dudu
I have a poor english, but I'll try to report it.Thanks a lot.On 1/31/06, Martin Marinschek <[EMAIL PROTECTED] > wrote:First: I've got rid of the null - and display a warning instead, now. But can you still open a jira-issue on this warning and assign BrunoAranda to this issue?He is off to the UK u

Re: Packaging up Custom Components and Convertersl

2006-01-31 Thread Martin Marinschek
Well, you can do message- or text-files easily. images, and css, and similar stuff - you're out of luck, if you don't use the MyFaces Extension-Filter and a customized AddResource class - or Weblets. regards, Martin On 1/31/06, Jesse Alexander (KBSA 21) <[EMAIL PROTECTED]> wrote: > > -Ori

Re: "easy" back button question?

2006-01-31 Thread Martin Marinschek
Hmm... Well, if you use client-side state saving ( or server-side state saving and MyFaces after 1.1.1) you can use that trick above. If you want to post-back to the server in between, you can write a custom Navigation-Handler and configure that in your faces-config.xml. This navigation-handler w

Re: The page write 'NULL' at the end of all pages...

2006-01-31 Thread Martin Marinschek
You can add my message in any case. regards, Martin On 1/31/06, Dudu <[EMAIL PROTECTED]> wrote: > I have a poor english, but I'll try to report it. > Thanks a lot. > > > On 1/31/06, Martin Marinschek <[EMAIL PROTECTED] > wrote: > > First: I've got rid of the null - and display a warning instead,

AW: Custom ViewHandler - problem with navigation

2006-01-31 Thread Matthias Kahlau
Hi Frank Felix! My navigation works now, I've implemented a custom navigation handler. Many thanks for your hint. Regards, Matthias > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag > von Frank Felix Debatin > Gesendet: Montag, 30. Januar 2006 10

How to use the HtmlTag component when programmatically building the UI?

2006-01-31 Thread Matthias Kahlau
Hi! Is it possible to use the Tomahawk HtmlTag component when programmatically building the UI. I know I can use setValue() to set the HTML element name to render, e. g. h1. But can I programmatically set the body content? If this is not possible, do you know alternatives to render arbitrary HTM

"easy" back button question?

2006-01-31 Thread tony kerz
i understand there are some far reaching issues with the back button, with respect to the back button leaving things in a bad state, but i'm not looking for the back button holy grail (just now). my question is simply what would be the best way to get a button on a jsf page which mimics functiona

Re: How to retrive request parameter in jsf pages

2006-01-31 Thread Dennis Byrne
Here's one way. FacesContext ctx = FacesContext.getCurrentInstance(); ctx.getApplication().createValueBinding("#{param.messageId}").getValue(ctx); Dennis Byrne >-Original Message- >From: Legolas Woodland [mailto:[EMAIL PROTECTED] >Sent: Tuesday, January 31, 2006 04:33 PM >To: 'MyFaces Di

Re: How to retrive request parameter in jsf pages

2006-01-31 Thread Volker Weber
Hi Legolas, try FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().get("messageId"); Regards, Volker Legolas Woodland wrote: > Hi > thank you for reading my post. > how i can retrieve request parameter in jsf ? > for example if i have : > http://127.0.0.1/myproj/f

How to retrive request parameter in jsf pages

2006-01-31 Thread Legolas Woodland
Hi thank you for reading my post. how i can retrieve request parameter in jsf ? for example if i have : http://127.0.0.1/myproj/faces/viewMessage.jsp?messageID=15 how i can retrieve that message ID in backing bean of jsf page ?

Re: inputSuggestAjax with state_saving_method set to server throws ClassCastException in AjaxPhaseListener at line 125

2006-01-31 Thread Volker Weber
Hi Shamanth, i saw this while developing tobagos AjaxPhaseListener by copying the myfaces listener and applying the needed changes. This is a unnessesary cast, but as this time i wasn't yet myfaces commiter and i don't had expect problems with this, so i fixed this for tobago and forgott it :-(.

Re: {ANN] Oracle JDeveloper 10.1.3 Production Released

2006-01-31 Thread Legolas Woodland
Jonas Jacobi wrote: In case you wonder why I have been quite ;) Today we released Oracle JDeveloper 10.1.3 Studio production release - you can download it from here with plenty of tutorials and other goodies. There is also improved doc on ADF Faces. Hi , it is very good news I will

Re: {ANN] Oracle JDeveloper 10.1.3 Production Released

2006-01-31 Thread Werner Punz
Hendrik Neumann schrieb: (Btw. just in case anyone is interested, JSC2 also came out recently, and it also is free, both ides are amazing rad like tools, but JDeveloper also has the J2EE backend stuff which JSC doesnt have, while I like the JSC2 JSF part a tad more due to the excellent CSS positi

Re: Encrypting view on client side in myfaces 1.1.1

2006-01-31 Thread Dennis Byrne
This feature is currently available in the nightly builds. http://cvs.apache.org/builds/myfaces/nightly/ It was introduced after the 1.1.1 release. Dennis Byrne >-Original Message- >From: Paul Sideleau [mailto:[EMAIL PROTECTED] >Sent: Tuesday, January 31, 2006 02:45 PM >To: users@myf

Encrypting view on client side in myfaces 1.1.1

2006-01-31 Thread Paul Sideleau
Does the 1.1.1 myfaces implementation support encrypting the view when doing client side state saving? The myfaces wiki and bug reports has me a little confused. :-) Thank you. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protect

RE: Packaging up Custom Components and Convertersl

2006-01-31 Thread Jesse Alexander \(KBSA 21\)
> -Original Message- > Is there documentation (either in a wiki or somewhere else) > showing how > to package up the classes and resource files used in a custom > components > and converters into their own JAR file, so that the JAR file can be > shared among different applications? Best d

RE: ADF Blowing Up

2006-01-31 Thread Jeremy Sager
By the way, is this list now the de facto mailing list for ADF Faces or is there another list I should be subscribed to? Jeremy Sager Data Communications Product Manager Chesapeake System Solutions 410.356.6805 x120 [EMAIL PROTECTED] -Original Message- From: Jeremy Sager [mailto:[EMAIL PR

Subview problem with includes()

2006-01-31 Thread lij
Hi ! The problem is that the rendered content of my includes(includes/project_info.jsp ...) are "swallowed". On the jsp_servlet code i see that out = _jspx_page_context.popBody() on the end of _jspx_meth_h_panelGrid_0 swallows my content. Any ideas or suggestions? Thanks. See code below.

ADF Components code examples.

2006-01-31 Thread Hagay Avisar
Hi All, I want to work with ADF components. Does some one know a place that I have code example for ADF components?  (Links) I wanted to check couple of table component features, like select many, range navigation, sorting. Does some one made this example and can send me the code? I am

Building myfaces with Maven2 / missing commons-logging ?

2006-01-31 Thread Marco Mistroni
hello all, i am trying to build myfaces with maen..i checked out sources from SVN and launched  mvn install -Dmaven.test.skip=true -Dmaven.test.failure.ignore=truemyfaces-common is fine, however while compilin tomahawk core i got this exception (actuallyp lenty of htem with similar message) C:\Sw\m

panelNavigation2 Separator Problem

2006-01-31 Thread Christian Bohn
Hi List, I need to pass parameters with a which ist part of a The passing of the parameters itself works, I do it with (see code below) But now I have the problem, that for each a separator is inserted into the menu which makes it look very ugly. Is there a way to disable the separator-

Re: problem with jscookmenu

2006-01-31 Thread Marco Mistroni
Hello, thank you for your advices..i have one more question to ask you..am i correct in assuming that, if i take jscookmen 'out of the box' as in the tomahawk example, theonly thing that i have to configure are  only elements corresponding to the actions of my navigationmenuitems?thanks in adv

Re: {ANN] Oracle JDeveloper 10.1.3 Production Released

2006-01-31 Thread Hendrik Neumann
> (Btw. just in case anyone is interested, JSC2 also came out recently, > and it also is free, both ides are amazing rad like tools, but > JDeveloper also has the J2EE backend stuff which JSC doesnt have, while > I like the JSC2 JSF part a tad more due to the excellent CSS positioning > handling) >

Re: The page write 'NULL' at the end of all pages...

2006-01-31 Thread Martin Marinschek
First: I've got rid of the null - and display a warning instead, now. But can you still open a jira-issue on this warning and assign Bruno Aranda to this issue? He is off to the UK until wednesday, but he'll fix it then. The problem is that we render the MyFaces javascript stuff in ViewTag.doEndT

Re: Packaging up Custom Components and Convertersl

2006-01-31 Thread Werner Punz
CONNER, BRENDAN (SBCSI) schrieb: > Is there documentation (either in a wiki or somewhere else) showing how > to package up the classes and resource files used in a custom components > and converters into their own JAR file, so that the JAR file can be > shared among different applications? > There

ADF Blowing Up

2006-01-31 Thread Jeremy Sager
Hey guys - I'm trying to integrate ADF Faces into a MyFaces/Facelets project. I followed the instructions, both for getting ADF to work in general, and taking the necessary steps to integrate it with facelets. My app runs fine, until I get to a page with an ADF component on it, and then I get a n

Re: The page write 'NULL' at the end of all pages...

2006-01-31 Thread Dudu
I'm using ADF faces too This 'null' starting appearing when I configured the myfaces extension filter, and dowloaded the nightly builds... On 1/31/06, Martin Marinschek <[EMAIL PROTECTED]> wrote: > G, what a bug... > > I've tried out the MyFaces examples - even with JsCookMenu and with > t

Re: Packaging up Custom Components and Convertersl

2006-01-31 Thread Werner Punz
CONNER, BRENDAN (SBCSI) schrieb: > Is there documentation (either in a wiki or somewhere else) showing how > to package up the classes and resource files used in a custom components > and converters into their own JAR file, so that the JAR file can be > shared among different applications? > > - B

Re: {ANN] Oracle JDeveloper 10.1.3 Production Released

2006-01-31 Thread Werner Punz
Hendrik Neumann schrieb: > Are there any kind of student-versions avaible? > yes, perfectly suited for a students budget, the full version. It is free... (Btw. just in case anyone is interested, JSC2 also came out recently, and it also is free, both ides are amazing rad like tools, but JDevelope

Re: Packaging up Custom Components and Convertersl

2006-01-31 Thread Martin Marinschek
What you basically need to is pack up your classes, resources, etc. and then add -the tld-file -the facesconfig.xml file under /META-INF in your jar-file. regards, Martin On 1/31/06, CONNER, BRENDAN (SBCSI) <[EMAIL PROTECTED]> wrote: > Is there documentation (either in a wiki or somewhere els

Re: The page write 'NULL' at the end of all pages...

2006-01-31 Thread Onur Tokan
Ok, It sounds good. I will test it tomorrow, Regards, Onur On 1/31/06, Martin Marinschek <[EMAIL PROTECTED]> wrote: > A simple > > facesContext.renderResponse(); > > won't help, I suppose? > > even if you set a new viewId before calling that? > > regards, > > Martin > > On 1/31/06, Onur Tokan <[

Re: {ANN] Oracle JDeveloper 10.1.3 Production Released

2006-01-31 Thread Hendrik Neumann
*oopps* okay - now I see it too ;-) 2006/1/31, Martin Marinschek <[EMAIL PROTECTED]>: > It's free ;) > > regards, > > Martin > > On 1/31/06, Hendrik Neumann <[EMAIL PROTECTED]> wrote: > > Are there any kind of student-versions avaible? > > > > 2006/1/30, Werner Punz <[EMAIL PROTECTED]>: > > > Jona

Packaging up Custom Components and Convertersl

2006-01-31 Thread CONNER, BRENDAN \(SBCSI\)
Is there documentation (either in a wiki or somewhere else) showing how to package up the classes and resource files used in a custom components and converters into their own JAR file, so that the JAR file can be shared among different applications? - Brendan

Re: The page write 'NULL' at the end of all pages...

2006-01-31 Thread Martin Marinschek
A simple facesContext.renderResponse(); won't help, I suppose? even if you set a new viewId before calling that? regards, Martin On 1/31/06, Onur Tokan <[EMAIL PROTECTED]> wrote: > Simply I got the problem, > > I am using 1.1.1 build jars for myfaces-api and myfaces-impl with the > latest nig

Re: {ANN] Oracle JDeveloper 10.1.3 Production Released

2006-01-31 Thread Martin Marinschek
It's free ;) regards, Martin On 1/31/06, Hendrik Neumann <[EMAIL PROTECTED]> wrote: > Are there any kind of student-versions avaible? > > 2006/1/30, Werner Punz <[EMAIL PROTECTED]>: > > Jonas Jacobi schrieb: > > > In case you wonder why I have been quite ;) > > > > > > Today we released Oracle J

Re: The page write 'NULL' at the end of all pages...

2006-01-31 Thread Onur Tokan
App server has no exception other than OutOfMemory... On 1/31/06, Martin Marinschek <[EMAIL PROTECTED]> wrote: > Can you send in the stack-trace? > > regards, > > Martin > > On 1/31/06, Onur Tokan <[EMAIL PROTECTED]> wrote: > > Simply I got the problem, > > > > I am using 1.1.1 build jars for myfa

Re: {ANN] Oracle JDeveloper 10.1.3 Production Released

2006-01-31 Thread Hendrik Neumann
Are there any kind of student-versions avaible? 2006/1/30, Werner Punz <[EMAIL PROTECTED]>: > Jonas Jacobi schrieb: > > In case you wonder why I have been quite ;) > > > > Today we released Oracle JDeveloper 10.1.3 Studio production release - > > you can download it from here with plenty of tutori

Re: The page write 'NULL' at the end of all pages...

2006-01-31 Thread Martin Marinschek
Can you send in the stack-trace? regards, Martin On 1/31/06, Onur Tokan <[EMAIL PROTECTED]> wrote: > Simply I got the problem, > > I am using 1.1.1 build jars for myfaces-api and myfaces-impl with the > latest nightly build of tomahawk. When I updated my api and impl with > nightlies it works. N

Re: The page write 'NULL' at the end of all pages...

2006-01-31 Thread Onur Tokan
Simply I got the problem, I am using 1.1.1 build jars for myfaces-api and myfaces-impl with the latest nightly build of tomahawk. When I updated my api and impl with nightlies it works. No NULLs appear. It's great :) thanks. However I am using the following code to break the jsf lifecyle and rere

Re: The page write 'NULL' at the end of all pages...

2006-01-31 Thread Martin Marinschek
Ok, I checked again, and I know where the null is coming from - the MyFaces javascript is not generated, and this is due to the fact that ViewTag.endTag is never called, which leads me to the assumption that you use facelets? regards, Martin On 1/31/06, Martin Marinschek <[EMAIL PROTECTED]> w

Re: The page write 'NULL' at the end of all pages...

2006-01-31 Thread Martin Marinschek
G, what a bug... I've tried out the MyFaces examples - even with JsCookMenu and with tree2, and I don't see this null. I wonder what is different in your setup! Are you using facelets? Are you using the RI? Are you using ADF faces? Just trying to shoot into the dark here ;) regards, Martin

Re: MyFaces nightly build and JBoss UseJBossWebLoader issue

2006-01-31 Thread Werner Punz
Marco Mistroni schrieb: > Hello, > might not be same issue, but i found out that somehow, with jboss4, > fi you have deployed 2 wars > that contains different versions of same myfaces/jsf libraries, jboss > gets confused and may load > the wrong one... > Class loading hierarchy probably, you

Re: The page write 'NULL' at the end of all pages...

2006-01-31 Thread Dudu
sorry... but it is strange the component who I add right before the end tag dissapeared and the first component added is in the location before 'null' and On 1/31/06, Dudu <[EMAIL PROTECTED]> wrote: > is rendered before, but a 'null' is rendered more before... > The end of document page

MyFaces, File Upload and Portlet

2006-01-31 Thread Patrick Dalla Bernardina
Does anybody already configured a Portlet application based on JSF using MyFacesGenericPortlet to use ?? What do I need to configure?

Re: MyFaces nightly build and JBoss UseJBossWebLoader issue

2006-01-31 Thread Marco Mistroni
Hello,   might not be same issue,  but i found out that somehow, with jboss4, fi you have deployed 2 wars that contains different versions of same myfaces/jsf libraries,  jboss gets confused and may load the wrong one...   HTH    marco  On 1/31/06, Werner Punz <[EMAIL PROTECTED]> wrote: JBoss comes

Re: Fileupload size limit Message for user ?

2006-01-31 Thread Dave Brondsema
Ravi, Have you tried setting the limit in the inputFileUpload tag to be smaller than the limit in the web.xml? Ravi Gidwani wrote: > Hi All: > I am still facing the problem and have not got any clue :( > > Help Please. > > ~Ravi > > > > On 1/31/06, *Ravi Gidwani* <[EMAIL PROTECTED

Re: The page write 'NULL' at the end of all pages...

2006-01-31 Thread Onur Tokan
Hi Martin, Mine trailing jsp is: # and the rendered html: ### function clear_TREE() { var f = document.forms['TREE']; f.elements['clientTree:org.apache.myfaces.tree.NAV_COMMAND'].value=''; f.elements['TREE:_link_hidden_'].value=''; f.target=''; } clear

Re: MyFaces nightly build and JBoss UseJBossWebLoader issue

2006-01-31 Thread Werner Punz
JBoss comes with its own myfaces jars, remove them out of the way and it should work, alternatively revert the class loader order. Saurabh Rasinghaney schrieb: > Hi All, > > > > We deployed myfaces nightly build sample application in JBoss 403sp1 > > With attribute true set > to true in >

Re: The page write 'NULL' at the end of all pages...

2006-01-31 Thread Martin Marinschek
Do you use client-side or server side-state-saving? if you put an field right before the body end, is it rendered after or before? regards, Martin On 1/31/06, Dudu <[EMAIL PROTECTED]> wrote: > I'm using the Myfaces nightly build of 30 january. > After I have configured the MyFaces Extens

java.lang.IllegalStateException: No Factories configured for this Application

2006-01-31 Thread Pierre Moermans
Hello, I wanted to use the picklist from the sandbox which doesn't seem to be available in the 1.1.0 libs. I got the current version from the CVS and compiled it. So far, so good. But now, using the new jar files but with no changes in my application, I have the following error when at deployme

Re: The page write 'NULL' at the end of all pages...

2006-01-31 Thread Onur Tokan
I am experiencing the same problem, using January 31 build Regards, Onur On 1/31/06, Dudu <[EMAIL PROTECTED]> wrote: > I'm using the Myfaces nightly build of 30 january. > After I have configured the MyFaces Extension Filter in the xml file, a > 'null' is wireted at bottom of all pages >

The page write 'NULL' at the end of all pages...

2006-01-31 Thread Dudu
I'm using the Myfaces nightly build of  30 january.After I have configured the MyFaces Extension Filter in the xml file, a 'null' is wireted at bottom of all pagesWhat is happening?Thanks.Ps: just once, not a 'null' , but a textfield was redered...

Re: Fileupload size limit Message for user ?

2006-01-31 Thread Martin Marinschek
Sorry, I don't have time to look into this any deeper. I have tried that in the MyFaces examples once, and it worked at this time. regards, Martin On 1/31/06, Ravi Gidwani <[EMAIL PROTECTED]> wrote: > Hi All: > I am still facing the problem and have not got any clue :( > > Help Please.

AW: cerateMethodeBinding

2006-01-31 Thread Marti Hanspeter
Dear Onur, That was a great help, and makes it much more simple. Yesterday i have give up and wrote a decode methode to get the id of the submited component, but with ActionListener its much more elegant. Thanks Hanspeter For other beginers, here the code: -

Re: Fileupload size limit Message for user ?

2006-01-31 Thread Ravi Gidwani
Hi All:     I am still facing the problem and have not got any clue :(   Help Please.   ~Ravi   On 1/31/06, Ravi Gidwani <[EMAIL PROTECTED]> wrote: Hi Martin,   The examples use the 'mxlength' attribute. I tried but it wont work for a limit of 5MB with the attribute set as follows:  

Re: ADF components.

2006-01-31 Thread Omar Tazi
Hi Hagay, The source code for ADF Faces can be found (for now) at this URL: http://people.apache.org/~bdudney/apache-drop.zip We are hoping to get it under incubation very soon and are trying to send the incubation proposal ASAP. I am not aware of a build that contains ADF Faces today, packagi

server-side panelTabbedPane

2006-01-31 Thread Vladimir Coutinho
A server-side panelTabbedPane executes  the code only of the opened tab?-- Vladimir M Coutinho

inputSuggestAjax with state_saving_method set to server throws ClassCastException in AjaxPhaseListener at line 125

2006-01-31 Thread Shamanth
I tried using inputSuggestAjax Component. When i set state_saving_method to server i get back a ClassCastException in AJAXPhaseListener line 125.I went through the source code and looks like the problem occurs when context.getApplication().getStateManager() is being casted to JspStateManagerImpl.A

Re: problem with jscookmenu

2006-01-31 Thread Onur Tokan
You can download the sourcecode from the following url http://myfaces.apache.org/source.cgi The source code includes examples about jscookmenu Regards, Onur On 1/31/06, Marco Mistroni <[EMAIL PROTECTED]> wrote: > hello, > thanks for your reply. now i have an additional question.. > where

Re: show an expanded tree2 (MyFaces-1.1.1 on JDeveloper 10.1.3 EA)

2006-01-31 Thread Cristofer Weber
Hans, thanks for the explanations. I think there's another thing in my code that is not working because I get a NullPointerException when I try to call expandAll after building the tree data. When debugging the code I see a empty instance of HtmlTree class even after some iterations with buttons th

ADF components.

2006-01-31 Thread Hagay Avisar
Hi All, From what I understand ADF component will be part of MyFaces open source components. Is it going to be a part of MyFaces Jar's? (Do I need to update MyFaces version)? Is it going to be in a separate Jar's? Is there a build of MyFaces that contains ADF components? How can I get

Re: problem with jscookmenu

2006-01-31 Thread Marco Mistroni
hello, thanks for your reply. now i have an additional question..where do i find the sources of examples, to see what the misc.NavigationMenu does?thanks and regards marco On 1/30/06, Dennis Byrne <[EMAIL PROTECTED]> wrote: org.apache.myfaces.examples.misc.NavigationMenu is simply the backing b

Re: Sandbox Schedule Component: How to increase height of Detailed Day display

2006-01-31 Thread Jurgen Lust
Yogesh Chaudhari schreef: Hi, I am testing Schedule component since couple of days.  It is working very nicely.  We have scheduling system developed using Oracle Forms, I am converting it Faces. We have the most of the events scheduled for 15 mins,  and 4/5 simultaneously.  Simultaneo

Re: dynamic columns with different UI components

2006-01-31 Thread Mathias Brökelmann
Hi, its better to post such messages to the user list. You should use a complex object for your columns. This allows you to use boolean is* methods to determine which type of column should be rendered. That is much easier than binding t:columns into a backing bean to create depended components.