Re: [TRINIDAD] JQuery (was: Trinidad is dead -- what do you use instead?)

2012-06-20 Thread Walter Mourão
some javascript.. Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Wed, Jun 20, 2012 at 12:58 PM, Leonardo Uribe lu4...@gmail.com wrote: Hi I think it is possible, but note Trinidad skins has a lot more details. In theory you could extract

Re: [Trinidad] Best Javascript package to use in a new render kit

2012-03-30 Thread Walter Mourão
Just a follow-up on my findings so far... I liked very much the template based approach of DojoFaces http://www.dojofaces.org/ and it looks to me I can continue using the things I like in Trinidad (Dialogs, etc.) in conjunction with DojoFaces components without problems. Best regards, Walter

Re: [Trinidad] Best Javascript package to use in a new render kit

2012-03-30 Thread Walter Mourão
about fancy components (drag'n drop, sliders, etc.) and is quite attractive to use it from a ready to run package. Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Fri, Mar 30, 2012 at 12:04 PM, Cédric Durmont cdurm...@gmail.com wrote: Hi Walter

[Trinidad] tr:inputDate alternative

2012-03-15 Thread Walter Mourão
packages like jquery) to allow date selection. If I find a good option I will create a composite component and bring it back to the community. Thanks in advance, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

Re: [Trinidad] tr:inputDate alternative

2012-03-15 Thread Walter Mourão
Hi Roland, in fact ENABLE_LIGHTWEIGHT_DIALOGS will open a iframe... it does not use a new window, but it opens a iframe and it has some delay to open caused by communication with the server. Cheers, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Thu

Re: Erros messages after ajax

2012-01-27 Thread Walter Mourão
For the record: using f:ajax/ instead of partialTriggers and partialSubmit it works fine. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br 2012/1/25 Walter Mourão walter.mou...@gmail.com Hi folks, about this bug: Trinidad has no way to re-render

Re: Javascript error in jsf.js - MyFaces 2.1.4

2011-12-01 Thread Walter Mourão
void retargetMethodExpressions(FacesContext context, UIComponent topLevelComponent) { throw new UnsupportedOperationException(); } And now I'm quite lost... can you help me ? Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Wed, Nov 30

Re: Javascript error in jsf.js - MyFaces 2.1.4

2011-12-01 Thread Walter Mourão
I'm using Maven 3 and I followed your instructions to update to 2.1.5 (I checked WEB-INF/lib), the error persists... Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Thu, Dec 1, 2011 at 1:05 PM, Leonardo Uribe lu4...@gmail.com wrote: Hi

Re: Javascript error in jsf.js - MyFaces 2.1.4

2011-12-01 Thread Walter Mourão
Well... it looks like the problem only happens with MyFaces 2.1.5 + Trinidad 2.0.1-SNAPSHOT... I reverted Trinidad to 2.0.0 and it is working fine. Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Thu, Dec 1, 2011 at 4:24 PM, Leonardo Uribe lu4

Javascript error in jsf.js - MyFaces 2.1.4

2011-11-30 Thread Walter Mourão
'elements' é nulo ou não é um objeto = 'elements' is null or is not an object Is it a known error ? Hints ? Thanks in advance, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

Re: [Trinidad] Should inner subform submit an outer subform ?

2011-10-17 Thread Walter Mourão
Bump! (sorry bumping, but all I wanna know is the expected behavior) Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br 2011/10/13 Walter Mourão walter.mou...@gmail.com Hi folks, in the situation: subform1 ... subform2 ... button2

[Trinidad] Should inner subform submit an outer subform ?

2011-10-13 Thread Walter Mourão
enforced in the subform1 fields... Thanks in advance, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

Re: [Trinidad] disabled attribute and form submit does not work correctly

2011-06-15 Thread Walter Mourão
Hi, I'm not sure if it relates with your situation, but every time I change the disable/rendered of a component using PPR, I add partialTriggers to the enclosing component. In your case I would add partialTriggers=selection to the tr:form. Regards, Walter Mourão http://waltermourao.com.br http

