Re: MyFaces site not fully available

2007-11-09 Thread Martin Marinschek
Yes, only the master-pom is visible. I guess Manfred could answer this. regards, Martin On Nov 8, 2007 7:49 PM, Steve Rees [EMAIL PROTECTED] wrote: The MyFaces site is only showing the project info at the moment. The usual documentation, download links etc. are all missing. It was working

Re: MyFaces site not fully available

2007-11-09 Thread Manfred Geiler
Oh no. That was my fault! Was too eager with my continuum setup. There was a job that did a site:deploy for the master pom. Well, minotaur.apache.org/www/myfaces.apache.org seems ok again. Thanks, Bernd (?) Now we have to wait for the mirrors rsync :-( --Manfred On 11/8/07, Steve Rees

[ORCHESTRA] Spring-Webflow

2007-11-09 Thread Martin Marinschek
Hi guys, I've just heard that Spring-Webflow will add JPA-support in the next release. We should dress warmer here ;) regards, Martin -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

Re: [ORCHESTRA] Spring-Webflow

2007-11-09 Thread Matthias Wessendorf
Yes, from the 2-version of it. Was already discussed here :-) -Matthias On Nov 9, 2007 9:16 AM, Martin Marinschek [EMAIL PROTECTED] wrote: Hi guys, I've just heard that Spring-Webflow will add JPA-support in the next release. We should dress warmer here ;) regards, Martin --

Re: [ORCHESTRA] Spring-Webflow

2007-11-09 Thread Mario Ivankovits
Hi! I've just heard that Spring-Webflow will add JPA-support in the next release. We should dress warmer here ;) Yes, I already know that. Well, competition is always good ;-) I see: 1) JBoss Seam, which might be very feature-full but which is also very intrusive to your application and

Re: MyFaces site not fully available

2007-11-09 Thread Manfred Geiler
website is fixed. Thanks to Bernd and Mario! pfffhhh I owe another beer... ;-) --Manfred On 11/9/07, Manfred Geiler [EMAIL PROTECTED] wrote: Oh no. That was my fault! Was too eager with my continuum setup. There was a job that did a site:deploy for the master pom. Well,

[site] distributionManagement for api and impl?

