Re: Is it possible to develop a JSF application that gracefully degrades?

2007-08-12 Thread Martin Marinschek
Manfred Geiler is going to commit something to MyFaces (impl) soon which will allow JSF without JavaScript, even displaying things like links (by styling buttons as links). Stay tuned... regards, Martin On 8/10/07, mraible [EMAIL PROTECTED] wrote: I'm trying to develop an application that

Re: Is it possible to develop a JSF application that gracefully degrades?

2007-08-12 Thread Mario Ivankovits
Hi! Manfred Geiler is going to commit something to MyFaces (impl) soon which will allow JSF without JavaScript, even displaying things like links (by styling buttons as links). Stay tuned... With having f:param still working? Cool stuff! Ciao, Mario

Re: Is it possible to develop a JSF application that gracefully degrades?

2007-08-12 Thread Martin Marinschek
The link is going to be a button - just styled differently, so yes, params are working. Manfred did this for a project of ours, and just needs to generalize a bit. regards, Martin On 8/12/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! Manfred Geiler is going to commit something to MyFaces

Re: Bean: $Proxy80, property: dateString error......

2007-08-12 Thread Martin Marinschek
Can you post a screenshot? regards, Martin On 8/10/07, Ganesh Surisetty [EMAIL PROTECTED] wrote: Hi, i have a dropdown in my jsf page which shows dates in Jan07 , Feb07 format. the value i am getting from bean also in the same format and it is selected default. but when i

Re: Link is not embedded in a form

2007-08-12 Thread Martin Marinschek
Hi Daniel, I wonder how you get this component-path: {Component-Path : [Class: org.ajax4jsf.framework.ajax.AjaxViewRoot ,ViewId: /JSP/Mantenimientos/AgregarDiaFeriado.jsp][Class: org.ajax4jsf.framework.ajax.AjaxViewRoot,ViewId: null] [Class:

Re: Trinidad configuration in Jdeveloper

2007-08-12 Thread Martin Marinschek
Use the newer ones - 1.0.1. regards, Martin On 8/10/07, Bandaru [EMAIL PROTECTED] wrote: Hi, I am new to the Trinidad components. i'm trying to configure the trinidad in oracle Jdeveloper 10g. i found different versions of libraries in the sites,can any one one suggest me

Re: HTML embedded on a f:view

2007-08-12 Thread Martin Marinschek
Hi Daniel, to be even more precise, even with JSF 1.1 and without Facelets it is not necessary to include the snippet in f:verbatim tags if you only want to render it inside an f:view-tag, only if you want to put it into a component which renders its children (like h:panelGrid). With this

Re: [Trinidad] Skinning - Getting started

2007-08-12 Thread Martin Marinschek
Hi Nate, Stephen, together with: http://www.engr.uvic.ca/~mrobinso/RedwoodShores.jar this means we'll definitely have to start a skin repository now. regards, Martin On 8/10/07, Stephen Friedrich [EMAIL PROTECTED] wrote: Thanks a million, Nate! That's looking very nice. --

Re: global error handling (especially exception in backing bean)

2007-08-12 Thread Martin Marinschek
Hi Thomas, what would be the sense of catching an OutOfMemoryException - while rendering the error page, there can - at any time - a new OutOfMemoryException happening? Specifically, Exceptions are thought for catching in Java, but catching Errors doesn't make much sense. As for your other

Re: Problem with sending files

2007-08-12 Thread Martin Marinschek
Hi Emanuele, I don't get you - you have a page, you render a file from it, you want to disable the button on the first page? Do you talk about clicking on the back button? regards, Martin On 8/9/07, Emanuele Gesuato [EMAIL PROTECTED] wrote: Hi there, I've an action binded to a button; this

Re: Trinidad configuration in Jdeveloper

2007-08-12 Thread Petr Kotek
Hi, I have feeling, that I am there alone who use Trinidad in Oracle JDeveloper :-) I am using this libraries: commons-beanutils-1.6.jar commons-collections-2.0.jar commons-logging-1.0.jar jsf-facelets-1.1.6.jar trinidad-api-1.0.1-SNAPSHOOT.jar trinidad-impl-1.0.1-SNAPSHOOT.jar But I have

Re: Trinidad configuration in Jdeveloper

2007-08-12 Thread Martin Marinschek
Ah interesting. I have never got the visual design for Trinidad components running in JDev. Recreating the JSP tag libraries helps, very good to know ;) regards, Martin On 8/12/07, Petr Kotek [EMAIL PROTECTED] wrote: Hi, I have feeling, that I am there alone who use Trinidad in Oracle

Re: Tomahawk Sandbox

2007-08-12 Thread Ernst Fastl
Try using tomahawk 1.1.7 as well. If the problem still occurs increase the log-level of the org.apache.myfaces package in your logging configuration to debug and check for messages that resources could not be served or found. regards Ernst On 8/10/07, Lyn Büsching [EMAIL PROTECTED] wrote: Hi,

Re: myfaces 1.2.0 / trinidat-1.2.1 possible causes of servlet exception

2007-08-12 Thread Duong BaTien
On Sat, 2007-08-11 at 09:44 +0200, Matthias Wessendorf wrote: Hi, please file an issue! Thx, Matthias Done. But not able to resolve the issue yet. BaTien On 8/10/07, Duong BaTien [EMAIL PROTECTED] wrote: On Thu, 2007-08-09 at 14:57 -0600, Duong BaTien wrote: Greetings: What

SelectManyCheckBox

2007-08-12 Thread monkeyden
Using Myfaces 1.1 I have a SelectManyCheckbox, on which I am receiving a converter error. Is there a built-in converter for String[]? Is it the default for selectMany, since String is the default for inputText fields? All selectManys? -- View this message in context:

Re: [Trinidad] Skinning - no CSS selector for tr:outputText?

2007-08-12 Thread Carsten Pieper
Hi Adam, perhaps I should be a little more speicific: We want to be able to delimit the length of the outputText's text (so that long text's won't break our pages' layout). The way we came up to achieve this was to have something like display: block; overflow: hidden; in our CSS.