Re: ViewExpiredException only in some IE8

2011-06-13 Thread Walter Mourão
the images in the session and using a simple servlet to show the images, the problem stopped... Since it was an urgent situation, I released this way. Many thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Mon, Jun 13, 2011 at 6:34 PM, Matt Cooper mcoo

ViewExpiredException only in some IE8

2011-06-10 Thread Walter Mourão
=#{listarRelatoriosVisualizandoRelatorioMudarPaginaForm.paginaAtual + 1} target=#{listarRelatoriosVisualizandoRelatorioMudarPaginaForm.paginaAtual} / /tr:commandLink I'm lost... Hints ? Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

Re: ViewExpiredException only in some IE8

2011-06-10 Thread Walter Mourão
Hi Cedric, just tried with tr:setActionListener and I've got the same result... this is really a strange problem: IE8 (same 'complete' version) accessing the same site, same configuration, etc. Works with one and doesn't work with the other. Continuing the quest... Walter Mourão http

Re: f:setPropertyActionListener executed after action

2011-05-15 Thread Walter Mourão
About the original question, it was a bug in my code. No problem with f:setPropertyActionListener. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Sat, May 14, 2011 at 11:48 AM, Joachim Schrod jsch...@acm.org wrote: Could you please elaborate

f:setPropertyActionListener executed after action

2011-05-05 Thread Walter Mourão
=#{visualizarRelatorioVisualizandoRelatorioMudarPaginaForm.paginaAtual} / /tr:commandLink Does it make sense ? I'm using Myfaces 1.2.9 + Trinidad 1.2.14 Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

Re: Do Trinidad Tables update with new rows in PartialSubmit if a CommandButton outside table does the adding of rows?

2011-04-28 Thread Walter Mourão
).setValue(value); } } But I think it is a hack... :-) Cheers, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Tue, Apr 26, 2011 at 3:31 PM, Catherine Rocchio crocc...@comcast.netwrote: Hi there, I am trying to achieve a Partial Submit

Re: Do Trinidad Tables update with new rows in PartialSubmit if a CommandButton outside table does the adding of rows?

2011-04-28 Thread Walter Mourão
I would imagine that this should work - people must have inline tables that need to get updated without a full page update. It works. I have lots of tables being updated with PPR. I will send you a sample later (not with me right now). Walter Mourão http://waltermourao.com.br http

Re: JSF application very slow with HTTPS

2011-04-11 Thread Walter Mourão
As far as I know, the JSF does not know anything about https... it is handled by the servlet container (Tomcat, Jetty...). Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Mon, Apr 11, 2011 at 8:49 AM, Michael Heinen mhn4...@googlemail.comwrote: Hi

Re: Problem with inputText conversion to BigDecimal

2011-04-08 Thread Walter Mourão
configuration to change the behavior is your app will not be 100% compliant with EL... Good luck, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Fri, Apr 8, 2011 at 6:12 AM, juergen.wien...@hella.com wrote: Hello everybody, I have the following problem

Re: Re: Problem with inputText conversion to BigDecimal

2011-04-08 Thread Walter Mourão
As far as I know it is now the standard behavior... Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Fri, Apr 8, 2011 at 8:30 AM, juergen.wien...@hella.com wrote: Hi. Thanks for the quick reply, it helps me fpr the moment. So i'm thinking of what I

Re: PMC chair of Apache MyFaces changed

2011-03-17 Thread Walter Mourão
Thank you Mathias. Congratulations Gerhard, and good luck! :-) Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Thu, Mar 17, 2011 at 4:20 AM, Matthias Wessendorf mat...@apache.orgwrote: Hi, I am stepping back from being the Apache MyFaces PMC chair

Re: [Trinidad] Best Javascript package to use in a new render kit

2011-03-12 Thread Walter Mourão
? As I stated before, my desire (so far) is the combination of Trinidad with a good javascript UI package, this way we could count with another community focused in the client side code. Cheers, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Thu, Mar 10, 2011

