Re: [ANNOUNCE] MyFaces Tomahawk v1.1.5 Release

2007-04-20 Thread Jeff Bischoff
, Mike Kienenberger, Martin Marinschek, and Wendy Smoak, who have all been especially helpful to me in resolving issues. Thanks guys. This really is a great development community, and I hope I can be more involved in it again someday. Best Regards, Jeff Bischoff Manfred Geiler wrote

Re: Standardcompliance of rendered markup

2007-04-05 Thread Jeff Bischoff
could start a JIRA for it to get fixed. Thank you in advance, Rudi On 4/4/07, Jeff Bischoff [EMAIL PROTECTED] wrote: I'm sorry I meant to say Rudi. ;) Jeff Bischoff wrote: Ridu, what version of MyFaces and Tomahawk are you using?

[OT] Chess Strategies (was Re: New to MyFaces)

2007-04-05 Thread Jeff Bischoff
Mike accidentally started a chess thread. Sweet! Personally, I like playing the queen's gambit and the slav. Hmm... I wonder which Tomahawk components those equate to? ;) Mike Kienenberger wrote: Or to put it another way, learning MyFaces is like learning the rules to chess. Learning to use

Re: datatable and Ajax4jsf

2007-04-05 Thread Jeff Bischoff
I don't think there is an entry on our Wiki for this. If there is, it should be added to the dataTable section of the main wiki page. I advise you do as Andrew suggested and visit the a4j site. kristien wrote: Thanks for your reply Please can you post the link of WIKI. Please if any body did

Re: Standardcompliance of rendered markup

2007-04-04 Thread Jeff Bischoff
-on-page-tf2316014.html#a6480039 Regards, Jeff Bischoff Kenneth L. Kurz Associates, Inc. Rudi Steiner wrote: Hi Mike, sorry for my fast reply. The problem isn't resolved. Also when I use just one form-element in my page there is still a second form generated by the framework with the following

Re: Standardcompliance of rendered markup

2007-04-04 Thread Jeff Bischoff
I'm sorry I meant to say Rudi. ;) Jeff Bischoff wrote: Ridu, what version of MyFaces and Tomahawk are you using?

Re: Convert, skip validation and update model?

2007-04-04 Thread Jeff Bischoff
. That logic belongs in your app. :) Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc.

Re: Validation/rendering strategy

2007-04-04 Thread Jeff Bischoff
-facelets/guess.jsf Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Julien Martin wrote: Hello, I would like for an outputText element to be hidden (i.e. not rendered) when the corresponding inputText element has input and validated (by a standard tag-based validator). Is that possible

Re: Scrolling on individual pages

2007-04-03 Thread Jeff Bischoff
://www.nabble.com/AUTO_SCROLL-de--activation-tf2504630.html#a6991924 Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Veit Guna wrote: Hi. This has been asked several times ago (including myself). But nobody knew a solution for this. I switched off AUTO_SCROLL completely and live with this pain

Re: How to use JSF tags when browse has Javascript disabled???

2007-04-03 Thread Jeff Bischoff
search the archives for more information. [1] http://www.nabble.com/MyFaces---Users-f181.html Regards, Jeff Bischoff Kenneth L Kurz Asssociates, Inc. [EMAIL PROTECTED] wrote: Hi, I would like to use JSF with the JSF tags on a application where the browser has no Javascript activated

Re: ERROR: Value is not a valid option

2007-04-03 Thread Jeff Bischoff
There are cases where I find the required attribute to be cumbersome. Whenever that occurs, I just move that check to my action methods. Don't know if that will make any difference in your case, but don't feel like you *have* to use required just because the spec provides it to you as an

Re: about using ajax4jsf with selectOneRadio

2007-03-23 Thread Jeff Bischoff
=viewtopicp=4030828 Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. lmk wrote: the code: h:panelGrid columns=2 h:panelGroup styleClass=libelleDemande h:outputText value=Emp / /h:panelGroup h:panelGroup styleClass=champsDemande

Re: NullPointerException in org.apache.myfaces.lifecycle.PhaseListenerManager during RESTORE_STATE

2007-03-23 Thread Jeff Bischoff
Why do you need to change the enctype of the forms? Lisaa wrote: Hi., Yes I saw the OutOfMemoryError but i don't no why it occurs only if with some pages and moreover it occurs only when I use a form with enctype like this h:form enctype=multipart/form-data

Re: A simple alternative to the ExtensionFilter

