Fwd: Tree2

2009-05-06 Thread Sean Schofield
-- Forwarded message -- From: De Prez Hans hans.dep...@health.fgov.be Date: Wed, May 6, 2009 at 9:32 AM Subject: Tree2 To: sc...@apache.org Sean, I have just started using the tomahawk library and I have a question regarding the use of the tree2 component. When I display my

Re: Using Tomahawk Table with facelets

2006-11-29 Thread Sean Schofield
I'm using Tomahawk dataTable just fine with facelets. Mike's excellent wiki and the developer docs on the facelets site is all you need. Sean On 11/28/06, Mike Kienenberger [EMAIL PROTECTED] wrote: My guess is that the tomahawk.jar isn't in your classpath. Rather than invent a new table

JSF Shopping Cart

2006-10-06 Thread Sean Schofield
I'm toying with the idea of building a JSF-based shopping cart that provides access to the PayPal gateway. Does anyone have a serious interest in helping? I know a lot of people might want to *use* it. I'm looking for someone to help me develop it. Also, if you know of anything that already

Re: RE : Re: RE : Re: facelets and tomahawk issues

2006-08-04 Thread Sean Schofield
There is also a brand new shale-goodies project hosted at google. Its a spinoff of the Apache Shale project. Its going to contain a shale-petstore app that use facelets, jsf, myfaces, spring, hibernate, etc. Its just getting set up now but look for more action in a few weeks. We're discussing

[OT] Anyone know a good linux/unix hosting company

2006-08-03 Thread Sean Schofield
Looking for a good hosting solution. I need at least some control over the box so I can install my own SVN, JIRA, etc. Sean

Re: Tree2 - a new node scroll to?

2006-07-31 Thread Sean Schofield
I haven't tried using anchors in JSF but presumably that would be the solution. Since the nodes are all JSF objects if you can find a way to add a '#foo' to the URL then you could scroll to the specific location. I don't believe there is a way to do this in the JSF spec but its probably

[tree2] Anyone using tree2 and hibernate?

2006-07-30 Thread Sean Schofield
I'm working on a full blown example of several technologies (including tomahawk and hibernate.) I haven't actually used tree2 with a dynamic model yet so I'm curious to test my own creation and see what's lacking. I will be going through the old dynamic tree2 discussions of course but I have

Re: Tomahawk components

2006-07-27 Thread Sean Schofield
http://myfaces.apache.org/download.html Sean On 7/27/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Tomahawk components In which jar file are these components? Thanks for Your answer. Urs

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

2006-07-06 Thread Sean Schofield
The struts dependency is most likely for Struts Tiles integration. Yes this is why we have it. Hopefully one day it will be stand alone tiles. Sean

Re: Tree2 component in Version1.1.3 is not working

2006-07-05 Thread Sean Schofield
Do you have the extension filter hooked up properly? Check the wiki and/or the simple examples to see how this is done. Sean On 7/5/06, Kasturi Mudulodu [EMAIL PROTECTED] wrote: Hi, When I moved to the new version of Myfaces 1.1.3 (and Tomahawk), Tree2 component stopped working. I get a

Re: Tree2 component in Version1.1.3 is not working

2006-07-05 Thread Sean Schofield
url-pattern*.faces/url-pattern /filter-mapping -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 5:16 PM To: MyFaces Discussion Subject: Re: Tree2 component in Version1.1.3 is not working Do you have the extension filter hooked up

Re: Any myFaces presentations at ApacheCon US this year?

2006-06-26 Thread Sean Schofield
Matthias, Are you planning on another presentation again this year? Hopefully someone will be there to represent MyFaces. I'm hoping to attend but I probably won't have time to prepare a presentation. Sean On 6/26/06, David Chandler [EMAIL PROTECTED] wrote: Hello, Just wondering if there

[OT] I'm Available For JSF/Shale Consulting Work

2006-06-21 Thread Sean Schofield
I'm currently available for JSF/Shale Consutling work if anyone is interested. Please email me off list if you would like to discuss. Sean ps. ASF is ok with messages of this sort as long as they are marked [OT]

Re: Unregistering temporarily from the list

2006-06-21 Thread Sean Schofield
Nope. Just unsubscribe. Or even better, just set up a rule to auto delete them and remove the rule when you are back. Sean On 6/21/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi everybody, Sorry to post this here but I cannot find any information regarding this on the myfaces page. I'm