Re: [Trinidad] Best Javascript package to use in a new render kit

2011-03-12 Thread Walter Mourão
mostly geared toward support of web business applications ? what are the differences with the application that are done currently with Trinidad ? Do you know if the ADF Rich Faces client code uses some external (non-Oracle) javascript package ? Thanks in advance, Walter Mourão http

Re: [Trinidad] Best Javascript package to use in a new render kit

2011-03-12 Thread Walter Mourão
fault to easier the next step... agreed. Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br 2011/3/12 Leonardo Uribe lu4...@gmail.com Hi Walter 2011/3/12 Walter Mourão walter.mou...@gmail.com Hi Leonardo, I'm not sure I've got the idea... do you

[Trinidad] Best Javascript package to use in a new render kit

2011-03-06 Thread Walter Mourão
about the licensing ? Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

Re: [Trinidad] Best Javascript package to use in a new render kit

2011-03-06 Thread Walter Mourão
with Trinidad or just migrate to another library. Best regards, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br 2011/3/6 Dominik Dorn domi...@dominikdorn.com If you're really want to compete with PrettyFaces, IceFaces, RichFaces etc., I suggest to take a look

[Trinidad] Concerns about the future of Trinidad

2011-03-04 Thread Walter Mourão
Hi folks, I'm a happy Trinidad user, so far, but I'm a bit worried about its future. I'm seeing the evolution of Icefaces, Richfaces and (mainly) Primefaces and I feel like Trinidad isn't going with the same pace. Am I right ? What do you think ? Thanks, Walter Mourão http://waltermourao.com.br

Re: [Trinidad] Concerns about the future of Trinidad

2011-03-04 Thread Walter Mourão
technologies. Yes... maybe that's the point: what about creating a new render kit using JQuery (for example) ? Trinidad has rock solid back end and, the same way there is a pda render kit, it could exist a JQuery render kit. Does it make sense ? Walter Mourão http://waltermourao.com.br http

[extval] inner validation

2011-02-11 Thread Walter Mourão
Hi folks, does extval apply validation in inner beans ? for example tr:inputText value=#{myBean.innerBean.theField}/ will the validation occurs in 'theField' ? I've made a simple try and it looks it does not work. If you say it should work, I will try hard. Thanks, Walter Mourão http

Re: [Trinidad] Digital signature capture for Trinidad browser-based mobile applications

2011-02-02 Thread Walter Mourão
because Trinidad didn't recognize Windows mobile 5. I'm not sure if I submitted the patch, so let me know if you get the same issue. Cheers, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Wed, Feb 2, 2011 at 3:27 PM, William Burdick andy.burd

Re: [Trinidad] Digital signature capture for Trinidad browser-based mobile applications

2011-02-02 Thread Walter Mourão
I just checked and the problem was related with Pocket PC 4.20, not with Windows Mobile 5... Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Wed, Feb 2, 2011 at 8:11 PM, Matthias Wessendorf mat...@apache.orgwrote: Walter, Please share the patch! I

Re: OPEN DOCUMENT NEW WINDOW

2011-02-01 Thread Walter Mourão
1 - create a servlet to return the pdf 2 - using javascript open the new window with a object/ element pointing to the servlet Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br 2011/2/1 Ángel Miralles Arévalo anmiral...@yahoo.es Hey, I'm trying to open

Re: trinidad suggestion box

2011-01-25 Thread Walter Mourão
take a look at: http://code.google.com/p/trinidadcomponents/ There is a suggestion box built using only facelets and Trinidad. It needs some update because I enhanced it a bit in a newer project. Let me know if it helps you. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http

[Trinidad] Roadmap

2011-01-08 Thread Walter Mourão
Hi Folks, is there a Trinidad 2.0 road map anywhere ? Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

Re: passing information in tr:inputListOfValues

2011-01-06 Thread Walter Mourão
This is the expected behavior. The page flow scope does not 'goes back' from the dialog. To return values you have to use the returnFromDialog method (the second parameter is a Map to return many values). Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

Re: Trinidad : Support for JDK 6

