Bug in UIColumns/UIData isAllChildrenAndFacetsValid interaction?

2005-04-29 Thread Mike Kienenberger
I'm using UIColumns (myfaces-1.0.9), and I've hit what appears to be a bug. I can initialize my page, and then update my page, but I get an IllegalArgumentException("row is unavailable") exception when the page is being rendered (but after all of the actions for that page have been processed). The

Eclipse 3.0.1 .project/.classpath (etc) files?

2005-05-06 Thread Mike Kienenberger
Do any of the developers have Eclipse 3 .project and .classpath files for the myfaces svn checkout? It'd be great if there were recent copies of these in contrib/ide/eclipse or some such directory, so that they could just be copied into the root directory. Trying to guess where all the src and o

ReferenceSyntaxException: Functions not supported in expressions

2005-05-24 Thread Mike Kienenberger
I was trying to figure out how to get the size of a java.util.List in JSF el, and the only thing I could find was to use a jsp function. However, doing so generates: Caused by: javax.faces.el.ReferenceSyntaxException: Functions not supported in expressions. Function: jstl_function:length ValueB

Re: SVN Reorg

2005-06-27 Thread Mike Kienenberger
On 6/21/05, Sean Schofield <[EMAIL PROTECTED]> wrote: > Before the move I will label the current repository as > (BEFORE_SVN_REORG) or something so that we can always checkout by this > label and see everything in the old layout. Then we can move > individual files that weren't handled in the init

Re: [jira] Closed: (MYFACES-316) Migrate component documentation from marinschek.com tiki / wiki to forrest xdocs

2005-07-09 Thread Mike Kienenberger
On 7/9/05, Martin Marinschek (JIRA) wrote: > [ http://issues.apache.org/jira/browse/MYFACES-316?page=all ] > Martin Marinschek closed MYFACES-316: > Thanks Mike Kienenberger for helping out, I just applied your patch. > > Migrate component documentation from marinschek.com

Re: Building the new homepage

2005-07-09 Thread Mike Kienenberger
On 7/9/05, Sean Schofield <[EMAIL PROTECTED]> wrote: > ps. I tried to update the site yesterday but ran into forrest build > errors. I will use my "blame" tool to find the culprit :-) Sean, can you document what you do to get forrest working? I was also unable to build the site using forrest 0.6

Re: Building the new homepage

2005-07-09 Thread Mike Kienenberger
; Also the build is failing because of missing images (calendar_nopopup.png). > > > > sean > > > > On 7/9/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > > > On 7/9/05, Sean Schofield <[EMAIL PROTECTED]> wrote: > > > > ps. I tried to updat

Re: Google summer of code

2005-07-13 Thread Mike Kienenberger
On 7/13/05, Broekelmann, Mathias <[EMAIL PROTECTED]> wrote: > Thank´s for the info. I was already wondering about the few response for the > new datatable implementation. Hopefully it´s because happy users don´t cry ;)) I will test it again today, but I thought you were still fixing the bugs. Th

Re: x:dataTable still doesn't work with dynamically-created UIColumns data.

2005-07-13 Thread Mike Kienenberger
Ignore the subject part about the dataScroller. My example doesn't have one and the problem still occurs. I forgot to remove the dataScroller comment from the subject line after determining this.

Re: x:dataTable still doesn't work with dynamically-created UIColumns data.