2007-11-09 Thread Manfred Geiler
@maven gurus: FYI: I just removed the site url from the distributionManagement in the master pom. Having the root of our site distribution folder in the common master is dangerous - as todays website breakdown showed. ;-) (To justify myself, this is no new flaw, it was in the old master pom as

Re: [ORCHESTRA] Spring-Webflow

2007-11-09 Thread Matthias Wessendorf
From my perspective, I'd use Orchestra because it is really lightweight, in usage. Configuration is done once, and easy to re-use the orchestra specific cfg. the nav-flow w/ Orchestra is plain JSF, that is a plus. -M On Nov 9, 2007 9:34 AM, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! I've

Re: [ORCHESTRA] Spring-Webflow

2007-11-09 Thread Martin Marinschek
Hi guys, but the sub-flow feature is missing... If we'd have that (eventually in native JSF-configuration style, one subflow in a different file) Orchestra would be feature complete. @Seam: have you seen the public early release draft of web-beans? Seam is not going to look like Seam when this

Re: [ORCHESTRA] Spring-Webflow

2007-11-09 Thread Martin Marinschek
we could have main faces-config.xml: navigation-rule from-view-idx.jsp/from-view-id navigation-case to-view-idflow1:y.jsp/to-view-id /navigation-case /navigation-rule then a flow1-config.xml with navigation-rule from-view-idy.jsp/from-view-id navigation-case

Re: [ORCHESTRA] Spring-Webflow

2007-11-09 Thread Matthias Wessendorf
On Nov 9, 2007 11:01 AM, Martin Marinschek [EMAIL PROTECTED] wrote: Hi guys, but the sub-flow feature is missing... If we'd have that (eventually in native JSF-configuration style, one subflow in a different file) Orchestra would be feature complete. true, that would allow kind of reusage of

Re: [ORCHESTRA] Spring-Webflow

2007-11-09 Thread Matthias Wessendorf
After a first quick though I like the idea. See inline for some notes main faces-config.xml: navigation-rule from-view-idx.jsp/from-view-id navigation-case to-view-idflow1:y.jsp/to-view-id /navigation-case /navigation-rule then a flow1-config.xml with that is nice convention

Re: [ORCHESTRA] Spring-Webflow

2007-11-09 Thread Mario Ivankovits
Hi! I am not sure if I talk about the same, but In Orchestra it is all about beans. What would be nice is, if we could define a page-flow (state A) having it's own set of beans and being able to enter the page-flow (state B) again and having a new set of beans then (effectively the same

Re: [ORCHESTRA] Spring-Webflow

2007-11-09 Thread Martin Marinschek
Hi Mario, we are talking about navigation here, you about beans. Problem: there is a wizard for editing a person - you can start this wizard from the person-list, but also from the company list. After you have finished editing the person, you want to return to the list you started at. How do

[OFFTOPIC] Hackathon

2007-11-09 Thread Martin Marinschek
Hi all, we'll do a MyFaces Hackathon in Vienna - from December 14th to 16th. It will be hosted in our company office, Kuefsteingasse 17-19 A-1140 Wien, and we'll have free drinks (including beer) and pizza for everyone who wants to drop by and help out. regards, Martin --

[jira] Commented: (MYFACES-1761) Handling PostConstruct annotations - wrong order

2007-11-09 Thread Martin Marinschek (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541298 ] Martin Marinschek commented on MYFACES-1761: @Paul: I think we should do the same as the RI does

Re: [OFFTOPIC] Hackathon

2007-11-09 Thread Matthias Wessendorf
I arrive around 11 am at the airport. @Thomas: any news on the football tickets ? -M On Nov 9, 2007 1:00 PM, Martin Marinschek [EMAIL PROTECTED] wrote: Hi all, we'll do a MyFaces Hackathon in Vienna - from December 14th to 16th. It will be hosted in our company office, Kuefsteingasse 17-19

[VOTE] Release of Trinidad 1.0.4

2007-11-09 Thread Matthias Wessendorf
Hi, I was running the needed tasks to get the 1.0.4 release of the Apache MyFaces Trinidad CORE out. The artifacts are deployed to my private Apache account ([1]). Please take a look at the 1.0.4 artifacts and vote [ ] +1 for community members

ValueChangeListeners,.. are they working right??

2007-11-09 Thread David Brainard
Hi, I was looking into the UIInput class and the way the valuechange event gets generated and put in the queue. The event gets generated the first time (when the page is submited the first time) inspite of no change made in the input components. In the validate() in UIInput class the previous

[jira] Commented: (TRINIDAD-181) af|navigationPane height is set to 25px in base-desktop.xss for browser-type IE

2007-11-09 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541321 ] Markus Döring commented on TRINIDAD-181: This issue still exists in 1.0.3, I've added screenshots for IE

[jira] Created: (TOMAHAWK-1144) HtmlInputCalendar's setRenderPopupButtonAsImage method creates an image tag for a calendar. Need to have an alt attribute for the image tag.

2007-11-09 Thread HARSHNA PATEL (JIRA)
HtmlInputCalendar's setRenderPopupButtonAsImage method creates an image tag for a calendar. Need to have an alt attribute for the image tag. ---

Re: [VOTE] Release of Trinidad 1.0.4

2007-11-09 Thread Matthias Wessendorf
+1 On Nov 9, 2007 1:41 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, I was running the needed tasks to get the 1.0.4 release of the Apache MyFaces Trinidad CORE out. The artifacts are deployed to my private Apache account ([1]). Please take a look at the 1.0.4 artifacts and vote

Tomahawk with Trinidad with JSF 1.2

2007-11-09 Thread Cleiton
Hi... I have a question I can use trinidad with tomahawk? I tried to use the component datascroller the tomahawk but unable to use the facets of datascroller not worked Thank You Cleiton Martins Borges Analista Programador Dogo Dogo Comércio e Consultoria em Informática Ltda. Av Goiás N°

[jira] Commented: (MYFACES-1761) Handling PostConstruct annotations - wrong order

2007-11-09 Thread Paul McMahan (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541341 ] Paul McMahan commented on MYFACES-1761: --- Thanks Martin. As you can probably tell (and maybe agree?) I am

Re: Tomahawk with Trinidad with JSF 1.2