2010-12-10 Thread Walter Mourão
I've been using Trinidad with JDK 6 since a long time ago... no hassles. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Thu, Dec 9, 2010 at 11:40 PM, Kaul, Rohit rohit.k...@wmg.com wrote: Hi We use Apache MyFaces Trinidad 1.2.8 in our JEE

Coercion + EL + Facelets

2010-12-07 Thread Walter Mourão
- doesn't it really sucks ? ( If you don't know what I am talking about, take a look at http://www.irian.at/blog/;jsessionid=8401E3770357871EAE2E38799810B7FB and https://issues.apache.org/bugzilla/show_bug.cgi?id=48813 ) Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http

Re: Connection failed for tr:choose date

2010-11-23 Thread Walter Mourão
Probably related with https://issues.apache.org/jira/browse/TRINIDAD-119 ... Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Tue, Nov 23, 2010 at 8:14 AM, Emilio Salazar esalaz...@googlemail.comwrote: I ran into the same problem as this user, but he

[Trinidad] partialSubmit + server side validation

2010-11-07 Thread Walter Mourão
with https://issues.apache.org/jira/browse/TRINIDAD-697) ? Is there a workaround ? Best regards, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

Re: [Trinidad] partialSubmit + server side validation

2010-11-07 Thread Walter Mourão
message is now shown: typo, actually the message is *not* shown. Thanks in advance, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br 2010/11/7 Walter Mourão walter.mou...@gmail.com Hi folks, when testing the following form with client-side

ExtVal latest snapshot

2010-10-28 Thread Walter Mourão
I just tried https://issues.apache.org/jira/browse/EXTVAL-115 with the snapshot from http://people.apache.org/repo/m2-snapshot-repository/ and the error continues. Is this the latest snapshot ? Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

[ExtVal] Extval + EL

2010-08-22 Thread Walter Mourão
Hi folks, I just finishing integrating the JSF cartridge of Andromdahttp://www.andromda.org/with Extval and I have a doubt: is there a way to use an EL expression to validate a field, using ExtVal ? Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

Re: [ExtVal] Extval + EL

2010-08-22 Thread Walter Mourão
Hi Gerhard, actually I'm searching for something like: @ValidWhen(property * 5 = 55) Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Sun, Aug 22, 2010 at 6:07 PM, Gerhard gerhard.petra...@gmail.com wrote: hi walter, there is no special el

Re: [ExtVal] Extval + EL

2010-08-22 Thread Walter Mourão
It's done: https://issues.apache.org/jira/browse/EXTVAL-114 Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Sun, Aug 22, 2010 at 8:27 PM, Gerhard gerhard.petra...@gmail.com wrote: hi walter, i see - you mean an el-expression as condition

Re: Trinidad code completion

2010-08-21 Thread Walter Mourão
Thank you! I installed the JBoss Tools and it is working. I didn't know it was needed... Best regards, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Sat, Aug 21, 2010 at 9:46 AM, venkat.rama...@thomsonreuters.com wrote: Hi It works in helios if u

Re: Trinidad code completion

2010-08-20 Thread Walter Mourão
Can somebody confirm the Trinidad code completion is working in Eclipse Helios ? Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Fri, Aug 6, 2010 at 5:02 PM, Matthias Wessendorf mat...@apache.orgwrote: Strange. But I guess that is a tooling

Trinidad code completion

2010-08-06 Thread Walter Mourão
Hi folks, after installing Eclipse Helios (J2EE bundle + Trinidad plugin) the Trinidad code completion stopped working... Hints ? Thanks in advance, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

[OFF-TOPIC] jsf-facelets12 maven repository

2010-08-03 Thread Walter Mourão
Hi folks, I can not find jsf-facelets12 in any repository... Hints ? Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

Re: [Trinidad] partialSubmit with an action

2010-07-20 Thread Walter Mourão
a localized bug. Cheers, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Tue, Jul 20, 2010 at 6:57 AM, Paul Mander paul.s.man...@gmail.comwrote: I've just picked up some code that was appearing to execute twice or even three times for every request. I put