2007-03-23 Thread Jeff Bischoff
Simon Kitching wrote: You're right though that people shouldn't *rely* on this. However I'm definitely guilty of having used the rendered property of a t:inputHidden or similar to trigger bean initialisation, and assumed it occurs before EL expressions on other tags are invoked, ie that the

Re: redirect to a JSF page after authentication

2007-03-22 Thread Jeff Bischoff
://tinyurl.com/2wbz32 Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc.

Re: about using ajax4jsf with selectOneRadio

2007-03-22 Thread Jeff Bischoff
You use ajaxSingle=true so the outputText can not be rerendered. Only the selectOneRadio itself will be rerendered. Remove this attribute. lmk wrote: hiii, I want to hide a region on JSF dependin on the radio bouon click.. the code is very simple like inspired by the a4j doc. I do

Re: Flow from backing bean to page while also initializing second backing bean?

2007-03-22 Thread Jeff Bischoff
Joe, It is possible. I replied to you on facelets list. Look at combining the code I provided with Werner's third solution. That should give you full control... Joe Reger, Jr. wrote: Thanks for the ideas and help. Based on what you're saying it sounds like there's no way to do what I'm

Re: about using ajax4jsf with selectOneRadio

2007-03-22 Thread Jeff Bischoff
post the code lmk wrote: I removed it,I still have the same problem when I put the a4j code inside a panel grid and panel group. the code without panels works fine!!

Re: Loading data into a form from h:datatable line

2007-03-22 Thread Jeff Bischoff
Note to future readers: This information is maintained on the wiki. See [1]. [1] http://wiki.apache.org/myfaces/ClearInputComponents Julien Martin wrote: Thank you Mike!!! You saved my life. Julien. 2007/3/22, Mike Kienenberger [EMAIL PROTECTED]: If you update your model values, and then

Re: Loading data into a form from h:datatable line

2007-03-22 Thread Jeff Bischoff
[2] http://tinyurl.com/38uf39 Mike Kienenberger wrote: No problem. If you decide you want to do this client-side (javascript) instead of server-side, take a look at this posting: Message-ID: [EMAIL PROTECTED] Date: Wed, 14 Mar 2007 14:24:45 -0400 From: Mike Kienenberger [EMAIL PROTECTED] To:

Re: CompatibilityMatrix

2007-03-21 Thread Jeff Bischoff
Wendy made the matrix after some problems were discovered during the MyFaces Core 1.1.4 release process, which involved compatibility with the trunk. She probably didn't have time to add it to the main site. Glad Matze got it there now. ;) Werner Punz wrote: Marcus Beyer schrieb: Bad idea?

Re: display pictures in a limited space

2007-03-21 Thread Jeff Bischoff
/imageloop.jsf (warning: link 2 will expire) Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Jörn Zaefferer wrote: Not (yet) a JSF component, but once you have the necessary HTML markup, it should be just what you are looking for: http://sorgalla.com/jcarousel/ On 3/17/07, Mike Kienenberger

Re: t:dataTable newspaperColumns

2007-03-16 Thread Jeff Bischoff
Brummeline Braaten wrote: We have to cross our fingers that it will be fixed in the next version. Or you can submit a patch to fix it. :)

Re: Missing class: org.apache.commons.fileupload.FileUpload

2007-03-16 Thread Jeff Bischoff
/Library_dependencies Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Oscar Duque wrote: Greetings to all the Free/Openers, First to all, i have to say you that, i was searching about this issue at the message archive http://www.mail-archive.com/users@myfaces.apache.org/maillist.html, but i did

Re: [SOLVED] RE: Missing class: org.apache.commons.fileupload.FileUpload

2007-03-16 Thread Jeff Bischoff
Glad to hear you solved it. :) Here is the Maven archetype link I spoke about, in case anyone was interested... [3] http://wiki.apache.org/myfaces/MyFaces_Archetypes_for_Maven Oscar Duque wrote: Don't worry by this issue, it's solved, i got the class from the Jakarta Commons, Thanks for

Re: MyFaces 1.1.5 warning message on console

2007-03-15 Thread Jeff Bischoff
Are you using AJAX? Pfau, Oliver wrote: Hi, what is meaning of this message: WARNING: There should always be a submitted value for an input if it is rendered, its form is submitted, and it is not disabled or read-only . Component : ...inputText ...inputText is an input text field which

Re: Usage of h1 Tag with JSF

