Data from inputText within popup is not saved

2006-07-11 Thread RR DD
When modifying the node description using the first inputText (the one from the popup) and pressing Submit, the description is not saved to the bean. When modifying the node description from the second inputText, it is saved. What is wrong? %@ page contentType=text/html; charset=ISO-8859-1 % %@

Re: Where are the examples for Tomahawk 1.1.3?

2006-07-11 Thread Martin Marinschek
The getting started guide illustrates the situation we had before maven came in. After the switch happened, we were stuck with releases without examples for a while. Catalin repaired that, and our next tomahawk release will be in sync with the descriptions again. regards, Martin On 7/11/06,

panelTabbedPane button and link needs to click twice

2006-07-11 Thread Christian Schmülling
Hello I've a page with a panelTabbedPane and next to it some buttons. If serverSideTabSwitch is false I need to click a button twice before it works. In first click it's only rendering page again. I don't reach my action methode behind the button. And there is no error or any log entry. Also no

Simple PageFlow

2006-07-11 Thread Mike Duffy
Rather than using SEAM or Spring WebFlow, I am wondering if it might be possible to use a PhaseListener to create a simplified page flow. By using facesContext.getViewRoot().getViewId(); it is possible to determine what page the user has landed on. By using

updateActionListener within tree2

2006-07-11 Thread giannidoe
I'm new to MyFaces and having some problems using updateActionListener inside a tree2, I get Action listener for property is not present when clicking the commandButton. MyFaces 1.1.3 + Tomahawk 1.1.3 + Facelets + updateActionListener tag handler from Wiki 2006-07-11 10:04:28,379 DEBUG

Re: Simple PageFlow

2006-07-11 Thread Mario Ivankovits
Hi Mike! Please share your thoughts. Have a look at http://wiki.apache.org/myfaces/ConversationTag which doesn't require you to have yet another configuration file. I currently try to setup a sample application with this tag and hibernate, but this might take some time as I have another

Re: JSF Performance Problems

2006-07-11 Thread Gerald Müllan
Hi, sure thing; Just tell JSF in web.xml the context parameter: context-param param-nameorg.apache.myfaces.NUMBER_OF_VIEWS_IN_SESSION/param-name param-value20/param-value descriptionOnly applicable if state saving method is server (= default). Defines the amount

RE: JSF Performance Problems