Re: [Trinidad] partialSubmit with an action

2010-07-20 Thread Walter Mourão
null to keep the partial submit behavior or returns some outcome (to navigate to another page). Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

Re: [Trinidad] PartialSubmit and Alert

2010-05-25 Thread Walter Mourão
If using partial page rendering You can send some javascript from the server, using the ExtendedRenderKitService's addScript() method. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Tue, May 25, 2010 at 3:05 PM, Vinod Krishnan vin.si...@gmail.com wrote

Re: How to Implement search facility in Trinidad combo box.

2010-04-15 Thread Walter Mourão
You will have to use an external component, something like http://code.google.com/p/trinidadcomponents/ Regards, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Wed, Apr 14, 2010 at 7:28 PM, navnath kumbhar kumbhar.navn...@gmail.comwrote: Hi All, I

Re: Facelets custom component with an action as a variable like ui:param

2010-04-12 Thread Walter Mourão
Hi, Georg, yes, there are some (quite ugly) solutions: http://www.ibm.com/developerworks/java/library/j-facelets2.html Component with the same problem/solution: http://code.google.com/p/trinidadcomponents Cheers, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http

[Trinidad] tr:inputHidden partialTriggers

2010-04-05 Thread Walter Mourão
Hi folks, why the tr:inputHidden does not have the partialTriggers property ? I'm using tr:inputText with inlineStyle=display:none but... Thanks in advance, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

[Trinidad] Chart export

2010-03-29 Thread Walter Mourão
Hi folks, I need to get the generated SVG in the server to create a PNG. How do I get the current rendered char ( SVG ) in the server side ? Thanks in advance, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

[Trinidad] Bug in 1.0.12 Javascript ?