2005-07-13 Thread Mike Kienenberger
> On 7/13/05, Broekelmann, Mathias <[EMAIL PROTECTED]> wrote: > > Thank´s for the info. I was already wondering about the few response for > > the new datatable implementation. Hopefully it´s because happy users don´t > > cry ;)) On 7/13/05, Mike Kienenberger <[EMA

Re: Length of a Collection in EL?

2005-07-14 Thread Mike Kienenberger
On 7/14/05, Neal Haggard <[EMAIL PROTECTED]> wrote: > > I need to be able to get the length of a collection in JSF EL. Is there a > way to do it? Looking at JSP 2.0 EL (which JSF uses) it allows for > functions, specifically the pre-defined length() function. However, when I > try using that

Re: Length of a Collection in EL?

2005-07-15 Thread Mike Kienenberger
On 7/15/05, Neal Haggard <[EMAIL PROTECTED]> wrote: > I tried both #{myCollection.size} and #{myCollection.size()}, neither of > which worked. I'll look at the ValueBinding resolver suggestion as well, > thanks. At least under JSF 1.1, those won't work. size() is not a bean getter method (It

Myfaces components link broken on web site.

2005-07-20 Thread Mike Kienenberger
Myfaces components link broken on web site: The requested URL /components/overview.html was not found on this server.

Re: Myfaces components link broken on web site.

2005-07-20 Thread Mike Kienenberger
: > Website has been updated. You'll want: > http://myfaces.apache.org/tomahawk/overview.html instead. > > NOTE: There is still a ways to go with the website adding new > information, removing eroneous information etc. but we'll get there. > > sean > > On 7/20

Re: [proposal] use EasyMock for mocking

2005-07-21 Thread Mike Kienenberger
It takes 20 seconds for you to download them. That doesn't mean it takes 20 seconds for others. If they're only used for testing, don't download them unless you're doing testing. Testing dependencies tend to grow in large projects. On 7/21/05, Bill Dudney <[EMAIL PROTECTED]> wrote: > OK I've commi

Re: [proposal] use EasyMock for mocking

2005-07-21 Thread Mike Kienenberger
pushing it. > > If the rest of the team want's a separate download target for getting > the testing stuff I'm fine with that too. > > My $0.02 worth. > > TTFN, > > -bd- > > On Jul 21, 2005, at 10:12 AM, Mike Kienenberger wrote: > > > It takes 20 s

Re: Form submission with just a text field?

2005-07-25 Thread Mike Kienenberger
This seems to get asked frequently. It'd be nice if someone who implemented a working solution would update the wiki with the process. This is probably a good place to put it (I documented doing something similar with pulldown menus here). http://wiki.apache.org/myfaces/SubmitPageOnValueChange

build of current svn fails on sandbox AutoUpdateDataTableRenderer encodeInnerHtml

2005-07-27 Thread Mike Kienenberger
Martin, Maybe I'm doing something wrong, but the latest svn is breaking on your change to AutoUpdateDataTableRenderer.java == entry committed-rev="225559" name="AutoUpdateDataTableRenderer.java" text-time="2005-07-27T19:15:17.156250Z" c

Generating a facelets "myfaces.taglib.xml" file

2005-07-27 Thread Mike Kienenberger
What ever became of the codegen stuff? I was hoping to submit a patch to automatically build a myfaces.taglib.xml file for use with the facelets project, but I can't seem to find it anymore. http://myfaces.apache.org/extensions #foreach ($c in $componentList)

Re: Generating a facelets "myfaces.taglib.xml" file

2005-08-01 Thread Mike Kienenberger
(I understand there > > > > use in the beginning but I'm confused about now.) Are we really ever > > > > going to generate that code again? I suspect things are already out > > > > of sync by now. > > > > > > > > Not sure what else

Applying MYFACES-330 patch?

2005-08-01 Thread Mike Kienenberger
I realize that MYFACES-330 is a pretty trivial patch, but maybe it could be applied before it becomes un-applyable? :)

Re: myfaces_ext.tld to tomahawk.tld

2005-08-04 Thread Mike Kienenberger
Codegen :) Why fight it? On 8/4/05, Martin Marinschek <[EMAIL PROTECTED]> wrote: > Yes, this is a very good thing to do... > > how do you want to do this? XSLT transformation? > > regards, > > Martin > > > On 8/4/05, Sean Schofield <[EMAIL PROTECTED]> wrote: > > > You know, of course,

x:saveState not x:save_state, yes?

2005-08-05 Thread Mike Kienenberger
Both the wiki and the tomahawk docs have UISaveState as x:save_state. This should be x:saveState, shouldn't it?

Myfaces disallows custom String (and Object) converters?