2007-03-15 Thread Jeff Bischoff
-saving... but as for actually having the markup vanish from the page? Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Volker Weber wrote: A third solution, which i would prefer about the f:verbatim: h:outputText escape=false value=H1/ h:outputText value=#{msg['bla.bla

Re: MyFaces 1.1.5 warning message on console

2007-03-15 Thread Jeff Bischoff
Or better yet, disable it in a JSF way - ie, using the disabled attribute of the component along with an immediate submit. Mike Kienenberger wrote: JSF expects to get a value back from this component when the form is submitted. If you disable the element from javascript, that doesn't happen.

Re: MyFaces 1.1.5 warning message on console

2007-03-15 Thread Jeff Bischoff
, but when that is too heavyweight I add some AJAX to lighten up the request. It's just another option you might want to consider Oliver. By all means, give Mike's suggestion a try as he generally knows what he is talking about and it should be a quicker fix. Regards, Jeff Bischoff Kenneth L Kurz

Re: java.lang.NoClassDefFoundError: org/apache/myfaces/custom/dojo/DojoWidget

2007-03-14 Thread Jeff Bischoff
Shawn, Are you using facelets? If so, do not copy the entire sandbox-taglib.xml file from the wikis. Instead, only copy the entries for components that you are actually using. Hope this helps, Jeff Bischoff Kenneth L Kurz Associates, Inc. Garner Shawn wrote: I added the sandbox jar to my

Re: Tomahawk release plans?

2007-03-14 Thread Jeff Bischoff
When I say update the Wiki here, I am specifically talking about the taglib.xml mantained there. Jeff Bischoff wrote: Jörn, AFAIK, no. I'm not a committer, but I do monitor the dev list pretty closely. I do, however, plan to help update the Wiki to make sure it is up-to-date with the new

Re: Tomahawk release plans?

2007-03-14 Thread Jeff Bischoff
the wiki, or providing little patches to improve facelets compatibility (such as TOMAHAWK-914). Maybe soon we can get it where everything works great out of the box. :D Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Jörn Zaefferer wrote: Ok, good to know someone is working

Re: Tomahawk release plans?

2007-03-14 Thread Jeff Bischoff
Jörn, AFAIK, no. I'm not a committer, but I do monitor the dev list pretty closely. I do, however, plan to help update the Wiki to make sure it is up-to-date with the new components, following the release. Any help is welcome and appreciated! :) Regards, Jeff Bischoff Kenneth L Kurz

Re: Tomahawk release plans?

2007-03-14 Thread Jeff Bischoff
over to deal with code generation issues. Once the infrastructure was in place, it'd be a lot easier to address all of the issues for individual components. On 3/14/07, Jeff Bischoff [EMAIL PROTECTED] wrote: I agree, it would be great if that were part of the distro. Problem is, Facelets still

Re: StringConversion to EMPTY_STRING

2007-03-08 Thread Jeff Bischoff
Stephan, What versions of MyFaces are we talking about here? Strittmatter, Stephan wrote: Hello all, I had several times problems with inputText Components which are having Strings as input. If there is nothing typed in, the BackingBean get an EMPTY_STRING (), but I would expect null there?

Re: [Solved] ajax4jsf trouble after a form has failed JSF validation

2007-03-08 Thread Jeff Bischoff
Raindog, I would ask in the new ajax4jsf forum. See [1]. [1] http://jboss.com/index.html?module=bbop=viewforumf=259 raindogs wrote: One other thing... it occurred to me that I could probably bypass any complications from JSF validation by adding immediate=true to the a4j:support tag. The

Re: Issues Upgrading MyFaces Core from 1.1.4 to 1.1.5

2007-03-07 Thread Jeff Bischoff
mjovanov, MyFaces Core 1.1.5 is not compatible with Tomahawk 1.1.3. See [1]. Please use a Tomahawk nightly or custom build until the next release. Or you could revert to your old setup! :) [1] http://wiki.apache.org/myfaces/CompatibilityMatrix Regards, Jeff Bischoff Kenneth L Kurz

Re: security and jsf

2007-03-07 Thread Jeff Bischoff
#a7167405 [2] http://tinyurl.com/2fpv78 Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Garner Shawn wrote: What are you using for security with JSF for user roles and login? JSF Security, ACEGI, or something else? I just want to know what the options are and what works best. Shawn

Re: Question about index-menu

2007-03-02 Thread Jeff Bischoff
the CSS from myfaces example app as a starting point. That's what I did and got it to work great! Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Jörn Zaefferer wrote: That seems to be mostly a JavaScript requirement. I haven't combined it with JSF yet, but basically it should work