2010-03-19 Thread Walter Mourão
) == (numberString.length - 1))) { facesMessage = _createFacesMessage( standardKey+.CONVERT, label, ... Should I file an issue ? Is there an workaround ? Thanks in advance, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

Re: [Trinidad] Bug in 1.0.12 Javascript ?

2010-03-19 Thread Walter Mourão
Actually I found an workaround, I added to trinidad-config.xml: *number-grouping-separator./number-grouping-separator decimal-separator,/decimal-separator * Thanks, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br 2010/3/19 Rafa Pérez raja

Re: [Trinidad] Old pocket IE

2010-03-17 Thread Walter Mourão
=FALSE, ua-color=color16} Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br 2010/3/16 Walter Mourão walter.mou...@gmail.com Hi folks, I just realized the tr:commandLink isn't working with an old Pocket PC / Pocket IE... it looks like this browser does

Re: Trinidad: auto suggest input box?

2010-03-16 Thread Walter Mourão
Hi Mike, I've built a Trinidad/Facelets alternative at http://code.google.com/p/trinidadcomponents/ I hope it helps, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Mon, Mar 15, 2010 at 3:24 PM, Mike Quentel mquen...@4dm-inc.com wrote: Does Trinidad

[Trinidad] Old pocket IE

2010-03-16 Thread Walter Mourão
of data collectors running the old Pocket IE.. Thanks in advance, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

Re: [Trinidad] Is it possible to unselect row in nested tr:table with Trinidad 1.2.10 ? Is there a way to get around tr:table using fly-weight pattern for CoreTable passed in SelectionEvent to selec

2010-03-04 Thread Walter Mourão
Hi Ilker, Add a selectionListener to the inner table. When the selectionListener is fired, clear the outer table selection. Regards, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Thu, Mar 4, 2010 at 9:04 AM, iki...@pershing.com wrote: Hello folks

Re: [Trinidad] Is it possible to unselect row in nested tr:table with Trinidad 1.2.10 ? Is there a way to get around tr:table using fly-weight pattern for CoreTable passed in SelectionEvent to selec

2010-03-04 Thread Walter Mourão
and calculate the client id of the other table. With the client id you can get (with ViewRoot.findComponent) the CoreTable instance of the other table to clear its selection. Regards, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Thu, Mar 4, 2010 at 2:11 PM, iki

Re: SelectOneRadio selectitem label

2010-02-02 Thread Walter Mourão
You can add *white-space: pre* to the style and add line breaks to the label. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Tue, Feb 2, 2010 at 12:46 AM, C J cjs_b...@yahoo.com wrote: Trinidad provides this with tr:table: ( http://myfaces.apache.org

[Trinidad] error message: selectorString must be non null and non empty

2010-01-27 Thread Walter Mourão
Hi folks I'm migrating a Trinidad application from 1.0.* to 1.2.13 and I've got selectorString must be non null and non empty error. I know it is related with the skin customization, but I could not find any selector field in my css. Hints ? Thanks in advance, Walter Mourão http

Re: Trinidad Composite Component

2010-01-08 Thread Walter Mourão
Try: http://code.google.com/p/trinidadcomponents/ Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Fri, Jan 8, 2010 at 1:46 PM, Paul Pasquel paul.pasq...@modinter.com.ecwrote: Hi, Could you tell where I can find an example to build an Composite

Re: [Trinidad] Trinidad and Glassfish: resource servlet does not work

2010-01-04 Thread Walter Mourão
Hi Folks, It's working ! I migrated the application to MyFaces 1.2.8, Trinidad 1.2.10, removed the el-api and el-ri dependencies, rebuilt and it's working fine in Glassfish too! Best regards, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Tue, Dec 29

Re: [Trinidad] Trinidad and Glassfish: resource servlet does not work

2009-12-29 Thread Walter Mourão
I would like to know if somebody is using Trinidad + Glassfish successfully... Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br 2009/12/24 Walter Mourão walter.mou...@gmail.com Hi Bart, I'm already using this way. my sun-web.xml : ?xml version=1.0

Re: [Trinidad] Trinidad and Glassfish: resource servlet does not work

2009-12-24 Thread Walter Mourão
/ property name=useMyFaces value=true/!-- Glassfish V2 -- property name=useBundledJsf value=true/!-- Glassfish V3 -- /sun-web-app No luck yet. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Wed, Dec 23, 2009 at 11:49 AM, Bart Kummel bkum...@gmail.com

Re: [Trinidad] Trinidad and Glassfish: resource servlet does not work

2009-12-22 Thread Walter Mourão
-lmwkb-ltr-gecko.css /adf/images/t.gif Since the application is running fine in a standalone Tomcat, I think the problem is related with some classloader issue regarding Glassfish X Trinidad ... Hints ? Should I open a Jira issue ? In Glassfish or Trinidad :-) ? Walter Mourão http

[Trinidad] Trinidad and Glassfish: resource servlet does not work

2009-12-21 Thread Walter Mourão
the html source code are correct and it looks like the servlet isn't being executed. I checked in Glassfish and the servlet is recognized (appears as sub-component of the web application). Any hints ? Thanks in advance, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http

Re: pop up for delete confirmation

2009-12-10 Thread Walter Mourão
Working fine. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Thu, Dec 10, 2009 at 10:50 AM, pbr...@johnson.ca wrote: Can anyone else hit the url for PrimeFaces below?I'm trying to determine if it's my network that won't let me out or if the app

Re: Customizing a MyFaces application for mobile devices

2009-10-14 Thread Walter Mourão
My two cents: I'm happy with Trinidad+Mobile. Cheers, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Wed, Oct 14, 2009 at 7:50 AM, seemamani seemam...@gmail.com wrote: hi, We are using MyFaces in our web application and are now looking to support

Re: [trinidad] Lightweight dialogs - commandLinks not working?

2009-10-07 Thread Walter Mourão
Hi Bruno, I have an application that uses lightweight dialogs. Acording to the docs [1], you should be able to navigate inside the dialog, but this seems not to be the case when using lightweight dialogs? It works... actually the lightweight dialogs contains iframes. Cheers, Walter Mourão

Re: [Trinidad] addDomReplaceListener

2009-08-29 Thread Walter Mourão
Take a look at http://myfaces.apache.org/trinidad/devguide/ppr.html (search for'Monitoring AJAX requests') Cheers, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Fri, Aug 28, 2009 at 1:24 PM, Mirco Attocchi ami...@gmail.com wrote: Hi all (sorry

Re: HtmlCommandLinkTag programmatically pressed

2009-08-12 Thread Walter Mourão
RequestContext). Regards, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Wed, Aug 12, 2009 at 3:44 PM, Jan-Kees van Andel jankeesvanan...@gmail.com wrote: Hi, I don't really understand what you mean with clicking from your backing bean. Do you