2005-08-08 Thread Mike Kienenberger
I posted this last Friday on the user list, but maybe it should have went to the dev list instead. I notice that Myfaces disallows custom String (and Object) converters. === static Converter findUIOutputConverter(FacesContext facesContext, UIOutput component) if (String.class.equals(valueT

Re: Myfaces disallows custom String (and Object) converters?

2005-08-09 Thread Mike Kienenberger
r as I can remember, these two if statements where a fix for > making MyFaces more RI compatible, but I'm not fully sure. Can you > please examine the RI behaviour? Although there is nothing in the > spec, these things might me necessary to keep compatibilty. > > -Manfred >

Re: Myfaces disallows custom String (and Object) converters?

2005-08-09 Thread Mike Kienenberger
Or even better, I'll check the RI as well, and submit a bug report there too :) On 8/9/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > How about I provide a patch where the behavior is identical unless a > String or Object converter is provided? > > Since it's not

Re: Myfaces disallows custom String (and Object) converters?

2005-08-09 Thread Mike Kienenberger
do you remember why this fix was necessary? > > Thanks, > Manfred > > > 2005/8/9, Mike Kienenberger <[EMAIL PROTECTED]>: > > Or even better, I'll check the RI as well, and submit a bug report there > > too :) > > > > On 8/9/05, Mike Kienenberger <[

Re: Myfaces disallows custom String (and Object) converters?

2005-08-09 Thread Mike Kienenberger
MyFaces configurable option, for which I'd be willing to provide a "performant" patch. -Mike On 8/9/05, Craig McClanahan <[EMAIL PROTECTED]> wrote: > On 8/9/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > > > Yes, the current RI does the same thing, but the

Re: Myfaces disallows custom String (and Object) converters?

2005-08-09 Thread Mike Kienenberger
raig McClanahan <[EMAIL PROTECTED]> wrote: > On 8/9/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > > I've opened a discussion on the JSR-RI dev mailing list on this topic. > > > > So far, the argument against it is weak -- "performance hit" -- which &

t:saveState description

2005-08-12 Thread Mike Kienenberger
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 session scope. It is idea

Fwd: [NOTICE] Need Java SE 5.0 to build JSF now

2005-08-15 Thread Mike Kienenberger
This seemed important enough to forward. -- Forwarded message -- From: Ed Burns <[EMAIL PROTECTED]> Date: Aug 15, 2005 12:20 PM Subject: [NOTICE] Need Java SE 5.0 to build JSF now To: [EMAIL PROTECTED] Hello, AS per EG discussion, I have modified jsf-api to introduce generics. T

Re: Client side panelTabbedPane

2005-08-16 Thread Mike Kienenberger
Sylvain, Thanks! This solves some of the issues I reported yesterday on the myfaces-user list when using the server-side mode. Here's one place the control behaves differently, though. When a request is submitted to the server, the control reverts back to the default pane rather than the pane

Re: Client side panelTabbedPane

2005-08-16 Thread Mike Kienenberger
ot be too hard. > > > > But still the problem you mentioned in user ML should still be fixed, as > > the client-side just hides the bug. > > > > > > On Tue, 2005-08-16 at 13:17 -0400, Mike Kienenberger wrote: > > Sylvain, > > > > Thanks! Thi

Re: Client side panelTabbedPane

2005-08-16 Thread Mike Kienenberger
roblem you mentioned in user ML should still be fixed, as > the client-side just hides the bug. > > On Tue, 2005-08-16 at 13:17 -0400, Mike Kienenberger wrote: > Sylvain, > > Thanks! This solves some of the issues I reported yesterday on the > myfaces-user list when using

t:inputCalendar's implicit inputText gets assigned the same converter as inputCalendar

2005-08-16 Thread Mike Kienenberger
t:inputCalendar's implicit and transient inputText gets assigned the same converter as inputCalendar when isRenderAsPopup=true. This doesn't work well since the inputCalendar converter is expected to work on Date objects, and the inputText has a string representation of the date. The conversion f

Re: Client side panelTabbedPane

2005-08-16 Thread Mike Kienenberger
Yep. Seems fine. On 8/16/05, Sylvain Vieujot <[EMAIL PROTECTED]> wrote: > Yes, sorry, this was my second commit (doesn't queue event). > Should be ok now. > > > On Tue, 2005-08-16 at 14:24 -0400, Mike Kienenberger wrote: > It now preserves the tab, but the

Re: Client side panelTabbedPane

2005-08-16 Thread Mike Kienenberger
ight. > I'll try to fix that. Should not be too hard. > > But still the problem you mentioned in user ML should still be fixed, as > the client-side just hides the bug. > > > On Tue, 2005-08-16 at 13:17 -0400, Mike Kienenberger wrote: > Sylvain, > > Th

Re: Java 5 code in Sandbox ?

2005-09-07 Thread Mike Kienenberger
You're probably thinking of the message I forwarded to the myfaces dev list earlier about JSF 1.2 requiring 5.0 -- Forwarded message -- From: Ed Burns <[EMAIL PROTECTED]> Date: Aug 15, 2005 12:20 PM Subject: [NOTICE] Need Java SE 5.0 to build JSF now To: [EMAIL PROTECTED] Hello,

Apache "how open source works" description? [Was: Re: [jira] Commented: (MYFACES-91) Need standalone radio button tag]

2005-09-07 Thread Mike Kienenberger
sn't quite cover it. http://www.apache.org/foundation/faq.html#what-is-apache-NOT-about == What is Apache not about? [...] to demand someone else to fix your bugs. == > Mike Kienenberger commented on MYFACES-91: > -- > [...] op

Re: duplicated messages useing addMessage and aliasBean

2005-09-13 Thread Mike Kienenberger
Yes, use the first parameter to associate messages with a specific UI element. See this link for details: http://wiki.apache.org/myfaces/Create_and_Display_Messages Bottom half includes an example. -Mike On 9/12/05, Michael Jenik <[EMAIL PROTECTED]> wrote: > > > --- Michael Jenik <[EMAIL PRO

Re: [jira] Created: (MYFACES-574) Add ability to specify layout width for HtmlSelectManyCheckbox rendering

2005-09-15 Thread Mike Kienenberger
Ken, You can't change the standard JSF api. You'll need to create a tomahawk HtmlSelectManyCheckbox component instead I recommend basing your patch on that. On 9/15/05, Ken Weiner (JIRA) wrote: > Add ability to specify layout width for HtmlSelectManyCheckbox rendering > ---

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

2005-09-22 Thread Mike Kienenberger
As an end-user and as someone who answers questions on the myfaces-user list, I'd really like to see an immediate maintenance release fixing this issue. Otherwise, we'll be seeing this issue continuously reposted until the next release, which could be a long way off. Just out of curiosity, what'

Re: cactus, cargo and testing on myfaces

2005-09-22 Thread Mike Kienenberger
I posted this awhile back on the user list, but what about the possibility of a "testing" renderkit? The "encoding" would write values to a Map, and the "decoding" would read them from a Map.As was pointed out before, it might not work with AJAX, but it'd certainly simplify a great deal of th

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

2005-09-22 Thread Mike Kienenberger
Is this supposed to be fixed in svn? I just did a complete checkout about an hour ago, and built it with "ant dist-all" and I'm getting the error below if I use myfaces-all, but not if I use myfaces.api, myfaces.impl, and tomahawk separately. java.lang.NoClassDefFoundError: org/apache/myfaces/con

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

2005-09-22 Thread Mike Kienenberger
Thoughts? > > -bd- > > On Sep 22, 2005, at 1:25 PM, Bill Dudney wrote: > > > No I've not checked it in yet because I'm waiting for discussion on > > the idea of making a 1_1_0 branch that we could do the emergency > > release from. > > &g

Re: tags, branches and 'current'

2005-09-23 Thread Mike Kienenberger
I'm certainly no expert in making releases nor am I a committer, but why start off being sloppy? There's a bug that warrants an immediate release. There's no guarantee that another such bug won't turn up after the next release and require another release. That's what branches are for, so why r

Re: tags, branches and 'current'

2005-09-23 Thread Mike Kienenberger
consider that in order to avoid confusion (are you using the > new or old 1.1.0?) > > sean > > > On 9/23/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > > I'm certainly no expert in making releases nor am I a committer, but > > why start off being sloppy? Th

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

2005-09-23 Thread Mike Kienenberger
gt; > >>>> Theoretically we should be doing a patch to the release branch and > > >>>> releasing from there (with the -Dskip.sandbox=true that Bruno > > >>>> mentions). > > >>>> On Sep 23, 2005, at 5:57 AM, Bruno Aranda w

Re: tags, branches and 'current'

2005-09-23 Thread Mike Kienenberger
Yes, there's a showstopper regression bug in inputCalendar as well. Still trying to see what revision it broke at, but likely either 289859 -- Martin's revamp on the 17-18th 289189 - Myfaces-569 fix on the 15th Trying to download and build the revisions right before each to determine when since

nightly inputCalendar issues

2005-09-24 Thread Mike Kienenberger
ure he disagrees if he built earlier), so I wonder what version > wouldn't work? > > regards, > > Martin > > On 9/23/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > > If we're going to do a general release based on the current svn, I've > >

Re: [proosal] Changes to sandbox

2005-09-26 Thread Mike Kienenberger
I don't use the sandbox stuff (yet), but I think that it should be included in the myfaces-all jar, provided it has a different tld file (ie, sandbox:component rather than t:component"), and I believe that this is already the case. If it requires a different prefix, no one is going to accidentall

Re: svn commit: r292231 - /myfaces/build/branches/1_1_1/build.xml

2005-09-28 Thread Mike Kienenberger
Sean, this appears to be broken in the current trunk as well. I'm trying to use the sandbox for the first time (graphicImageAjax), and it's now skipping over the sandbox build when using "ant" by itself. I've manually applied your patch to what I checked out, and it's working. On 9/28/05, [EMAIL

Re: New s:graphicImageAjax component.

2005-09-28 Thread Mike Kienenberger
t; > 1) Find a good name for this component. Right now, it says Ajax whereas > > it's not really Ajax. > > 2) Extend it to make download links (uses an instead of an > > > > Thanks for your ideas, > > > > Sylvain. > > > > On Tue, 2005-09-27 a

Re: New s:graphicImageAjax component.

2005-09-28 Thread Mike Kienenberger
of a graphicImage component > that > > > displays the images from bytes, and that doesn't need an additional > > servlet. > > > > > > It works, but there is still work to be done (See the TODOs in the > > > component's java file). > > > &g

Re: New s:graphicImageAjax component.

2005-09-28 Thread Mike Kienenberger
: > >initializationParameters="#{imageUnid=09183912}" > > getContentTypeMethod="#{graphicImageAjaxBean.upImage.getContentType}" > > getBytesMethod="#{graphicImageAjaxBean.upImage.getBytes}"/> > > So the URL would just have : > - The i

Re: Ajax with get requests

2005-09-28 Thread Mike Kienenberger
Sylvain, Just saw this posted elsewhere. Maybe it'll be useful. Performing a JSF GET http://jroller.com/page/why?entry=how_to_do_a_jsf It doesn't quite look like what you want, though. On 9/26/05, Sylvain Vieujot <[EMAIL PROTECTED]> wrote: > Yes, you're right, but I was looking for a way to u

Re: New s:graphicImageAjax component.

2005-09-28 Thread Mike Kienenberger
rs="#{imageUnid=09183912}" > > getContentTypeMethod="#{graphicImageAjaxBean.upImage.getContentType}" > > getBytesMethod="#{graphicImageAjaxBean.upImage.getBytes}"/> > > So the URL would just have : > - The initializationParameters > - The viewId > - The componentId > >

Re: New s:graphicImageAjax component.

2005-09-29 Thread Mike Kienenberger
into problems under some cases? On 9/29/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > What about the possibility of manually constructing a minimal > component tree and using that instead? Perhaps just a UIViewRoot and > a copy of the graphicImageAjax? The jsf state should be sm

Re: New s:graphicImageAjax component.

2005-09-29 Thread Mike Kienenberger
t; > The most important things are :> > 1) Find a good name for this component. Right now, it says Ajax whereas > > it's not really Ajax.> > 2) Extend it to make download links (uses an instead of an > > > > Thanks for your ideas,> >> > Sylvain

