PanelNavigation2 does not pick up the CSS classes when added programmatically

2006-12-16 Thread Madhav Bhargava
Hi All, I have a custom component which only has one HtmlPanelNavigationMenu component which is the component class for If I hard code the panelNavigation2 in the JSF page like: Then the CSS classes are picked up properly. However if I create the component programmatically like: Fac

Re: Action method is not invoked

2006-12-16 Thread Vimal
I am having the exact same problem. I have a selectItems containing string. Problem is only one user reports and for other users this is not reported and work fine. Any ideas will be appreciated?

RE: Dynamically changing newspaperColumns in dataTable

2006-12-16 Thread Yaron Spektor
Hi Frank, See my previous thread on this. There is a bug in the newspaper column that was not fixed yet. It does not read the binded value but only the numeric value you set, or else sets it to 1. I was told to write to JIRA but I saw that was already done. I am also waiting for that fix. Good luck

Managed-bean vs. Backing-beans

2006-12-16 Thread Behrang Saeedzadeh
Hi, What is the difference between a managed-bean and a backing-bean? 1) Aren't all backing-beans, managed-beans as well? 2) In which scenarios a managed-bean is not a backing-bean? I browsed through the JSF 1.1 spec and I couldn't find the definition for either of these terms. Overall I think

Re: ValueChangeListener in Scopes

2006-12-16 Thread Behrang Saeedzadeh
Please send your web.xml, faces-config.xml, related JSF pages, and your backing beans. We need more info in order to understand your situation. - Behi On 12/15/06, Chandru <[EMAIL PROTECTED]> wrote: Hi, I have implemented a valueChange Listener in a Session scope but it is not firing can

Re: [Off-topic?] Image title, link title not showing up as tooltip

2006-12-16 Thread Aneesha Govil
I populated both attributes. It just somehow doesn't work on my Firefox on Linux. It works on Firefox on Windows! Thanks, Aneesha On 12/15/06, Jesse Alexander (KSFD 121) <[EMAIL PROTECTED]> wrote: known problem: IE shows the alt-attribute as tooltip, while Firefox shows the title-attribute.

Re: Error messages

2006-12-16 Thread Igor Laberov
> > I hated that behavior as well, so I just sub-classes the messages > renderer and did a substring on anything after the first colon. > > -Andrew > A.. This is idea! Where should I define this renderer? Thank you. Andrew Robinson gmail.com> writes: >