Re: [OT][ANN] JAVAWUG BOF 25 / 27 March 2007 @ 18:30 / Adobe Flex with Ben Forsaith / Skills Matter

2007-03-02 Thread Jeff Bischoff
Do they ever meet in the States? [EMAIL PROTECTED] wrote: Hi I would like to formally announce that ``JAVAWUG'' (Java Web User Group) is holding the BOF 25 at the Skills Matter, London. Ben Forsaith will give a presentation on Adobe Flex on Tuesday 27th March 2007 at Skills Matter Ben will

Re: Why does JSF submit through JavaScript?

2007-03-02 Thread Jeff Bischoff
Hasn't it branched already? I see you commmited those changes you talked about this morning. Thanks! :D Martin Marinschek wrote: Hi *, I've got a solution for that rather messy javascript in command-buttons on my box - but I don't want to commit until tomahawk has been branched - just to be

Re: [Sandbox] selectManyPicklist button text

2007-03-01 Thread Jeff Bischoff
If you want to enhance the component, you can submit a patch to add such (optional) functionality. :) Bharath Belagodu wrote: The selectManyPick component in the sandbox provides a '' and '' button. I was trying to figure out if I can change the text of the buttons to 'Add' and 'Remove'

Re: [Myfaces] f:view as a naming container

2007-03-01 Thread Jeff Bischoff
Hi Renzo, f:view marks the portion of the page that is to use JSF tags. It should not be used in a nested manner. f:subview was created for this purpose of nested naming containers. Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Renzo Tomaselli wrote: Hi, since I need to reuse

Re: Sandbox (Tomahawk)

2007-02-28 Thread Jeff Bischoff
Bharath Belagodu wrote: Where can I download the war file deployed for http://www.irian.at/myfaces-sandbox/home.jsf If you build the project locally, you will get all the artifacts including sandbox examples. See [1] [1] http://wiki.apache.org/myfaces/Building_With_Maven

Re: Facelets support for a Tomahawk dataTable trick?

2007-02-22 Thread Jeff Bischoff
to reflect the difference. Thanks for the suggestion! Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Nebinger, David wrote: Instead of returning null, could you return something like nonHighlightRow? This would probably work for both cases (jsp facelets) with the only overhead of defining

Re: wrapping text

2007-02-22 Thread Jeff Bischoff
You mean you tried: t:div style=width: 25px;/ h:outputText ... / /t:div That didn't work? Steve Torrefranca wrote: Hi, How do we wrap texts with \n? I have tried t:div but did not work. Thank you -Steve

Re: wrapping text

2007-02-22 Thread Jeff Bischoff
That will wrap the text to some arbitrary width... Rereading your message, you are expected the \n in your String to be treated as the line end. Have you tried CSS like: white-space: pre Jeff Bischoff wrote: You mean you tried: t:div style=width: 25px;/ h:outputText ... / /t:div

Re: myfaces and acegi problem

2007-02-22 Thread Jeff Bischoff
Brad, What do your servlet mappings look like in your web.xml? Have to tried creating a blank j_acegi_security_check.html file, to trick your container? I don't know if that applies here or not. Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Brad Smith wrote: Hello - I have been

Re: wrapping text

2007-02-22 Thread Jeff Bischoff
are saved in html format. -Steve Jeff Bischoff wrote: You mean you tried: t:div style=width: 25px;/ h:outputText ... / /t:div That didn't work? Steve Torrefranca wrote: Hi, How do we wrap texts with \n? I have tried t:div but did not work. Thank you -Steve

Re: Facelets support for a Tomahawk dataTable trick?