Re: Something Simple

2006-06-21 Thread Sean Schofield
I agree with the user who suggested facelets. Its working well for me so far. Sean On 6/21/06, CD [EMAIL PROTECTED] wrote: Troy, Another thought is to use components like panelGrids and whatnot that give you such an ability by virtue of what they do and how they do it. Keep in mind that

[tree2] Navigation Problem

2006-06-19 Thread Sean Schofield
The other day I was experiencing a problem using tree2 with command links navigation rules. I have since found a solution to the problem and added it to the wiki[1]. Just thought I would post here in case others have had similar issues. Maybe there is a better solution then what I came up with

Re: source code for tomahawk 1.1.3

2006-06-19 Thread Sean Schofield
Its been fixed as of tomahawk 1.1.4. Why don't you just grab it from the SVN repository? Sean On 6/19/06, Costa Basil [EMAIL PROTECTED] wrote: Where can I find the source archive for tomahawk 1.1.3? I know you can find it for the nightly builds but I am interested to get it for tomahawk

Re: Deleting Nodes/Branch from Tree

2006-06-18 Thread Sean Schofield
@Andrew: What is the issue number? Sean On 6/17/06, Andrew Robinson [EMAIL PROTECTED] wrote: Rows state is by row index not row ID unfortunately (I sumbitted an issue on this). As a result you will have that issue. Best thing you can do is write a custom tree state object for your model or

Re: InputSuggest (non-AJAX)

2006-06-17 Thread Sean Schofield
We kind of stopped work on it because it runs into trouble on IE with large data sets (renders really slow.) I don't have a need for a suggest control at the moment so I'm no longer working on it. I'll probably try to help with the ajax version when I get enough time again. Why not try

Re: Force creation of managed bean

2006-06-15 Thread Sean Schofield
Maybe you should consider two features of Struts Shale: 1.) view controllers, 2.) remoting. This could give you what you want. At a minimum, you may want to steal some of the source code for your own custom solution if you want to go that route. Sean On 6/15/06, Julian Ray [EMAIL PROTECTED]

Re: Are tomahawk sample codes still downloadable?

2006-06-12 Thread Sean Schofield
This is the official location: http://people.apache.org/builds/myfaces/nightly/ Matthias was pointing you to the maven repository which happens to have copies of the WAR files (for now.) You're better off pointing to the nightly dir. Sean On 6/12/06, Jim the Standing Bear [EMAIL PROTECTED]

Re: Are tomahawk sample codes still downloadable?

2006-06-12 Thread Sean Schofield
Sorry. Matthias is right. I saw the WAR file and thought it was the repos. There's actually a problem with the maven build there. It should be a tarball instead of a WAR file. @Catalin: Can we fix this in the trunk? Sean On 6/12/06, Sean Schofield [EMAIL PROTECTED] wrote

Re: Tomahawk Schedule WORKWEEK Problem

2006-06-09 Thread Sean Schofield
If you think this is a bug, please submit an issue in JIRA. See our website for details on bug reporting. Sean On 6/9/06, Jason Long [EMAIL PROTECTED] wrote: Anyone else having this problem? Thank you for your time, Jason Long CEO and Chief Software Engineer BS Physics, MS

Re: How does DefaultTreeModel and HtmlTree relate?

2006-06-08 Thread Sean Schofield
out at first. I am slowly figuring out a solution... Thanks, --Todd -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 6:20 PM To: MyFaces Discussion Subject: Re: How does DefaultTreeModel and HtmlTree relate? Just out of curiosity, why

Re: Re: SERIOUS BUG!!!!!!! Re: commandLinks don't work on Tomcat 5.5.17

2006-06-08 Thread Sean Schofield
It's only available in the nightly builds currently - on the next release, it will be there again! Technically it will be in the release *after* the next release. The next release should be Monday (if all goes well.) No examples in that one but the SVN trunk already has the code for the next

Re: SERIOUS BUG!!!!!!! Re: commandLinks don't work on Tomcat 5.5.17