Re: New s:graphicImageAjax component.

2005-09-29 Thread Mike Kienenberger
lbunId=2&imageId=5" would. Enhance the need for the initializationParameters. On Thu, 2005-09-29 at 11:06 -0400, Mike Kienenberger wrote: Of the names presented, I also like graphicImageDynamic the best (and had already named my facelets tag handler graphicImageDynamicTagHand

Re: New s:graphicImageAjax component.

2005-09-29 Thread Mike Kienenberger
olved in JSF 1.2, we might soon get a fix is the same allover JSF. On Thu, 2005-09-29 at 11:31 -0400, Mike Kienenberger wrote: Actually, I wonder if the security issue is the same in both cases.  I suspect if we run through jsfstate through a 64 base decoder that we'll see the method b

Re: New s:graphicImageAjax component.

2005-09-29 Thread Mike Kienenberger
box example and neither work, which is even stranger. -MikeOn 9/29/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: We can get the encoding behavior as seen in jsf state by calling the encoding methods.   There seem to be enough versions of them :) org.apache.myfaces.renderkit.html.HtmlRespons

duplicate jsf_state_64, jsf_tree_64 and jsf_viewid ids with multiple forms on a page

2005-09-29 Thread Mike Kienenberger
I'm seeing duplicate jsf_state_64, jsf_tree_64 and jsf_viewid ids with multiple forms on a page. Each form has all three ids. Aren't ids supposed to be unique across a page? At first I wondered if this was a facelets problem, but I see the same behavior with a standard jsp page.