2007-02-22 Thread Jeff Bischoff
that my little trick of returning null in the EL is required by the spec *not* to work in JSF 2.0+ EL. :( So I'm left scratching my head how to keep my alternating row styles and also be able to highlight one. Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Nebinger, David wrote

Re: Facelets support for a Tomahawk dataTable trick?

2007-02-22 Thread Jeff Bischoff
On 2/22/07, Jeff Bischoff [EMAIL PROTECTED] wrote: the EL is required by the spec *not* to work in JSF 2.0+ EL. :( For clarity, I'm referring to JSP 2.1 / JSF 1.2 / EL 2.1 spec. On the Facelets list, Jacob pointed us to the relevant section. Mike, let me do some quick testing of that idea

Re: preventing form submission

2007-02-22 Thread Jeff Bischoff
Use h:outputLink instead of commandLink Steve Torrefranca wrote: Hi, How do we prevent form submission? I have a link that opens a new window: t:commandLink value=LINK onclick=window.open('attachments.xhtml?commEmailID=#{communication.id}') / My problem is, that the form that has the

Re: t:datatable with commandLink and parameter

2007-02-22 Thread Jeff Bischoff
I recommend t:updateActionListener. See [1] [1] http://wiki.apache.org/myfaces/ExecutingMethodsFromLinkButtonParameters Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Mick Knutson wrote: I have the following: h:commandLink action=userByUsername onclick=open_alert

Re: Facelets support for a Tomahawk dataTable trick?

2007-02-22 Thread Jeff Bischoff
be posting this to a JIRA issue for discussion by this point? Let me see if I can figure out how to make some nice diff files for a patch. Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Mike Kienenberger wrote: Jeff, My suggestion is to go with empty-string. If I understand correctly

Re: Facelets support for a Tomahawk dataTable trick?

2007-02-22 Thread Jeff Bischoff
Alright Mike, I'll open up a thread. Mike Kienenberger wrote: Actually, discussion to the [EMAIL PROTECTED] mailing list is probably the most appropriate. The problem with posting to a JIRA Issue is there's far less visiblity. A design decision like this one (treating the same as null for a

Re: Facelets support for a Tomahawk dataTable trick?

2007-02-22 Thread Jeff Bischoff
that first issue because the attribute simply won't work in Facelets. :) Mike Kienenberger wrote: Will this have the same null issue with facelets? ValueBinding vb = getValueBinding(org.apache.myfaces.dataTable.ROW_STYLECLASS); if (vb != null) ... On 2/22/07, Jeff Bischoff [EMAIL PROTECTED

Re: DefaultAddResource logs warning

2007-02-21 Thread Jeff Bischoff
If you are using ajax4jsf, you can use a4j:page tag to ensure all ajax requests contain a head and body tag. Then you will not see this error. Paul Iov wrote: IMHO, turning off the log4j WARN level is quick'n'dirty approach. The second choice after configuring servlet container would be

Re: [ANNOUNCE] MyFaces Core v1.1.5 Release

2007-02-21 Thread Jeff Bischoff
such as whether to re-branch Tomahawk to get newer code, etc. I will be watching the dev list to see if they focus on pushing out a new release sometime soon. :) Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc.

Re: Facelets support for a Tomahawk dataTable trick?

2007-02-21 Thread Jeff Bischoff
a different EL implementation? Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Jeff Bischoff wrote: I'll resume looking at this next week. I have some clues from putting debugging output into the source and building locally. I need more time to assess it. So far, I don't see evidence

Re: Facelets support for a Tomahawk dataTable trick?

2007-02-21 Thread Jeff Bischoff
Ha ha ha, will do Mike Kienenberger wrote: Ugh. Gmail was a little deceptive about whether it was really sending my message. In any case, the content got better each try, so read the 3rd one and ignore the other two :-)

Re: Facelets support for a Tomahawk dataTable trick?

2007-02-21 Thread Jeff Bischoff
attribute and to use that if no rowStyleClass value is present. So a complete fix is to change JSFAttr.ROW_STYLECLASS to rowStyleClass and then to add in Tomahawk-47-esque backward compatiblity fallback/warning. On 2/21/07, Jeff Bischoff [EMAIL PROTECTED] wrote: Ooh... I see now how the tag handler

Re: Facelets support for a Tomahawk dataTable trick?

2007-02-16 Thread Jeff Bischoff
/07, Jeff Bischoff [EMAIL PROTECTED] wrote: Greetings, There is a CSS trick with the Tomahawk extended dataTable that allows the selected row to be highlighted (or some similar things). It works great in JSP, and has been passed around on the myfaces mailing list and wiki for some time

Re: Facelets support for a Tomahawk dataTable trick?

2007-02-16 Thread Jeff Bischoff
: setStringProperty(component, JSFAttr.ROW_STYLECLASS_ATTR, _rowStyleClass); We'll see, I need to look at it more. I think though, my problem may be that rowIndexVar doesn't get set in time. Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Jeff Bischoff wrote: Thanks for the assessment Mike

Re: myfaces 1.2 release date?

2007-02-15 Thread Jeff Bischoff
Matze is right. There are several threads on this progress in the dev list, if you want more details. See [1]. If you look at that list, you will also see the progress for the next 1.1 release. :) [1] http://www.nabble.com/My-Faces---Dev-f182.html Regards, Jeff Bischoff Kenneth L Kurz

