Re: Encryption librairies for JSF

2012-03-13 Thread Glauco P. Gomes
HTTPS doesn't solve your issue? Em 13-03-2012 08:13, ayouB __ escreveu: hi, I want that every client request and every server response be encrypted not just the users data "login& password" from the connection view (My application concern the electronic banking sector), so i'm asking if MyFa

Re: [Trinidad] Skinning: Change only one occurence of a component

2010-03-30 Thread Glauco P. Gomes
You can use to change the menu size. Glauco P. Gomes schneidc escreveu: Hi, I want to change the width of a , so it isn't so narrow when empty. doesn't do the trick as the actual menu is embedded in a table and the style get's applied on the table and not the menu itself. S

Re: Myfaces and Presentation Role based rendering

2009-09-24 Thread Glauco P. Gomes
No, to use the objects from the wiki, you need to add the httpcontextintegrationfilter declaration to the Spring Security filter chain. Glauco P. Gomes Ioannis Deligiannis escreveu: Thanks, So let the only alternative is to use the sec taglibs? Ioannis Deligiannis| Senior Application

Re: Content rendered outside of body tags when using Apache Trinidad 1.0.11

2009-09-15 Thread Glauco P. Gomes
Richard Yee escreveu: In that case, you can use a jsp:include -R Or wrap the HTML content with the f:verbatim tag. Eg.: Content goes here! Glauco P. Gomes

Re: [Trinidad] A question regarding text translations

2009-07-29 Thread Glauco P. Gomes
Trinidad nativelly supports pt_BR, but you need to configure JSF to use it, put this in your faces-config.xml: pt_BR pt_BR Se você for brasileiro entra no grupo JavaSF[1], é o grupo oficial do Brasil sobre JSF. [1] http://groups.google.com/group/javasf/ Glauco P. Gomes

Re: Trying to put my pages in subfolders (Absolute Beginner Talk)

2009-07-08 Thread Glauco P. Gomes
In your ClientRegister.jspx, you have: Change this to: Glauco P. Gomes Marcelo Lotif escreveu: Thank you for the responses, but I'm getting the same error, and with './' I got the second URL. pretty reasonable. Do I have to configure something somewhere? Maybe the new pa

Re: Trying to put my pages in subfolders (Absolute Beginner Talk)

2009-07-08 Thread Glauco P. Gomes
Can you post the ClientRegister.jspx code? Maybe your problem is in the reference from the ClientRegister.jspx to the Template.jspx Glauco P. Gomes Marcelo Lotif escreveu: I've already tried this, but it gives me a 404 error from tomcat saying that the resource is not available. Th

Re: RCF, what's the current status?

2009-06-25 Thread Glauco P. Gomes
Anyone? Glauco P. Gomes escreveu: What's the status of the incubation of RCF? The last update in the incubation page was in 2007, anyone has any news about the donation? Glauco P. Gomes

RCF, what's the current status?

2009-06-17 Thread Glauco P. Gomes
What's the status of the incubation of RCF? The last update in the incubation page was in 2007, anyone has any news about the donation? Glauco P. Gomes

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

2009-05-06 Thread Glauco P. Gomes
Set org.apache.myfaces.trinidad.ENABLE_LIGHTWEIGHT_DIALOGS to false and you get your expected results. Glauco P. Gomes Dave escreveu: org.apache.myfaces.trinidad.ENABLE_LIGHTWEIGHT_DIALOGS was set to true, I expected Trinidad to open a dialog on the top of the current page (keep the current

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

2009-05-06 Thread Glauco P. Gomes
The org.apache.myfaces.trinidad.ENABLE_LIGHTWEIGHT_DIALOGS param tells to Trinidad to use IFrame, setting it to false tells to Trinidad to open a new window. Glauco P. Gomes Dave escreveu: For trinidad 1.2.11, IFrame or Window, which is used for dialog framework? text=&qu

Re: [JSF 1.2] conditions for table rows inside dataTable tag

2009-04-29 Thread Glauco P. Gomes
s/jscreator/help/2update1/jsp-jsfel/jsf_expression_language_intro.html Glauco P. Gomes Anton Gavazuk escreveu: Thanks, wanted something more 'dynamic' by the way which conditions accepts rendered attribute? I tried rendered="#{1==2}" and component is still being rendered - may

Re: [JSF 1.2] conditions for table rows inside dataTable tag

2009-04-29 Thread Glauco P. Gomes
Try this: Glauco P. Gomes Anton Gavazuk escreveu: Hi all, question - is it possible to somehow manage table row items or even whole table row inside dataTable tag: what I want to get in result: 1

Re: [Trinidad-Sandbox] trs:tableFormLayout renderer problem

2009-04-24 Thread Glauco P. Gomes
Thanks for the response, even late, I will just have time to work on this next week. I will create a Jira issue and provide a patch when I finish. Glauco P. Gomes Leonardo Uribe escreveu: Hi Glauco Sorry for the late response, but right now I'm busy contributing to myfaces core 2.0.

Re: [Trinidad-Sandbox] trs:tableFormLayout renderer problem

2009-04-15 Thread Glauco P. Gomes
I'm interested in provide a patch to correct this, but I don't know where to start, can you guide me in the first steps? Glauco P. Gomes Leonardo Uribe escreveu: Hi Yes, the demo fails. It seems that something

Re: [Trinidad-Sandbox] trs:tableFormLayout renderer problem

2009-04-15 Thread Glauco P. Gomes
demo and confirm? I attached a screenshot of the demo page. Glauco P. Gomes Leonardo Uribe escreveu: Hi Trinidad sandbox has its own renderkit, because there is no way to add custom renderers for components not registered before to trinidad base renderkits, so you need to point it properly

[Trinidad-Sandbox] trs:tableFormLayout renderer problem

2009-04-13 Thread Glauco P. Gomes
dbox 1.2.10-SNAPSHOT; - Tomcat 5.5; - and others not relevant. Glauco P. Gomes

Re: Who can provide a trinidad components usage manual?

2009-04-11 Thread Glauco P. Gomes
Take a look here: http://myfaces.apache.org/trinidad/trinidad-api/tagdoc.html Glauco P. Gomes Palvin escreveu: > Hi, > Can anybody provide a trinidad components usage manual? The developer > guide only provide few components explain, I like all the components > of its, but Ic

Re: Javascript in button element

2009-03-26 Thread Glauco P. Gomes
cesContext, "alert('hello Trinidad');"); [1] http://matthiaswessendorf.wordpress.com/2008/02/16/using-dojo-and-apache-trinidad/ I think you could use the ExtendedRenderKitService to add the javaScript that you need execute after the action is executed. Glauco P. Gomes drizzo e