2006-06-07 Thread Sean Schofield
OK this sounds like it might be a bug. Please report in JIRA as Jeff suggested. Please also test against Tomahawk 1.1.3 SNAPSHOT in the nightly dir. This is basically a release candidate for the upcoming release. If that works then we know the problem is in MyFaces core (since its working

Re: Missing myfaces-X.X.X-examples.zip

2006-06-07 Thread Sean Schofield
Yes. The 1.1.4 release will have this (thanks to Catalin) but not the upcoming 1.1.3 release. Sean On 6/7/06, Martin Marinschek [EMAIL PROTECTED] wrote: What we should do is release the examples - right? regards, Martin On 6/6/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: I created a

Re: question regarding html Tree dependencies

2006-06-07 Thread Sean Schofield
Not many users on this list are using the original tree these days. Most seem to be using the new tree2. You will probably get more answers to your questions if you switch. From your stacktrace it looks like your problem is a class cast exception as opposed to a missing library (Class not

Re: question regarding html Tree dependencies

2006-06-07 Thread Sean Schofield
137: x:treeSelectionListener type=#{MyTreeModel}/ 138: x:iconProvider type=#{MyTreeModel}/ These are value bindings. You need getters in your backing bean that return the appropriate String values. Then you use something like x:iconProvider

Re: SERIOUS BUG!!!!!!! Re: commandLinks don't work on Tomcat 5.5.17

2006-06-06 Thread Sean Schofield
I'm using commandLinks in TC 5.5 right now. Try deploying the simple examples to a default TC 5.5 install. You will find that the commandLinks work (at least some of them.) Sean On 6/6/06, Murray Brandon [EMAIL PROTECTED] wrote: Do you have a properly resolved processAction method on your

Re: Where is the TreeItem Javadoc?

2006-06-05 Thread Sean Schofield
There is a new Tomahawk coming out shortly. *After* this release all future releases will also have an examples release which includes the full source. Since everything is available in subversion it hasn't been a big priority up until now. Sean On 6/5/06, Matthias Wessendorf [EMAIL PROTECTED]

[ANNOUNCE] Nightly Sandbox Builds Available

2006-06-05 Thread Sean Schofield
Due to popular demand, the sandbox core is now available in the nightly builds directory[1]. Both source and binary distributions are available. We also hope to have an examples distribution for sandbox shortly. The MyFaces Team [1] http://people.apache.org/builds/myfaces/nightly/

Re: source code for myfaces core 1.1.3 and tomahawk 1.1.2

2006-06-02 Thread Sean Schofield
There are some good reasons for not doing this. It was discussed extensively on the dev list for several months so I won't rehash the entire discussion here. These classes need to be shared between core and tomahawk since we don't want two maintain sets of source code. They need to have

Re: [tree2] Re: Get selected node with getNode()

2006-06-01 Thread Sean Schofield
I understand that its no longer there. I was trying to give you an alternate way to do what you want. getNode() is not coming back so you will need to adapt. Reread my last answer again. Basically you use the binding attribute of tree2 to bind a reference to the tree to your backing bean.

Re: Sandbox download..

2006-05-31 Thread Sean Schofield
Sandbox stuff is considered experimental. You should post a new message with a subject describing your problem so people can try to help you.SeanOn 5/31/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks. Unfortunately I was hoping that just plugging in the new jar would keep my

Re: Alternative to tree2

2006-05-30 Thread Sean Schofield
to get the nodes could take milliseconds, so the user wouldn't really notice it. Perhaps we can make sure that someone could extend the tree and do this if they want under specific circumstances where they know it would work. -Andrew On 5/25/06, Sean Schofield [EMAIL PROTECTED] wrote: Here's

[tree2] Re: Get selected node with getNode()

2006-05-29 Thread Sean Schofield
Store a reference to your tree in your backing bean with: t:tree2 id=foo ... binding=#{treeBacker.tree} Then in your action method you have public String selectedNode() { this.selectedNode = tree.getNode(); return(main); } The tree always knows the current node when processing an

Re: forceId not supported in Tobago?

2006-05-25 Thread Sean Schofield
@Volker: Please see the myfaces archives for some lengthy discussions on why forceId is necessary for many developers (some of those reasons have been mentioned in this thread already.) Maybe we won't support it in Tobago but that doesn't mean that its not a good idea. Sean On 5/25/06, John

Re: Alternative to tree2

2006-05-25 Thread Sean Schofield
I'm definitely interested in adding AJAX support to tree2. Perhaps you would like to help me with it? As a starting point you should familiarize yourself with the realtively new TreeWalker stuff if you are not already. My thinking with the TreeWalker is that it will ultimately be easier to

Re: Maven Repo with 1.1.3?

2006-05-25 Thread Sean Schofield
See the archives from a day or two where the ibiblio repository is discussed. Short answer: we're working on it.SeanOn 5/25/06, Adam Brod [EMAIL PROTECTED] wrote: Hi- Do I have something configured wrong? I don't see MyFaces 1.1.3 on the standard ibiblio maven repository. I tried browsing the

Re: Alternative to tree2

2006-05-25 Thread Sean Schofield
as client side toggle that way but without the overhead of tens of thousands of nodes in your DOM that never get shown anyways. Sean On 5/25/06, Andrew Robinson [EMAIL PROTECTED] wrote: Will do, just may be a month or two before I have time for some open source development. On 5/25/06, Sean

Re: Where is the source code for the examples?

2006-05-25 Thread Sean Schofield
a single Maven2 pom.xml file. I can navigate to the parent directory and then browse around but is that the expected behavior? Thanks, James -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Wed 5/24/2006 6:24 PM To: MyFaces Discussion; [EMAIL PROTECTED] Subject: Re

Re: Netbeans integration with MyFaces

2006-05-25 Thread Sean Schofield
Well suppose the RI had a crucial bug or performance issue with their implementation and you wanted to or needed to use an alternate implmentation. Its happened before ... Sean On 5/25/06, Eric Hedström [EMAIL PROTECTED] wrote: On 5/24/06, Sean Schofield [EMAIL PROTECTED] wrote: Right

Tomahawk 1.1.2 now in MyFaces maven repo

2006-05-24 Thread Sean Schofield
For you maven2 users, please be advised we have a copy of the tomahawk jar now available on the myfaces repo[1]. Sometime later this week we should have it up on ibiblio. Sean [1] http://myfaces.zones.apache.org/dist/maven-repository

Re: Unit testing backing beans / custom components in JSF

2006-05-24 Thread Sean Schofield
Can shale-test be used for testing custom JSF components as well? Sure. Check out the source code for tree2. There are several shale tests there. Regards, Arti Sean

Re: NetBeans5.5 and MyFaces

2006-05-24 Thread Sean Schofield
I'm about to setup MyFaces in NetBeans so I'm interested in this problem. I'll report back what I find and I'm definitely interested in fixing things if there is a problem on the MyFaces end. Sean On 5/24/06, Romanowski, Tim [EMAIL PROTECTED] wrote: Francesco, would you be willing to post

Re: Where is the source code for the examples?

2006-05-24 Thread Sean Schofield
The source code is easily obtainable. latest and greatest source code can be found at: http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/ 1.1.2 release source can be found at: http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_2/examples/ On 5/24/06, Philippe Lamote

Re: Netbeans integration with MyFaces

2006-05-24 Thread Sean Schofield
Note that making such a change today on Glassfish would turn it into a non-JavaEE5 container, since MyFaces is a 1.1 implementation and the EE spec requires JSF 1.2. Right. But its lame that you can't easily switch to another implementation. Lets pretend there is a MyFaces JSF 1.2 TCK

Re: Where is the source code for the examples?

2006-05-24 Thread Sean Schofield
Physics, MS Chemical Engineering http://www.supernovasoftware.com HJBUG Founder and President http://www.hjbug.com -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 4:59 PM To: MyFaces Discussion Subject: Re: Where is the source code

Re: tree2 expand/collapse

2006-05-23 Thread Sean Schofield
I think this is the issue: http://issues.apache.org/jira/browse/TOMAHAWK-437 Its on my list of tree2 issues to address. Right now we're sorting through some big picture tomahawk and core issues. Sean On 5/23/06, Chris Hane [EMAIL PROTECTED] wrote: This isn't going to help too much; but I

Re: Tomahawk 1.1.2 is not in Maven repository

2006-05-23 Thread Sean Schofield
No you are in the right place. There was some kind of mixup. We'll be getting to this (hopefully this week.) Right now focus is on another release. Sean On 5/23/06, Paul Spencer [EMAIL PROTECTED] wrote: Tomahawk 1.1.2 is not in the Maven repository

Re: Sandbox nightly

2006-05-23 Thread Sean Schofield
Sandbox is not built nightly (at the moment.) Sean On 5/23/06, Paul Spencer [EMAIL PROTECTED] wrote: Dennis, The short answer is : http://cvs.apache.org/maven-snapshot-repository Below is the configuration from my POM.xml that downloads the newest snapshot automatically. dependency

Re: java.lang.NoSuchMethodError: .DummyFormUtils.isWriteDummyForm...

2006-05-22 Thread Sean Schofield
This seems to work well, though one must be careful to account for the resulting changes to the id attribute of all enclosed components. Note that some of these components may be rendered inaccessible to CSS # statements in IE, which does not recognize the \: escape sequence for CSS. That's why

Re: Tree2

2006-05-18 Thread Sean Schofield
Well a lot of people will appreciate that ;-) It's being worked on now. Sean On 5/18/06, Ooschn [EMAIL PROTECTED] wrote: The Tree now works so far ;-) I simply replaced Sun's RI with MyFaces' JAR-Files and as far as i can see it also runs on Sun's AppServer PE 8.2. Nevertheless I'd really

Re: Re: Error transferring file when build with maven.

2006-05-16 Thread Sean Schofield
Try this ... mirrors mirror idcodehaus snapshot mirror/id nameMirror site of Codehaus/name urlhttp://repo1.maven.org/maven2/url mirrorOfsnapshots/mirrorOf /mirror mirror idcodehaus mirror/id nameMirror Site of Codehaus/name urlhttp://repo1.maven.org/maven2/url

Re: location of samples

2006-05-16 Thread Sean Schofield
I don't know if the examples are being distributed in a binary form yet since our maven reorg. No they are not. But its something we will get to once some maven guru steps up and volunteers. Sean

Fwd: Doxia/site problems - FIXED

2006-05-16 Thread Sean Schofield
Thanks to Wendy for updating us on this. -- Forwarded message -- From: Wendy Smoak [EMAIL PROTECTED] Date: May 16, 2006 7:05 PM Subject: Fwd: Doxia/site problems - FIXED To: Sean Schofield [EMAIL PROTECTED] Not sure if you still need this... -- Forwarded message

Re: tomahawk sandbox 1.1.2 from svn

2006-05-15 Thread Sean Schofield
The sandbox is not part of the release because its still experimental stuff. So it has been intentionally excluded. Now that SVN is up, people should be able to build their own. Sean

Re: MyFaces support for Facelets

2006-05-15 Thread Sean Schofield
I don't see these as significant advantages to making it a separate JAR. None of these should be marked as required dependencies for standard tomahawk use - they should all be marked as provided scope, which avoids the issue. I agreee. Why not include the facelets config file in the META-INF

Re: When tomahawk-1.1.2 and myfaces-core-1.1.3 will be in ibiblio?

2006-05-15 Thread Sean Schofield
It takes a little doing and there aren't enough volunteers for the less glamorous stuff like this ;-) Its on my todo list (along with documenting the process so others can more easily step in and help.) Sean On 5/11/06, Bruno Aranda [EMAIL PROTECTED] wrote: Not sure, but in the meanwhile you

Re: myfaces-commons-1.1.3.jar

2006-05-15 Thread Sean Schofield
Yes we should have been more clear all along that these formerly commons classes are not to be relied upon in your applications as they are unstable and subject to change. We are contemplating a project that would have a stable API and pull out the stuff from shared that might be useful to other

Re: MyFaces support for Facelets

2006-05-15 Thread Sean Schofield
: What if there is a need for a different JAR for different facelets versions? For example, if Jacob changed the tag handler API in Facelets 1.2, then the code would be different for Facelets 1.1 and 1.2. This is the big reason I see for having the Jars separate. -Andrew On 5/15/06, Sean

Re: [m2] Problems when getting artifacts using an internal repo (proxy problem?)

2006-05-11 Thread Sean Schofield
Maybe you could hack it by labeling your internal artifacts as snapshots and then listing my-repo as snapshot only? Still learning maven so that may be way off. Sean On 5/10/06, Bruno Aranda [EMAIL PROTECTED] wrote: Mmm, I see what is happening, When it goes to search a dependency already

Re: Source release

2006-05-09 Thread Sean Schofield
Actually I would go with the *tagged* release since that is *exactly* what goes into the artifacts (they should be the same as the branch though.) https://svn.apache.org/repos/asf/myfaces/core/tags/1_1_3/ Even better, you can browse the source online with your browser without even checking out.

Re: Source release

2006-05-09 Thread Sean Schofield
Well you are free to disagree. Or even better, you are encouraged to help document the existing limitations or tweak the maven scripts so we can more easily release the source bundles. Sean On 5/9/06, Lindholm, Greg [EMAIL PROTECTED] wrote: I think it is entirely acceptable to ask

Re: Using tree2 with facelets

2006-05-08 Thread Sean Schofield
Kienenberger [EMAIL PROTECTED] wrote: On 4/22/06, Sean Schofield [EMAIL PROTECTED] wrote: Let me know what needs to be changed (and why) and I will be happy to try and help. (The why part I think I am understanding more as I read about how facelets works.) Sean, Pull up a thread named tree2

Re: error while resolving artifact xslt-plugin

2006-04-26 Thread Sean Schofield
Ahh this is because we dropped the atanion snapshot repo since this plugin has been finalized. The issue has already been resolved on the latest maven/shared/core branches and so will be fixed on the trunk as soon as I merge them down (probably tomorrow.) @Bernd: You want to address the tobago

Re: error while resolving artifact xslt-plugin

2006-04-26 Thread Sean Schofield
The xslt ref is SNAPSHOT though and that was only on the antanion server. So that remains a problem AFAIK. Sean On 4/26/06, Arvid Hülsebus [EMAIL PROTECTED] wrote: No, it's already configured... the URL http://repo1.maven.org/maven2 will redirect you to http://www.ibiblio.org/maven2/ So

Re: [ANNOUNCE] MyFaces 1.1.2

2006-04-25 Thread Sean Schofield
Tomahawk 1.2 is coming very soon. We have some last minute Maven confusion to sort out. Voting should start any day now (with a release a few days after that.) Most likely we are looking at early next week. (Along with an updated MyFaces Core 1.1.3 that fixes some more issues.) Sean On

Re: t:tree2 id=eventTree reposition to the top

2006-04-23 Thread Sean Schofield
If your tree is small enough you could try using the client side toggle. That works with javascript and basically doesn't require a new post. Sean On 4/23/06, MYyfaces Chaminda Siyasin [EMAIL PROTECTED] wrote: Hi All, I am using Myfaces t:tree2 id=eventTree Event Tree.when navigating in

Re: Building 1.1.2 Sandbox

2006-04-22 Thread Sean Schofield
However, it appears to build 1.1.3-SNAPSHOT rather than 1.1.2. Could someone quickly outline the process for building 1.1.2? That's b/c we are about to release 1.1.2 and have created a branch. 1.1.3 is now the latest and greatest (even though at this exact moment there is very little

Re: Using tree2 with facelets

2006-04-22 Thread Sean Schofield
it easier. On 4/22/06, Andrew Robinson [EMAIL PROTECTED] wrote: Yes there is one: http://issues.apache.org/jira/browse/TOMAHAWK-47 On 4/21/06, Sean Schofield [EMAIL PROTECTED] wrote: Andrew, Is there a JIRA issue on this? If not, please add one. I'm starting to dabble in facelets so

Re: Using tree2 with facelets

2006-04-22 Thread Sean Schofield
. (The why part I think I am understanding more as I read about how facelets works.) Sean On 4/22/06, Mike Kienenberger [EMAIL PROTECTED] wrote: On 4/22/06, Sean Schofield [EMAIL PROTECTED] wrote: Are you interested in reworking the patch? Now that we've refactored we need a new one. I

Re: Using tree2 with facelets

2006-04-21 Thread Sean Schofield
Andrew, Is there a JIRA issue on this? If not, please add one. I'm starting to dabble in facelets so I might be able to help fix this. Sean On 4/10/06, Andrew Robinson [EMAIL PROTECTED] wrote: Have you setup the MyFaces extension correctly? Also make sure you read through the WIKI on

Re: MyFaces 1.1.2 Listener startup probs Deltas in web.xml

2006-04-19 Thread Sean Schofield
Yes it will take some time to get everything promoted but that shouldn't stop users from using the sandbox stuff now. The Dojo stuff especially needs to be heavily discussed before we promote it. We'd like to figure out a few best practices for all of this Ajax stuff and stick with them in all

Re: Missing tomahawk.jar in MyFaces1.2

2006-04-18 Thread Sean Schofield
I'm not sorry to say it ;-) This is a good thing. It should mean more frequent releases of tomahawk which changes often as opposed to the core which is stable but requires lots of testing before a release. Sean On 4/18/06, Werner Punz [EMAIL PROTECTED] wrote: Hi Balaji, sorry to say that, but

Re: Missing tomahawk.jar in MyFaces1.2

2006-04-18 Thread Sean Schofield
If tomahawk1.2 is not released yet, whey does the relase notes for MyFaces Core 1.2, have details of bug fixes, in Tomahawk components, like t:commandSortHeader,etc.??? This is misleading/confusing me. At one point the two projects were intertwined and shared the same JIRA instance. So all

Re: TreeModelBase/HtmlTree : Java heap space

2006-04-18 Thread Sean Schofield
You are probably trying to load way too much data into the tree. How much data are you talking about? I would suggest looking at the archives for discussions on dynamic trees. You can customize tree2 model to use a database. Sean On 4/17/06, Sunil Kulkarni [EMAIL PROTECTED] wrote: Hi, I

Re: [ANNOUNCE] Struts Shale Framework 1.0.2 Alpha

2006-03-29 Thread Sean Schofield
Wendy, Thanks for your tireless efforts getting this all squared away for us. Now we can go ahead with the MyFaces release. Sean On 3/29/06, Werner Punz [EMAIL PROTECTED] wrote: Congratulations Craig, Wendy and the others... Wendy Smoak schrieb: The Struts team is pleased to announce

Re: [ANNOUNCE] MyFaces Core 1.1.2 Ready For Testing

2006-03-07 Thread Sean Schofield
The phaselistener issue was fixed in trunk about 8 hours ago, but you it should be discovered if you have tomahawk in the classpath. The latest nightly build that I forced this morning should contain this fix. Please let us know if you continue to experience problems. Sean

[ANNOUNCE] MyFaces Core 1.1.2 Ready For Testing

2006-03-06 Thread Sean Schofield
We now have a stable 1.1.2 build of the MyFaces Core ready for testing. You can find the build at http://cvs.apache.org/builds/myfaces/nightly/. Please be sure to test the core 1.1.2 snapshot *only*. The rest (including core 1.1.3) is nightly stuff that is automatically produced from the trunk

Re: [ANNOUNCE] MyFaces Core 1.1.2 Ready For Testing

2006-03-06 Thread Sean Schofield
[EMAIL PROTECTED] wrote: Is it possible to support the sandbox in these nightly builds as well as tomahawk? (create archives for sandbox just like those of the tomahawk) On 3/6/06, Sean Schofield [EMAIL PROTECTED] wrote: We now have a stable 1.1.2 build of the MyFaces Core ready for testing

Re: tree2 does not expand

2006-02-27 Thread Sean Schofield
This doesn't sound like a tree2 specific problem then. It sounds like its a more general problem with AddResource and you dynamic include. I would create a JIRA issue on this. Sean On 2/26/06, Carsten Burghardt [EMAIL PROTECTED] wrote: Am Monday 20 February 2006 22:37 schrieb Sean Schofield

Re: Shale Dialog Manager vs. t:saveState

2006-02-27 Thread Sean Schofield
: Sean, I could not figure out form the documentation which data is kept during conversation time, is it the page controller, or all data accessed during conversation time? Werner Sean Schofield schrieb: Shale dialogs do, however, have a mechanism for storing objects between requests. So

Re: Next stable version of sandbox?

2006-02-23 Thread Sean Schofield
IMO schedule is getting close to emerging from the sandbox. It will probably be the first component we promote once we get a new tomahawk release and the commons refactoring behind us. Sean On 2/23/06, Andrew Robinson [EMAIL PROTECTED] wrote: Yeah I know. I don't mind using it as unstable, I

Re: Failure checking out release 1.1.1 from SVN.

2006-02-23 Thread Sean Schofield
The SVN is really screwed up due to the use of externals and the fact that we moved stuff around. We've dropped the use of externals in the current trunk to avoid this problem in the future. Sorry about this. Believe me that we regret this as well. We may sort it all out one day but in the

Re: myfaces tree2 delete node

2006-02-23 Thread Sean Schofield
things. At least the Node is expanded but it is also considered a leaf is gone and not reproducible for me. Nevertheless, thank you for your helpfulness! 2006/2/22, Sean Schofield [EMAIL PROTECTED]: I am happy to try and help out but I need a little more investigation from you guys. You

Re: Issues with Tree2 - Heap Space Probleme - HTML Code

2006-02-22 Thread Sean Schofield
As Onur suggested the server-side toggle is the way to go for large trees. Eventually I envision an Ajax version of the tree2 component. Some of the recent tree2 changes reflect a step in that direction. Sean On 2/22/06, Onur Tokan [EMAIL PROTECTED] wrote: Make the tree2 attribute to

Re: Issues with Tree2 - Heap Space Probleme - HTML Code

2006-02-22 Thread Sean Schofield
How much heap space do you have available? You probably want to increase beyond the standard amount (64 M I think is the default?) I would also recommend that you consider populating your tree model dynamically. There's no need to have all 30,000 nodes sitting in the memory all the time. Sean

Re: Issues with Tree2 - Heap Space Probleme - HTML Code

2006-02-22 Thread Sean Schofield
TreeWalker helps us get a good way there. We can provide a custom tree walker that renders the tree from a specified point (not necessarily starting at the root.) Sean On 2/22/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! Eventually I envision an Ajax version of the tree2 component.

Re: simple identification of incorrect fields

2006-02-22 Thread Sean Schofield
in a summary list at the top of my page. I just want to mark the incorrect fields in addition. Is there no other possibility or workaround? -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Dienstag, 21. Februar 2006 19:19 To: MyFaces Discussion Subject: Re: simple

Re: myfaces tree2 delete node

2006-02-22 Thread Sean Schofield
I am happy to try and help out but I need a little more investigation from you guys. You will need to investigate the latest source code and let me know where things are breaking down. Unfortunately there are some issues getting the new release done that are taking up most of my time. So if you

Re: JSF ID's

2006-02-21 Thread Sean Schofield
Why do you need these special characters? Is it for javascript purposes? If so look at the forceId attribute of the tomahawk components. That would be a much safer option. Sean On 2/21/06, Onur Tokan [EMAIL PROTECTED] wrote: Hi, I need to use some special characters in JSF component ids.

Re: JSF ID's

2006-02-21 Thread Sean Schofield
for using existing js libraries. I am creating the components on the fly from java code. I couldn't find an approviate method to force id? PS: I am importing my faces libraries Regards, On 2/21/06, Sean Schofield [EMAIL PROTECTED] wrote: Why do you need these special characters

Re: Apache ADF Faces requires JDK 1.5

2006-02-21 Thread Sean Schofield
The ADF stuff is in incubation right now so there are all sorts of possibilities for change. I envision a lively discussion where discuss the pros and cons of allowing tomahawk, tobago or adf to use jdk 1.5 functionality. Currently tomahawk does not have any jdk 1.5 stuff (that I am aware of.)

Re: JSF ID's

2006-02-21 Thread Sean Schofield
He knows. He just wants to get around this b/c of existing javascript. That's why I'm suggesting forceId which doesn't care about such things. Sean On 2/21/06, Dennis Byrne [EMAIL PROTECTED] wrote: I believe the spec does not permit ids w/ '@' . Dennis Byrne -Original Message-

Re: JSF ID's

2006-02-21 Thread Sean Schofield
Check the website[1] and examples. Sean [1] http://myfaces.apache.org/tomahawk/forceId.html On 2/21/06, Onur Tokan [EMAIL PROTECTED] wrote: Hi, Ok, I know It's easy to force id's with JSP declerations. However I still can't find a method to force it's id. public void

Re: t:selectOneRadio has no preselection with spread layout

2006-02-21 Thread Sean Schofield
Volker created TOMAHAWK-152 [1]. Patches are welcome. Sean [1] http://issues.apache.org/jira/browse/TOMAHAWK-152 On 2/21/06, Volker Weber [EMAIL PROTECTED] wrote: Hi Michael, i just test a bit. I could mak it work by using itemValue=#{true} and itemValue=#{false}. ^^^

Re: t:selectOneRadio has no preselection with spread layout

2006-02-21 Thread Sean Schofield
Ahh Volker has done your work for you. Volker you are committer now aren't you? Or are you restricted by the gentlemen's agreement? Sean On 2/21/06, Volker Weber [EMAIL PROTECTED] wrote: Patch already attached :-). Sean Schofield wrote: Volker created TOMAHAWK-152 [1]. Patches

Re: t:selectOneRadio has no preselection with spread layout

2006-02-21 Thread Sean Schofield
See ... it pays to be persistent ;-) On 2/21/06, Michael Heinen [EMAIL PROTECTED] wrote: Hi Volker, Many thanks for your support and quick responses. Your workaround rocks and helps me a lot. Michael -Original Message- From: Volker Weber [mailto:[EMAIL PROTECTED] Sent:

  1   2   3   4   5   6   7   8   >