Re: Antwort: Re: Eclipse .project & .classpath files (is he talking about Maven again?!?!?!)

2005-06-30 Thread Werner Punz
[EMAIL PROTECTED] wrote: Hi there, I just want to give my response aswell. As a rarely jsf developer, I'm always in the situation, that I've got to setup my myfaces enviroment from new, because I'm not always on track with the changes. Even Eclipse and its different web/jsf plugins change so

Re: Could use some help debugging sandbox

2005-07-01 Thread Werner Punz
Good thing that you replaced the colons with underscores, makes things easier, once you want to recycle the component id in javascript. I ran into some cases a while ago where I could not use the component id directly but had to underscore the colons (not the document.getObjectById that works, i

Re: Subproject name

2005-07-02 Thread Werner Punz
Obsidian has been used many many times in different products, there might be some kind of law problem there in the long run (I just recalled Obsidian entertainment) Given the current state of affairs of rampand going lawyers especially in germany, although I like the name, it might become problem

news from sourceforge

2005-07-03 Thread Werner Punz
Just wanted to drop a short notice... on the status of the sourceforge stuff if you guys want to integrate parts of it into myfaces ajaxAutocomplete works, currently I am rewriting the javascripts because I am unhappy about the old ones both from the cleanlyness of the code, and the way the cod

Re: TCK for JavaServer Faces

2005-07-04 Thread Werner Punz
Could Oracle help maybe? Jesse Alexander (KBSA 21) wrote: Is it possible to help from the outside? Meaning: is it a money-issue? If yes: how much? Or is it possible that companies can make pressure on Sun? regards Alexander -Original Message- From: Martin Marinschek [mailto:[EMAIL

Re: Proposal: myfaces.org --> myfaces.apache.org

2005-07-05 Thread Werner Punz
Sean Schofield wrote: A while back we talked about pointing the myfaces.org website to the new ASF one. I think the time has come for us to do this. I'm concerned people may be eroneously using the old site which is now quite out-dated. (We've seen some posts on the mailing list to indicate th

Re: Proposal: myfaces.org --> myfaces.apache.org

2005-07-05 Thread Werner Punz
Sean Schofield wrote: I am not aware, that the latest demo app is running anywhere on a publicly reachable server. Correct. It requires a JSP-enabled server which I don't believe ASF maintains at the moment. I think there is talk of this someday but I'm not really up-to-date with the ASF inf

Re: template based renderer (using Jakarta Velocity)

2005-07-06 Thread Werner Punz
Matthias Wessendorf wrote: Hi all. Last night I played a bit with Velocity templates to render JSF UI components. Here is a document that contains some infos regarding this. Note: it is a first version. Not complete, but I'll look deeper into this. Here it goes: http://people.apache.org/~matze

Re: UIData...

2005-07-06 Thread Werner Punz
Just a question, does the new ui data also solve the problem of losing the scroller/ data table states if you traverse pages over a faces-config defined pageflow into the same page? I stumbled over that problem and discussed it in the user list last week. (x:savestate did not help in this case eit

Re: template based renderer (using Jakarta Velocity)

2005-07-06 Thread Werner Punz
Matthias Wessendorf wrote: Werner, thanks for your feedback, During the weekend I'll look more at that. Yes the putting the ui component to the context is fine. thanks (was late... ;)) I'll keep you updated for *news* on that. Yes really neat stuff.. as I said I have used Velocity based tech

Re: template based renderer (using Jakarta Velocity)

2005-07-06 Thread Werner Punz
Martin Marinschek wrote: I was thinking about maybe using the "Facelet" approach for the component creation as well - this is basically exact the same stuff as defining the components by using JSP. I don't know how to do loops and stuff like that then, though... Facelet is very similar but a muc

Re: template based renderer (using Jakarta Velocity)

2005-07-06 Thread Werner Punz
[EMAIL PROTECTED] wrote: I was thinking about maybe using the "Facelet" approach for the component creation as well - this is basically exact the same stuff as defining the components by using JSP. I don't know how to do loops and stuff like that then, though... The Clay component under Shale

Re: UIData...

2005-07-06 Thread Werner Punz
Wohoo if that really works, then you just have fixed one of the biggest issues I have had with the current component set, which I could not figure out myself of what went wrong. (in my debugging steps I lost the old datamodel at exactly that situation, which was rendered somewhere between encode

Re: template based renderer (using Jakarta Velocity)

2005-07-06 Thread Werner Punz
[EMAIL PROTECTED] wrote: I see. So you might have a template that looks like this? Enter your Name: #set( $component = $JSFHelper.createComponent("input") #set( $component.action = "#{managedBean.name}") I'm not sure how you would merge the output in the template with the rendering of the co

javascript mem leaks in jscookmenu

2005-07-07 Thread Werner Punz
Hi I know I am picky But has anyone checked the more dynamic components for mem leaks. After having spent several hours yesterday to remove some of those dreaded leaks in my ajax component on sourceforge. I ran the test against the jscookmenu today and got the painful result of several com

Re: javascript mem leaks in jscookmenu

2005-07-07 Thread Werner Punz
never mind, i just filed it into jira, where it acutally belongs into Werner Werner Punz wrote: Hi I know I am picky But has anyone checked the more dynamic components for mem leaks. After having spent several hours yesterday to remove some of those dreaded leaks in my ajax component on

Re: javascript mem leaks in jscookmenu

2005-07-07 Thread Werner Punz
Martin Marinschek wrote: I don't think that this has been done so far ;) is this something the orginal developer of JSCookMenu would need to do? regards, Either him, or if I can find the time I could go over the sources... But the problem in my case really is time, since I am going to start a

Re: javascript mem leaks in jscookmenu

2005-07-07 Thread Werner Punz
Martin Marinschek wrote: I don't think that this has been done so far ;) is this something the orginal developer of JSCookMenu would need to do? regards, Martin Ah yes... btw... the effects from my sourceforge project are affected as well, (not the fade, but the rest), I contacted the autho

Re: Two Input Suggests (Lets not go down this road again)

2005-07-08 Thread Werner Punz
Sean Schofield wrote: I noticed there is a new inputSuggest by Werner added to the sandbox. Not really that new, it has been in the wild for almost three weeks It was on sourceforge, and somebody must have moved it into the main codebase on svn. (I do not have write access there yet) I've e

Re: Two Input Suggests (Lets not go down this road again)

2005-07-08 Thread Werner Punz
Actually just checked the sources I got in today from the svn sandbox, there is nothing from me left anymore :-D Command back, that suff is from someone else, but they placed the code for the autocomplete on top of the prototype which is excellent

Re: Two Input Suggests (Lets not go down this road again)

2005-07-08 Thread Werner Punz
Werner Punz wrote: Actually just checked the sources I got in today from the svn sandbox, there is nothing from me left anymore :-D Command back, that suff is from someone else, but they placed the code for the autocomplete on top of the prototype which is excellent Btw... another thing, I

Re: Eclipse documentation

2005-07-11 Thread Werner Punz
Martin Marinschek wrote: Hi Werner, thanks for adding the Eclipse documentation. Sorry that I need to nag you about this one, but the source code can more easily be updated by using https://snv.apache.org/repos/asf/myfaces/current as a source path. Maybe you can adapt your explanation a littl

Re: Two Input Suggests (Lets not go down this road again)

2005-07-11 Thread Werner Punz
Martin Marinschek wrote: Well, for my current project I definitely need to jump on that bandwaggon, so I will keep experimenting. Let's see where we get to after some time! regards, Martin Martin, if you need help with some of my code on sourceforge feel free to contact me anytime on the pho

Re: Eclipse documentation

2005-07-11 Thread Werner Punz
Ah I am getting it now, Bruno or somebody else has fixed the path for me... Guess after a weekend in the mountains you I need some adaption time for catching up with the cahnges. Werner Werner Punz wrote: Hi Martin... Not fully getting what you want, do you want an explanation on now the

Re: Eclipse documentation

2005-07-11 Thread Werner Punz
Thanks all of you... Bruno Aranda wrote: Well, it was Martin who did the change. I only added some information about the Eclipse Web Tools Project, Regards, Bruno

Re: Eclipse documentation

2005-07-11 Thread Werner Punz
, branches, etc.). You don't get that anymore if you check out current... regards, Martin On 7/11/05, Werner Punz <[EMAIL PROTECTED]> wrote: Thanks all of you... Bruno Aranda wrote: Well, it was Martin who did the change. I only added some information about the Eclipse Web Tools Projec

Re: Eclipse documentation

2005-07-11 Thread Werner Punz
wrote: Yes, I fixed the path, but I thought you were further down talking about the structure of the project you get if you are not checking out current (e.g. talking about trunk, branches, etc.). You don't get that anymore if you check out current... regards, Martin On 7/11/05, Werner Punz &l

Re: New ajaxInputSuggest component

2005-07-11 Thread Werner Punz
Sean Schofield wrote: I will try and look when I get a chance. Matt should also take a look at it since he wrote all of the javascript for inputSuggest. Based on Werner's sample page they are *very* similar. I agree that inputSuggest can't support large data sets but that might just be a matte

Re: New ajaxInputSuggest component

2005-07-11 Thread Werner Punz
+1 for the prototyp lib, The only problem it currently has is, that the more complicated stuff from it currently causes component leaks by circular rerencing dom/javascript objects (contacted the author about that already, dunno if he has fixed it yet)-but so does the jscookmenu. But there i

Re: New ajaxInputSuggest component

2005-07-11 Thread Werner Punz
Martin Marinschek wrote: As I told you before, the one large issue is with the embedded selectItems - we can't trod down that path with the ajaxable component. The other thing is I would really love to use the prototype/aculo.us library - no need to reinvent the scripting part if such good libra

Re: Homepage build works again

2005-07-12 Thread Werner Punz
Martin Marinschek wrote: Very good. just for your information: I got Thomas to work on a component which does validation on the server-side with AJAX - so the user gets immediate feedback on typing if his current entries are valid or not (something like Werner's autovalidation, but server-side)

Re: Ajax (back end)

2005-07-12 Thread Werner Punz
Dont know about Shale, but I checked out Martins Code today, and I must say how he handles the whole frontend/backend issue is the best approach I have seen so far, from a JSF perspective. What he does basically is to route the Phaselistener intercepting code for the ajax request directly into

Re: Ajax (back end)

2005-07-12 Thread Werner Punz
Craig McClanahan wrote: Martin's approach does sound very feasible, but I have one question (not having had time to look at the code yet) ... does the "component" to which the request is routed belong to the component tree of the view from which the asynchronous request was submitted, or is it to

Re: InputSuggests

2005-07-14 Thread Werner Punz
Sean Schofield wrote: Martin, You might be right. Unfortunately due to our release today and the other MyFaces business I haven't had a chance to look at the ajax version. What you are saying about the potential difficulties in merging sounds reasonable. IMO there is no hurry on either compon

Re: [suggestion] ajaxInputSuggest

2005-07-15 Thread Werner Punz
Sean Schofield wrote: Since we are going to have two components for the forseeable future (at least in the sandbox) can I *suggest* that we call the ajax one "ajaxSuggest"? IMO ajaxInputSuggest is a little too wordy and easy to confuse with inputSuggest. Since it will not be the only ajaxed co

Re: Welcome our new committers Mathias and Bruno!

2005-07-15 Thread Werner Punz
Manfred Geiler wrote: Ladies and Gentlemen, Please welcome our new MyFaces committers *Mathias Broekelmann* (mbr) and *Bruno Aranda* (baranda) ! They both have already assisted the MyFaces project in an outstanding manner in the past. Once again the MyFaces community is glad to get strong support

forrest problem... trying to get it to run in eclipse

2005-07-16 Thread Werner Punz
I wanted to add some docs but I run into problems with forrest, I simply get an error by running it from eclipse (PATH is set, the jar file is copied according to the wiki, or set in the classpath, FORREST_HOME is set and given back correctly by a quickly hacked build file echo) here is the out

Re: forrest problem... trying to get it to run in eclipse

2005-07-16 Thread Werner Punz
Martin Marinschek wrote: have you added xmlresolver 1.1 jar to your ant directory, as mentioned on the wiki under running forrest? yes... both under the lib dir and the eclipse ant path... :-(

Re: forrest problem... trying to get it to run in eclipse

2005-07-16 Thread Werner Punz
Manfred Geiler wrote: Perhaps you must replace eclipse's default XML-Parser Crimson by Xerces. Can you set the CLASSPATH to be used by Ant when ran from within eclipse? If yes, try to put forrest's XercesImpl to this path. And if that helps please add a line to the wiki, thanks. ;-) -Manfred Ye

Re: forrest problem... trying to get it to run in eclipse

2005-07-16 Thread Werner Punz
Werner Punz wrote: Manfred Geiler wrote: Perhaps you must replace eclipse's default XML-Parser Crimson by Xerces. Can you set the CLASSPATH to be used by Ant when ran from within eclipse? If yes, try to put forrest's XercesImpl to this path. And if that helps please add a line t

Re: [OT] svn w/ eclipse (3.1 and 3.0.2) on linux

2005-07-18 Thread Werner Punz
Matthias Wessendorf wrote: hi, has anybody a working subclipse plugin on a linux box w/ eclipse? This is a bit difficult, you have to set an environment var before the eclipse call so that the correct javahl is used, and you have to have javahl in your system. The problem to my knowledge is, t

Re: [OT] svn w/ eclipse (3.1 and 3.0.2) on linux

2005-07-18 Thread Werner Punz
Bruno Aranda wrote: I work with eclipse/subclipse. Today I've updated to the last eclipse version (3.1) and subclipse 0.9.3.3 everything is working (at the moment...). I had some problems in the past when with subclipse 0.9.3.1 which could be solved using the 0.9.3.0 version (I have it, if you wa

[OT] IBM gives away Power5 access for free

2005-07-20 Thread Werner Punz
as it seems, for those who can read german, it seems that ibm temporarily gives away power5 linux based machine time for free as long as the technology worked in os OSI certified opensource, here is the link (german): http://openpowerproject.org/de/about.php probably the best way to check the

Re: Fwd: [Rails-spinoffs] [ANN] script.aculo.us 1.1 beta 1 ready

2005-07-22 Thread Werner Punz
Thanks Thomas, for the excellent library... Werner Martin Marinschek wrote: look at that - memory leaks fixed ;) regards, Martin

Re: Fwd: [Rails-spinoffs] [ANN] script.aculo.us 1.1 beta 1 ready

2005-07-22 Thread Werner Punz
Martin Marinschek wrote: look at that - memory leaks fixed ;) regards, Martin Jepp gotta check the code tomorrow, if all of the component leaks are fixed... the changelogs indicates, that he has moved the direct component references to indirect ones. Anyway, thanks Martin for forwarding the

Re: x:saveState not x:save_state, yes?

2005-08-06 Thread Werner Punz
Martin Marinschek wrote: right... regards, martin On 8/5/05, *Mike Kienenberger* <[EMAIL PROTECTED] > wrote: Both the wiki and the tomahawk docs have UISaveState as x:save_state. This should be x:saveState, shouldn't it? thanks for fixing that, I was not

Re: t:saveState description

2005-08-13 Thread Werner Punz
Mike Kienenberger wrote: I think the t:saveState description starts off too technical. My opinion is that it'd be better to say what a user would use it for first. Maybe something along the lines of: t:saveState enables you to persist beans and values longer than request scope, but shorter than

Re: [Fwd: Re: tabbedPane]

2005-08-15 Thread Werner Punz
Sylvain Vieujot wrote: Hello Werner, Are you working on a client side tab pane ? I'm almost done making the current panelTabbedPane dynamic but my implementation is still quite basic (just adds client side tab switch). Thanks, Not now, I am totally busy with some projects I am involved wi

some interesting ajax stuff

2005-08-15 Thread Werner Punz
I know I posted this on the users list before, but I think the devs list is more appropriate. A russian guy has posted links to his ajax stuff into the myfaces wiki, the stuff he does looks really interesting he has moved some bigger myfaces components into the ajax realm (panalstack, form, butto

Re: myfaces debugging with Eclipse

2005-08-24 Thread Werner Punz
Fab Psycho wrote: Hi, I'd like to understand how inputDate works and see it through eclipse debugger. I already tried debugging from a project put in tomcat path having a breakpoint in my bean and it works but this time, I'd like to debug let's say through myfaces-simple-examples.war ...

Re: myfaces debugging with Eclipse

2005-08-24 Thread Werner Punz
Feel free to add it to the official docs ;-) Sean Schofield wrote: That's some nice documentation (I never checked it out before as I have no problems in this area.) Nice job wiki users! sean On 8/23/05, Martin Marinschek <[EMAIL PROTECTED]> wrote: Best thing is you follow these instructi

Re: myfaces debugging with Eclipse

2005-08-24 Thread Werner Punz
Fab Psycho wrote: Hi Werner, Thanks for explanation, it works that way ... But I think it would be interesting to have an additionnal myfaces build.xml entry such as build wardebug building the four war files with sources included ... That way, we could deploy a war in tomcat, declare proj

patch for missing aliasbeansscope doc

2005-08-28 Thread Werner Punz
The doc for this one is in the wiki, but not in forrest... here is a svn forrest patch to add the missing docs... Index: C:/eclipse/workspace2/current/forrest/content/xdocs/site.xml === --- C:/eclipse/workspace2/current/forrest/conte

Re: patch for missing aliasbeansscope doc

2005-08-28 Thread Werner Punz
A before I forget, is there an open jira issue for doc patches... if yes, please add the info to the wiki. Werner Werner Punz wrote: The doc for this one is in the wiki, but not in forrest... here is a svn forrest patch to add the missing docs...

wiki going haywire

2005-08-28 Thread Werner Punz
I get a neat error when I try to access the showchanges page on the eclipse page... see for yourself http://wiki.apache.org/myfaces/Eclipse_IDE?action=diff Diff for "Eclipse IDE" Differences between revisions 53 and 54 --> --> ZeroDivisionErrorfloat division Please include this information i

Re: wiki going haywire

2005-08-28 Thread Werner Punz
forget it, something in between those revs must have caused the error, the last checkin fixed it. werner Werner Punz wrote: I get a neat error when I try to access the showchanges page on the eclipse page... see for yourself http://wiki.apache.org/myfaces/Eclipse_IDE?action=diff Diff for

call for a native english speaker - call for a small help

2005-08-29 Thread Werner Punz
I just sort of completed the docs for the eclipse myfaces editing and compilation in the wiki, and also for the plugin extensions exadel and myeclipse. The main problem is, I am not a native speaker, therefore I made probably a lot of mistakes in the grammar, and typo area, if anyone has a litt

Re: Client side panelTabbedPane

2005-09-06 Thread Werner Punz
Sean Schofield wrote: Sylvain, Did you take a look at Werner's experimental component? I seemed to recall he played around with client-side tabbing. He might have some worthwhile stuff you can steal :-) sean Actually I did not solve the keep the client in place roundtripping problem, althoug

Re: Java 5 code in Sandbox ?

2005-09-07 Thread Werner Punz
I think once JSF 1.2 is on the table, the swtich to 5.0 will be enforced Sun to my knowledge has switched in 1.2 for the RI... Werner Jesse Alexander (KBSA 21) wrote: -Original Message- Because it makes things more complicated. We've got enough on our plate now. At some point when J2

Re: Java 5 code in Sandbox ?

2005-09-07 Thread Werner Punz
Mathias Brökelmann wrote: Just a note. JDK1.5 is able to produce 1.4 classes. We could change the build process to let the user choose which target he needs and still provide 1.4 classes (or both) in the releases. But let us bring the next release out before going that way. Maintenance nightmar

Re: dwr

2005-09-13 Thread Werner Punz
Same reason here, I also used the proto lib/script.aculo.us lib because of DWRs reliance on yet another bunch of config files. Dont get me wrong DWR is excellent, but you often do not want yet another set of redundand config files. Martin Marinschek wrote: license: yes (it's under ASL). quali

has anyone tried a repo full checkout lately

2005-09-15 Thread Werner Punz
I am getting weird errors here on subclipse just asked in the subclipse mailing list and they basically pointed me towards a problem in the repo here is the answer: --- Hi I am trying to checkout something from an open repo, which worked flawless with the lastest incarnations of subclipse and

Re: has anyone tried a repo full checkout lately

2005-09-15 Thread Werner Punz
Just filed a jira report on that one... expect the incoming mail soon ;-) Werner Punz wrote: I am getting weird errors here on subclipse just asked in the subclipse mailing list and they basically pointed me towards a problem in the repo here is the answer: --- Hi I am trying to checkout

Re: [jira] Closed: (MYFACES-571) Case sensitive double checkin in SVN

2005-09-15 Thread Werner Punz
Versions: Nightly Build Environment: Windows filesystems or any filesystem which is not case sensitive Reporter: Werner Punz Assignee: Bruno Aranda Fix For: Nightly Build Somebody must have pushed a case senstive double checkin into the svn server, a checkout on a windows box of the

Re: [VOTE] Release MyFaces 1.1

2005-09-15 Thread Werner Punz
Sean Schofield wrote: The release date is scheduled for Monday pending a satisfactory release vote. +1 for me Just gave the compile a testrun, there was a checkin bug, that one has been now resolved by bruno, and besides the usual eclipse... not having xerces using xalan instead which cause

Re: faces-config.xml is missing in myfaces-all.jar in the 1.1.0 release.

2005-09-22 Thread Werner Punz
Bruno Aranda wrote: > This is causing many troubles to users now as we can see from > questions in the list. > faces-config.xml is not included in the build because of MYFACES-598, > when passing -Dskip.sandbox to the build process the file is not > included. I think this is important enough and w

Re: [jira] Closed: (MYFACES-614) Local component xml files in the sourcebase reference in the dtd a url which fails

2005-09-24 Thread Werner Punz
-- >> >> Key: MYFACES-614 >> URL: http://issues.apache.org/jira/browse/MYFACES-614 >> Project: MyFaces >>Type: Bug >>Versions: 1.1.0, Nightly Build >> Environment: all >>Reporter: Werner Punz > > >>Just

versioning question of a dependency lib

2005-09-26 Thread Werner Punz
I just have a minor question, is there any reason why the jsf examples use an older common codecs version than 1.3? (1.2 I assume) 1.3 has been around since ages, and probably the version can be bumped up a little bit.

Re: [proposal] tobago component lib

2005-09-26 Thread Werner Punz
Matthias Wessendorf wrote: > Hi all. > > Since the Tobago guys have sent their CLA paperworks to the ASF, > we now have to decide how that thing will really work :-) > > We discussed in an older thread that they are olny committing into the > "tobago" source code base and not into myfaces (api|co

Re: 100.000 Hits a day

2005-09-26 Thread Werner Punz
Martin Marinschek wrote: > Congratulations to the team! > > We have had a 100.000 hits a day first time on Sept 21. > > regards, > > Martin > was there someone load testing ;-) no seriously, congratulations.

Re: [New Committer] Werner Punz

2005-09-27 Thread Werner Punz
Sean Schofield wrote: > Please welcome Werner Punz as a new committer. Werner has been active > in the MyFaces community for a while now. We actually invited Werner > to become a committer several weeks ago but it took a while for him to > sign his CLA and for the ASF infrastructur

Re: 100.000 Hits a day

2005-09-27 Thread Werner Punz
Well given the number of bug #598 related posts, probably a lot (duck and cover ;-) ) Mathias Brökelmann wrote: > Great! > > Do we have some info about how many times the new myfaces release has > been downloaded? >

Re: 100.000 Hits a day

2005-09-27 Thread Werner Punz
Definitely, but given my experience JSF in the recent past most programmers is slowly but surely getting attention, many people I talked with in the last year who basically worked in the J2EE realm have not heard about JSF and still are at Struts level and some of them checking the stuff currently

Re: 100.000 Hits a day

2005-09-27 Thread Werner Punz
Yes, the funny thing is, that Seam and Struts Ti both claim to try to achieve rails ease of use, which is a mythical claim, you cannot achieve that without extension of the java introspection api, or a rework of it ;-), but at least Seam simplifies some issue really a lot. Anyway, having had the n

Re: [jira] Created: (MYFACES-631) Inaccurate documentation (wiki) "Now, you can ommit the context listener setup"

2005-09-27 Thread Werner Punz
Hi Thomas... the Wiki is there for self fixing... Please do not put reports for that in the Jira... a wiki lives from its readers participation. Werner Thomas Timbul (JIRA) wrote: > Inaccurate documentation (wiki) "Now, you can ommit the context listener > setup" >

Re: 100.000 Hits a day

2005-09-27 Thread Werner Punz
The funny thing is, that www.theserverside.com also had problems at the exact time back then, so there was no official announcement. (Hell I tried to send them the info) now given that a bugfix release is in preparation I am glad that they did not get the info... :-) Mathias Brökelmann wrote:

Re: cactus tests and debugging...

2005-09-27 Thread Werner Punz
Hi Bill, could you push the info on the wiki for future references? Werner Bill Dudney wrote: > Hi All, > > Most of you have probably see the fast and furious emails going on > about issue #623. I wanted to drop you a quick note on how to debug a > failing cactus test. > > First you need to

Re: cactus tests and debugging...

2005-09-27 Thread Werner Punz
Ah sorry, just saw that you are planning to put it onto the wiki anyway. Werner

[ANN] my welcome submission

2005-09-30 Thread Werner Punz
I now made after a few days of stress and problems getting things working and having a non Apache life ;-) my welcome submission a port from my jsf-comp effects component which is based on the FAT library and the script.aculo.us library into the sandbox I hope you can enjoy the tag, additions wil

Re: [ANNOUNCE] Release Candidate Available

2005-10-02 Thread Werner Punz
Hi Zong, not to run into problems like that in the final release is what release candidates and beta builds are for. Werner Zhong Li wrote: > suggestion on new version release. > > I know there are lots of changing sine 1.0.9, so it causes lots of bugs. > But I think myfaces team need find a way

Re: [ANNOUNCE] Release Candidate Available

2005-10-02 Thread Werner Punz
Hi Wendy, now I can give something back for your help back then in the struts users list. If you do not have a jira account for myfaces yet, I could dump it into jira for you if you want, I cannot fix the problem since I am not actively involved in this build, yet. Werner (I hope you can remember

Re: [ANNOUNCE] Release Candidate Available

2005-10-02 Thread Werner Punz
Sorry it was meant as a private mail, anyway, I just filed a jira on this one as a showstopper Werner Werner Punz wrote: > Hi Wendy, now I can give something back for your help back then > in the struts users list. > If you do not have a jira account for myfaces yet, I could dum

Re: rc2?

2005-10-04 Thread Werner Punz
This means javahl is missing on your system svnant seems to still use javahl, which is sort of a pain in the backside, literally spoken. Javahl is the native binding svn layer which causes problems on almost any system it is neither or installed. check if a switch to javasvn is possible on that on

Re: Coding Standards Reminder

2005-10-04 Thread Werner Punz
Sean Schofield wrote: > Reminder, > > Please remember to use spaces instead of tabs in your source code. > Also you want your IDE to convert tabs to spaces to fix the ones that > are left behind. The source code is starting to get to be a mess and > the patches and diffs start to get crazy becau

Re: [jira] Commented: (MYFACES-665) StartupServletContextListener crashes if all jars placed in webapp

2005-10-05 Thread Werner Punz
Sorry to comment outside of jira to this... I had similar issues with jsf-spring in the past and the order of the filters in the web.xml did the trick for me in that particular case. You might have a similar issue (I do not know the spring internal jsf binding variable resolvers too much since I h

Re: JavaScript in MyFaces (was Re: New date parser in javascript)

2005-10-07 Thread Werner Punz
Martin Cooper wrote: > Can I suggest a high-level discussion of how you're going to structure > all of the JavaScript code in MyFaces? I'm concerned that you'll end up > with a fragmented JavaScript code base, with each widget using its own > style and way of doing things, which would be, um, less

Re: [tobago] name of the prefix

2005-10-07 Thread Werner Punz
excellent suggestion +1 for that Udo Schnurpfeil wrote: > Hi all, > > after renaming the x (extension) prefix default to t (tomahawk), > we have a ambiguous prefix "t". > > My suggestion: > After splitting the tobago lib into components and > extensions we could use > tc: for tobago component a

Re: Building 1.1.0

2005-10-07 Thread Werner Punz
Stan Silvert wrote: > > > I need to build MyFaces 1.1.0 and add some debugging to it. However, > the source bundle doesn’t contain a build.xml. > > > > So, how do I check out a buildable version of the MyFaces 1.1.0 release? > > > > Thanks in advance, > > > > Stan Silvert > > JBoss,

Re: JavaScript in MyFaces (was Re: New date parser in javascript)

2005-10-07 Thread Werner Punz
rstand it once they are shared into their own resource loader components to avoid double includes and namespace problems. Werner Travis Reeder wrote: > How are you including the javascript now? In the page or linking to > prototype.js? > > Travis > > On 10/7/05, *Werner P

Re: Building 1.1.0

2005-10-07 Thread Werner Punz
Werner Punz wrote: > I checked the repo, the 1_1_0 version is tagged under > svn.apache.org/repos/asf/myfaces/release/tags/1_1_0 > > If you need further help with the checkout drop a message here, I will be monitoring this thread for the next few hours while coding. Werner

Re: Building 1.1.0

2005-10-07 Thread Werner Punz
Highly recommendable if you want to integrate 1.1.0 into JBoss, the sandbox is alpha/beta components which means it should not be in a final product anyway ;-) Werner Sean Schofield wrote: > Try the skip.sandbox=true option. (now defunct but that was how it > worked in 1.1.0) > > sean > >

Re: JavaScript in MyFaces (was Re: New date parser in javascript)

2005-10-08 Thread Werner Punz
Martin Cooper wrote: > Let me give a couple of examples of problems MyFaces is facing right now. > > 1) Prototype messes with fundamental JavaScript types. One of the first > things is does is add a new function to Object! Things like this can > seriously mess up other JavaScript code. As just one

