Re: please maven clean continuum [was: [continuum] BUILD FAILURE: Myfaces Nighly Build Script]

2006-06-29 Thread Mario Ivankovits
Hey boy, Bernd changed the pom xml yea - tx a lot for this, however, I do not understand why my and others local build worked without this change - however a tree times salut to Bernd. Ciao, Mario

[jira] Created: (TOBAGO-86) resource dirs needs defined order

2006-06-29 Thread Volker Weber (JIRA)
resource dirs needs defined order - Key: TOBAGO-86 URL: http://issues.apache.org/jira/browse/TOBAGO-86 Project: MyFaces Tobago Type: Bug Reporter: Volker Weber Assigned to: Volker Weber Fix For: 1.0.8 Attachments:

[jira] Updated: (TOBAGO-86) resource dirs needs defined order

2006-06-29 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-86?page=all ] Volker Weber updated TOBAGO-86: --- Status: Patch Available (was: Open) resource dirs needs defined order - Key: TOBAGO-86 URL:

[jira] Created: (TOBAGO-87) NPE when decoding PageState without state value in request

2006-06-29 Thread Volker Weber (JIRA)
NPE when decoding PageState without state value in request -- Key: TOBAGO-87 URL: http://issues.apache.org/jira/browse/TOBAGO-87 Project: MyFaces Tobago Type: Bug Reporter: Volker Weber Assigned to:

[jira] Updated: (TOBAGO-87) NPE when decoding PageState without state value in request

2006-06-29 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-87?page=all ] Volker Weber updated TOBAGO-87: --- Status: Patch Available (was: Open) NPE when decoding PageState without state value in request --

[jira] Created: (TOBAGO-88) Warning page contains secure and nonsecure items on IE when using https

2006-06-29 Thread Volker Weber (JIRA)
Warning page contains secure and nonsecure items on IE when using https --- Key: TOBAGO-88 URL: http://issues.apache.org/jira/browse/TOBAGO-88 Project: MyFaces Tobago Type: Bug Environment: IE and

[jira] Updated: (TOBAGO-88) Warning page contains secure and nonsecure items on IE when using https

2006-06-29 Thread Volker Weber (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-88?page=all ] Volker Weber updated TOBAGO-88: --- Status: Patch Available (was: Open) Warning page contains secure and nonsecure items on IE when using https

Re: Displaying radio buttons in datatable

2006-06-29 Thread kalpana
I tried using SelectOneRow Component in tomahawk sandbox but faces problems with jar files. I need to use t:selectOneRadio or h:selectOneRadio component. When i removed the forceId and forceIndexId i was able to do mutiple selections whicxh is against my requirement. I am restricted using

Source attachment jars for MyFaces and Tomahawk

2006-06-29 Thread arjan tijms
Hi, During the development of my JSF projects and components, I often like to step into the (JSF) framework code during debugging. As I'm using MyFaces and Tomahawk 1.1.3, I was looking for a source code jar (or tar) for these. http://apache.org/dev/version-control.html tells me to look up

[jira] Created: (MYFACES-1346) exception when using a custom error page and a 404 occurs with an address that matches pattern for FasesServlet

2006-06-29 Thread Michal Borowiecki (JIRA)
exception when using a custom error page and a 404 occurs with an address that matches pattern for FasesServlet --- Key: MYFACES-1346 URL:

[jira] Resolved: (MYFACES-612) IllegalStateException: Cannot forward after response has been committed

2006-06-29 Thread Jeremy Green (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-612?page=all ] Jeremy Green resolved MYFACES-612: -- Resolution: Invalid This seems to be an issue with Tomcat / Java 2D, and not MyFaces: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6326655

Re: Problems building myfaces

2006-06-29 Thread Wendy Smoak
On 6/28/06, Cosma Colanicchia [EMAIL PROTECTED] wrote: I have done a fresh checkout of latest myfaces, and just installed maven 2.0.4. I cant build myfaces, mvn install gives me this error: ... Reason: Unable to download the artifact from any repository

Re: Problems building myfaces

2006-06-29 Thread Cosma Colanicchia
I followed the instructions on http://wiki.apache.org/myfaces/Building_With_Maven.. or at least I think so :) I'm having a look at the stuff svn downloaded and I see only the site folder inside of src! Probably I mispelled the url (it was late...) I'm checking it out again and it seems that the

[job] Remote MyFaces developper job offer

2006-06-29 Thread Sylvain Vieujot
Hello MyFaces developers, We have a job offer opening for one or two good JSF developers, and some of you might be interested. Here is the offer : Full time remote job with some meetings (once or twice a year in either Paris - France or Dubai - UAE). Goal : Participate in the development of

[jira] Created: (TOMAHAWK-509) t:saveState does not check to see if the value attribute implements StateHolder.

2006-06-29 Thread Matt Hughes (JIRA)
t:saveState does not check to see if the value attribute implements StateHolder. Key: TOMAHAWK-509 URL: http://issues.apache.org/jira/browse/TOMAHAWK-509 Project: MyFaces Tomahawk Type:

Re: Tomahawk Maven2 oddity: 1.1.3 requires Shale and Struts1.2.8. Why?

2006-06-29 Thread Wendy Smoak
On 6/29/06, David Friedman [EMAIL PROTECTED] wrote: And it suddenly added Struts-1.2.8 to my .war file. The tomahawk-1.1.3.pom file lists Struts like so: dependency groupIdstruts/groupId artifactIdstruts/artifactId version1.2.8/version scopecompile/scope