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 t

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 Fal

is not working in

2006-01-21 Thread Emily Gu
Hi,   I have a data table that each row has a column that I have used . 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 I put the inpu

Re: Inputs in a

2006-01-21 Thread Elam Daly
ARGGGRGRGQREA"KSDM;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 that is valueBound to an ArrayList of beans and each of the beans have getters and setters.  I render the dataTabl

Inputs in a

2006-01-21 Thread Elam Daly
Hi all,Using yesterday's SVN checkout.I have a that is valueBound to an ArrayList of beans and each of the beans have getters and setters.  I render the dataTable with inputs for the bean values, but my changes are never saved.  The dataTable simply redisplay's the old values.  I could have sworn

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

Re: Dynamically refer to a component from another component

2006-01-21 Thread Simon Kitching
I presume that your "button" is in the same row of the table as the component it accesses (otherwise there would not be a 1:1 relation between button and component). So I think you can use the "naming convention" approach documented here under "Avoiding forceId": http://wiki.apache.org/myfaces/fo

Receiving duplicate suggestions in InputSuggestAjax component

2006-01-21 Thread Michel Goldstein
Hi,This silly problem has been bugging me for a while. I try to use the InputSuggestAjax component and it is working fine except that it shows the results of the call twice! I've even deployed the sandbox-example war and it had the same problem, even in the input that has a limit on the maximum num

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 va

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 faces-config.

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

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 > tomahawk-sandbox-1.

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: 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 you

Re: Using assembly for a nightly build

2006-01-21 Thread Bernd Bohmann
Good idea, if I have some time i will create a transport maven plugin. Can you move the maven archetype stuff from the test repository to the real repository? Regards Bernd Sean Schofield schrieb: Maybe a simple ssh script to publish them manually (using cron?) The builds can be automated

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.                         This task creates a jar file, put the files under classes folder and puts the files like tld and face-config under meta-inf.Regards,Cagatay, On 1/21/06, Hendrik Neumann <[EMAIL PR

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: Ajax? anywhere?

2006-01-21 Thread Matthias Wessendorf
Dave- not used ajax anywhere directly... however, maybe this one is interesting for you as well: http://smirnov.org.ru/en/ajax-jsf.html -Matthias On 1/21/06, Dave <[EMAIL PROTECTED]> wrote: > Hi, > > is anyone using Ajax anywhere successfully to retrieve/update JSF component > such as dataTable

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

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

2006-01-21 Thread Hendrik Neumann
2006/1/20, Simon Kitching <[EMAIL PROTECTED]>: > On Fri, 2006-01-20 at 14:04 +, Hendrik Neumann wrote: > > Hi List, > > > > I have developed a bunch of JSF-Components which uses some > > JavaScript-Codes (about 10 *.js-files). Now I have written an Apache > > Maven Script which builds a mycompo