AW: plain HTML-Form inside a t:panelTabbedPane not rendered

2010-05-28 Thread Leis, Matthias - SID-NLKM
Hi, No, since JSF 2.0 doesn't need f:verbatim. I just use plain vanilla HTML. Staatsbetrieb Sächsische Informatik Dienste - Niederlassung Kamenz Macherstr. 63 01917 Kamenz E-Mail: matthias.l...@sid.sachsen.de -Ursprüngliche Nachricht- Von:

Re: [Tobago] foreach in c:sheet

2010-05-28 Thread Udo Schnurpfeil
Hi Hani, to find the optimal solution for your problem it whould be helpful to have a screenshot of your app. The question is: is the number of links in one column limited? Are the links mostly the same, or are they completely independent? When we have limited links, we can use static links

AW: [Tobago] foreach in c:sheet

2010-05-28 Thread Abushammala, Hani (EXTERN: FTP)
Hi Udo, To explain the problematic i will use the same image in topic [Tobago] dynamic panels in tc:sheet. I want to create panel within a column to visualize a list of dynamic items as icons for each row of the sheet and the elements of the sheet has a list of the elements to visualize. Also

Re: MyFaces 2.0.0 - Problem of rendering Enum

2010-05-28 Thread Jakob Korherr
Hi John, On my opinion this is not a workaround, but rather how it really should be done. However I agree that this could/should be easier. To your points: 1. Yes this is really confusing. IMO it should say The String 'CardNumber' has to be an enum. 2. The problem here is that we somehow have to

Mixing a4j (richfaces) with tomahawk subform

2010-05-28 Thread Mike Kienenberger
So I have this page that I've had working with tomahawk subforms for awhile. Now I'd like to change a couple of the subform submits into ajax partial page submits instead of full page submits. I'm a complete novice when it comes to using ajax -- I've managed to do some trivial stuff with it on

Re: Error with deploying portlet in uportal with portlet bridge

2010-05-28 Thread Yves Deschamps
Hi Michael, It's OK now, thank you ! Michael Freedman a écrit : You seem to have the Faces servlet defined twice: as Faces Servlet and faces while only having the Faces Servlet mapped to a path (*.jsf) -- see bold sections below. Alas, the bridge uses a simple parser which only expects to

Re: MyFaces 2.0.0 - Problem of rendering Enum

2010-05-28 Thread John Wu
Hi Jakob, Suggestions: 1. Exception message: The value 'CardNumber' (type java.lang.String) is not an instance of the Enum type. 2. In the case the value is a String, check if it equals to one of Enum Constants' name, then ... Cheers, John Wu Jakob Korherr wrote: Hi John, On my opinion

Re: Mixing a4j (richfaces) with tomahawk subform

2010-05-28 Thread Mike Kienenberger
Never mind. The missing piece was a4j:region. This is the replacement for t:subform. On Fri, May 28, 2010 at 9:50 AM, Mike Kienenberger mkien...@gmail.com wrote: So I have this page that I've had working with tomahawk subforms for awhile. Now I'd like to change a couple of the subform

session and don't find skin in portlet mode

2010-05-28 Thread Yves Deschamps
Hi, I try to run a JSF 1.2 Trinidad application (servlet) with uPortal in portlet mode. I use portlet-bridge and i have 2 errors: Page needs a session and not is available... And after refresh... Impossible de trouver une apparence correspondant à la famille iphoneFamily et au kit render

Re: MyFaces 2.0.0 - Problem of rendering Enum

2010-05-28 Thread John Wu
If 2.) is to be incorporated in the impl, the original exception message is then appropriate. John Wu wrote: Hi Jakob, Suggestions: 1. Exception message: The value 'CardNumber' (type java.lang.String) is not an instance of the Enum type. 2. In the case the value is a String, check if

Re: MyFaces 2.0.0 - Problem of rendering Enum

2010-05-28 Thread Jakob Korherr
Hi John, As it turns out, it is only working in Mojarra, because it violates the JSF specification's conversion rules. MyFaces does things right and thus it is not working here as you expected. However I think the enum problem is by all means a specification issue. As you pointed out before

Re: MyFaces 2.0.0 - Problem of rendering Enum

2010-05-28 Thread Jakob Korherr
FYI created spec issue 817 [1] and Mojarra issue 1694 [2]. Regards, Jakob [1] https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=817 [2] https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=1694 2010/5/28 Jakob Korherr jakob.korh...@gmail.com Hi John, As it turns