Re: Where can I download the examples wars

2007-02-15 Thread Jeff Bischoff
If you just want the tomahawk examples (and not sandbox) you can find some here. [1] [1] http://people.apache.org/builds/myfaces/nightly/ Julien Martin wrote: Hello, I have no svn/cvs client on my machine and do not have the right to install them and I would like to deploy the tomahawk war to

Re: Facelets support for a Tomahawk dataTable trick?

2007-02-15 Thread Jeff Bischoff
-through code to initialize the rowStyleClass attribute on the t:dataTable component. The fix would be to rewrite the component and tag handler so that the tag handler isn't doing anything beyond passing the arguments through unchanged. On 2/15/07, Jeff Bischoff [EMAIL PROTECTED] wrote: Greetings

Re: Highlight current row

2007-02-14 Thread Jeff Bischoff
Thanks Oliver. I want to report this issue with either Facelets or Tomahawk, but first I have to narrow down who's responsible for causing it. I'll do some testing when I get a chance. Jeff Bischoff Kenneth L Kurz Associates, Inc. opick wrote: Hi Jeff, sorry for being away for sometime

Re: Custom Component TLDs

2007-02-14 Thread Jeff Bischoff
No idea, sorry. Does it work when you paste them all into one file? Remo Liechti wrote: Nobody? -Original Message- From: Remo Liechti [mailto:[EMAIL PROTECTED] Sent: Freitag, 9. Februar 2007 15:07 To: users@myfaces.apache.org Subject: Custom Component TLDs Hi Guys I've a problem

Re: [Solved] selectList - how to pass a parameter to backing bean method from XHTML?

2007-02-14 Thread Jeff Bischoff
I think Simon hit the nail on the head for you, Lisa. You should really give this a shot. Simon Kitching wrote: Then write a custom class that implements the Map interface (probably by subclassing AbstractMap). Override the get method to do your database lookup, using the key string that is

Re: multiple rows of column headers possible?

2007-02-09 Thread Jeff Bischoff
Coop, This was asked before. Maybe the previous solutions could help you? [1] http://www.nabble.com/Hierarchial-Column-Labels-tf2346303.html#a6535068 [2] http://www.nabble.com/multi-column-row-header-with-t%3AdataTable-tf1982130.html#a5439972 Cooper, Stephen wrote: I would like to have

Re: Highlight current row - Facelets Bug?

2007-02-09 Thread Jeff Bischoff
in t:dataTable or facelets? I was using this trick to highlight selected rows in my app for several months, and I really like it. Would love to get it working again, in facelets. :) Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. opick wrote: Hi Jeff, the declaration is the same in our page

Re: issue with component ids

2007-02-09 Thread Jeff Bischoff
JV, From what I understand, setting component ids dynamically through EL is disallowed. There has been discussion of this, which can be found in the archives. Here is one example, see [1](tiny url) or [2](full url). [1] http://tinyurl.com/2o4bal [2]

Re: subview + subform aint working

2007-02-08 Thread Jeff Bischoff
, Jeff Bischoff Kenneth L Kurz Associates, Inc. sL07 wrote: hi all, i have subforms within subview. However when using the actionFor in a commandButton that is outside the subview it seems to ignore the validation phase. The subforms work fine when the command button is within the subview. see

Re: SANDBOX Examples

2007-02-08 Thread Jeff Bischoff
Rafael, Try building the project locally. It's really easy and will give you everything you could want. See [1]. [1] http://wiki.apache.org/myfaces/Building_With_Maven Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Rafael Nami wrote: Hi All Sorry for the silly question, but where

Re: subform really not working

2007-02-08 Thread Jeff Bischoff
, Jeff Bischoff Kenneth L Kurz Associates, Inc. Andrew Robinson wrote: Do you have an outer subform? To use subform correctly, you have to have nested subforms. Example: t:inputText value=this will always be validated / s:subForm id=outer t:inputText value=this will only be validated if outer

Re: subform really not working

2007-02-08 Thread Jeff Bischoff
Hmm maybe they just weren't working as I expected at the time... perhaps I was thinking along the lines of submitSubFormOnly type behaviour... Andrew Robinson wrote: They seem to be working just fine for me in a sandbox build from 1.1.3 source On 2/8/07, Jeff Bischoff [EMAIL PROTECTED] wrote

Re: Help with t:datalist and command link

