The f:selectItems tag works differently with trinidad

2010-10-24 Thread Alan
In an attempt to work around my ajax problem I change a form's h:selectOneListbox to a tr:selectOneListbox.  Of course this tag has a child tag to provide it a list of SelectItems as follows: f:selectItems     id=slSubLocations     value=#{cc.subLocations}     var=loc itemValue=#{loc.id}     

Use of trinidad stops AJAX from working on Mojarra

2010-10-23 Thread Alan
So I have started to use trinidad 2.0.0-alpha-2 on top of my application, which uses AJAX tags all over the place. After including trinidad in the library and making the indicated web.xml and faces-config.xml changes, but without inserting any tr tags AJAX no longer works in my forms. The forms

Re: Need help getting started with GlassFish, MyFaces, and Trinidad

2010-10-20 Thread Alan
On Tue, Oct 19, 2010 at 3:20 AM, Jakob Korherr jakob.korh...@gmail.comwrote: Those things you're encountering really seem like GlassFish (or NetBeans) bugs to me. Actually @Model really should work, because it is just a Stereotype for @Named @RequestScoped. My guess here is that GlassFish

Re: Need help getting started with GlassFish, MyFaces, and Trinidad

2010-10-20 Thread Alan
On Tue, Oct 19, 2010 at 3:20 AM, Jakob Korherr jakob.korh...@gmail.comwrote: Great to here that the app is running now! Thanks again. Now for my next trick ... (I feel like one of those incompetent magicians where every part of the act goes wrong.) I now set up my project to use the

Need help getting started with GlassFish, MyFaces, and Trinidad

2010-10-18 Thread Alan
I have been using GlassFish 3 to host a JSF 2.0 so far with some success, but with no imported libraries. For some odd reason I can't seem to find documentation that can get me started with MyFaces. I added a Maven dependency as follows: dependency

Re: Need help getting started with GlassFish, MyFaces, and Trinidad

2010-10-18 Thread Alan
On Mon, Oct 18, 2010 at 12:53 PM, Jakob Korherr jakob.korh...@gmail.comwrote: [1] http://blogs.sun.com/theaquarium/entry/how_to_use_myfaces_with Thanks a lot for this. I am not usually so clueless but the details kept piling up to the point I thought I was drowning for a while there. I'm

Re: Need help getting started with GlassFish, MyFaces, and Trinidad

2010-10-18 Thread Alan
On Mon, Oct 18, 2010 at 12:53 PM, Jakob Korherr jakob.korh...@gmail.comwrote: You need to have myfaces-api and myfaces-impl dependencies in your project like this: OK, thanks to Jakob's hints I got MyFaces-2 running under GlassFish. One thing that is essential (I am putting it here for

Getting NullPointerException when using t:inputDate

2009-11-04 Thread Alan
I searched the list, but I can't tell if my problem is the same as what has been reported before. In any case there don't seem to be any posts about this since 1.1.9 was released, which I am using. Very simply, I am coding the following: t:outputLabel for=dob value=Date Of Birth: / t:inputDate

Re: Possible Bug? - h:panelGrid styleClass not working in Firefox