Re: Time for RC?

2005-09-30 Thread Mike Kienenberger
Sean, what's posted on http://cvs.apache.org/builds/myfaces/release/ is named 1.1.0. That's not correct, is it? Hope you fix it soon or we're going to be trying to figure out which 1.1.0 people are reporting errors against :) On 9/30/05, Sean Schofield <[EMAIL PROTECTED]> wrote: > Release candid

Share files duplicated?

2005-10-03 Thread Mike Kienenberger
Should there be multiple copies of org.apache.myfaces.config.MyFacesConfig.class in myfaces-all.jar? I see three in the jar file I'm currently using. There's two copies in the 1.1.1RC1 release. Actually, I'm seeing multiple copies of a few files in the RC1 release now that I've sorted by filenam

Re: Share files duplicated?

2005-10-04 Thread Mike Kienenberger
d- > > On Oct 3, 2005, at 9:28 AM, Mike Kienenberger wrote: > > > Should there be multiple copies of > > org.apache.myfaces.config.MyFacesConfig.class in myfaces-all.jar? > > > > I see three in the jar file I'm currently using. There's two copies > > in

Re: [jira] Commented: (MYFACES-685) Error in displaying on a page

2005-10-11 Thread Mike Kienenberger
If that's the case, someone should update the http://myfaces.apache.org/gettingstarted.html page with that version requirement. On 10/11/05, Brendan Conner (JIRA) wrote: > [ > http://issues.apache.org/jira/browse/MYFACES-685?page=comments#action_12331841 > ] > > Brendan Conner commented on