Re: [Trinidad] Unable to set tr:commandLink style class

2009-03-20 Thread Glauco P. Gomes
Try using *!important* in the style. .myLoginLink, .myLoginLink:link, .myLoginLink:active, .myLoginLink:hover { font-size: 30px !important; } Glauco P. Gomes Simon Lessard escreveu: Arg, the dreaded .OraLink! Try .myLoginLink, .myLoginLink:link, .myLoginLink:active, .myLoginLink:hover

Re: [Trinidad] af|table skin selector

2009-02-18 Thread Glauco P. Gomes
Already created the Jira issue and the patch file, see: https://issues.apache.org/jira/browse/TRINIDAD-1401 Glauco P. Gomes Glauco P. Gomes escreveu: I will create a Jira issue and provide a patch as soon as I have time to work on it (maybe next weekend). Thank you. Glauco P. Gomes Jeanne

Re: [Trinidad] af|table skin selector

2009-02-17 Thread Glauco P. Gomes
I will create a Jira issue and provide a patch as soon as I have time to work on it (maybe next weekend). Thank you. Glauco P. Gomes Jeanne Waldman escreveu: I agree. In ADF Faces we have a 'rule' where we put the style af|component on the root dom element, so that it is consist

Re: [Trinidad] af|table skin selector

2009-02-17 Thread Glauco P. Gomes
selector. What I'm looking for, is the opinion of the users and trinidad developers about the creation of the "new" selector to the table component in a standardized way, not other ways to solve my "problem". Thank you. Glauco P. Gomes Richard Yee escreveu:

Re: [Trinidad] af|table skin selector

2009-02-16 Thread Glauco P. Gomes
Anyone?? Glauco P. Gomes Glauco P. Gomes escreveu: The documentation doesn't have the af|table selector, only af|table::content, af|table::detail, af|table::* In my skin I have the af|table selector and it isn't rendered (with org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESS

Re: [Trinidad] af|table skin selector

2009-02-13 Thread Glauco P. Gomes
ble_detail, af_table_* are rendered. The table component has an outer DIV, and I think that the af|table selector should be rendered in this tag to respect the actual behavior, eg.: if I put styleClass="test" in the tr:table, the rendered html is ... What do you think about? Glauc

[Trinidad] af|table skin selector

2009-02-13 Thread Glauco P. Gomes
The af|table skin selector isn't rendered by the tr:table component. This is a bug or is the desired behavior? If this is a bug I can contribute a patch. Shoud I create a Jira issue? Glauco P. Gomes

Re: [Trinidad] [RESOLVED] Problem in Table "Select All / Select None" links and PPR

2009-02-13 Thread Glauco P. Gomes
vent event) { RequestContext.getCurrentInstance().addPartialTarget(this.getTable()); } Glauco P. Gomes Glauco P. Gomes escreveu: Just to inform, I'm using Trinidad 1.0.10 Glauco P. Gomes Glauco P. Gomes escreveu: See this code snippet: ... binding="#{myBackingBean.table}" pa

Re: [Trinidad] Problem in Table "Select All / Select None" links and PPR

2009-02-12 Thread Glauco P. Gomes
Just to inform, I'm using Trinidad 1.0.10 Glauco P. Gomes Glauco P. Gomes escreveu: See this code snippet: ... ... some columns ... ... When I click in the selection boxes in the rows, the buttons are refreshed and their state changes, this is the desired behavior

[Trinidad] Problem in Table "Select All / Select None" links and PPR