Re: EL within EL in jsp page to get value from resource bundle

2009-07-04 Thread Walter Mourão
try: h:outputText value=#{linkNames[link.linkName]} Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Sat, Jul 4, 2009 at 8:07 AM, codemaniac asajn...@gmail.com wrote: I have list of links that can be dynamically loaded and displayed on webpage based

Re: Using SSL with JSF

2009-06-27 Thread Walter Mourão
-nameAutoridade/role-name role-nameAdministrador/role-name role-nameGerente/role-name /auth-constraint user-data-constraint transport-guaranteeCONFIDENT/transport-guarantee /user-data-constraint /security-constraint ... Walter Mourão http

Re: [Trinidad] how to trigger a tr:panelPopup from java

2009-05-28 Thread Walter Mourão
/index.htmlyou can send the javascript code from the server side java. Regards, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Thu, May 28, 2009 at 6:53 AM, Carsten Pieper carsten.pie...@continentale.de wrote: Hi, we would like it very much, if we

Re: [Trinidad] onunload to launch JSF event (and close session)

2009-05-21 Thread Walter Mourão
I think they're wrong... Does your page have a logout button ? add a code like document.getElementById('logout').click() to the onunload event. Cheers, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Thu, May 21, 2009 at 2:34 PM, Bertrand, Shawn R

Re: trinidad for mobile, working?

2009-05-15 Thread Walter Mourão
My environment: Trinidad+Facelets+Eclipse (+Andromda+Spring+Hibernate+...). To simulate I'm using a Firefox plugin: User Agent Switcher. Cheers, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Fri, May 15, 2009 at 4:45 AM, Dave javao...@yahoo.com wrote

Re: trinidad for mobile, working?

2009-05-14 Thread Walter Mourão
I'm quite successful using Trinidad in a mobile application, not wap. The application is accessed from a device (data collector) using Internet Explorer Mobile 6. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Wed, May 13, 2009 at 10:49 PM, Dave javao

Re: Trinidad: did not open a new dialog window with useWindow=true

2009-05-07 Thread Walter Mourão
Hi Dave, I just uploaded a small test project to show a misbehavior in Trinidad dialogs but despite the misbehavior, the project can be used as an example. Download from the following jira issue: https://issues.apache.org/jira/browse/TRINIDAD-1469 I hope it helps Walter Mourão http

Re: how to add post-data to a redirect from an action

2009-04-21 Thread Walter Mourão
Some time ago I wrote a small http proxy where an web service call generates a http post. I used commons-httpclient: http://hc.apache.org/httpclient-3.x/and it was quite useful. Cheers, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Tue, Apr 21, 2009

Re: how to add post-data to a redirect from an action

2009-04-21 Thread Walter Mourão
No, Sorry, I misunderstood your needs... Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Tue, Apr 21, 2009 at 12:43 PM, Georg Füchsle giofy...@googlemail.comwrote: Hallo Walter, thanks for Your reply. I have tried to understand what ist httpclient

Re: [Trinidad] What resets the pageFlowScope ?

2009-04-10 Thread Walter Mourão
Bump! Sorry, I just want a hint before digging into the code... Thanks. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Thu, Feb 26, 2009 at 5:04 PM, Walter Mourão walter.mou...@gmail.comwrote: Hi folks, in a specific commandAction the pageFlowScope

Re: [Trinidad] Mobile Agents (Blackberry)