2009-08-25 Thread Alan Gross
().add(col); return actionBar; } OrbitWebsig wrote: Did you ever find a fix to this? I have the exact same issue :( Any advice much appreciated! Alan Gross wrote: Hi Forum I use myfaces 1.2.6. I noticed that neither the styleClass

Possible Bug? - h:panelGrid styleClass not working in Firefox

2009-06-10 Thread Alan Gross
=#{timerepHandler.saveEditReportRecord} / /h:panelGrid But this is not what I want since I would need to set the CSS style on every page. Has anyone expierenced the same problem? Is this a know issue? Thank you very much for your help. Best regards Alan -- View this message in context: http://www.nabble.com/Possible-Bug

Exception: TreeStructureNode is not supported

2009-05-29 Thread Alan Gross
(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:619) What could be the root cause for this exception. It must have something to do with the latest changes. Thank you very much for any help. Best regards Alan -- View this message in context: http://www.nabble.com/Exception%3A

Re: Exception: TreeStructureNode is not supported

2009-05-29 Thread Alan Gross
I don't know why but the problem has disappeared..??! I just started to trace the error and the error was suddenly gone.. However ;-) Regards Alan Alan Gross wrote: I get a strange Exception after I have repackaged and redeployed my application to the server (which runs on Linux Ubuntu

Re: Converter - Problem passing attributes

2008-05-21 Thread Alan Gross
! sbalac wrote: Hi Alan, I'n not an expert by any means, but I have not come across f:converter tag that allows anything other than the id. I think if you want to pass parameters, you couls try something along the lines of : f:converter converterId=GwOutTextConverter f:param id

Re: Converter - Problem passing attributes

2008-05-21 Thread Alan Gross
Problem solved. It is easy and it is working!! :jumping: For infos take a look here: http://www.lunatech-research.com/archives/2007/06/13/facelets-date-converter http://www.lunatech-research.com/archives/2007/06/13/facelets-date-converter Alan Gross wrote: HI Forum Environment info

Converter - Problem passing attributes

2008-05-20 Thread Alan Gross
? I tried to use server and client state saving method. Read it could have an impact..? Does anyone have experience with passing parameters to converters? Any help is appreciated. Thank you! Alan Attached you find the following files: - faces-config.xml - web.xml - OutputTextConverter.java http

Re: FileUpload throws NotSerializableException

2008-02-25 Thread Alan Romaniuc
change anything. Is there anybody who has a clue what the problem might be? Thx smaaps -- Alan R.

Registering a Converter for a primitive Object

2008-01-22 Thread Alan Romaniuc
Hi, I can not set a converter for the type java.lang.Double. I would like to do that once the we use comma to separate decimals (Using a locale based converter) I am using myfaces 1.2.1-snapshot from 17 december, but I tried with others too. I use something like that: converter

Re: JSF sun 1.2 RI, facelets 1.1.13, RichFaces 3.1.3 and apache tomahawk 1.1.6

2007-12-14 Thread Alan Romaniuc
You should read also http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk facelets can not load tomahawk tag configuration because it does not have one. You must create it, or use Tomahawk-Facelets, the link can be reach from the link above. Damar Thapa escreveu: Hi, I have a

Trinidad 1.2. and ajax4jsf 1.1.1

2007-09-30 Thread Alan Romaniuc
Hi, I have followed a thread discussion about using trinidad 1.2.3 and a4j 1.1.1. I am having problem mixing this two libraries too, and I would like to know if anyone got a solution. Thanks, Thai Dang Vu wrote: Hi everybody, I'd like to ask if it is possible to use trinidad 1.2.1 with

RE: [Trinidad] trinidad 1.2.1 w/ ajax4jsf, richfaces and facelets possible?

2007-09-28 Thread Alan Romaniuc
Any success doing that? I am using trinidad 1.2.2 and ajax4jsf 1.1.1 , but no success. Any help? Thai Dang Vu wrote: Hi everybody, I'd like to ask if it is possible to use trinidad 1.2.1 with richfaces 3.1.0 (which includes ajax4jsf) and facelets. This is my 1st day learning trinidad so I

Unable to deploy Tobago 1.0.9 demo App in WebLogic 8.1.4

2007-02-09 Thread TUCKER Alan
(SlaveCallbackHandle r.java:25) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) AXA Investment Managers Alan Tucker Java Consultant IT Core Services - Enterprise

f:facet name=#{bean.property} doesnt work

2006-07-21 Thread Alan Lewis
FirstBranch is the value (of the TreeNodeBase.getType();) of the #{node.type} property in the facet tag Regards Alan Lewis begin:vcard fn:Alan Lewis n:Lewis;Alan email;internet:[EMAIL PROTECTED] tel;cell:07946 436275 x-mozilla-html:FALSE version:2.1 end:vcard

query about f:facet

2006-07-20 Thread Alan Lewis
=: this is what is causing me a problem. what is the f:facet name=some string meant to do? Cant find any docs to explain it. Im trying to use the tomahawk tree2 component. Thanks in advance for your help Alan begin:vcard fn:Alan Lewis n:Lewis;Alan email;internet:[EMAIL PROTECTED] tel;cell:07946

Re: AW: Re: What PDF library or framework to create PDF on the fly--iText?

2005-12-13 Thread Alan Biggs
, but the current release is fairly stable and functional for the more basic layout tasks. If you are using complex layouts, you will probably get frustrated. (whatever technology you use!) Alan B. - Original Message - From: Werner Punz [EMAIL PROTECTED] Date: Tuesday, December 13, 2005 6:56 am

Re: Ajax and JSF

2005-10-12 Thread Alan Biggs
Take a look at ICEfaces: www.icesoft.com I think they just released a version compatible with MyFaces. Alan - Original Message - From: Dave [EMAIL PROTECTED] Date: Wednesday, October 12, 2005 7:16 pm Subject: Ajax and JSF Has anyone made Ajax work with JSF? how is the integration