Re: [Trinidad] TreeTable Skinning Options?

2007-10-12 Thread Cristi Toth
Hi Chris, 1. it's probably related to using rowSelection=multiple if you don't specify that, the links will not be rendererd 3. the model it's a tree, so the leafs don't have the expand/collapse icon rendered BUT for a node to be a leaf it has to have the 'children' property set to null (not an

Makeing inputsuggestajax tag look like a inputText box and not a selectOne

2007-10-12 Thread Tony Akocs
Can I change the style of the inputsuggestajax tag to look like a simple inputText box. I don't want the drop down arrow image. Thanks.

Re: [Trinidad] TreeTable Skinning Options?

2007-10-12 Thread Chris Hane
Cristi - thanks for the info on setting the children property to null and not just empty. That did the trick for my question #3. 1) Can the Select All | Select None be turned off and not show in the table header? 1. it's probably related to using rowSelection=multiple if you don't

Re: JSF and recursion

2007-10-12 Thread Michał 'Gandalf' Stawicki
Thanks for your reply. TreeTable isn't good for me. Let's say I have a TabbedPanel and let's say it has info about a person. And a person has children, and children can have children, etc. So I want to recursively render TabbedPanels in each other, and at time of writing my JSF page I don't know

[Trinidad]: where are the snapshot builds?

2007-10-12 Thread Dave Syer
The website seems to be out of date (http://myfaces.apache.org/trinidad/trinidad-api/project-summary.html refers to the podling and 1.0.2-SNAPSHOT) and lacking information about where to find Maven artifacts. I looked on the usual Apache snapshots repo

Re: [Trinidad] Dynamic content in a popup?

2007-10-12 Thread Dave Syer
Thanks, that is good to know. The af:dialog actually looks pretty similar to the tr:panelPopup in terms of functionality. Maybe just a better implementation? I haven't tried it because unfortunately for this project I don't think it will be possible to use ADF. The Trinidad popupPanel has the

Re: Makeing inputsuggestajax tag look like a inputText box and not a selectOne

2007-10-12 Thread Gerald Müllan
Hi, i don`t think that this is currently possible. But have a look at: http://wiki.apache.org/myfaces/InputSuggestAjax At the bottom there is the css-styling section, maybe you can deal with the component in this way. cheers, Gerald On 10/12/07, Tony Akocs [EMAIL PROTECTED] wrote: Can I

Re: inputSuggestAjax problem

2007-10-12 Thread Gerald Müllan
Hi, what is the signature of the suggestedItemsMethod? Did you have a look at: http://example.irian.at/example-sandbox-20071012/inputSuggestAjax.jsf The daily build works, so the component should not have a bug. cheers, Gerald On 10/11/07, popajce [EMAIL PROTECTED] wrote: I tried

Re: orchestra + security-constraint

2007-10-12 Thread Maciej Swinarski
As far as I can tell you can ignore this exception as the redirect to the login page will happen anyway. I m redirected to the login page, but I m unable to login. Each correct login throws this exception and sends me back to the login page. So I m unable to access the protected resource. I

Re: orchestra + security-constraint

2007-10-12 Thread Mario Ivankovits
Hi! Hello Mario, Thanx for the answer. I have modified the orchetra filter mapping but still have an exception in the example application (after clicking on PC Configurator): Oh, I've overseen this exception. But now this looks more like a Spring problem . As far as I can tell you can

Re: orchestra + security-constraint

2007-10-12 Thread Maciej Swinarski
Hello Mario, Thanx for the answer. I have modified the orchetra filter mapping but still have an exception in the example application (after clicking on PC Configurator): ERROR 2007-10-12 10:58:27,581 [http-8080-3] org.apache.myfaces.lifecycle.PhaseListenerManager - Exception in PhaseListener

Re: [Trinidad]: where are the snapshot builds?

2007-10-12 Thread Dave Syer
Thanks, but neither of those links is a Maven repo, or contains references to one that I can find 1.2.3 in. I looked in the source control already to see if the distribution management section of the parent pom was any help, but the repo there looks like the standard Apache snapshot repo, which

Re: [Trinidad] next/prev link doesn't work in chooseDate

2007-10-12 Thread Simon Lessard
Hi Sven, Yes that's the good parameter. If you dislike it, I don't see any workaround until we fix the bug though :( Regards, ~ Simon On 10/12/07, Rottstock, Sven [EMAIL PROTECTED] wrote: Hi Simon, many thanks. I have an account now and tried the context-param

AW: [Trinidad] next/prev link doesn't work in chooseDate

2007-10-12 Thread Rottstock, Sven
Hi Simon, many thanks. I have an account now and tried the context-param org.apache.myfaces.trinidad.ENABLE_LIGHTWEIGHT_DIALOGS (it is the same as you mentioned, it is???). With it the chooseDate work correctly, but other dialogs in my project looks a little bit strange because they have a

[Announce] Release of Apache MyFaces Orchestra 1.0

2007-10-12 Thread Mario Ivankovits
The Apache MyFaces Orchestra team is pleased to announce the release of Apache MyFaces Orchestra Core 1.0. Apache MyFaces Orchestra is a library which introduce a new scope called conversation scope to your web based application which will help you alot building applications using ORM by

Re: [Announce] Release of Apache MyFaces Orchestra 1.0

2007-10-12 Thread Zubin Wadia
Well done Mario, Simon Werner... congratulations on the release! Cheers, Zubin. On 10/12/07, Mario Ivankovits [EMAIL PROTECTED] wrote: The Apache MyFaces Orchestra team is pleased to announce the release of Apache MyFaces Orchestra Core 1.0. Apache MyFaces Orchestra is a library which

Re: [Trinidad] Pure HTML Component

2007-10-12 Thread Michael Borchert
Hi Gary, thanks for your reply. Outputtext just renders the HTML as Text. And it is too complex to render it as outputformatted. So I deliver a standard servlet response from the backing bean now. Michael Am Freitag, den 12.10.2007, 13:35 + schrieb Gary VanMatre: From: Michael Borchert

[Trinidad] Problem with nested tables

2007-10-12 Thread Steve Horne
(myfaces 1.1.5 / trinidad 1.0.1 / facelets 1.1.14) I have a problem with a table which contains a nested table in the detailStamp facet. This nested table works perfectly unless I put a binding attribute on the table in the detailStamp. When I do that, I get the following exception:

Re: [Announce] Release of Apache MyFaces Orchestra 1.0

2007-10-12 Thread Erlend Hamnaberg
Mario Ivankovits wrote: The Apache MyFaces Orchestra team is pleased to announce the release of Apache MyFaces Orchestra Core 1.0. Apache MyFaces Orchestra is a library which introduce a new scope called conversation scope to your web based application which will help you alot building

Re: [Trinidad] auto-update on every ppr-request?

2007-10-12 Thread Scott O'Bryan
Tobias, These mechanism's are not compatible. They are, essentially, two different AJAX mechanisms. Do you mind me asking what AJAX4JSF provides that Trinidad doesn't out of the box? In other words, why is Trinidad's AJAX mechanism not sufficient. AJAX4JSF is intended to make a non-ajax

[Trinidad] auto-update on every ppr-request?

2007-10-12 Thread Tobias Kilian
Hi All! I want to use Trinidad together with ajax4jsf (richfaces), and have problems using the two different ppr-mechanisms together. Trinidad uses the attribute partialTriggers=list of components, whose events update this component while a4j uses reRender=list of components to update on

Re: [Announce] Release of Apache MyFaces Orchestra 1.0

2007-10-12 Thread Martin Marinschek
Yeah!! regards, Martin On 10/12/07, Mario Ivankovits [EMAIL PROTECTED] wrote: The Apache MyFaces Orchestra team is pleased to announce the release of Apache MyFaces Orchestra Core 1.0. Apache MyFaces Orchestra is a library which introduce a new scope called conversation scope to your web

Re: [Trinidad] Pure HTML Component

2007-10-12 Thread Gary VanMatre
From: Michael Borchert [EMAIL PROTECTED] Hi, I have the problem, that I have a web service call that renders pure HTML an gives the page back as HTML. How can I open a dialog, that contains pure HTML. I tried outputDocument but this interprets the HTML code. I want to avoid writing a

Re: [Trinidad] next/prev link doesn't work in chooseDate

2007-10-12 Thread Simon Lessard
Hello Sven, Can you post a JIRA issue about this please? As a quick workaround can't you use a popup with the new popup framework since it doesn't use a different window? Regards, ~ Simon On 10/12/07, Rottstock, Sven [EMAIL PROTECTED] wrote: Hi, in Trinidad 1.0.3 the chooseDate component

Re: [Trinidad] Pure HTML Component

2007-10-12 Thread Simon Lessard
Hello Michael, You could try outputText with escape set to false. However, you must really trust the web service to provide correctly formed HTML as this might introduce a security issue if it isn't the case. Another way would be to create a very simple component that directly call write(value)

AW: [Trinidad] next/prev link doesn't work in chooseDate

2007-10-12 Thread Rottstock, Sven
Hello Simon, you mean in this way??? tr:panelGroupLayout layout=horizontal tr:inputDate chooseId=picker value=#{myBean.selectedDate} f:convertDateTime type=both/ /tr:inputDate tr:panelPopup title=Select Date text=Select Date tr:chooseDate id=picker / /tr:panelPopup

Re: [Trinidad]: where are the snapshot builds?

2007-10-12 Thread Timm Helbig
You can checkout the mentioned branch from Subversion and build it yourself with maven. Worked for me. But there is still the question where the Snapshot Builds have gone to. Regards, Timm Am Freitag, 12. Oktober 2007 14:34:45 schrieb Dave Syer: Thanks, but neither of those links is a Maven

Re: orchestra + security-constraint

2007-10-12 Thread Maciej Swinarski
Wawaweewa! Its working! U'r the master! thanx! mac

[Trinidad] next/prev link doesn't work in chooseDate

2007-10-12 Thread Rottstock, Sven
Hi, in Trinidad 1.0.3 the chooseDate component doesn't work correctly if you associate it with an inputDate. Here is a short example: tr:panelGroupLayout layout=vertical tr:inputDate chooseId=picker value=#{myBean.selectedDate} f:convertDateTime type=both/ /tr:inputDate

Re: orchestra + security-constraint

2007-10-12 Thread Mario Ivankovits
Hi! Ah try configuring Spring's RequestContextFilter [1] instead of (or in addition to) the RequestContextListener and use the same filter config (FORWARD,REQUEST) as for Orchestra. I've done it in the examples with: filter filter-namespringRequestContextFilter/filter-name

Problems Tomahawk / Extensionsfilter / Facelets / XHTML / CDATA / JSCookMenu

2007-10-12 Thread Marcus Schmidke
Hello all, I'm using Tomahawk 1.1.5 in a JBoss Seam / Facelets / RI environment, and I am having problems displaying JSCookMenu. In IE it is deployed, in Firefox, it isn't, so I suspect it's some xhtml issue. I've had a look at the generated source and found one single line of JavaScript

Re: [Trinidad] TreeTable Skinning Options?

2007-10-12 Thread Tobias Kilian
Chris Hane schrieb: Cristi - thanks for the info on setting the children property to null and not just empty. That did the trick for my question #3. 1) Can the Select All | Select None be turned off and not show in the table header? Hi chris! maybe you could use style.display=none to

Re: orchestra + security-constraint

2007-10-12 Thread Mario Ivankovits
Hi! I hope I can find a solution cos I really needed the conversation scope in ma app, but cant leave without logging. If you didn't get to the real problem, you probably could use plain JSP login pages. Then the orchestra filter wouldn't jump in and everything should work fine. I'll look

Re: [Trinidad]: where are the snapshot builds?

2007-10-12 Thread wolfgang . toepfer
Hi, There is http://wiki.apache.org/myfaces/Trinidad_JSF12_Support and as far as I could see the JSF 1.2.3 is in https://svn.apache.org/repos/asf/myfaces/trinidad/branches/1.2.3-branch/ thus being the latest JSF 1.2 branch. Best, Wolfgang. -Dave Syer [EMAIL PROTECTED] schrieb:

Re: [Trinidad] next/prev link doesn't work in chooseDate

2007-10-12 Thread Simon Lessard
Hi Sven, I'll take care of the JIRA issue then ( https://issues.apache.org/jira/browse/TRINIDAD-765), but you can also create yourself an account for free ( https://issues.apache.org/jira/secure/Signup!default.jspa). As for the popup, I meant using context-param

Re: [Trinidad] auto-update on every ppr-request?

2007-10-12 Thread Tobias Kilian
Scott O'Bryan schrieb: Tobias, These mechanism's are not compatible. They are, essentially, two different AJAX mechanisms. Do you mind me asking what AJAX4JSF provides that Trinidad doesn't out of the box? In other words, why is Trinidad's AJAX mechanism not sufficient. Hi Scott! I

[Trinidad] Force Trinidad to display disabled text field rather than plain text?

2007-10-12 Thread Stephen Friedrich
My requirements demand some read-only fields that show detail data of a selected table row.. Currently I have found no other solution than to create setters for these fields in my backing bean, even though business logic demands that those values will never be changed. If I omit the setters

Re: [Trinidad] auto-update on every ppr-request?

2007-10-12 Thread Scott O'Bryan
Tobias, Well, I won't say Trinidad's is better, just different because they are intended on supporting different issues. Trinidad is able to get more flexibility because AJAX is built in, but AJAX4JSF is intended to allow a non-ajax renderkit to have ajax and does a really good job of

Re: [Trinidad] auto-update on every ppr-request?

2007-10-12 Thread Andrew Robinson
The other thing is i really need a tag like I described which updates on every request and couldnt find it in Trinidad. I had the same problem, and ended up writing new components. Adam frowned upon that functionality though, so they did not make it into 1.0.3. They are stuck in an SVN branch.