2009-02-12 Thread Glauco P. Gomes
happens. How can I refresh the buttons clicking on the "Select *" links? I already tried putting partialTriggers="table" in the buttons, but nothing changed. Glauco P. Gomes

Re: Trouble upgrading from MyFaces 1.1.5 to 1.1.6

2008-11-21 Thread Glauco P. Gomes
I'm having the same issue, anyone has a solution/workaround to resolve this? My problematic environment: Tomahawk 1.1.7, Trinidad 1.0.10 and MyFaces 1.1.6 No problem with: Tomahawk 1.1.7, Trinidad 1.0.10 and MyFaces 1.1.5 Glauco P. Gomes Luhtala Santeri escreveu: Still have the

Re: [Trinidad] Configuration of Trinidad

2008-11-20 Thread Glauco P. Gomes
The Trinidad download page[1] has the links to download the examples. [1] http://myfaces.apache.org/trinidad/download.html Glauco P. Gomes

Re: [Orchestra] Problem using access scope with Trinidad Dialog Framework

2008-10-09 Thread Glauco P. Gomes
e calling button. I think that the Orchestra Dialog support can work like this. I really like this approach because it uses the default navigation configuration, only using a convention in the outcome. Glauco P. Gomes

Re: [Orchestra] Problem using access scope with Trinidad Dialog Framework

2008-10-09 Thread Glauco P. Gomes
mentation of Orchestra Flow and see how could I be useful, and in the mean time I will continue using the good and old t:saveState. Thanks, Glauco P. Gomes

Re: [Orchestra] Problem using access scope with Trinidad Dialog Framework

2008-10-09 Thread Glauco P. Gomes
coped beans in specific views resolves this, but I don't know if this is the correct solution, seams more a workaround then a definitive solution. WDYT? Thanks, Glauco P. Gomes

Re: [Orchestra] Problem using access scope with Trinidad Dialog Framework

2008-10-09 Thread Glauco P. Gomes
a new window (=> access scope) -one w/ a new window (=> manual scope) What I want in this moment is: - one w/ a new window (=> access scope) Do you know how to do this? Thanks, Glauco P. Gomes

Re: [Orchestra] Problem using access scope with Trinidad Dialog Framework

2008-10-09 Thread Glauco P. Gomes
vide the same sort of functionality as Trinidad Dialogs, but automatically integrated with Orchestra (and usable without Trinidad). However it is still in early phases of development and is not currently suitable for production. I'll look this. Thanks, Glauco P. Gomes

[Orchestra] Problem using access scope with Trinidad Dialog Framework

2008-10-08 Thread Glauco P. Gomes
ccess scope conversation? p.s.: Using the t:saveState (in place of access scope) I don't have any problem. Glauco P. Gomes

Re: AW:

2008-10-02 Thread Glauco P. Gomes
JSF need the getter method to read the values, and "ConstantValues" has to be a declared managed bean. Glauco P. Gomes Zmitko, Jan escreveu: yes, you are right, the syntax was wrong. However it does not works. The constants I try to use are in a seperated .class file,

Re:

2008-10-02 Thread Glauco P. Gomes
The correct is #{ConstantValues.} not {#ConstantValues.} Glauco P. Gomes Guy Bashan escreveu: It should be working fine. 1) did you try simply output the bean variable? 2) did you make sure your variable name in the bean also start with capital: get()? Sent from my

Re: [TRINIDAD] table header with rowspan (and multiple lines)

2008-06-20 Thread Glauco P. Gomes
I haven't did this (dinamically nested columns) but If you are using facelets or JSF 1.2 try using c:forEach and post the results, maybe this solve your issue. Glauco P. Gomes Joris Kimpe escreveu: This is indeed what I want to do. However, I need to have data in one column (&quo

Re: [TRINIDAD] table header with rowspan (and multiple lines)

2008-06-19 Thread Glauco P. Gomes
You can use nested columns, for details search for "Column Groups" in the tag documentation[1] and in the developer guide[2]. [1] http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_column.html [2] http://myfaces.apache.org/trinidad/devguide/table.html Glauco P. Gomes J

Re: View state- security

2008-04-19 Thread Glauco P. Gomes
This is currently available in Myfaces, see: http://wiki.apache.org/myfaces/Secure_Your_Application Glauco P. Gomes Andrew Robinson escreveu: Although technically feasible to jack the state, it is not easy. First, you have to make sure you reproduce the state in such a way that it

Re: Problem with tr:panelLabelAndMessage... f:facet name="help"... t:inputCalendar

2008-03-09 Thread Glauco P. Gomes
I have the same probem. Glauco P. Gomes md10024 escreveu: For the record, the problem seems to be identified with the use of the "facet=help" component. I generated a workaround for this problem by doing something like this instead of using the help facet.

Re: [Trinidad] HTTP 404 (file not found) while using DialogFramework

2007-09-19 Thread Glauco P. Gomes
The context param should be:   org.apache.myfaces.trinidadinternal.renderkit.USE_DIALOG_POPUP   true Glauco P. Gomes Kuhn, Harald escreveu: Hi Matthias, OK, with the "/faces/*" mapping the dialog shows up. But, despite the fact I wanted to use lightweight dialogs it alway