Re: [jira] Closed: (MYFACES-694) t:dataTable bind calculate order error

2005-10-12 Thread Mike Kienenberger
Another possiblity would be to create a requested-based wrapping bean for your data bean. Have it call an initialize method before any method actions are executed and have it cache (if necessary) the results for this request. Ie, for every bean accessor, public Object getObject() { initializ

Re: [jira] Closed: (MYFACES-694) t:dataTable bind calculate order error

2005-10-12 Thread Mike Kienenberger
it. I prepare everything in list generation code, > calcuate FOOTER part, etc. > > But you guys still don't believe it is bug. I have no choice. It is your > product, I only have right to choose to use or not. > > > On 10/12/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: &

Re: Server Side Tab Switching in panelTabbedPane

2005-10-13 Thread Mike Kienenberger
I think that's a great idea, and Sylvain and I talked about this missing functionality when the changeover occurred. Can you open a JIRA issue on this and provide your patches? I think you'll need to have the switch enabled as an attribute on each component, though. Maybe "tabswitching=client|

Re: Super!

2005-10-20 Thread Mike Kienenberger
I'd like to agree with Alexander on this one. Sometimes, it's better to be able to tell end users that their pages will expire after 5 minutes (or 5 hours) rather than saying they can only backtrack 15 views (most end-users have no idea what a "view" means). Not all of us need to tune our backt

Re: Super!

2005-10-20 Thread Mike Kienenberger
only > solution I have is too have an additional thread running somewhere > which checks for timeouts. > > 2005/10/20, Mike Kienenberger <[EMAIL PROTECTED]>: > > I'd like to agree with Alexander on this one. Sometimes, it's better > > to be able to tell

JIRA still sending out email from myfaces-dev@incubator.apache.org

2005-10-20 Thread Mike Kienenberger
Should JIRA be reconfigured with a different from/return-path value? It's still sending out email as "myfaces-dev@incubator.apache.org". Return-Path: Received-SPF: pass (gmail.com: domain of myfaces-dev@incubator.apache.org designates 209.237.227.199 as permitted sender) From: "Mathias Broekelman

Re: Help! How to set focus on a form?

2005-10-20 Thread Mike Kienenberger
If you provide a patch, it'll be more likely to end up in t:form sooner :) Your best bet is to send an email to [EMAIL PROTECTED] if you'd like to see it in a future version of JSF's h:form. -Mike On 10/20/05, CONNER, BRENDAN (SBCSI) <[EMAIL PROTECTED]> wrote: > FYI: I checked into how Struts r

Re: Getting an item in the component tree

2005-10-20 Thread Mike Kienenberger
UIComponent.findComponent(String expr) is one way. I thought there was a method on Application as well, but I can't seem to find it again. On 10/20/05, Travis Reeder <[EMAIL PROTECTED]> wrote: > I am wondering if there is a simple function somewhere to get an item by id > in the component tree? >

Re: _forceId only on *Tag, not on components

2005-10-21 Thread Mike Kienenberger
That'd also mean that you couldn't use forceID from an alternate ViewHandler facelets or Shale/Clay as well since the *Tag isn't used. On 10/21/05, Travis Reeder <[EMAIL PROTECTED]> wrote: > Any reason for this? Why I ask is because when creating components > programatically, you can't setForceId

Re: [jira] Commented: (MYFACES-742) Encryption for MyFaces

2005-10-24 Thread Mike Kienenberger
HtmlResponseStateManager.decode64 is a private method. It can be deleted now that you removed references to it. On 10/24/05, Dennis Byrne (JIRA) wrote: > [ > http://issues.apache.org/jira/browse/MYFACES-742?page=comments#action_12355639 > ] > > Dennis Byrne commented on MYFACES-742: > --

Re: tomahawk code generation question

2005-10-25 Thread Mike Kienenberger
As far as I know, you have to do all of this manually. Edit the component, the tag, and the tld file. The xml file is no longer used. I'm not entirely certain why they're still around. On 10/25/05, sharath reddy <[EMAIL PROTECTED]> wrote: > Hello, > > I was looking to make some changes to the

Re: tomahawk code generation question

2005-10-25 Thread Mike Kienenberger
o replace all occurences of value and > method-binding. > > regards, > > Martin > > On 10/25/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > > As far as I know, you have to do all of this manually. Edit the > > component, the tag, and the tld file. > &

Re: Anything that would directly alter component properties

2005-11-02 Thread Mike Kienenberger
Set a breakpoint on the constructor. Probably you're not saving the state of the onSuccess attribute, and a new component is created without initializing that field. On 11/2/05, Travis Reeder <[EMAIL PROTECTED]> wrote: > I have a page using HtmlSelectManyAjax that is built inside the bean, > not o

Re: JDK 1.5, JSP 2.0 XML

2005-11-04 Thread Mike Kienenberger
There's no choice in regards to JSF 1.2. JSF 1.2 already requires Java 1.5. However, I'm definitely against JSF 1.1 requiring Java 1.5. On 11/4/05, Keith Lynch <[EMAIL PROTECTED]> wrote: > This is certainly a large issue. Some products still have to support Java > 1.3. > > At ILOG I had major iss

Re: Ajax lifecircle integration

2005-11-05 Thread Mike Kienenberger
Volker, I don't have any answers for you. However, by moving the phase listener to after the apply request values phase, you're still going to have the same issues with validation that you had with InvokeApplication since end-users might specify components as immediate=true. On 11/5/05, Volker W

Re: Bug in JSFAttr.java

2005-11-08 Thread Mike Kienenberger
It looks like there may be a couple of facelet-impacting issues here. Take a look at this issue, where I've tried to describe both of them. http://issues.apache.org/jira/browse/MYFACES-760#action_12357043 On 11/2/05, Martin Marinschek <[EMAIL PROTECTED]> wrote: > Wait a minute - Martin posted th

Re: Ajax lifecircle integration

2005-11-10 Thread Mike Kienenberger
h as a validation error, the error is > > sent back in the ajax request so that the message can be shown to the > > user. You can see the initial results of this on the Form Fields > > updated dynamically through ajax examples by putting in an invalid date > > on the date

Re: Checking for JSP page modification

2005-11-11 Thread Mike Kienenberger
Facelets does this already. Perhaps there's some ideas or code that could be borrowed from that project. On 11/11/05, Travis Reeder <[EMAIL PROTECTED]> wrote: > I would also love to see this, i know the pain. Another thing it could do > is try to recreate the tree a single time if a duplicate id

Re: Use of JSF RI Javadocs in myfaces

2005-11-22 Thread Mike Kienenberger
Write a program that takes the JSF 1.1 and 1.2 docs, identifies the docs that are NOT identical to JSF 1.1 docs, and creates a patch for those that are the same. Then you should have a significant amount of the javadocs without using any JSF 1.1 docs :) Then it's just a matter of writing docs for

Re: Recent javadoc updates

2005-11-23 Thread Mike Kienenberger
On 11/23/05, Sean Schofield <[EMAIL PROTECTED]> wrote: > For every 1 mistake you make you will be adding 99 pieces of valuable > documentation and someone will eventually catch the 1 mistake! I agree. In fact, this is my practice in answering emails too. I answer them even when I'm unsure, becau

Re: [jira] Commented: (MYFACES-869) radio does no function within dataList

2005-11-23 Thread Mike Kienenberger
ED]> wrote: > I reduced the jsp to the following and get the same error: > > > > >rowIndexVar="index"> > > > > Will post to users (for new questions;) from now on. > > -Tony > > > On 11/23/0