Re: IMPORTANT: Code requiring immediate removal

2005-10-09 Thread Werner Punz
Hi Martin, sorry for smsing you that on Sat evening... probably the file has to be moved to an external download server and then has to be built within the build process from that external location, just a wild guess here, but that should be conform to the apache license Werner Martin Marin

Re: IMPORTANT: Code requiring immediate removal

2005-10-09 Thread Werner Punz
Martin Marinschek wrote: > Never mind... > > yes, I believe this could be a solution - other than that, we might > also be able to switch to another HTML editor library - someone send > me a link to one a few days ago, don't remember who it was though ;) > > regards, > Can remember that one, tha

Re: IMPORTANT: Code requiring immediate removal

2005-10-09 Thread Werner Punz
ieve this could be a solution - other than that, we might > also be able to switch to another HTML editor library - someone send > me a link to one a few days ago, don't remember who it was though ;) > > regards, > > Martin > > On 10/9/05, Werner Punz <[EMAIL PRO

Re: IMPORTANT: Code requiring immediate removal

2005-10-10 Thread Werner Punz
Sylvain Vieujot wrote: > Downloading Sarissa it at build would be fine, for those that build from > source. > But wouldn't it prevent us from distributing the compiled version ? > Why not reuse jsf-comp as a sideproject for critical stuff, which can be downloaded and plugged into a running applic

