Re: Problems With saveState

2006-06-14 Thread octoberdan
There's a message for each of the components of the form. I even tried just having a submit button and an empty form... same problem.. hmm... I'm going to try to mock up a barebones model and post the WAR somewhere -- View this message in context:

Re: Problems With saveState

2006-06-14 Thread Cosma Colanicchia
Maybe it could help having also an h:messages globalOnly=true, to be sure to catch the global errors too. Cosma 2006/6/14, octoberdan [EMAIL PROTECTED]: There's a message for each of the components of the form. I even tried just having a submit button and an empty form... same problem..

RE: Renderer for CustomMessageTag - help needed

2006-06-14 Thread Michael Heinen
Thanks Bruno. I fixed this yesterday but it did not resolve my problem. My CustomeMessageRenderer is not called. Any other ideas ? What about the not found Component.dtd? Michael -Original Message- From: Bruno Aranda [mailto:[EMAIL PROTECTED] Sent: Dienstag, 13. Juni 2006 19:44 To:

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

2006-06-14 Thread Conway. Fintan \(IT Solutions\)
Hi Paul, Would the Newspaper Table component work? http://myfaces.apache.org/tomahawk/newspaperTable.html Regards, Fintan -Original Message- From: Paul Spencer [mailto:[EMAIL PROTECTED] Sent: 13 June 2006 17:57 To: MyFaces Discussion Subject: How can I display radio buttons in 2

inputText not updating from valueChangedListener

2006-06-14 Thread David Boyd
Hey all, I know this problem most likely would have been addressed before but was just wondering if there has been any solution for it? Say you had t:selectOneMenu value=#{bean.test} onchange=submit(); valueChangeListener=#{bean.changedMethod} f:selectItem itemValue=a

Re: MyFacesExtensionsFilter?

2006-06-14 Thread masiar ighani
Hallo John, i have exactly the same problem configuring the extension filter with tiles. could you please mail me your complete working web.xml and faces-config file? Which versions of myfaces and tomahawk are you using? I have myfaces-1.1.3 and tomahawk 1.1.2. I already changed the url-mapping

RE: Renderer for CustomMessageTag - help needed

2006-06-14 Thread Michael Heinen
I got it working (after hours). Now I use another component family: component-familyjavax.faces.Message/component-family -Original Message- From: Michael Heinen [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 14. Juni 2006 09:52 To: MyFaces Discussion Subject: RE: Renderer for

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

2006-06-14 Thread Paul Spencer
Fintan, Visually is it is the same concept, but how do I implement it with with radio buttons? I have seen references to the layout spread, but I have not seen an example of it's use. So I am not sure if this is the solution. BTW the Newspaper Table has been deprecated. Paul Spencer

Tiles ExtensionsFilter Problem

2006-06-14 Thread masiar ighani
Hello all, recently i solved my problems with tiles and the tomahawk extensions filter. It throws the Exception ExtensionsFilter not correctly configured. JSF mapping missing The Problem is this: the configuration in the web.xml references filter-mapping

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

2006-06-14 Thread Volker Weber
Hi, see http://myfaces.apache.org/tomahawk/tlddoc/t/radio.html there should be an example in simple.war regards, Volker 2006/6/14, Paul Spencer [EMAIL PROTECTED]: Fintan, Visually is it is the same concept, but how do I implement it with with radio buttons? I have seen references to

Re: Does SubForm do anything?

2006-06-14 Thread Grigoras Cristinel
Hi, I have the same problem with the last SVN. Check the name of clear method . clear__5Fid4() this is ok ? Cristi Martin Marinschek wrote: The client-side code is totally optional. The server code handles the results. I don't see what you're not doing right though, everything looks

Re: Does SubForm do anything?

2006-06-14 Thread Martin Marinschek
As I said before - the generated _javascript_ is entirely optional. Shouldn't change anything.Anyone else having problems with the subForm in the current state?regards,Martin On 6/14/06, Grigoras Cristinel [EMAIL PROTECTED] wrote: Hi, I have the same problem with the last SVN. Check

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

2006-06-14 Thread Paul Spencer
Volker, The examples are in panelstack.jsp and selectbox.jsp. t:radio does not appear to be work well with a dynamic list of selectItems, i.e. the select items are from a backing bean and they are to be displayed in 2 columns. Paul Spencer Volker Weber wrote: Hi, see

Setting styleClass on the text in the tab, active or inactive, of the Tabbed Pane t:panelTabbedPane.

2006-06-14 Thread Paul Spencer
I would like to bold the text in the tab of the active pane. Setting the attribute activeTabStyleClass=activeTabHeader does have some affect, mainly properties used by TD. What appears to be missing is the class attribute on the generated input tag that contains the displayed text. Paul

1.1.4 t:panelTabbedPane loses style [tiles]

2006-06-14 Thread John Ruffin
I'm trying to use t:panelTabbedPane. Initially, the panels render using the default lookfeel. I can navigate between the tabs with no problem. When I click a commandButton, which has a listener and returns the same TILE - the tabs turn into buttons and the border around the panel is no more.

RE: Setting styleClass on the text in the tab, active or inactive, of the Tabbed Pane t:panelTabbedPane.

2006-06-14 Thread Julian Ray
You need to override the default stylesheet settings using !important. For example: td.activeTab { background-color: #FEFEFE ! important; border-top: 1px solid #91A0CA ! important; } -Original Message- From: Paul Spencer [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 6:19

Dynamically adding tabs to t:panelTabbedPane

2006-06-14 Thread Remo Liechti
Hi all I have a t:panelTabbedPane which has dynamic tab numbers and titles. Well, the CSS style classes are not used for the input html components. The tabs are still in default look. Any ideas? My jsf: t:panelTabbedPane binding=#{cockpitTabbedPaneBean.tabbedPane}

Re: Setting styleClass on the text in the tab, active or inactive, of the Tabbed Pane t:panelTabbedPane.

2006-06-14 Thread Paul Spencer
Julian, This does not work for the font-weight attribute. ! important is not need for background-color. I am not sure about other attributes. Paul Spencer Julian Ray wrote: You need to override the default stylesheet settings using !important. For example: td.activeTab {

RE: Setting styleClass on the text in the tab, active or inactive, of the Tabbed Pane t:panelTabbedPane.

2006-06-14 Thread Julian Ray
We override the following styles to remove all default formatting table.tabbedPane td.activeTab td.activeTab input td.inactiveTab td.inactiveTab input td.activeSub td.inactiveSub td.tabContent td.myFaces_panelTabbedPane_emptyHeaderCell .myFaces_panelTabbedPane_activeHeaderCell input:hover

Re: inputText not updating from valueChangedListener

2006-06-14 Thread Mikael Andersson
Had this problem myself, and couldn't find a solution to it :( Especially since I use facelets which doesn't like the valueChangeNotifier (or so I read) ...I assumed it was a phase problem, does the application actually get to the apply request values phase when calling responseComplete()? But

RE: Dynamically adding tabs to t:panelTabbedPane

2006-06-14 Thread Remo Liechti
I forgot to say: I do it like this and not like in the code below: if(firstTab){ tab.setClassStyle(tab_selected); }else{ tab.setClassStyle(tab); } Remo -Original Message- From: Remo Liechti [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 14. Juni

Basic Tobago Gridlayout Question

2006-06-14 Thread Robert D. Morse
Hello, I'm making the slow transition from Struts to MyFaces and Tobago. Could someone point me to an explanation of the tc:gridLayout component? Specifically, the syntax for the columns and rows values. For example, I'm not really sure what 'columns=1*;4* does, or when to use fixed

RE: Setting styleClass on the text in the tab, active or inactive, of the Tabbed Pane t:panelTabbedPane.

2006-06-14 Thread Remo Liechti
Thanks a lot, this worked for my problem! :) -Original Message- From: Julian Ray [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 14. Juni 2006 14:55 To: 'MyFaces Discussion' Subject: RE: Setting styleClass on the text in the tab, active or inactive, of the Tabbed Pane t:panelTabbedPane. We

RE: Dynamically adding tabs to t:panelTabbedPane

2006-06-14 Thread Remo Liechti
Solved. How? Using CSS like this: td.myFaces_panelTabbedPane_emptyHeaderCell{ background-color: #EE ! important; } .myFaces_panelTabbedPane_activeHeaderCell input{ background-color: #EE ! important; border: 1px solid gray; }

Re: 1.1.4 t:panelTabbedPane loses style [tiles]

2006-06-14 Thread John Ruffin
I'm really struggling to understand what's amiss. My index.jsp page forward to home.faces, in my tiles-def I have a corresponding home.tiles. No major problem - the default css renders the tabbedPanes. Only when I click a commandButton (whose listener gets some data from db2) the navigation

Re: MyFacesExtensionsFilter?

2006-06-14 Thread John Ruffin
I just emailed files you requested. I'm using tomahawk 1.1.4. You'll notice I changed my extensions from .jsf to .faces - per recommendations on this thread. I'll post the relevant parts here: ?xml version=1.0 encoding=UTF-8? web-app xmlns=http://java.sun.com/xml/ns/j2ee;

Re: Conditionally rendered fields not retaing values

2006-06-14 Thread Meghana
Bruno,I tried the hack. It seems to produce the old behavior. Its not retaining the values of the conditionally rendered fields.h:outputText value="#{Message.hardware_type}" / h:selectOneRadio value="#{ServiceBean.hardwareType}" valueChangeListener="#{ServiceBean.hardwareTypeChanged}"

@PreDestroy

2006-06-14 Thread octoberdan
Does @PreDestroy work with the MyFaces nightly builds? I need certain code executed when the bean goes out of scope... -- View this message in context: http://www.nabble.com/%40PreDestroy-t1786798.html#a4866875 Sent from the MyFaces - Users forum at Nabble.com.

Deploy Error: java.io.NotSerializableException: javax.faces.component.html.HtmlOutputText

2006-06-14 Thread Todd Patrick
Deployment error message: java.io.NotSerializableException: javax.faces.component.html.HtmlOutputText This is somewhat of an odd error... The application runs fine and the Javabean implements Serializable. I've removed all of the h:outputText and the error disappears, however as soon as I add a

Re: Deploy Error: java.io.NotSerializableException: javax.faces.component.html.HtmlOutputText

2006-06-14 Thread Matthias Wessendorf
using google for you subject and got one URL to SUN's JSF forum. http://forum.java.sun.com/thread.jspa?threadID=571031messageID=2826437 -Matthias On 6/14/06, Todd Patrick [EMAIL PROTECTED] wrote: Deployment error message: java.io.NotSerializableException:

RE: Deploy Error: java.io.NotSerializableException: javax.faces.component.html.HtmlOutputText

2006-06-14 Thread Todd Patrick
That's the one I return as well, I didn't see an answer in that forum thread. Thanks, --Todd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Wednesday, June 14, 2006 11:14 AM To: MyFaces Discussion Subject: Re: Deploy Error:

Re: Setting styleClass on the text in the tab, active or inactive, of the Tabbed Pane t:panelTabbedPane.

2006-06-14 Thread Paul Spencer
Julian, Based on your solution I have found another solution. This one is not dependent on the default class name used by MyFaces, myFaces_panelTabbedPane_activeHeaderCell . From stylesheet.css .activeTabHeader { background-color: white;} .activeTabHeader input { font-weight: bold;}

Re: Deploy Error: java.io.NotSerializableException: javax.faces.component.html.HtmlOutputText

2006-06-14 Thread Matthias Wessendorf
I guess this thing is related to RI / Sun app server. On 6/14/06, Todd Patrick [EMAIL PROTECTED] wrote: That's the one I return as well, I didn't see an answer in that forum thread. Thanks, --Todd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Is the class attribute missing from the generated input in t:panelTabbedPane?

2006-06-14 Thread Paul Spencer
Their a few recent thread around this issue, but it appear the class attribute in the generated input for the tab in t:panelTabbedPane is missing. Is the class attribute missing from the generated input in t:panelTabbedPane? If it is, should I create an Issue? ** Tag used to generate the

Re: Setting styleClass on the text in the tab, active or inactive, of the Tabbed Pane t:panelTabbedPane.

2006-06-14 Thread Matthias Wessendorf
anyone interested in putting this to the wiki? there were some questions regarding this on the list in the past. thanks On 6/14/06, Paul Spencer [EMAIL PROTECTED] wrote: Julian, Based on your solution I have found another solution. This one is not dependent on the default class name used by

[Tobago] - Difficulty with SheetStateChangeListener

2006-06-14 Thread John
The listener method never gets executed no matter what I do with the sheet. This is a funtioning sheet and quarantine backing bean, that I can refresh data, sort columns, select columns, etc. I've been through the demo application and the api and it looks like I'm doing this right. In

Re: Setting styleClass on the text in the tab, active or inactive, of the Tabbed Pane t:panelTabbedPane.

2006-06-14 Thread Paul Spencer
Matthias, I will add this to the wiki. Which template is used for the help page? Paul Spencer Matthias Wessendorf wrote: anyone interested in putting this to the wiki? there were some questions regarding this on the list in the past. thanks On 6/14/06, Paul Spencer [EMAIL PROTECTED] wrote:

Sandbox - how to update subForms?

2006-06-14 Thread Jeff Bischoff
I have used s:subForm tags so that only certain buttons (i.e. save) on the page cause validations, update model values, etc. to occur. While, the use of this tag achieves this goal splendidly, I have noticed that now when my load button is clicked, the subForm does not display the resulting

[Tobago] - No way to right-align text?

2006-06-14 Thread John
Am I missing an obvious technique to right-align text within various components? It seems like a glaring omission Thanks, John

Datatable components in a page

2006-06-14 Thread Ajit.T
Hi , This is my Jsf page which is suppose to house multiple datatables in it(as of now the code has two datatables). . This page also contains many HTML tags like div table. The datatables are nested within these HTML tags. This page is been rendered within a frameset (I initially had

Re: Sandbox - how to update subForms?

2006-06-14 Thread Jeff Bischoff
Let me clarify slightly: Output components within the subForm, such as h:outputText do display the new model values correctly. Input components (e.g. h:inputText, h:selectOneMenu) do not display the new model values. Can't I retrieve values for input-type components, without first

Any problems using external JDK1.5 based libraries?

2006-06-14 Thread John Mani
Hi Are there any issues with using or referencing libraries that use JDK1.5 features (like generics, enums), from within a backing bean ? Or even can I have a Backing bean that uses JDK1.5 features? In particular, I have the following cases: 1) My backing bean needs to use a library that

Re: Problems With saveState

2006-06-14 Thread octoberdan
Each tab pane is a different form. Can I put the h:messages tag outside of the forms and have it catch messages for all of them? -- View this message in context: http://www.nabble.com/Problems-With-saveState-t1780890.html#a4870665 Sent from the MyFaces - Users forum at Nabble.com.

Client Side State Saving Bug

2006-06-14 Thread JSFSter Smith
Hello,I am using myfaces-1.1.1, and get the following exception when running my application:javax.faces.FacesException: java.io.IOException: Not in GZIP format org.apache.myfaces.renderkit.html.HtmlResponseStateManager.decode64 (HtmlResponseStateManager.java:238)

RE: Any problems using external JDK1.5 based libraries?

2006-06-14 Thread Julian Ray
Hi John, We use JDK 1.5_06 for all our builds and it works fine. As the libs are compiled with 1.4 there are a few warnings generated against collections coming from the libs but that is the only issue. _ From: John Mani [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 2:30 PM

h:commandButton and actionListener

2006-06-14 Thread [EMAIL PROTECTED]
Hi all, I've resolved the problem of some time ago (different versions of myfaces deployed on tomcat :( ) but now i've a new problem about h:commandButton and actionListener associated on it. When i click on the button the actionListener is (correctly) fired but the same behaviour (after the

How do I highlight the selected node in tree2?

2006-06-14 Thread Todd Patrick
I've search the mailing list on how to highlight the selected node in tree2, however what method or setting can accomplish this? Thanks, --Todd

RE: How do I highlight the selected node in tree2?

2006-06-14 Thread Faisal Mahmoud
Hi Todd, Perhaps you can have a property that is set for that node when selected, and then use an EL statement to change the styleclass attribute depending on the value of that property. -Faisal From: Todd Patrick [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 12:18 PMTo:

[Announcement] Tomahawk 1.1.3 released

2006-06-14 Thread Matthias Wessendorf
Tomahawk 1.1.3 has been released. There is one major change that users will need to be aware of. In order to be compatible with the Reference Implmentation (RI), all command links and components that use command links must now be enclosed within an h:form element. This means that components that