2009-03-30 Thread Walter Mourão
All the info I needed to far about Trinidad in mobile development I found in the dev guide: http://myfaces.apache.org/trinidad/devguide/mobile.html Regards, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Mon, Mar 30, 2009 at 4:37 AM, aurel.sa

Re: [Trinidad] How to detect that we are in a dialog?

2009-03-30 Thread Walter Mourão
If you're using a backing bean action to differentiate the kind of navigation, use the same action to set the flag in the page flow scope. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br 2009/3/30 Rafa Pérez raja...@gmail.com Thanks for your answer

Re: [Trinidad] How to detect that we are in a dialog?

2009-03-26 Thread Walter Mourão
Not sure if it is possible per si, but you can set a flag in the pageFlowScope to be checked inside the (supposed) dialog page, like: tr:commandButton ... tr:setActionListener from=#{row} to=#{pageFlowScope.dialogFlag} / /tr:commandButton Cheers, Walter Mourão http://waltermourao.com.br http

Re: Refresh View after HTTPSession Timeout

2009-03-13 Thread Walter Mourão
that in a couple of weeks. Please reply if you think it will not work. Regards, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Fri, Mar 13, 2009 at 4:24 AM, Simon Kitching skitch...@apache.orgwrote: Hi, The solution I use is to put a ping script

[Trinidad] What resets the pageFlowScope ?

2009-02-26 Thread Walter Mourão
Hi folks, in a specific commandAction the pageFlowScope is reseting ( I see the change in the _afPfm token ). What is the rule that makes the pageFlowScope continue the same instance between pages ? Thanks in advance, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http

Re: How to reset an apache trinidad row selection

2009-02-25 Thread Walter Mourão
public void conteinerSelectionListener(SelectionEvent event){ final CoreTable table=(CoreTable)event.getComponent(); table.setRowIndex(-1); table.getSelectedRowKeys().clear(); } Walter Mourão http://waltermourao.com.br http://arcadian.com.br http

Re: [Trinidad] No listener call when closing the dialog using 'X'

2009-02-18 Thread Walter Mourão
Sorry, my fault. Just debugged and it's working fine. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Tue, Feb 17, 2009 at 6:25 PM, Richard Yee richard.k@gmail.comwrote: What version of Trinidad? We are using 1.0.5 and find that clicking on the 'X

[Trinidad] No listener call when closing the dialog using 'X'

2009-02-17 Thread Walter Mourão
Hi folks, I just realized the dialog return listener isn't executed when the user clicks on the 'X'... Is there a workaround to make the return listener be executed in this situation ? Thanks in advance, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br

Re: JSF EL does not allow method calls

2009-02-16 Thread Walter Mourão
It looks to me you can use #{not empty facesContext.messages} in this case. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Mon, Feb 16, 2009 at 6:18 AM, Simon Kitching skitch...@apache.orgwrote: Madhav Bhargava schrieb: Hi All, I have

Re: [Trinidad] Page reloads before launching the dialog

2009-02-12 Thread Walter Mourão
Many thanks Gerhard, One last question: should the Close PPR command button closes the dialog ? it doesn't... Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Thu, Feb 12, 2009 at 3:41 PM, Gerhard Petracek gerhard.petra...@gmail.com wrote: hello

Re: [Trinidad] Page reloads before launching the dialog

2009-02-11 Thread Walter Mourão
Actually the refresh occurs after closing the dialog too... :-( Hints ? Answers ? Thanks in advance, Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Tue, Feb 10, 2009 at 9:27 AM, Walter Mourão walter.mou...@gmail.comwrote: Hi folks, I'm using

Re: [Trinidad] Page reloads before launching the dialog

2009-02-11 Thread Walter Mourão
No javascript. Walter Mourão http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Wed, Feb 11, 2009 at 5:54 PM, Richard Yee richard.k@gmail.comwrote: Are you using any custom JavaScript? -R On Wed, Feb 11, 2009 at 10:24 AM, Walter Mourão walter.mou...@gmail.com

  1   2   >