Re: [jira] Commented: (MYFACES-868) dataList treatment inside panelGrid

2005-11-23 Thread Mike Kienenberger
elGrid. I have attempted to use c:foreach with > no success. I will see if I can find some relevant threads or get help on > the users list. What I need is an iterating tag that renders its children > only. > > Sorry again for the repost. > > -Tony > > > > On 11/23

svn eol?

2005-11-23 Thread Mike Kienenberger
I'm doing a pre-commit diff of contributors.xml in (Windows) Eclipse with subeclipse, and I'm seeing that every line is different, unless I turn on the ignore-whitespace option. I'm guessing I need to somehow configure my svn eof setting for Eclipse (or for svn). I don't see anything on the wiki

Re: svn eol?

2005-11-23 Thread Mike Kienenberger
Ok. Looks like it's just a client issue. The diff shown in my commit message seems fine. On 11/23/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > I'm doing a pre-commit diff of contributors.xml in (Windows) Eclipse > with subeclipse, and I'm seeing that every

Re: svn eol?

2005-11-23 Thread Mike Kienenberger
Thanks, Martin. It didn't affect my current situation, but it needed to be done for new files. I've borrowed your words and added them to our wiki :) On 11/23/05, Martin Cooper <[EMAIL PROTECTED]> wrote: > > > On 11/23/05, Mike Kienenberger <[EMAIL PROTECTED]> wr

