Re: [Trinidad] Firefox 3.6 missing getBoxObjectFor()

2010-02-04 Thread Bruno Marti
, Feb 4, 2010 at 9:54 AM, Bruno Marti wrote: >> >> Yes, please apply it >> thx >> >> >> Matthias Wessendorf-4 wrote: >>> >>> nope, but I can apply the patch there as well. >>> My goal is anyway to start a new release on 1.0.x (for

Re: [Trinidad] Firefox 3.6 missing getBoxObjectFor()

2010-02-04 Thread Bruno Marti
Yes, please apply it thx Matthias Wessendorf-4 wrote: > > nope, but I can apply the patch there as well. > My goal is anyway to start a new release on 1.0.x (for jsf 1.1) > > On Thu, Feb 4, 2010 at 8:26 AM, Bruno Marti wrote: >> >> Hi >> The lightweight dial

[Trinidad] Firefox 3.6 missing getBoxObjectFor()

2010-02-03 Thread Bruno Marti
Hi The lightweight dialogs aren't working in Firefox 3.6. Solution was found by bugfix TRINIDAD-1695 ( https://issues.apache.org/jira/browse/TRINIDAD-1695 see ) Is this also fixed in Trinidad 1.1.x? -- View this message in context: http://old.nabble.com/-Trinidad--Firefox-3.6-missing-getBoxObje

Re: [Trinidad] Html Editor like t:inputHtml

2009-08-12 Thread Bruno Marti
done -> http://wiki.apache.org/myfaces/Tomahawk_HTML_Editor please feel free to change Matthias Wessendorf-4 wrote: > > On Wed, Aug 12, 2009 at 2:48 PM, Bruno Marti wrote: >> >> Yes, i will. > > cool, thanks! > >> On myfaces wiki (http://wiki.apache.org

Re: [Trinidad] Html Editor like t:inputHtml

2009-08-12 Thread Bruno Marti
Yes, i will. On myfaces wiki (http://wiki.apache.org/myfaces/) or trinidad wiki (http://wiki.apache.org/myfaces/Trinidad) ? Matthias Wessendorf-4 wrote: > > cool stuff, can you add a page to our wiki ? > > On Wed, Aug 12, 2009 at 1:33 PM, Bruno Marti wrote: >> >> thx

Re: [Trinidad] Html Editor like t:inputHtml

2009-08-12 Thread Bruno Marti
*.jsf MyFacesExtensionsFilter /faces/* a.jsp: <%-- MUST use tomahawk submit otherwise value gets lost --%> Matthias Wessendorf-4 wrote: > > On Wed, Aug 12, 2009 at 7:45 AM, Bruno Marti wrote: >> >> Does

[Trinidad] Html Editor like t:inputHtml

2009-08-11 Thread Bruno Marti
Does Trinidad provide a component like Tomahawks t:inputHtml? Or can I mix Trinidad an Tomahawk components? -- View this message in context: http://www.nabble.com/-Trinidad--Html-Editor-like-t%3AinputHtml-tp24930406p24930406.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: [Trinidad] How to configure custom renderer for SelectOneListBox

2009-03-17 Thread Bruno Marti
atthiaswessendorf.wordpress.com/2008/02/20/extending-trinidads-default-renderers/ > > On Mon, Mar 16, 2009 at 10:46 PM, Bruno Marti > wrote: >> >> I'm trying to define a custom renderer for SelectOneListBox component, >> but my >> custom cl

[Trinidad] How to configure custom renderer for SelectOneListBox

2009-03-16 Thread Bruno Marti
I'm trying to define a custom renderer for SelectOneListBox component, but my custom class is not called. (trinidad-1.0.10). Any ideas? Here's my faces-config: org.apache.myfaces.trinidad.core.desktop org.apache.myfaces.trinidad.SelectOne

Re: [Trinidad] close of manually launched dialog does not fire return event

2008-12-28 Thread Bruno Marti
Is it perhaps a problem of the current phase 'RESTORE_VIEW'? Bruno Marti wrote: > > I'm starting a dialog in a phase listener (PhaseId.RESTORE_VIEW) like: > > public void afterPhase(PhaseEvent event) { > ... > FacesContext context

[Trinidad] supported browsers?

2008-12-12 Thread Bruno Marti
Is this page currently up-to-date? http://myfaces.apache.org/trinidad/browsers.html -- View this message in context: http://www.nabble.com/-Trinidad--supported-browsers--tp20977454p20977454.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Light Weight Dialog is not rendering Select Boxes on initial rendering on IE 6 but works on IE 7

2008-12-12 Thread Bruno Marti
There is a JIRA-Issue on that, see: https://issues.apache.org/jira/browse/TRINIDAD-1340 There is also a workaround commented. Bruno Marti wrote: > > I've detected the same dialog problem in IE6 with a tr:table with multiple > pages (pagging). > The page chooser (drop-down box

Re: Light Weight Dialog is not rendering Select Boxes on initial rendering on IE 6 but works on IE 7

2008-12-10 Thread Bruno Marti
I've detected the same dialog problem in IE6 with a tr:table with multiple pages (pagging). The page chooser (drop-down box) isn't displayed on first load of dialog, but the links "prev/next" besides the drop-down box are displayed. The script below doesn't solve the problem neither. (myfaces 1.

[Trinidad] close of manually launched dialog does not fire return event

2008-12-09 Thread Bruno Marti
I'm starting a dialog in a phase listener (PhaseId.RESTORE_VIEW) like: public void afterPhase(PhaseEvent event) { ... FacesContext context = FacesContext.getCurrentInstance(); UIViewRoot view = context.getApplication().getViewHandler() .createVi

Re: [Trinidad] dialog auto submit

2008-12-02 Thread Bruno Marti
gt; directly, > avoiding to call the .click() > > Walter Mourão > http://waltermourao.com.br > http://arcadian.com.br > http://oriens.com.br > > > > On Tue, Dec 2, 2008 at 4:03 AM, Bruno Marti <[EMAIL PROTECTED]> wrote: > >> >> Both

Re: [Trinidad] dialog auto submit

2008-12-01 Thread Bruno Marti
; > Walter Mourão > http://waltermourao.com.br > http://arcadian.com.br > http://oriens.com.br > > > > On Mon, Dec 1, 2008 at 1:11 PM, Bruno Marti <[EMAIL PROTECTED]> wrote: > >> >> I've added the part for select the row and submit by button a

Re: [Trinidad] dialog auto submit

2008-12-01 Thread Bruno Marti
div or some tr:panel*): > ondblclick->select the radio and close the dialog. > > Or... you can add the ondblclick to each component inside the row. > > Walter Mourão > http://waltermourao.com.br > http://arcadian.com.br > http://oriens.com.br > > > > On

Re: [Trinidad] dialog auto submit

2008-11-28 Thread Bruno Marti
gt; Walter Mourão > http://waltermourao.com.br > http://arcadian.com.br > http://oriens.com.br > > > > On Tue, Nov 25, 2008 at 12:57 PM, Bruno Marti <[EMAIL PROTECTED]> > wrote: > >> I've got a lightweight dialog with a tr:table as result list. Wher

[Trinidad] dialog auto submit

2008-11-25 Thread Bruno Marti
I've got a lightweight dialog with a tr:table as result list. Where row selction is "single". Everything works as expected. But now, I'd like to autosubmit and close the the dialog on row selection (click on rows radio button column OR if I double click somewhere on entire row). Is there a way to

[Trinidad] tr:messages with multiline text

2008-11-13 Thread Bruno Marti
Is there a way to outline a multiline message in tr:messages or tr:message. I've got several user error messages which should have multiline style. Following resource bundle entries I've tried but not worked: my.message=First line \n Second line my.message=First line Second line my.message=Fir

Re: NoClassDefFoundError: freemarker/template/TemplateException (tomahawk-sandbox-1.1.7-Snapshot.jar)

2007-08-04 Thread Bruno Marti
heavily suspect. >> >> The exception you get can only have occurred before my changes. >> >> regards, >> >> Martin >> >> On 7/31/07, Bruno Marti <[EMAIL PROTECTED]> wrote: >> > >> > Well, I think I've downloaded the l

Re: NoClassDefFoundError: freemarker/template/TemplateException (tomahawk-sandbox-1.1.7-Snapshot.jar)

2007-07-31 Thread Bruno Marti
OK, I'm waiting 'til morning thanks bruno Martin Marinschek wrote: > > The very latest - the one of today, it's not in the nightly build so > far, I heavily suspect. > > The exception you get can only have occurred before my changes. > > regards, >

Re: NoClassDefFoundError: freemarker/template/TemplateException (tomahawk-sandbox-1.1.7-Snapshot.jar)

2007-07-31 Thread Bruno Marti
Well, I think I've downloaded the latest one (tomahawk-sandbox-1.1.7-SNAPSHOT-bin.zip 31-Jul-2007 05:00 2.2M). Rookie question: What exactly is the templated components stuff? I think, I'm not using it. My exception occurs inside a jsp:include call, like entry.jsp: - ...

NoClassDefFoundError: freemarker/template/TemplateException (tomahawk-sandbox-1.1.7-Snapshot.jar)

2007-07-31 Thread Bruno Marti
I've updated from the nightly builds (31-07-2007) and I'm getting the following exception, now: Do I need additional JARs or are there new requirements? ERROR 2007-07-31 09:31:07,406 ?.?(?:?) - Servlet.service() for servlet jsp threw exception java.lang.NoClassDefFoundError: freemarker/template