2006-07-11 Thread Jesse Alexander \(KSFD 121\)
Thanks for the pointer... I was just about to dive into the source-code ;-) I have added a hint on this in the wiki-page as it is a valid performance- related option. regards Alexander -Original Message- From: Gerald Müllan [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006

Please solve the Null Pointer Exception of faces Confog.xml

2006-07-11 Thread chandra sekhar saripaka
Dear Experts, Can you Please kindly solve the Exceptions. Error is: SRVE0068E: Could not invoke the service() method on servlet Faces Servlet. Exception thrown : java.lang.NullPointerException at

Re: Please solve the Null Pointer Exception of faces Confog.xml

2006-07-11 Thread Cagatay Civici
Hi,Do you have a custom component or just using the myfaces components.CagatayOn 7/11/06, chandra sekhar saripaka [EMAIL PROTECTED] wrote:Dear Experts, Can you Please kindly solve the Exceptions. Error is:SRVE0068E: Could not invoke the service() method on servlet FacesServlet. Exception thrown :

Re: Please solve the Null Pointer Exception of faces Confog.xml

2006-07-11 Thread chandra sekhar saripaka
Hi Catagay, I have one myface-extensions.jar in my work space but I 'm not using it. Regards, Chandru. On 7/11/06, Cagatay Civici [EMAIL PROTECTED] wrote: Hi, Do you have a custom component or just using the myfaces components. Cagatay On 7/11/06, chandra sekhar saripaka [EMAIL

SelectOneMenu - selectItems: list population problem

2006-07-11 Thread Elenh Tsigka
Hi, In my jsf page, I use a h:selectOneMenu which contains a f:selectItems. The attribute value of the selectItems element is a list which is populated from a backing bean. The jsf snippet is like this: h:selectOneMenu id=selectList value=#{backingBean.selectedHotel} f:selectItems

Re: SelectOneMenu - selectItems: list population problem

2006-07-11 Thread ould sid'ahmed
Elenh Tsigka a écrit : Hi, In my jsf page, I use a h:selectOneMenu which contains a f:selectItems. The attribute value of the selectItems element is a list which is populated from a backing bean. The jsf snippet is like this: h:selectOneMenu id=selectList value=#{backingBean.selectedHotel}

Re: SelectOneMenu - selectItems: list population problem

2006-07-11 Thread Elenh Tsigka
ould sid'ahmed wrote: Elenh Tsigka a écrit : Hi, In my jsf page, I use a h:selectOneMenu which contains a f:selectItems. The attribute value of the selectItems element is a list which is populated from a backing bean. The jsf snippet is like this: h:selectOneMenu id=selectList

navigation lines in tree table

2006-07-11 Thread nimisha sharma
I dont want to display the navigation lines and the folder images infront of nodesin the tree table that i have.. in the regular tree, tree2 tag provides me with an option of setting the 'showLines' attribute to false.. i cannot see such an attribute in tree tag.. i did try using the iconLine

Re: navigation lines in tree table

2006-07-11 Thread nimisha sharma
Could anyone provide me with some good documentation on the taglib attribute values? The one that i refer to is on http://myfaces.apache.org/tomahawk/tlddoc/index.htmland for the treetag it just says no description for almost all the attributes.. from where can i get a set of values that these

Re: Please solve the Null Pointer Exception of faces Confog.xml

2006-07-11 Thread Cagatay Civici
okI see you are using websphere,have you tried it with tomcat, I remember once I had a problem when testing the same application with websphere.CagatayOn 7/11/06, chandra sekhar saripaka [EMAIL PROTECTED] wrote: Hi Catagay,I have one myface-extensions.jar in my work space but I 'm not using

treeTable in edit mode

2006-07-11 Thread Blaise Gosselin
Hello, I'd like to use the treeTable in edit mode so that the users can update some columns of the treeTable. But it doesn't work, and the cause is that the inputs children of the treeTable have the same ID. How can I make it possible ? Thanks in advance. ___ _

Re: JSF Performance Problems

2006-07-11 Thread Matthias Wessendorf
I think this is already documented on the wiki, isnt' it ß On 7/11/06, Gerald Müllan [EMAIL PROTECTED] wrote: Hi, sure thing; Just tell JSF in web.xml the context parameter: context-param param-nameorg.apache.myfaces.NUMBER_OF_VIEWS_IN_SESSION/param-name param-value20/param-value

Re: How can I display radio buttons in 2 columns?

2006-07-11 Thread Rich Argo
Hey Paul, Would you mind updating the wiki page (Dynamic Example) at http://wiki.apache.org/myfaces/Display_Radio_Buttons_In_Columns ? I would, but I don't have access to it. When going by the current wiki page, the radio buttons will display, but nothing gets set when the form is posted. To

Tomahawk Calendar question

2006-07-11 Thread Kieron Wilkinson
Hi, I am working on a holiday booking application for our Intranet, and I am trying to do something, but I am not sure if it is possible or not. Basically, the user enters two dates using the Tomahawk calendar (popup version), the start of their holiday, and the end of their holiday, and there

MyFaces Source code (was Source Code for MyFaces 1.1.3)

2006-07-11 Thread Gergan Penkov
Hi,probably this e-mail should have been directed to dev@myfaces.apache.org or bugzilla, but as the results from my google search was http://www.mail-archive.com/users@myfaces.apache.org/msg21689.html and jira is not that user friendly, I'm posting this here.The question of the original poster

Re: MyFaces Source code (was Source Code for MyFaces 1.1.3)

2006-07-11 Thread Matthias Wessendorf
and jira is not that user friendly, I'm posting this here. jira is not what ? The question of the original poster stays: So, my question is where can I find the corresponding source code to MyFaces Core 1.1.3? It seems that 3 months after this question was posted the only possible reply is

Re: How can I display radio buttons in 2 columns?

2006-07-11 Thread Paul Spencer
Rich, The example is based on stuff I am currently using with Tomahawk 1.1.3. What is the error you are getting and what is your version of Tomahawk? Paul Spencer Rich Argo wrote: Hey Paul, Would you mind updating the wiki page (Dynamic Example) at

Re: MyFaces Source code (was Source Code for MyFaces 1.1.3)

2006-07-11 Thread Gergan Penkov
On Tue, 11 Jul 2006 09:34:03 -0700"Matthias Wessendorf" [EMAIL PROTECTED] wrote: and jira is not that user friendly, I'm posting this here. jira is not what ?well I somehow prefer bugzilla :) The question of the original poster stays: "So, my question is where can I find the corresponding

Fisheye invalid tag

2006-07-11 Thread ldr
Hi all I have just added the fisheye navigation, but when I add actionslisteners to navigationsitems (like in the example) I get the following error: error: Attribute actionListener invalid for tag navigationMenuItem according to TLD code: t:navigationMenuItem

Re: Tomahawk Calendar question

2006-07-11 Thread Matt Hughes
Well you'll have to use JavaScript to actually catch the onchange event. You should be able to just do: t:inputDate ... onchange=submit(); t:valueChangeListener value=#{backingBean.onDateChanged} / /t:inputDate And then in you onDateChanged() method, calculate the days and set that

Re: Fisheye invalid tag

2006-07-11 Thread Matthias Wessendorf
strange http://www.irian.at/myfaces-sandbox/fisheye.jsp.source it is using t:navigationMenuItem icon=images/icon_browser.png itemLabel=Web Browser actionListener=#{fisheye.webBrowserClicked} / have you tried the *nightly* ?

Re: How can I display radio buttons in 2 columns?

2006-07-11 Thread Rich Argo
I'm using MyFaces Tomahawk 1.1.1. There really isn't an error per se... the radio buttons display just fine. It's just when you submit the form, no value is set and if there's a form error, the radio button that was selected isn't checked. By making the suggested modifications, it'll save

Re: How can I display radio buttons in 2 columns?

2006-07-11 Thread Paul Spencer
Rich, I will update the wiki later today. Thanks for the feedback, this will only make the documentation better and encourage other to get involved. Paul Spencer Rich Argo wrote: I'm using MyFaces Tomahawk 1.1.1. There really isn't an error per se... the radio buttons display just

How would I use ValueExpression to replace the deprecated ValueBinding?

2006-07-11 Thread octoberdan
-- View this message in context: http://www.nabble.com/How-would-I-use-ValueExpression-to-replace-the-deprecated-ValueBinding--tf1926137.html#a5274688 Sent from the MyFaces - Users forum at Nabble.com.

Re: How can I display radio buttons in 2 columns?

2006-07-11 Thread Paul Spencer
Rich, I have made changes to the wiki largely based on your suggestions. Thank you. Paul Spencer Rich Argo wrote: I'm using MyFaces Tomahawk 1.1.1. There really isn't an error per se... the radio buttons display just fine. It's just when you submit the form, no value is set and if there's

Re: panelnavigation2 stylesheet not working in form?

2006-07-11 Thread ldr
Hi all Im still in a deadend on this problem and would like to know if there is anyone I can address with problem: style isn't rendered with panelnavigation2 when inside a form? thanks, chris -- View this message in context:

Re: Fisheye invalid tag

2006-07-11 Thread ldr
could it be that I have included the wrong tld or is the tld included in the tomahawk jar? chris -- View this message in context: http://www.nabble.com/Fisheye-invalid-tag-tf1925833.html#a5276225 Sent from the MyFaces - Users forum at Nabble.com.

Should ValueBindings inside rendered=false be evaluated?

2006-07-11 Thread Matt Hughes
If you have the following code: t:div rendered=false h:outputText value=#{backingBean.someGetterMethod} / /t:div Should getSomeGetterMethod() be invoked? My initial thought was if the parent's rendered attribute was false, the value binding expression *shouldn't* be evaluated. Using

Re: Fisheye invalid tag

2006-07-11 Thread Matthias Wessendorf
tld is inside the JARs . Please try the *nightly* of the sandbox. thx. matt On 7/11/06, ldr [EMAIL PROTECTED] wrote: could it be that I have included the wrong tld or is the tld included in the tomahawk jar? chris -- View this message in context:

Re: tree table with Sun AS 8

2006-07-11 Thread Matthias Wessendorf
me too i think it was discussed here... search the archives. On 7/11/06, nimisha sharma [EMAIL PROTECTED] wrote: Hi Matthias, Could you give me an idea about how to remove the RI from Sun App server? I havent worked on sun App server before.. Regards, Nimisha. On 7/10/06, Matthias

Re: add resource problems (help needed)

2006-07-11 Thread Wolf Benz
Hi Matthias, Sorry for the crossposting. Below are the questions/replies I still have in good order. Could you help clearing the fog with me? 1/ Can you try that *example* from the dojo page? -- If you mean this: http://wiki.apache.org/myfaces/WYSIWYG_Editor , this is what I had tried

Two dataScrollers, One dataTable throwing ServletException

2006-07-11 Thread fischman_98
I'm using one dataTable and two data scrollers and I am getting the following error... javax.servlet.ServletException: facet 'first' already has a child associated. current associated component id: _idJsp45:data:_idJsp46 class: org.apache.myfaces.component.html.ext.HtmlGraphicImage Any

How does getSelectedEntry() from SimpleScheduleModel works?

2006-07-11 Thread Ricardo Ramírez
I browsed the examples, but wasn't able to find anything, hoping someone can help me :) I have my schedule mapped to a SimpleScheduleModel in my managed bean, like this: s:schedule action=#{mybean.redirectAction} id=calendario

Re: Fisheye invalid tag

2006-07-11 Thread ldr
Worked it out, myeclipse by default included the tld for myfaces-all. thanks, chris -- View this message in context: http://www.nabble.com/Fisheye-invalid-tag-tf1925833.html#a5282003 Sent from the MyFaces - Users forum at Nabble.com.

Re: Should ValueBindings inside rendered=false be evaluated?

2006-07-11 Thread ldr
Try binding the div... I dont think it will work but its worth a shot. chris -- View this message in context: http://www.nabble.com/Should-ValueBindings-inside-rendered%3D%22false%22-be-evaluated--tf1926699.html#a5282038 Sent from the MyFaces - Users forum at Nabble.com.

Re: Fisheye invalid tag

2006-07-11 Thread Matthias Wessendorf
that jar is history :) On 7/11/06, ldr [EMAIL PROTECTED] wrote: Worked it out, myeclipse by default included the tld for myfaces-all. thanks, chris -- View this message in context: http://www.nabble.com/Fisheye-invalid-tag-tf1925833.html#a5282003 Sent from the MyFaces - Users forum at