Re: [Trinidad] Portlet Bridge: MyFaces Trinidad as a Portlet within JDeveloper / Webcenter preconfigured OC4J

2007-05-21 Thread Adam Winer
Chris, I can tell you that Trinidad and ADF Faces 10.1.3 cannot be used in the same application (mostly because their heritage is so shared that they step on each other). However, your stack trace doesn't appear to have a any org.apache code on it, and the configuration files you list can't

Re: s:pprPanelGroup and datascroller

2007-05-21 Thread Angel Miralles Arevalo
Don´t worry about the problem. It works!!! The solution was establish: preserveDataModel=false and sent binding values at inputText field in order to reset datascroller. There are two execution of methods (can you explain why is this happening? lifeCycle???). At first execution you recieve

Portlet and MyFaces integration

2007-05-21 Thread Jing Huang
Sorry to forget the attachment. Hi, Currently I am using RSA 7.0 and Websphere Portal Server 6.0 to do the portlet development with myfaces. While I am running the portlet, I always get the following exception: java.lang.IllegalArgumentException: only absolute URLs or full path URIs are

[Trinidad] java.io.NotSerializableException: java.util.RandomAccessSubList

2007-05-21 Thread Henk Vanhoe
Hi, I'm using a trinidad navigation tree, but I'm having this exception (full stacktrace at th end of this mail): java.io.NotSerializableException: java.util.RandomAccessSubList I suppose this is happening during serialization because I'm using the 'client' STATE_SAVING_METHOD (with the

AW: [Trinidad] labelAndAccessKey don't work

2007-05-21 Thread Michael Trompertz
Hm, maybe it is an Eclipse/Classpath problem. I tried to download the trunk from with Subclipse-plugin but I did not get it to work. Is there a tutorial to build Trinidad with Eclipse? After this I tried to do it with the Wiki Building ADF with maven entry but there is only the path to the

How to override ResponseWriter

2007-05-21 Thread mario.buonopane
Hi, is there a way to override the default ResponseWriter? How can I configure it? Thanks in advance Mario Buonopane This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error,

[Tobago] Compoment Refresh inside a popup

2007-05-21 Thread yazid
Hi All; I've two selectOnechoice inside a Popup; the selected value of the first refresh the second list. But one I select a value in the fist list; all my page is being refreshed. I want to refresh only the seconde list, not the whole page. Please help; Here's the code : ***

Re: [Tobago] Compoment Refresh inside a popup