2007-02-08 Thread Jeff Bischoff
Todd, Have you tried dataTable? Todd Nine wrote: I'm trying to iterate over a list and create command links for each element. I have the following code h:form t:dataList var=page value=#{ searchBean.searchPages}

Re: Help with t:datalist and command link

2007-02-08 Thread Jeff Bischoff
Oh, I see that you did try it... what was the issue? Why couldn't you use dataScroller for pagination? Jeff Bischoff wrote: Todd, Have you tried dataTable? Todd Nine wrote: I'm trying to iterate over a list and create command links for each element. I have the following code h:form

Re: Error by using t:updateActionListener/

2007-02-08 Thread Jeff Bischoff
itself. I'm not complaining that nobody has done it yet, just pointing out that I feel it is worth doing. :) Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Mike Kienenberger wrote: The ease-of-use is part of the problem. :-) When it only takes 5 minutes to copy the sandbox and tomahawk

Re: Error by using t:updateActionListener/

2007-02-08 Thread Jeff Bischoff
speaking of which, does anybody have the correct taglib tag for s:subform? It's not on either wiki. :) Jeff Bischoff wrote: That's true Mike, but here's where it gets dangerous. Those tag files are being copied probably from one of the wikis. At best, they are complete and accurate

Re: Error by using t:updateActionListener/

2007-02-08 Thread Jeff Bischoff
into Myfaces (pulled over from Trinidad) as well. The promotion between sandbox and tomahawk definitely causes issues and is probably the best reason for resolving http://issues.apache.org/jira/browse/TOMAHAWK-79. On 2/8/07, Jeff Bischoff [EMAIL PROTECTED] wrote: Thanks Mike, I see your changes

Facelets Taglibs [WAS Re: Error by using t:updateActionListener/]

2007-02-08 Thread Jeff Bischoff
and release. On 2/8/07, Jeff Bischoff [EMAIL PROTECTED] wrote: Mike, Sorry for the confusion. I have these tags, and already added them to my appropriate taglibs. But I wanted to update the wiki to include them also. I just didn't know whether to update the wiki to reflect the current release

[Resolved]Re: Facelets Taglibs [WAS Re: Error by using t:updateActionListener/]

2007-02-08 Thread Jeff Bischoff
lot quicker. Maybe I'll suggest it to them. Sorry for bothering you with something I should have caught myself! Thanks again, Jeff Bischoff Kenneth L Kurz Associates, Inc. Mike Kienenberger wrote: Ok. I'm using exactly one t:selectItems Maybe this is of some help: xmlns:t=http

Re: [Resolved]Re: Facelets Taglibs [WAS Re: Error by using t:updateActionListener/]

2007-02-08 Thread Jeff Bischoff
Mike Kienenberger wrote: On 2/8/07, Jeff Bischoff [EMAIL PROTECTED] wrote: Mike, I tried your setup and it worked. This puzzled me because I know that I (and probably you too) actually have the custom selectItems class in the sandbox.jar. So why would it work as t:selectItems

