Re: Best Pratice to serve JavaScript-files from JAR-files?

2006-01-21 Thread Hendrik Neumann
Please make sure to provide feedback on [EMAIL PROTECTED] once you've had the chance to use Weblets in your own Faces component library. Some enhancements have already been filed, but we are always keen to understand additional usecases. Yes - I already started to develop an equal project (I

Re: Howto add faces-config.xml file to /META-INF in a jar to create a deployable jsf component?

2006-01-21 Thread Hendrik Neumann
I just noticed that it seems to be very easy: Using Apache Maven you just need to create a META-INF folder in your resource-folder. Every file placed in this directory will be copied into the META-INF folder of the jar. To create an out of the box usable JSF-component JAR archive you need to place

Re: Howto add faces-config.xml file to /META-INF in a jar to create a deployable jsf component?

2006-01-21 Thread Cagatay Civici
Hi,Alternatively, if ant is employed, the following task should do the work. target name=distribute depends=compile jar destfile=${distribution}/yourcoomponentname.jar basedir=${classes} metainf dir=${resources} / /jar /targetThis task creates a jar file, put the files under classes folder

Re: Samlpe application collapsible panel jammed

2006-01-21 Thread Martin Marinschek
Well, than it's you who has to scratch the itch ;) In any case, I had Gerald deploy the latest version of MyFaces into one of our projects thursday, and the collapsible panels (even in dataTables) are all perfectly working. So I wonder if you do something wrong in the integration. Gerald, can

new jar names

2006-01-21 Thread Rogerio Pereira
Just to know, now the jars names is (excluding -1.1.2-SNAPSHOT):myfaces-impl-1.1.2-SNAPSHOT.jartomahawk-sandbox-1.1.2-SNAPSHOT.jartomahawk-1.1.2-SNAPSHOT.jarmyfaces-api-1.1.2-SNAPSHOT.jarmyfaces-commons-1.1.2-SNAPSHOT.jar Or i'm wrong?-- Yours truly (Atenciosamente),Rogério

Re: new jar names

2006-01-21 Thread Martin Marinschek
yes. they have changed three times over the last two weeks, but that should be the final version ;) regards, Martin On 1/21/06, Rogerio Pereira [EMAIL PROTECTED] wrote: Just to know, now the jars names is (excluding -1.1.2-SNAPSHOT): myfaces-impl-1.1.2-SNAPSHOT.jar

Re: Best Pratice to serve JavaScript-files from JAR-files?

2006-01-21 Thread Hendrik Neumann
Please make sure to provide feedback on [EMAIL PROTECTED] once you've had the chance to use Weblets in your own Faces component library. Some enhancements have already been filed, but we are always keen to understand additional usecases. I can't get it to work! I copied the weblets.jar in my

RE: Howto add faces-config.xml file to /META-INF in a jar to create a deployable jsf component?

2006-01-21 Thread Jesse Alexander \(KBSA 21\)
The faces-config.xml in the META-INF directory is necessary to have JSF automagically include your component in its runtime configuration. The JSF-spec say, that every jar-file in the WEB-INF/lib directory of a webapp is to be searched for a META-INF/faces-config.xml and if found the

selectonemenu and converters

2006-01-21 Thread Veit Guna
Hi. I'm using selectOneMenu to offer the user a city selection. Internally the city objects are value objects that will be added to the selectitem objects as value property. So every selectitem contains the real city object. I've added a custom converter, that should convert from and to these

Re: Urgent: Collapsible Panel with data table not workingIllegalStateException: Client-id : _id3ToggleCollapsed

2006-01-21 Thread Martin Marinschek
I just checked in a fix to the example storing the collapsed state in the backing bean. With this it works perfectly. regards, Martin On 1/18/06, Saurabh Rasinghaney [EMAIL PROTECTED] wrote: Hi Martin, Thanks for your advice of using Nightly Build, It finally worked, I was able to run the

Re: Inputs in a h:dataTable

2006-01-21 Thread Elam Daly
ARGGGRGRGQREAKSDM;SOkay, my bean scope was request. So forget my stupid question.-ElamOn 1/21/06, Elam Daly [EMAIL PROTECTED] wrote:Hi all,Using yesterday's SVN checkout. I have a h:dataTable that is valueBound to an ArrayList of beans and each of the beans have getters and setters. I render the

t:inputCalendar is not working in t:dataTable

2006-01-21 Thread Emily Gu
Hi, I have a data table that each row has a column that I have used t:inputCalendar. My data table is sortingtable and scrollable. Whenever I click table header to sort on other columns, or scroll to next page. The date value in each row got decreased one day. Please help. The following is how

Re: Best Pratice to serve JavaScript-files from JAR-files?

2006-01-21 Thread John Fallows
Hi Hendrik, We'd need to see the contents of your weblets-config.xml file and the usage from the Renderer via the weblet:// pseudo-protocol. Btw, since this is the MyFaces users list, it might be better to follow up on the Weblets users list instead. ;-) [EMAIL PROTECTED] Kind Regards, John

Re: concurrency and t:dataTable (preserveDataModel, forceId, param)

2006-01-21 Thread Simon Kitching
On Fri, 2006-01-20 at 14:26 +0100, Mathias Stein wrote: The data list used during validation phase *must* be the same as the one used during the previous rendering phase, otherwise as you note the wrong object can be accessed. As fas as I know the view is serialized, stored in the