Re: IMPORTANT: Code requiring immediate removal / Problem seems solved

2005-10-10 Thread Werner Punz
licence.* > > > ___ > kupu-dev mailing list > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > http://codespeak.net/mailman/listinfo/kupu-dev > > > On Mon, 2005-10-10 at 10:50 +0200, Werner Punz wrote: > >>

Re: IMPORTANT: Code requiring immediate removal / Problem seems solved

2005-10-10 Thread Werner Punz
Just to be sure, what is more than a few lines of code? In both cases it is around 150-300 locs... Werner Martin Marinschek wrote: > Good news! > > @Werner: this is perfectly alright. If the contribution is more than a > few lines of code, you will need to get the contributors to file a > CLA.

Re: Nightly build is broken

2005-10-11 Thread Werner Punz
Sean Schofield wrote: > The nightly build is broken (please see recent build failure > messages.) Whoever is responsible please fix your mess. Don't make > me get out the svn blame tool ... > seemed fixed to me (2 AM GMT+1) someone might have fixed it, what was the issue exactly? Werner

ajax anywhere now apache2 licensed

2005-10-11 Thread Werner Punz
matthias pointed me towards it, this is good news indeed: http://ajaxanywhere.sourceforge.net/ Werner

  1   2   3   4   5   6   7   8   9   10   >