Why do I lose my resources (gif, css, jpg) after I add the ExtensionsFilter?

2006-11-07 Thread Todd Patrick
None of my style sheets or resources work now that I added the ExtensionsFilter. I have the following in my page: But the style sheet is never rendered. When I look at the source of the page, I see: Thoughts on why the ExtensionsFilter would break my resources? Thanks, --Todd

RE: Frustrated with the same old ExtensionsFilter issue.

2006-11-07 Thread Todd Patrick
I believe I have fixed this by adding: extensionsFilter /faces/myFacesExtensionResource/* --Todd -Original Message- From: Todd Patrick [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 11:15 AM To: users@myfaces.apache.org Subject: Frustrated with the

RE: Tomahawk: Tree2: TreeNodeBase.getChildCount() question - Lazy Loading issue.

2006-07-09 Thread Todd Patrick
ng TreeModelBase and not changing the expansion state of the model (no overrides or customizations). -Andrew On 7/7/06, Todd Patrick <[EMAIL PROTECTED]> wrote: > I have been unsuccessful in implementing the Lazy Loading technique > that was described in the wiki or as described using Aja

RE: Tomahawk: Tree2: TreeNodeBase.getChildCount() question - Lazy Loading issue.

2006-07-07 Thread Todd Patrick
oesn't seem to be working out, I can try during my free time to build an example ZIP for you with source that does the lazy loading. Were you getting errors, or was the tree just not working? BTW - I am using TreeModelBase and not changing the expansion state of the model (no overrides or cus

Tomahawk: Tree2: TreeNodeBase.getChildCount() question - Lazy Loading issue.

2006-07-07 Thread Todd Patrick
I have been unsuccessful in implementing the Lazy Loading technique that was described in the wiki or as described using AjaxAnywhere by Andrew R. "By all means, this is my own fault and no one else, I greatly appreciate everyone's help!" Therefore, I am at this point: I really just need the "plu

Tree2 and Ajaxanywhere - BaseTreeNode constructor question

2006-07-06 Thread Todd Patrick
What are the first two parameters? I assume model is the "actual model" i.e. the element on the jsp page. What is parent? Thanks, --Todd public BaseTreeNode(TreeModel model, BaseTreeNode parent, String type, String identifier, String name, boolean leaf) { th

RE: What is the my:ajaxTree element in the MyFaces Tree2 - Creating a lazy loading tree guide?

2006-07-06 Thread Todd Patrick
eally isn't that hard to do. Hope that helps, Andrew On 7/6/06, Todd Patrick <[EMAIL PROTECTED]> wrote: > Thanks, I did understand your blog note. > > Just the elements in the XHTML example threw me off. > > I've been reviewing the AjaxAnywhere demo examples and I be

RE: Error with MyFaces Tree2 and Ajaxanywhere: javax.servlet.ServletException: Component is no ActionSource

2006-07-06 Thread Todd Patrick
tener tag inside of a facet. You have to have it in a UI command component (or anything else that extends the action source interface). You are on the right track for the AA code though. See my other reply on this for more information -Andrew On 7/6/06, Todd Patrick <[EMAIL PROTECTED]> wro

RE: What is the my:ajaxTree element in the MyFaces Tree2 - Creating a lazy loading tree guide?

2006-07-06 Thread Todd Patrick
, you can add it there, or create action listeners. Since the AAUtils methods are static, you could use a parameter and a action listener to do this: This is more clunky in the UI, but then you don't have to code the components (which really isn't that hard to do. Hope that helps,

Error with MyFaces Tree2 and Ajaxanywhere: javax.servlet.ServletException: Component is no ActionSource

2006-07-06 Thread Todd Patrick
Tree2 and Ajaxanywhere together properly? Thanks, --Todd -Original Message----- From: Todd Patrick Sent: Thursday, July 06, 2006 11:26 AM To: 'MyFaces Discussion' Subject: RE: What is the my:ajaxTree element in the MyFaces Tree2 - Creating a lazy loading tree guide? Thanks, I did under

RE: What is the my:ajaxTree element in the MyFaces Tree2 - Creating a lazy loading tree guide?

2006-07-06 Thread Todd Patrick
x4jsf has built in support for components such as these, but not the tree). -Andrew On 7/6/06, Todd Patrick <[EMAIL PROTECTED]> wrote: > What is the my:ajaxTree element in the MyFaces Tree2 - Creating a > lazy loading tree guide? > > Below, there is a reference to my:ajaxTree and

What is the my:ajaxTree element in the MyFaces Tree2 - Creating a lazy loading tree guide?

2006-07-06 Thread Todd Patrick
What is the my:ajaxTree element in the MyFaces Tree2 - Creating a lazy loading tree guide? Below, there is a reference to my:ajaxTree and my:ajaxCommandLink. I did a Google search and nothing is referenced for these. Thanks, --Todd

A question about using Facelets with Tomahawk wiki entry.

2006-06-30 Thread Todd Patrick
I'd like to move away from JSP to XHTML via Facelets for my JSF project. I've have the following jar files: commons-beanutils-1.7.0.jar commons-codec-1.3.jar commons-collections-3.1.jar commons-digester-1.6.jar commons-el-1.0.jar commons-fileupload-1.0.jar commons-lang-2.1.jar commons-logging-1

A note about the Tree2 Lazy Loading -- number of children not known blog...by Andrew Robinson

2006-06-27 Thread Todd Patrick
Andrew: First of all, thank you - this is greatly appreciated.   I only have one question at this point, the line:   return .loadChildren(this);   Means what?   Do you have an example of the inner class that could be used?   Thanks,   --Todd       public class ContentMgmtFolderNodeextends

Tree2: When using server side toggling. How do I display the "plus" and "minus" navigation icons even if I don't know if there are children.

2006-06-27 Thread Todd Patrick
Tree2: When using server side toggling. How do I display the "plus" and "minus" navigation icons initially - even if I don't know if there are children.   I know this may sound like an odd request, the purpose is when I build a tree, I'd like the "plus" navigation icon displayed initially -

What is the purpose of TreeWalkerBase, and no it's not in the Wiki or Mail archive.

2006-06-15 Thread Todd Patrick
What is the purpose of TreeWalkerBase?   I've looked in the usual places.   There isn't any examples of usage in the source either   Thanks,   --Todd  

RE: Automatically expand a tree once I dynamically populate a node with children?

2006-06-15 Thread Todd Patrick
iling list's archives for more discussions on dynamic tree loading and manually expanding/collapsing nodes. -Andrew PS - would give you references, but really busy at the moment, sorry On 6/15/06, Todd Patrick <[EMAIL PROTECTED]> wrote: > > > Tree2 is working great. > > A

RE: tree2: How would I automatically expand the tree once I dynamically populate a node with children?

2006-06-15 Thread Todd Patrick
Sorry!   Ignore this message, I didn't mean to send this older draft.   --Todd From: Todd Patrick [mailto:[EMAIL PROTECTED] Sent: Thursday, June 15, 2006 3:47 PMTo: MyFaces DiscussionSubject: tree2: How would I automatically expand the tree once I dynamically populate a node with chi

tree2: How would I automatically expand the tree once I dynamically populate a node with children?

2006-06-15 Thread Todd Patrick
Tree2 is working great.   A topic that I cannot find in the demo code or in the mail archive is how would I automatically expand the tree once I dynamically populate a node with children?   For example, I have the following tree:   |- A |- B |- C   I click on node B and that runs an Ac

Automatically expand a tree once I dynamically populate a node with children?

2006-06-15 Thread Todd Patrick
Tree2 is working great.   A topic that I cannot find in the demo code or in the mail archive is how would I automatically expand the tree once I dynamically populate a node with children?   For example, I have the following tree:   |- A |- B |- C   I click on node B and that runs an Ac

How do I highlight the selected node in tree2?

2006-06-14 Thread Todd Patrick
I've search the mailing list on how to highlight the selected node in tree2, however what method or setting can accomplish this?   Thanks,   --Todd

RE: Deploy Error: java.io.NotSerializableException: javax.faces.component.html.HtmlOutputText

2006-06-14 Thread Todd Patrick
ploy Error: java.io.NotSerializableException: javax.faces.component.html.HtmlOutputText using google for you subject and got one URL to SUN's JSF forum. http://forum.java.sun.com/thread.jspa?threadID=571031&messageID=2826437 -Matthias On 6/14/06, Todd Patrick <[EMAIL PROTECTED]>

Deploy Error: java.io.NotSerializableException: javax.faces.component.html.HtmlOutputText

2006-06-14 Thread Todd Patrick
Deployment error message: "java.io.NotSerializableException: javax.faces.component.html.HtmlOutputText" This is somewhat of an odd error... The application runs fine and the Javabean implements Serializable. I've removed all of the h:outputText and the error disappears, however as soon as I add

RE: ADF compiled

2006-06-12 Thread Todd Patrick
I don't believe you can. >From what I understand the ADF components are in SVN only. --Todd -Original Message- From: Paulo Cheque [mailto:[EMAIL PROTECTED] Sent: Sunday, June 11, 2006 7:19 PM To: users@myfaces.apache.org Subject: ADF compiled Hi, Where I can find a link to download a

RE: Trying to work with Tomahawk Tabbed Panes

2006-06-09 Thread Todd Patrick
yfaces-impl-1.1.3.jar > tomahawk-1.1.2.jar > jsf-api.jar > jsf-ibm.jar > jsf-impl.jar > odc-jsf.jar > standard.jar > > Is there any problem? > > Regards, > Jayashree. > > -Original Message- > From: Todd Patrick [mailto:[EMAIL PROTECTED] > Sent: Frid

RE: Trying to work with Tomahawk Tabbed Panes

2006-06-09 Thread Todd Patrick
-impl-1.1.3.jar > tomahawk-1.1.2.jar > jsf-api.jar > jsf-ibm.jar > jsf-impl.jar > odc-jsf.jar > standard.jar > > Is there any problem? > > Regards, > Jayashree. > > -Original Message- > From: Todd Patrick [mailto:[EMAIL PROTECTED] > Sent: Fri

RE: Trying to work with Tomahawk Tabbed Panes

2006-06-09 Thread Todd Patrick
(HttpConnection.java: 618) at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:443) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:672) Thanks, Jayashree. -Original Message- From: Todd Patrick [mailto:[EMAIL PROTECTED] Sent: Friday, June 09, 2006 3:55 PM To: MyFaces

RE: Trying to work with Tomahawk Tabbed Panes

2006-06-09 Thread Todd Patrick
Jaya: I faced the same issue in the past, here is my web.xml file: http://java.sun.com/xml/ns/j2ee " xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance " xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee

If I have a component that is rendered by an ActionEvent, how to I keep the component rendered on the page if I rerun the even?

2006-06-09 Thread Todd Patrick
I have the following tree2 (that is working... horray!) that is displayed based on a call to an ActionEvent:   id="clientTree"value="#{tbrowser.treeData}"var="node"varNodeToggler="t"showRootNode="false"rendered="#{tbrowser.displaytree}">   In my backing bean, I have the following code defined

RE: How does DefaultTreeModel and HtmlTree relate?

2006-06-09 Thread Todd Patrick
HtmlTree relate? hey Todd, this looks like a tool for you ([1]). But please note, the MyFaces community is NOT the creator (in case of broken documentation) -Matthias [1] http://jroller.com/page/RickHigh/20060602 On 6/8/06, Todd Patrick <[EMAIL PROTECTED]> wrote: > Sean: > > Th

RE: How does DefaultTreeModel and HtmlTree relate?

2006-06-08 Thread Todd Patrick
ve done dynamic tree models without subclassing tree. Take a look at some of the archive posts on dynamic trees for some ideas. I haven't done it myself so I'm not the best person to comment on that. Sean On 6/8/06, Todd Patrick <[EMAIL PROTECTED]> wrote: > Sean: > > The b

RE: What is the purpose of the HtmlTree method addToModelListeners?

2006-06-08 Thread Todd Patrick
s not in incubator because it is buggy and not stable or > > things like that. > > there are some other issues to solve in a "open community" > > IP iusses, interest form users, committer (aka community) > > those things are same interest in Apache. It is

RE: What is the purpose of the HtmlTree method addToModelListeners?

2006-06-08 Thread Todd Patrick
Sent: Thursday, June 08, 2006 10:05 AM To: MyFaces Discussion Subject: Re: What is the purpose of the HtmlTree method addToModelListeners? You should use tree2 - mentioned before - or look at Oracle's ADF donation. well, a debugger might help you in figuring out what's wrong. -Mat

RE: What is the purpose of the HtmlTree method addToModelListeners?

2006-06-08 Thread Todd Patrick
deListeners.   This is frustrating beyond belief... it's so unproductive, it's not funny anymore.   "I've lost the entire week with baby steps all due to the lack of proper tutorials and documentation on Tomahawk."   --Todd From: Todd Patrick [mailto:[EMAIL PROTECTED] Sen

What is the purpose of the HtmlTree method addToModelListeners?

2006-06-08 Thread Todd Patrick
There is no documentation at http://myfaces.apache.org/tomahawk/apidocs/index.html for HtmlTree method addToModelListeners.   Right now I am receiving the following error:   Caused by: java.lang.NullPointerException at org.apache.myfaces.custom.tree.HtmlTree.addToModelListeners(HtmlTree.jav

RE: How does DefaultTreeModel and HtmlTree relate?

2006-06-08 Thread Todd Patrick
> Ok, you can post it here before. > but wiki has also *notification* mails, when sb. addes content to it. > > Sounds good to me. Looking forward to see your work. > > -Matthias > > On 6/7/06, Todd Patrick <[EMAIL PROTECTED]> wrote: > > Matthias: Already ahead of yo

RE: How does DefaultTreeModel and HtmlTree relate?

2006-06-07 Thread Todd Patrick
scussion Subject: Re: How does DefaultTreeModel and HtmlTree relate? Todd- cool that you figured out how things are working. since you complain about lack of documentation, I'd like to ask you to help out in this area. Can you go ahead an create some documentation in our wiki ? Thanks, Matthias On 6/7

RE: How does DefaultTreeModel and HtmlTree relate?

2006-06-07 Thread Todd Patrick
   tree.setColumnClasses("col1, col12");    tree.setSelectedNodeClass("treenodeSelected");   And my getter is still valid.   public DefaultTreeModel getTreeModel() {    return treeModel;}   Thanks,   --Todd From: Todd Patrick Sent: Wednesday, June 07, 2006 4:3

How does DefaultTreeModel and HtmlTree relate?

2006-06-07 Thread Todd Patrick
I've created a HtmlTree in Java code:   HtmlTree tree = (HtmlTree) application.createComponent(HtmlTree.COMPONENT_TYPE);    tree.setRendererType("org.apache.myfaces.custom.tree.renderkit.html.HtmlTreeRenderer");    tree.setId("tree");    tree.setVar("treeItem");    tree.se

What is the value for RendererType when creating a HTMLTree in Java code?

2006-06-07 Thread Todd Patrick
What is the value for RendererType when creating a HTMLTree in Java code?   HtmlTree tree = (HtmlTree) application.createComponent(HtmlTree.COMPONENT_TYPE);    tree.setRendererType("");   Where do I even look?   I'm at http://myfaces.apache.org/tomahawk/apidocs/index.html and nothing is

RE: Question about using DefaultMutableTreeNode with a java.lang.Object userObject and creating multiple trees dynamically.

2006-06-07 Thread Todd Patrick
Oh wait, I think I get it.   If I have:     I could add children (any number of t:trees) I needed...   --Todd From: Todd Patrick [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 3:00 PMTo: MyFaces DiscussionSubject: Question about using DefaultMutableTreeNode with a

Question about using DefaultMutableTreeNode with a java.lang.Object userObject and creating multiple trees dynamically.

2006-06-07 Thread Todd Patrick
1.) I am trying to populate a tree model, at this point I have:   ListIterator trans = transactList.listIterator(transactList.size());    while(trans.hasNext()) {    TransactRow row = (TransactRow) trans.next();    DefaultMutableTreeNode root = new DefaultMutableTreeNode(row);}

RE: Warning message: Child count should be a multiple of the columns attribute?

2006-06-07 Thread Todd Patrick
omplete (modified) source: Todd Patrick wrote: > Actually no. > > I want each label component rendered in their own element, the > same goes for each input component. > > Your

RE: Warning message: Child count should be a multiple of the columns attribute?

2006-06-07 Thread Todd Patrick
? ...labels... ... And then you can make the columns="1" ... Regards, Jeff Bischoff Kenneth L Kurz & Assoc, Inc. Todd

RE: How do I use t:div to hide a component when a page loads, then display it on a h:commandButton event?

2006-06-06 Thread Todd Patrick
oid toggle(ActionEvent evt) { myProp = !myProp; } } On 6/6/06, Todd Patrick <[EMAIL PROTECTED]> wrote: > > > How do I use t:div to hide a component or components within the t:div > when a page loads, then display the component(s) within the t:div on a > h:commandButton event? > > Thanks, > > --Todd

RE: Is there an example of using tree2 with data from a database?

2006-06-06 Thread Todd Patrick
ee content while opening > its nodes, with examples. I personally suggest you the second one > (Alternative Tree2 Lazy Loading Method...by jtmille3). > > Cosma > > > 2006/6/5, Todd Patrick <[EMAIL PROTECTED]>: > > I looked in the mailing list archive, there are a

How do I use t:div to hide a component when a page loads, then display it on a h:commandButton event?

2006-06-06 Thread Todd Patrick
How do I use t:div to hide a component or components within the t:div when a page loads, then display the component(s) within the t:div on a h:commandButton event?   Thanks,   --Todd

RE: Warning message: Child count should be a multiple of the columns attribute?

2006-06-06 Thread Todd Patrick
Wessendorf Sent: Tuesday, June 06, 2006 11:21 AM To: MyFaces Discussion Subject: Re: Warning message: Child count should be a multiple of the columns attribute? You are welcome. Everbody makes mistakes... On 6/6/06, Todd Patrick <[EMAIL PROTECTED]> wrote: > Ha! > > Your right. Sor

RE: Warning message: Child count should be a multiple of the columns attribute?

2006-06-06 Thread Todd Patrick
the columns attribute? me too On 6/6/06, Jeff Bischoff <[EMAIL PROTECTED]> wrote: > I count 15 total components, Todd > > Todd Patrick wrote: > > The warning message I am receiving is: > > > > "PanelGrid tbForm:tabSearch has not enough children. Child count &

RE: TreeTable example downloaded from SVN doesn't collapse or expand.

2006-06-06 Thread Todd Patrick
ample downloaded from SVN doesn't collapse or expand. So you got a chance to replace the RI. cool, Matthias On 6/6/06, Todd Patrick <[EMAIL PROTECTED]> wrote: > Ajay: I did get this to work. > > I do use SJSAS 8.2 and the jars that I needed are: > > commons-beanutils-1.7.0.jar &g

RE: TreeTable example downloaded from SVN doesn't collapse or expand.

2006-06-06 Thread Todd Patrick
Ajay: I did get this to work. I do use SJSAS 8.2 and the jars that I needed are: commons-beanutils-1.7.0.jar commons-codec-1.3.jar commons-collections-3.1.jar commons-digester-1.6.jar commons-el-1.0.jar commons-fileupload-1.0.jar commons-lang-2.1.jar commons-logging-1.0.4.jar jstl-1.1.0.jar myfac

Warning message: Child count should be a multiple of the columns attribute?

2006-06-06 Thread Todd Patrick
The warning message I am receiving is:   "PanelGrid tbForm:tabSearch has not enough children. Child count should be a multiple of the columns attribute."   Below is the code snippet. I have fourteen (14) total components and I'd like seven (7) on each row, thus I defined the columns attribut

What is the correct default jar list to run MyFaces Tomahawk 1.1.2?

2006-06-06 Thread Todd Patrick
What is the correct default jar list to run MyFaces Tomahawk 1.1.2? At this point I have the following jars in my /domain1/lib directory for SJSAS 8.2: commons-beanutils.jar commons-codec-1.3.jar commons-collections.jar commons-digester.jar commons-el-1.0.jar commons-fileupload-1.0.jar commons-

To clarify, I need the MyFaces RI and API to get Tomahawk 1.1.2 to work?

2006-06-06 Thread Todd Patrick
To clarify, I need the MyFaces RI and API to get Tomahawk 1.1.2 to work?   Using the Sun JSF 1.1 RI and API with Tomahawk 1.1.2 will not work, correct?   Thanks,   --Todd

RE: TreeTable example downloaded from SVN doesn't collapse or expand.

2006-06-06 Thread Todd Patrick
Matthias: Sorry, that is the case. I looked at it again last night. Thanks, --Todd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Monday, June 05, 2006 9:44 PM To: MyFaces Discussion Subject: Re: TreeTable example downloaded f

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

2006-06-05 Thread Todd Patrick
David: Well, I'm not for sure about that... My SVN location is: http://svn.apache.org/repos/asf. My login is: Anonymous The examples directory should be with: /assembly /core /examples /sandbox Under a 1_1_2 directory. Thanks, --Todd -Original Message- From: David Van Stone [mailto

Re-occurring issue with Myfaces Tomahawk 1.1.2 and org.apache.commons.digester.Digester

2006-06-05 Thread Todd Patrick
When I deploy a project to SJSAS 8.2, the following warnings keep appearing in my server.log file. This may not be SJSAS 8.2 specific and could probably happen in Tomcat as well.   Does anyone have any ideas of why org.apache.commons.digester.Digester is outputting warning messages?   Thank

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

2006-06-05 Thread Todd Patrick
Welcome David. I too have ran into that issue as well. The examples are in the SVN repository and link is available under the heading: Latest source code and nightly builds from SVN repository On the page: http://myfaces.apache.org/download.html The link should go to: http://apache.org/dev/v

RE: Is there an example of using tree2 with data from a database?

2006-06-05 Thread Todd Patrick
there an example of using tree2 with data from a database? can you search the archive? Tree2 is very popular and question regarding loading data have already been asked. Thx, -Matthias On 6/5/06, Todd Patrick <[EMAIL PROTECTED]> wrote: > > > Is there an example of using tree2 with

RE: TreeTable example downloaded from SVN doesn't collapse or expand.

2006-06-05 Thread Todd Patrick
Matthias: Thank you. I'm taking a look at it as well... Thanks, --Todd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Monday, June 05, 2006 2:02 PM To: MyFaces Discussion Subject: Re: TreeTable example downloaded from SVN doe

TreeTable example downloaded from SVN doesn't collapse or expand.

2006-06-05 Thread Todd Patrick
TreeTable example from SVN doesn't collapse or expand.   I copied the files downloaded from SVN into my project, compiled and deployed to SJSAS 8.2 with no errors.   I ran the example in Firefox and everything shows up, the folder icon, the minus symbol icon and the data.   I tried to colla

RE: Is there a MyFaces Tomahawk guide?

2006-06-05 Thread Todd Patrick
ething you would use in addition to MyFaces and Tomahawk, if you're going to use it. It replaces JSPs with XHTML files for your view definitions, and provides some nice templating components. Todd Patrick wrote: > To continue, I've selected MyFaces and Tomahawk for a mission critical

Is there an example of using DefaultMutableTreeNode with a List object?

2006-06-05 Thread Todd Patrick
Is there an example of using DefaultMutableTreeNode with a List object?   I found that the constructor allows:   DefaultMutableTreeNode(java.util.List children, boolean allowsChildren)   This is more to what I need, is there an example usage of this?   I'd like to know how if I would have

RE: Is there an example of using tree2 with data from a database?

2006-06-05 Thread Todd Patrick
To: MyFaces Discussion Subject: Re: Is there an example of using tree2 with data from a database? can you search the archive? Tree2 is very popular and question regarding loading data have already been asked. Thx, -Matthias On 6/5/06, Todd Patrick <[EMAIL PROTECTED]> wrote: > > > I

RE: According to the Myfaces Wiki the Tree component is considered obsolete?

2006-06-05 Thread Todd Patrick
namespaces. Please take over such discussions to the ADF lists. (currently they are named ADF ...) -Matthias On 6/5/06, Todd Patrick <[EMAIL PROTECTED]> wrote: > Matthias: Thank you, my concern is how much will ADF change when > migrating to Apache incubation? > >

RE: Where is the TreeItem Javadoc?

2006-06-05 Thread Todd Patrick
in MyFaces Tomahawk 1.1.2. > > "This is frustrating..." > > --Todd > > > From: Todd Patrick [mailto:[EMAIL PROTECTED] > Sent: Monday, June 05, 2006 9:26 AM > To: MyFaces Discussion > Subject: Where is the TreeItem Javadoc? >

RE: Where is the TreeItem Javadoc?

2006-06-05 Thread Todd Patrick
Great.   There isn't a TreeItem, so this example for TreeTable is absolutely worthless. When I added:   TreeItem item = new TreeItem();   TreeItem wasn't found in MyFaces Tomahawk 1.1.2.   "This is frustrating..."   --Todd From: Todd Patrick [mailto:[EMAIL PROTECTED] S

Where is the TreeItem Javadoc?

2006-06-05 Thread Todd Patrick
In the example:   /org/apache/myfaces/examples/listexample/TreeTable.java   There is the following:   DefaultMutableTreeNode root = new DefaultMutableTreeNode(new TreeItem(1, "XY", "9001", "XY 9001"));    DefaultMutableTreeNode a = new DefaultMutableTreeNode(new TreeItem(2, "A", "9001",

RE: According to the Myfaces Wiki the Tree component is considered obsolete?

2006-06-05 Thread Todd Patrick
: According to the Myfaces Wiki the Tree component is considered obsolete? tree2 has not be used as a "tree table" ADF Faces contains also a treeTable. But using treeTable from tomahawk is fine too for now. But looking at Adf Faces is perhaps the better choice. -Matthias On 6/2/06, To

Is there an example of using tree2 with data from a database?

2006-06-05 Thread Todd Patrick
Is there an example of using tree2 with data from a database?   Example, I have the following tree:   + A + B + C   When I expand "A", I need to send "A" as a parameter to a public method in my backing bean, which calls a method in a POJO that returns the record set "1, 2, 3".   - A  

RE: Is there a MyFaces Tomahawk guide?

2006-06-02 Thread Todd Patrick
d is for a new WIKI > topic and have people start contributing. What do the MyFaces > contributors think? > > -Andrew > > On 6/2/06, Todd Patrick <[EMAIL PROTECTED]> wrote: > > To continue, I've selected MyFaces and Tomahawk for a mission > > critical engine

RE: Is there a MyFaces Tomahawk guide?

2006-06-02 Thread Todd Patrick
t: Friday, June 02, 2006 9:55 AM To: MyFaces Discussion Subject: RE: Is there a MyFaces Tomahawk guide? +1 on the documentation. Having spent some time grokking MyFaces, I can say that it's truly needed. I'll help in any way that I can on such an effort. -Original Message- F

org.apache.commons.digester.Digester issues with ConverterRule?

2006-06-02 Thread Todd Patrick
When Sun Java System Application Server 8.2 starts up; it logs a lot of warning messages to the server.log file. Each warning relates to using org.apache.commons.digester.Digester. Is there an issue that I need to resolve? What version of the digester package do I need? Thanks, --Todd [#|200

Is there a MyFaces Tomahawk guide?

2006-06-02 Thread Todd Patrick
I'd like to know if there is a MyFaces Tomahawk guide?   The samples are ok, the Wiki lacks a lot of detail and the Javadocs can only do so much in terms of learning how to properly use the components.   This isn't negative, I'd just like to know if I'm missing something.   MyFaces Tomahawk

According to the Myfaces Wiki the Tree component is considered obsolete?

2006-06-02 Thread Todd Patrick
According to the Myfaces Wiki the Tree component is considered obsolete?   I'd like to use a Tree Table, can Tree2 have multiple columns of data displayed at the leaf and children level?   Thanks,   --Todd  

Where is the backing bean java code for examples/treeTable.jsp?

2006-06-01 Thread Todd Patrick
Where is the backing bean java code for examples/treeTable.jsp?   I'm really frustrated on how unorganized the examples are, why is it so difficult to get the backbean for each .jsp file in the examples directory?   Thanks,   --Todd  

Is there a detailed Tomahawk Tree2 example, the wiki information doesn't really help.

2006-06-01 Thread Todd Patrick
Is there a detailed Tomahawk Tree2 example, the wiki information on Tree2 doesn't really help.   I've been reviewing the information at:   http://wiki.apache.org/myfaces/Tree2?highlight=%28Tree%29   "This doesn't help."   For example, why extend TreeNodeBase with a new class?   I'd apprecia

message-bundle: Do I need to define my .properties file in the faces-config.xml AND the jsp file both?

2006-05-10 Thread Todd Patrick
Concerning a .properties file, do I need to define the .properties file in my faces-config.xml:           en_US        com.dtn.petro2.petro_admin.tbrowser     *AND* in the .jsp page:     I return the following error if I don't have the .properties file defined in my faces-config.xml an

RE: There is a string "com.sun.faces.saveStateFieldMarker" on my screen, even though my managed bean implements Serializable?

2006-05-09 Thread Todd Patrick
s a string "com.sun.faces.saveStateFieldMarker" on my screen, even though my managed bean implements Serializable? >From: "Todd Patrick" <[EMAIL PROTECTED]> >> Gary: Thank you. > > What I am really confused about is how do I get to that information on: > > http://m

RE: There is a string "com.sun.faces.saveStateFieldMarker" on my screen, even though my managed bean implements Serializable?

2006-05-09 Thread Todd Patrick
, --Todd From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Tue 5/9/2006 4:55 PM To: MyFaces Discussion Subject: Re: There is a string "com.sun.faces.saveStateFieldMarker" on my screen, even though my managed bean implements Serializable? >From: "Todd Patric

There is a string "com.sun.faces.saveStateFieldMarker" on my screen, even though my managed bean implements Serializable?

2006-05-09 Thread Todd Patrick
There is a string "com.sun.faces.saveStateFieldMarker" on my screen, even though my managed bean implements Serializable?   In my web.xml, I do have the context:       javax.faces.STATE_SAVING_METHOD    client   Thoughts or suggestions are greatly appreciated.   Thanks,   --Todd  

Deploying causes: WARNING|sun-appserver-pe8.2|org.apache.commons.digester.Digester|_ThreadID=14 and empty JSF body

2006-05-09 Thread Todd Patrick
Sun Java System Application Server 8.2 commons-beanutils-1.7.0.jar commons-codec-1.3.jar commons-collections-3.1.jar commons-digester-1.6.jar commons-el-1.0.jar commons-fileupload-1.0.jar commons-lang-2.1.jar commons-logging-1.0.4.jar jstl-1.1.0.jar myfaces-api-1.1.3.jar myfaces-impl-1.1.3.jar toma

RE: Warning: Please adjust your web.xml to use org.apache.myfaces.webapp.filter.ExtensionsFilter

2006-05-09 Thread Todd Patrick
rning: Please adjust your web.xml to use org.apache.myfaces.webapp.filter.ExtensionsFilter If it helps, I have that class file in my copy of the 1.1.3 Tomahawk SNAPSHOT download.   Regards, David -Original Message-From: Todd Patrick [mailto:[EMAIL PROTECTED]Sent: Tuesday, May 09, 2006

Warning: Please adjust your web.xml to use org.apache.myfaces.webapp.filter.ExtensionsFilter

2006-05-09 Thread Todd Patrick
I have:   myfaces-core-1.1.3 tomahawk-1.1.2 Sun Java System Application Server 8.2   I receive the following warning when deploying my .war file:   [#|2006-05-09T10:47:13.007-0500|WARNING|sun-appserver-pe8.2|org.apache.myfaces.component.html.util.ExtensionsFilter|_ThreadID=10;|Please adjust

RE: Deployment warning: /WEB-INF/faces-config.xml has been specified in the javax.faces.CONFIG_FILES context parameter of the deployment descriptor

2006-05-09 Thread Todd Patrick
faces-config.xml has been specified in the javax.faces.CONFIG_FILES context parameter of the deployment descriptorAFAIK, WEB-INF/faces-config.xml is loaded by default, you have to list only additional faces-config files in your web.xmlCosma 2006/5/9, Todd Patrick < [EMAIL P

Deployment warning: /WEB-INF/faces-config.xml has been specified in the javax.faces.CONFIG_FILES context parameter of the deployment descriptor

2006-05-09 Thread Todd Patrick
When I deploy a Myfaces based project to Sun Java System Application Server 8.2, I receive the following warning:   [#|2006-05-09T10:13:14.005-0500|WARNING|sun-appserver-pe8.2|org.apache.myfaces.config.FacesConfigurator|_ThreadID=11;|/WEB-INF/faces-config.xml has been specified in the javax.f

RE: Oh so very very close - Filter Mapping Error still: ExtensionsFilter not correctly configured.

2006-05-05 Thread Todd Patrick
sionsFilter  *.jsf  extensionsFilter  /faces/*Regards,David Friedman / [EMAIL PROTECTED]-Original Message-From: Todd Patrick [mailto:[EMAIL PROTECTED]]Sent: Friday, May 05, 2006 3:36 PMTo: MyFaces DiscussionSubject: Oh so very very close - Filter Mapping Error still:Extens

RE: How do I properly use jsp:forward in MyFaces?

2006-05-05 Thread Todd Patrick
the extensions filter should clear some things up as long as you do not, for right now, plan on using the Tomahawk "t" taglib.  For learning purposes, I recommend staying away from that taglib.   Regards, David -Original Message-From: Todd Patrick [mailto:[EMAIL PROTECTED]Sent

Oh so very very close - Filter Mapping Error still: ExtensionsFilter not correctly configured.

2006-05-05 Thread Todd Patrick
I have: MyFaces Core 1.1.2 tomahawk-1.1.3-SNAPSHOT My web.xml filter is set-up as: MyFacesExtensionsFilter org.apache.myfaces.webapp.filter.ExtensionsFilter maxFileSize 20m MyFacesExtensionsFilter Faces Servlet

RE: How do I properly use jsp:forward in MyFaces?

2006-05-05 Thread Todd Patrick
Friday, May 05, 2006 9:33 AMTo: MyFaces DiscussionSubject: Re: How do I properly use jsp:forward in MyFaces?Hi,Removing the "/" at the beginning may work,Cagatay On 5/5/06, Todd Patrick <[EMAIL PROTECTED] > wrote: OK, this is making sense;   I do

blank.war file JavaScript error: getScrolling is not defined

2006-05-05 Thread Todd Patrick
I downloaded and deployed the blank.war file from myfaces-1.1.1-examples.zip. When I run blank.war, I receive the following error on the second page when I click on the "GO HOME" link: Error: getScrolling is not defined Source File: http://127.0.0.1:8080/blank/helloWorld.jsf Line: 1 Is this a bu

RE: How do I properly use jsp:forward in MyFaces?

2006-05-05 Thread Todd Patrick
Friedman / [EMAIL PROTECTED] -Original Message-From: Todd Patrick [mailto:[EMAIL PROTECTED]Sent: Friday, May 05, 2006 1:15 AMTo: MyFaces DiscussionSubject: How do I properly use jsp:forward in MyFaces? I have a project folder that looks like:   /transactionbrowser/

RE: How do I properly use jsp:forward in MyFaces?

2006-05-05 Thread Todd Patrick
archives) on the *.jsf SUFFIX extension will result in a much greater number of relevant posts than if you use PREFIX "/faces/*" mapping.   Regards, David Friedman / [EMAIL PROTECTED] -Original Message-From: Todd Patrick [mailto:[EMAIL PROTECTED]Sent: Friday, May 05, 2006 1:1

How do I properly use jsp:forward in MyFaces?

2006-05-04 Thread Todd Patrick
I have a project folder that looks like:   /transactionbrowser/ - WEB-INF - resources -index.jsp -tbrowser.jsp     With the servlet-mapping of:       MyFacesExtensionsFilter    org.apache.myfaces.webapp.filter.ExtensionsFilter        maxFileSize    20m        MyFacesExtensions

How can *jsf be used in a servlet-mapping URL?

2006-05-04 Thread Todd Patrick
Anytime I've tried to use *jsf in my url-pattern value:       Faces Servlet    javax.faces.webapp.FacesServlet    1    Faces Servlet    *.jsf   I've seen this example several places, do I need to name my files with a *.jsf extension?   How would using this url-pattern affect the followi

MyFaces seem to only work with one servlet-mapping set-up only in a web.xml file?

2006-05-04 Thread Todd Patrick
I have the following current servlet-mapping that works:       MyFacesExtensionsFilter    org.apache.myfaces.webapp.filter.ExtensionsFilter        maxFileSize    20m        MyFacesExtensionsFilter    Faces Servlet    MyFacesExtensionsFilter    /faces/myFacesExtensionResource/

RE: I just don't understand why filters doesn't work...

2006-05-04 Thread Todd Patrick
Faces DiscussionSubject: RE: I just don't understand why filters doesn't work... Todd,   Why did you remove these two recommended mappings:       Faces Servlet    *.jsf   And:       extensionsFilter    *.jsf   Regards, David -Original Message-From: Todd Patrick

I just don't understand why filters doesn't work...

2006-05-04 Thread Todd Patrick
This can't be hard... I've wasted close to *four* hours on this. I've been fortunate that I've had some really great people help me. However, I still can't get past the following error:   javax.servlet.ServletException: ExtensionsFilter not correctly configured. JSF mapping missing. JSF page

RE: t:panelTabbedPane: Is the serverSideTabSwitch attribute depreciated?

2006-05-04 Thread Todd Patrick
t: Re: t:panelTabbedPane: Is the serverSideTabSwitch attribute depreciated? On 5/4/06, Todd Patrick <[EMAIL PROTECTED]> wrote: > I am now using 1.1.3 Nightly Build - but now that is causing issues > with defining my filters in my web.xml file. Actually, that's an indicatio

RE: t:panelTabbedPane: Is the serverSideTabSwitch attribute depreciated?

2006-05-04 Thread Todd Patrick
TabbedPane: Is the serverSideTabSwitch attribute depreciated? I think I had the same problem a while back until I switched to the latest tomahawk build. This attribute appears to have been added in a later version. Which version of Tomahawk are you using? -Original Message----- From: Todd Patri

  1   2   >