2007-11-09 Thread Matthias Wessendorf
Trinidad has build-in scrolling On Nov 9, 2007 5:09 PM, Cleiton [EMAIL PROTECTED] wrote: Hi... I have a question I can use trinidad with tomahawk? I tried to use the component datascroller the tomahawk but unable to use the facets of datascroller not worked Thank You Cleiton Martins

RES: Tomahawk with Trinidad with JSF 1.2

2007-11-09 Thread Cleiton
But i´m using h:datatable, because is the best for manager CSS Cleiton Martins Borges Analista Programador Dogo Dogo Comércio e Consultoria em Informática Ltda. Av Goiás N° 1646 B. Santa Paula São Caetano do Sul - SP Fone: 55 11 4224 6509 www.dogo.com.br [EMAIL PROTECTED] -Mensagem

[jira] Created: (MYFACES-1765) h:selectOneMenu doesn't call setter

2007-11-09 Thread Wolf Benz (JIRA)
h:selectOneMenu doesn't call setter --- Key: MYFACES-1765 URL: https://issues.apache.org/jira/browse/MYFACES-1765 Project: MyFaces Core Issue Type: Bug Components: General Affects Versions:

Add documentation (was Re: [OFFTOPIC] Hackathon)

2007-11-09 Thread Matthias Wessendorf
Perhaps, making this a docathon is more important ? One sample: http://myfaces.apache.org/tomahawk/extensionsFilter.html This is old (at least when checking the source for the filter, where it talks about upload-specific data, like file-size. This is correct:

[jira] Commented: (MYFACES-1761) Handling PostConstruct annotations - wrong order

2007-11-09 Thread Bernhard Huemer (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-1761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541363 ] Bernhard Huemer commented on MYFACES-1761: -- I guess I have to agree that the specification leaves room to

[jira] Created: (TOMAHAWK-1145) t:input calendar unstable to disfunctional

2007-11-09 Thread Wolf Benz (JIRA)
t:input calendar unstable to disfunctional -- Key: TOMAHAWK-1145 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1145 Project: MyFaces Tomahawk Issue Type: Bug Components: Calendar

[jira] Created: (TOMAHAWK-1146) Include Complete and Correct Taglib file for Facelets

2007-11-09 Thread Wolf Benz (JIRA)
Include Complete and Correct Taglib file for Facelets - Key: TOMAHAWK-1146 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1146 Project: MyFaces Tomahawk Issue Type: Improvement

Re: Add documentation (was Re: [OFFTOPIC] Hackathon)

2007-11-09 Thread Martin Marinschek
Sure, we can also do a docathon. regards, Martin On Nov 9, 2007 5:03 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: Perhaps, making this a docathon is more important ? One sample: http://myfaces.apache.org/tomahawk/extensionsFilter.html This is old (at least when checking the source for

Re: [VOTE] Release of Trinidad 1.0.4

2007-11-09 Thread Matt Cooper
+1 thank you Matthias On Nov 9, 2007 8:00 AM, Matthias Wessendorf [EMAIL PROTECTED] wrote: +1 On Nov 9, 2007 1:41 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, I was running the needed tasks to get the 1.0.4 release of the Apache MyFaces Trinidad CORE out. The artifacts are

Re: [VOTE] Release of Trinidad 1.0.4

2007-11-09 Thread Simon Lessard
+1 On Nov 9, 2007 11:59 AM, Matt Cooper [EMAIL PROTECTED] wrote: +1 thank you Matthias On Nov 9, 2007 8:00 AM, Matthias Wessendorf [EMAIL PROTECTED] wrote: +1 On Nov 9, 2007 1:41 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, I was running the needed tasks to get the

Skin Trinidad

2007-11-09 Thread Cleiton
I configure the skin of Trinidad and put af | column: cell-number to align the right and the af | column:: cell-text to the left, but all columns aligned to the right, the values of also. How can I do to align text to the left and value to the right Thank You Cleiton Martins Borges

Re: Skin Trinidad

2007-11-09 Thread Scott O'Bryan
Hey Cleiton, do you have all those spaces in your stylesheet? If so, you need to remove them (ie: af|column::cell-text). Cleiton wrote: I configure the skin of Trinidad and put af | column: cell-number to align the right and the af | column:: cell-text to the left, but all columns aligned

Re: [ORCHESTRA] Spring-Webflow