closing invalid/won't fix jira issues

2005-11-23 Thread Mike Kienenberger
Should I be closing invalid or won't fix jira issues at the same time I resolve them?

tree2 and JFSAttr org.apache.myfaces.tree2.* attributes (MYFACES-760)

2005-11-23 Thread Mike Kienenberger
Is there a reason why we can't change all of these "org.apache.myfaces.tree2.xyz" attributes to "xyz?" // Tree2 attributes public static final String SHOW_NAV= "org.apache.myfaces.tree2.SHOW_NAV"; public static final String SHOW_LINES = "org.apache.

Re: closing invalid/won't fix jira issues

2005-11-23 Thread Mike Kienenberger
27;T FIX is probably good enough, but I did strongly consider INVALID :) Thanks for commenting. On 11/23/05, Simon Kitching <[EMAIL PROTECTED]> wrote: > Hi Mike, > > Mike Kienenberger wrote: > > Should I be closing invalid or won't fix jira issues at the same time >

Re: tree2 and JFSAttr org.apache.myfaces.tree2.* attributes (MYFACES-760)

2005-11-24 Thread Mike Kienenberger
s well (see ShaleConstants class.) > > On the other hand, I hate to see our users resort to hacks. Maybe we > can help the facelets folks resolve the problem in another way. It > seems too restrictive the way you describe it. > > sean >

Re: SVN and eol-style: native

2005-11-24 Thread Mike Kienenberger
On 11/23/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > IMO it would be better to fix them and get it over with. Once they > have the 'native' eol style then it doesn't matter who edits them. +1 -- it's got to happen eventually, and the sooner it's done, the better. If possible, it'd be best to

Removing unused imports

2005-11-28 Thread Mike Kienenberger
Does anyone have a problem with me going in and removing unused imports? SeverityDescription ResourceIn Folder Location Creation Time 1 The import javax.servlet.http.HttpServletRequest is never usedNavigationHandlerImpl.java myfaces.current/impl/sr

Re: [jira] Commented: (MYFACES-882) CommandLink doesn't work if javascript is disabled

2005-11-28 Thread Mike Kienenberger
t, and the parameter is set to false. Maybe some of the other committers can comment on this. On 11/28/05, Alberto Molpeceres <[EMAIL PROTECTED]> wrote: > On 11/28/05, Mike Kienenberger (JIRA) wrote: > > [ > > http://issues.apache.org/jira/browse/MYFACES-882?page=commen

Re: tree2 and JFSAttr org.apache.myfaces.tree2.* attributes (MYFACES-760)

2005-11-28 Thread Mike Kienenberger
Sure. I'm not in any rush, so just let me know when. On 11/28/05, Sean Schofield <[EMAIL PROTECTED]> wrote: > On 11/24/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > > [snip] > > > The easiest solution (in my opinion) is to have the tag attribute > >

  1   2   3   4   5   6   7   8   9   10   >