Re: JSF selectMany Tag problem

2010-06-24 Thread slayer666
Hi, sorry but I forgott to post the Select bean class. package jsf.beans; import javax.faces.model.SelectItem; public class Select extends SelectItem { private String team1; private String team2; private String team3; public Select(String v,String l){

Error handling in case of PPR was Re: Ajax Error Handler problem

2010-06-24 Thread Werner Punz
Ah ok, sorry it was a tad late... I personally agree, such a parameter would make sense, it definitely would be nice to route the errors thrown into an error tag in case of ajax instead of just pushing it up the server, you might drop a note in the devs list for that or even provide a patch in

Re: [trinidad]TreeTable cannot be collapsed or selected

2010-06-24 Thread Max Starets
Does it work in other browsers including later versions of IE? Max ?? ?? wrote: Hi,all: I've been writing a trinidad application on GlassFish v3, and testing it with Microsoft IE6. When I was using a TreeTable, it could be rendered on the page and its data was shown correctly. But it

Re: JSF selectMany Tag problem

2010-06-24 Thread Mike Kienenberger
I think the problem is that your Select class is not populating the label and value instance variables, leading to a NullPointerException. I don't remember if there's a way to specify values for the constructor from managed beans -- I don't do a lot with managed beans in my JSF projects. The

Re:Re: [trinidad]TreeTable cannot be collapsed or focused

2010-06-24 Thread Macroth Tao
Hi, Max. Thanks for your reply. I didn't try IE7 or IE8 because Trinidad website lists only IE6 (http://myfaces.apache.org/trinidad/browsers.html). But the problem remains in Mozilla Firefox 3.5.3. In web.xml, there used to be a 'context-param' like: context-param

Re: [Tobago] calling of renderer class

2010-06-24 Thread Udo Schnurpfeil
Hi, there is also an example-theme in the project (https://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x/example/tobago-theme-example/) which overrides the InRenderer. Regards Udo Am 23.06.10 09:45, schrieb Volker Weber: Hi Hani, the easiest way to overwrite a Renderer is