2007-11-09 Thread Duong BaTien
Hi: Can you give a link to early release draft of web-beans I look at the just released Seam-2.0.0.GA and do not see the changes you mention. Thanks BaTien On Fri, 2007-11-09 at 11:01 +0100, Martin Marinschek wrote: Hi guys, but the sub-flow feature is missing... If we'd have that

Re: [ORCHESTRA] Spring-Webflow

2007-11-09 Thread Duong BaTien
On Fri, 2007-11-09 at 03:24 -0700, Duong BaTien wrote: Hi: Can you give a link to early release draft of web-beans I look at the just released Seam-2.0.0.GA and do not see the changes you mention. Thanks BaTien Yes, i got it. Thanks for pointed out. On Fri, 2007-11-09 at 11:01 +0100,

Re: [site] distributionManagement for api and impl?

2007-11-09 Thread Bernd Bohmann
Hello Manfred, http://maven.apache.org/guides/mini/guide-site.html I'm a little bit confused from the master-pom, it has no trailing slash in the site url. If the site url has a trailing slash the artifactId of the subproject is append to path the myfaces-core-project has following path

[jira] Commented: (TRINIDAD-798) StateManagerImpl extends StateManager rather then StateManagerWrapper

2007-11-09 Thread Scott O'Bryan (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541409 ] Scott O'Bryan commented on TRINIDAD-798: I added this patch to the Trinidad 1.2.3.1-branch for testing in

[jira] Created: (TRINIDAD-811) PPR problem with Facelets

2007-11-09 Thread Steve Horne (JIRA)
PPR problem with Facelets - Key: TRINIDAD-811 URL: https://issues.apache.org/jira/browse/TRINIDAD-811 Project: MyFaces Trinidad Issue Type: Bug Affects Versions: 1.0.3-core, 1.0.2-core Environment:

[jira] Commented: (TRINIDAD-811) PPR problem with Facelets

2007-11-09 Thread Steve Horne (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541427 ] Steve Horne commented on TRINIDAD-811: -- Matthias Wessendorf ([EMAIL PROTECTED]) is aware of this problem and

RE: [OFFTOPIC] Hackathon

2007-11-09 Thread Kito D. Mann
Martin, You should make it a global thing -- get people outside of Vienna to work on MyFaces on the same days :-). ~~~ Kito D. Mann - Author, JavaServer Faces in Action http://www.virtua.com - JSF/Java EE consulting, training, and

[jira] Commented: (TRINIDAD-811) PPR problem with Facelets

2007-11-09 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541431 ] Matthias Weßendorf commented on TRINIDAD-811: - after a very quick look. I saw, it fails here:

[jira] Commented: (TRINIDAD-811) PPR problem with Facelets

2007-11-09 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541433 ] Matthias Weßendorf commented on TRINIDAD-811: - forgot to mention, that contentType is text/html PPR

distribution of Sun XSD and DTDs

2007-11-09 Thread Dennis Byrne
I would like to use a custom EntityResolver in order to prevent apps from going to the Internet each time faces-config.xml or a .tld file is parsed. Doing that means distributing the jar with these four files [1]. I'm not seeking official legal advice, but is this as simple as shipping the binary

distribution of Sun XSD and DTDs

2007-11-09 Thread Dennis Byrne
I would like to use a custom EntityResolver in order to prevent apps from going to the Internet each time faces-config.xml or a .tld file is parsed. Doing that means distributing the jar with these four files [1]. I'm not seeking official legal advice, but is this as simple as shipping the binary

[jira] Commented: (TOBAGO-268) TLD file for facelet-extension for code completition in eclipse

2007-11-09 Thread Guido Dubois (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541476 ] Guido Dubois commented on TOBAGO-268: - Thanks Tobias, but I use this workaround since I have started with

[jira] Created: (TRINIDAD-812) missing optgroup support for tr:selectOneListbox and tr:selectManyListbox

2007-11-09 Thread Gerhard Petracek (JIRA)
missing optgroup support for tr:selectOneListbox and tr:selectManyListbox - Key: TRINIDAD-812 URL: https://issues.apache.org/jira/browse/TRINIDAD-812 Project: MyFaces Trinidad

[jira] Updated: (TRINIDAD-812) missing optgroup support for tr:selectOneListbox and tr:selectManyListbox

2007-11-09 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated TRINIDAD-812: -- Status: Patch Available (was: Open) missing optgroup support for