2007-05-21 Thread Helmut Swaczinna
Hi Yazid, you can not reload the selectOnechoice directly but the enclosing panel: Tobago.reloadComponent(':page:sheetRuleConfigPopup:type2Pan','@autoId'') Should also work with renderPartialy. Regards Helmut - Original Message - From: yazid [EMAIL PROTECTED] To:

RE: Change visibility dinamically

2007-05-21 Thread mario.buonopane
I have tested this solution and does work! Any one feel something wrong in this solution? Please send me some feedback to the solution. Regards Mario Buonopane -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Volker Weber Sent: 28 febbraio 2007 12.26

[ Tobago ] Regarding mouseOver popup in tc:sheet

2007-05-21 Thread Madan Narra
Hi All, I have a tc:sheet with one column holding thumbnail images which when placed mouseOver on that it should display a larger image as popup. I tried to show the image in a div which is placed outside the sheet with its css set as Top : 450; left : 270 . This shows up exactly in the

Re: [ Tobago ] Regarding mouseOver popup in tc:sheet

2007-05-21 Thread Ayhan Güngör
did you set div's position style to absolute? like position: absolute; top: 450px; left: 270px; On 5/21/07, Madan Narra [EMAIL PROTECTED] wrote: Hi All, I have a tc:sheet with one column holding thumbnail images which when placed mouseOver on that it should display a larger image as popup.

Re: [ Tobago ] Regarding mouseOver popup in tc:sheet

2007-05-21 Thread Madan Narra
Hi Ayhan.. ya i did... this is the total style class i used for the div .box {/*this is a box */ left: 420px; top: 270px; position:absolute; display: none ; z-index:1000; background: #FF; color : #99; border-color : #FF; border-style : groove;

Re: [ Tobago ] Regarding mouseOver popup in tc:sheet

2007-05-21 Thread Ayhan Güngör
style class seems ok, does div tag have any parent? or is it a child of body tag? On 5/21/07, Madan Narra [EMAIL PROTECTED] wrote: Hi Ayhan.. ya i did... this is the total style class i used for the div .box {/*this is a box */ left: 420px; top: 270px; position:absolute;

Re: [ Tobago ] Regarding mouseOver popup in tc:sheet

2007-05-21 Thread Madan Narra
The div works fine,.. But the Top and Left are not placed well in FireFox and IE... In FireFox, the div is placed @ center.. In IE, the div is placed @ right bottom On 5/21/07, Ayhan Güngör [EMAIL PROTECTED] wrote: style class seems ok, does div tag have any parent? or is it a child of body

AW: [Trinidad] faces-1_2-070427 build problem

2007-05-21 Thread Michael Trompertz
I got the same from trunk. May be this information heps Michael -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Matthias Wessendorf Gesendet: Montag, 21. Mai 2007 03:10 An: MyFaces Discussion Betreff: Re: [Trinidad] faces-1_2-070427 build

Re: [ Tobago ] Regarding mouseOver popup in tc:sheet

2007-05-21 Thread Ayhan Güngör
i think, generated html code should be checked for both browsers for any differences, and maybe some position:absolute parents. On 5/21/07, Madan Narra [EMAIL PROTECTED] wrote: The div works fine,.. But the Top and Left are not placed well in FireFox and IE... In FireFox, the div is placed

RE: Portlet and MyFaces integration: java.lang.IllegalArgumentException: only absolute URLs or full path URIs are allowed

2007-05-21 Thread Nebinger, David
java.lang.IllegalArgumentException: only absolute URLs or full path URIs are allowed I usually get this if a partial URI is used, i.e. some sort of img src=images/filename / kind of thing. Using an absolute URI, i.e. img src=/images/filename / should resolve it. The issue is that typically

Re: [Trinidad] faces-1_2-070427 build problem

2007-05-21 Thread Bruno Aranda
Unless it has been fixed, this happens if there is code such as Annotations in the plugin mojos, which the parser is not able to understand... hope that helps, Bruno On 21/05/07, Michael Trompertz [EMAIL PROTECTED] wrote: I got the same from trunk. May be this information heps Michael

sending binding values!

2007-05-21 Thread Angel Miralles Arevalo
Hi everybody, can anyone explain me when exactly are binding values sent? I have the scenario: s:pprPanelGroup id=TableGroupsPPR partialTriggers=buscaPor,buscaDescPor inlineLoadingMessage=Cargando... ... h:inputHidden id=buscaDescPorHidden

Re: [Trinidad] faces-1_2-070427 build problem

2007-05-21 Thread Cagatay Civici
As far as I know qdox 1.5 cannot handle java5 stuff but 1.6 can. On 5/21/07, Bruno Aranda [EMAIL PROTECTED] wrote: Unless it has been fixed, this happens if there is code such as Annotations in the plugin mojos, which the parser is not able to understand... hope that helps, Bruno On

JSF Session

2007-05-21 Thread Carlos Ortiz
Hi , Is there a way for dont show jsessionid in the adress bar , for my app it may be a potential problem with security ?¡ and also why some time is written and some other not. ?¡ thx for the help pd Something off topic but still in java any ideas how parse a date like this

h:panelGrid / and colspan: right way to implement...

2007-05-21 Thread Nebinger, David
Okay, so given a tag like h:panelGrid columns=3, what is the JSF-correct way to implement a row which spans the columns? I mean, I can see that it gets blown out to become an html table tag appropriately filled, so I could hard-code something to get in there, but I know that's got to be the wrong

Re: Tomahawk nightly

2007-05-21 Thread Grant Smith
Hmm.. thats a good question. Our Continuum configuration was redone a few days ago, so perhaps we're missing something important there. I'll see if I can figure out what's happening... On 5/20/07, Joost Schouten [EMAIL PROTECTED] wrote: Hi, Where can I find the tomahawk-1.1.6-SNSPAHOT.*

Re: Tomahawk nightly

2007-05-21 Thread Grant Smith
Following up to dev list... Looks like the Tomahawk maven build is failing from continuum with: Missing: -- 1) javax.servlet.jsp:jsp-api:jar:1.2.0 Wendy, do you know if we have to manually install that jar on the zone, or is something being built out of sequence ? On 5/21/07, Grant

Re: [Trinidad] java.io.NotSerializableException: java.util.RandomAccessSubList

2007-05-21 Thread Adam Winer
Fixed! http://issues.apache.org/jira/browse/TRINIDAD-27 Thanks for tracking down that crucial bit of information. I'd never known that List.subList() wasn't serializable! -- Adam On 5/21/07, Henk Vanhoe [EMAIL PROTECTED] wrote: Hi, I'm using a trinidad navigation tree, but I'm having

Re: [Trinidad] labelAndAccessKey don't work

2007-05-21 Thread Adam Winer
I doubt it's an Eclipse problem. Could you show the .xhtml source that illustrates the problem? -- Adam On 5/21/07, Michael Trompertz [EMAIL PROTECTED] wrote: Hm, maybe it is an Eclipse/Classpath problem. I tried to download the trunk from with Subclipse-plugin but I did not get it to work.

Re: How to override ResponseWriter

2007-05-21 Thread Adam Winer
It'd help if you told us what you were trying to do, as there's more than one possible answer. -- Adam On 5/21/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, is there a way to override the default ResponseWriter? How can I configure it? Thanks in advance Mario Buonopane

JavaScript oamSubmit rendered only if commandButton is in component tree

2007-05-21 Thread Sertic Mirko, Bedag
Hi there I've a question regarding the oamSubmit JavaScript command. Why is it only Rendered if a commandButton or a commandLink is in the current component tree? Ive a custom component that needs these JavaScript commands to work properly, so how can i enforce that the JavaScript commands are

RE: How to override ResponseWriter

2007-05-21 Thread mario.buonopane
I need to execute some code for all html renderers before default startElement. -Original Message- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: 21 maggio 2007 18.34 To: MyFaces Discussion Subject: Re: How to override ResponseWriter It'd help if you told us what you were trying to

Re: JSF Session

2007-05-21 Thread Craig McClanahan
On 5/21/07, Carlos Ortiz [EMAIL PROTECTED] wrote: Hi , Is there a way for dont show jsessionid in the adress bar , for my app it may be a potential problem with security ?¡ Whether the session id shows in the URL (and therefore the address bar) or not makes no difference at all from a

Re: Tomahawk nightly

2007-05-21 Thread Paul Spencer
Grant and Wendy, I am problem the blame for the build failure since I added the Build Definition which required javax.servlet.jsp:jsp-api:jar:1.2.0. Currently I do not have access to contunuum, but the simplest solution/workaround it to remove the -Djsf=ri from the second Build Definition.

Re: Tomahawk nightly

2007-05-21 Thread Grant Smith
Done. I'm not sure if this will solve the problem of the nightly builds not being copied over though. That may still be outstanding... On 5/21/07, Paul Spencer [EMAIL PROTECTED] wrote: Grant and Wendy, I am problem the blame for the build failure since I added the Build Definition which

Re: [Trinidad] Button Skinning

2007-05-21 Thread Petr Kotek
Hi Adam, I don't use ADF Faces. I have in mind dynamic generation of image-based buttons. In document Selectors for Skinning Trinidad Components (http://myfaces.apache.org/trinidad/skin-selectors.html) there are: --- Skinning supports two very different

AW: saveState

2007-05-21 Thread René Günther
Hello, it seems that I solved the problem after adding the new versions of the commons-JARs into my library. -Ursprüngliche Nachricht- Von: René Günther [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 19. Mai 2007 14:33 An: MyFaces Discussion Betreff: t:saveState Hello, I am using a

Re: [Trinidad] faces-1_2-070427 build problem

2007-05-21 Thread Matthias Wessendorf
In the past, we were seeing this issue in our i18n-plugin. Fixed by doing plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-plugin-plugin/artifactId version2.1/version /plugin Lemme check that for the XRTS-plug as well -M On 5/21/07, Cagatay Civici

Search Engines friendly t:dataScroller

2007-05-21 Thread Dfr
Hello, im currently facing problem of making product catalog navigation for online store. Product list is displayed with t:dataTable, but because there is a lot of products i set up t:dataScroller to navigate catalog. And it works truly fine except t:dataScroller links look like a href=#

Re: [Trinidad] faces-1_2-070427 build problem

2007-05-21 Thread Matthias Wessendorf
mmm, I don't get the errors on plugins trunk. I only see it, when I add the plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-plugin-plugin/artifactId version2.1/version /plugin to XRTS. Cagatay, or someone else, can you double check ? -M On 5/21/07,

Re: [Trinidad] faces-1_2-070427 build problem

2007-05-21 Thread Matthias Wessendorf
oen more, I am on maven 2.0.6 -M On 5/21/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: mmm, I don't get the errors on plugins trunk. I only see it, when I add the plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-plugin-plugin/artifactId

Re: [Trinidad] Portlet Bridge: MyFaces Trinidad as a Portlet within JDeveloper / Webcenter preconfigured OC4J

2007-05-21 Thread Scott O'Bryan
Chris, Using Oracle's bridge and ADFm, you need to add Oracle's 10.1.3.2 lifecycle listeners to your portlet.xml. This should work, although the Proof of Concept for Trinidad was used with JDeveloper 11 so I haven't actually tested this out. I DO know that, for 11, Oracle requires the

Re: [Trinidad] Portlet Bridge: MyFaces Trinidad as a Portlet within JDeveloper / Webcenter preconfigured OC4J

2007-05-21 Thread Scott O'Bryan
Chris, Actually Adam is totally correct. I reviewed the packaging for ADFFaces 10.l.3.2. I thought the ADFFacesDatabindingFilter was seperate from ADFFaces, but it's not. Sorry. To use Trinidad with ADFm, you'll need to use JDEV 11, the ADFFaces Richclient, and the ADFFaces Databinding.

Re: JavaScript oamSubmit rendered only if commandButton is in component tree

2007-05-21 Thread Ernst Fastl
I fear at the moment you would have to put at least a dummy commandlink (t:commandLink /) in your page. Thats how I currently work around this problem. I would also appreciate to always have that function available. I think we should propose that on [EMAIL PROTECTED] you might be interested in

TR:TABLE - rendering bug? (TH-tags in TBODY)

2007-05-21 Thread carsten.pieper
Hi, a question about the TR:TABLE implementation: Is this a bug or deliberately done so? When a TR:TABLE is rendered, the TH-tags end up in the TBODY instead of an THEAD ? I am asking because we need a fixed header for scrolling tables. I know that there has been a similar posting on the same

Re: [Trinidad] Button Skinning

2007-05-21 Thread Adam Winer
That doc is obsolete, I'm afraid. At this time, we don't support image-based buttons. -- Adam On 5/21/07, Petr Kotek [EMAIL PROTECTED] wrote: Hi Adam, I don't use ADF Faces. I have in mind dynamic generation of image-based buttons. In document Selectors for Skinning Trinidad Components

RE: Portlet and MyFaces integration: java.lang.IllegalArgumentException: only absolute URLs or full path URIs are allowed

2007-05-21 Thread loseyourself
Hi Nebinger, I do appreciate your help. Currently the portlet can work properly. Cheers, hj -- View this message in context: http://www.nabble.com/Portlet-and-MyFaces-integration%3A-java.lang.IllegalArgumentException%3A-only-absolute-URLs-or-full-path-URIs-are-allowed-tf3788305.html#a10729479

JSF PhaseListener VS Servlet Filter

2007-05-21 Thread bansi
We use a Homegrown security application which on successful authentication returns the RequestHeader Variables i.e. employee Id etc. We use JSF Spring Hibernate Wondering whether i should JSF PhaseListener OR Servlet Filter to retrieve RequestHeader Variables. This is what i am doing currently

Portlet and MyFaces integration

2007-05-21 Thread loseyourself
Hi, When I import the example files into my portlet with RSA 7.0 and render it on Websphere portal 6.0, I can only get the root node, e.g., Inbox(2), then if I try to expand the node by click the plus image, there will be a page error of object expecting, should be related with Javascript. I

Re: Portlet and MyFaces integration

2007-05-21 Thread loseyourself
And everytime when I try to publish the portlet to the portal server, I noticed that in the output, following files can't be found: [22/05/07 13:17:03:154 EST] 0090 FacesConfigur I MyFaces-package : myfaces-api not found. [22/05/07 13:17:03:231 EST] 0090 FacesConfigur I