Re: /faces/* servlet mapping and welcome files

2007-02-07 Thread Jeff Bischoff
. :) Thanks all for the tips! Jeff Bischoff Kenneth L Kurz Associates, Inc. Giampaolo Tomassoni wrote: From: Jeff Bischoff [mailto:[EMAIL PROTECTED] Hey guys, quick question: Does anyone have welcome files working successfully with the /faces/* servlet mapping? I previously used a *.faces

Re: Accessing constants in EL expressions

2007-02-07 Thread Jeff Bischoff
Known Workaround: Create a getter method for the Constant. Ingo Düppe wrote: Hi, how can I access a constant integer value within an el-statement. I like to do something like: s:acl domainObject=#{faculty} hasPermission=#{ACL.GRANT + ACL.UPDATE} ... /s:acl And ACL is defined as: public

Re: Highlight current row

2007-02-07 Thread Jeff Bischoff
have an icon to selecet a new row and now changing the icon for the selected row. Fortunatly the rowIndex evaluates correctly when we use it with a column tag which is within the dataTable. Best regards, Oliver Jeff Bischoff wrote: Opick, I defined rowIndex var in the t:dataTable declaration

Re: Highlight current row

2007-02-07 Thread Jeff Bischoff
One more thing Oliver: Are you using Facelets? Jeff Bischoff wrote: Well that certainly is an unpleasant bug. Perhaps it has something to do with the snapshot? I have tested this approach with tomahawk 1.1.5, but obviously that changes every day. :) Glad you found an alternative solution

Re: Error by using t:updateActionListener/

2007-02-07 Thread Jeff Bischoff
Hey this tag handler works great! ...So why hasn't it been donated to Tomahawk? :) Or is Tomahawk not supposed to have tag handler classes for some reason? Andrew? Mike? :) Thanks for writing it! Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Matthias Wessendorf wrote: Thomas

Re: Error by using t:updateActionListener/

2007-02-07 Thread Jeff Bischoff
is the big reason why I'm comfortable converting my application to facelets. It does involve a few extra steps, and a few things don't work as expected, but overall it's not a big switch from the user standpoint. Well thanks for the code, it does seem to work nicely. Regards, Jeff Bischoff

Re: Auto Scroll to a Component Receiving the Action - Anchors?

2007-02-02 Thread Jeff Bischoff
mjovanov wrote: You were right: I switched to Tomahawk 1.1.3 and it works like a charm! Thanks for your help. no problem ;)

Re: Unsupported component class org.apache.myfaces.custom.timednotifier.TimedNotifier

2007-02-02 Thread Jeff Bischoff
jaguar wrote: i am useing myfaces-api-1.1.4.jar,tomahawk-1.1.5-SNAPSHOT.jar,tomahawk-sandbox-1.1.5-SNAPSHOT.jar ... FYI, not an officially supported combination; see [1]. [1] http://wiki.apache.org/myfaces/CompatibilityMatrix

Re: [INFO] new sandbox slideShow component - ImageLoop

2007-02-02 Thread Jeff Bischoff
I agree, the buttons are the best place for future improvement. Looks like a nice component, thanks for the donation! Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Matthias Wessendorf wrote: Yeah, The component is definitely a nice one. Looks great! Only the buttons are a pain

/faces/* servlet mapping and welcome files

2007-02-02 Thread Jeff Bischoff
below. Thanks for any tips! welcome-file-list !-- OLD welcome-filepages/public/index.faces/welcome-file-- welcome-filefaces/pages/public/index.xhtml/welcome-file /welcome-file-list [1] http://www.nabble.com/Facelets-tf2005321.html#a5509212 Regards, Jeff Bischoff Kenneth L Kurz

Re: /faces/* servlet mapping and welcome files

2007-02-02 Thread Jeff Bischoff
/welcome-file-list /pages/public/ contains index.xhtml, index.jsp, and index.faces. For some reason, index.faces is being served to the client. Any ideas? Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Romanowski, Tim wrote: Not sure if this fits your

Re: Highlight current row

2007-02-01 Thread Jeff Bischoff
Opick, I defined rowIndex var in the t:dataTable declaration as shown in the wiki like this: rowIndexVar=rowIndex Are you using t:dataTable? I have tested this with Myfaces 1.1.3, 1.1.4, 1.1.5 and Tomahawk 1.1.2, 1.1.4, 1.1.5 Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. opick

t:documentBody

2007-02-01 Thread Jeff Bischoff
trouble combining ajax4jsf and t:documentHead on the same page. [1] http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk [2] http://wiki.apache.org/myfaces/Performance [3] https://issues.apache.org/jira/browse/TOMAHAWK-807 Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc.

Re: sandBox not working

2007-02-01 Thread Jeff Bischoff
jaguar wrote: hai all, iam working on sand box components. 1.tomahawk-sandbox-1.1.5-SNAPSHOT.jar 2.tomahawk-sandbox-1.1.5-SNAPSHOT-sources.jar i added these 2 jar files. You only need to deploy the first jar. The sources.jar is not a binary dependency.

Re: Auto Scroll to a Component Receiving the Action - Anchors?

2007-02-01 Thread Jeff Bischoff
This is a MyFaces feature called AUTO_SCROLL. You can set it in your web.xml context-param param-nameorg.apache.myfaces.AUTO_SCROLL/param-name param-valuetrue/param-value /context-param mjovanov wrote: Hi, we have several Data Table components stacked on the same page; if a user scrolls

Re: Auto Scroll to a Component Receiving the Action - Anchors?

2007-02-01 Thread Jeff Bischoff
Can you show us page code? mjovanov wrote: Thanks for the tip Jeff, I did set AUTO_SCROLL to true but unfortunately it still doesn't work; it works for a simple examples with hrefs but not in my case with multiple data tables and sorting. No error message either; any clues? Jeff Bischoff

  1   2   3   4   5   >