Re: change navigation in PhaseListener

2006-02-16 Thread Dave
If I use put transaction boundry logicin Phase listener, only one place, because it will be executed for all requests.Dennis Byrne [EMAIL PROTECTED] wrote: Any reason why you are not demarcating the beginning and end of a database transaction inside the action method ? ;)Dennis Byrne-Original

meebo

2006-02-16 Thread Francesco Consumi
Hi, has anyone visited www.meebo.com ? the GUI is really impressive. some idea about it has been made ? which ajax framework could has been used ? -- Francesco Consumi Ufficio Sistemi informativi Istituto degli Innocenti Piazza SS.Annunziata, 12 50122 Firenze consumi at

Re: Help proposal

2006-02-16 Thread Manfred Geiler
Guillaume, Our homepage is currently under reconstruction (Maven2), so there is no How To Help page yet. However, a good starter is the ASF general How it works page [1]. And I have just started a Wiki page that waits for helpful input... ;-) [2] Manfred [1]

Re: JSF Tiles Action Problem

2006-02-16 Thread CHAMBAZ Alexandre
Thanks for you're help but still not working. I tried a lot of different combination of navigation rule but it's never working. My problme is not navigation but more in the action thing. I think I need to force JSF to send the action to a specific page, how can I do that? Here is my

Re: meebo

2006-02-16 Thread Werner Punz
Francesco Consumi schrieb: Hi, has anyone visited www.meebo.com ? the GUI is really impressive. some idea about it has been made ? which ajax framework could has been used ? seems like a self written one, I cannot find any traces of any ajax framework I know of. (But I checked only for

first click fails

2006-02-16 Thread Csík Norbert
Hi! I have a frameset with a menu and a main frame. When I load the page for the first time in a new borwser instance the first click on the menu always fails. The returnd document is the menu.jsf displayed in the main frame. When I click on the same link for the second time the desired result

Re: JSF Tiles Action Problem

2006-02-16 Thread Alexandre Poitras
There is a lot of issues when using Tiles in JSF since Tiles is not a JSF component. Watch the Extreme Reuse in JavaServer Faces Technology JavaOne 2005 presentation if you want to know what I'm talking about. You should use Facelets or Shale-Clay instead. On 2/16/06, CHAMBAZ Alexandre [EMAIL

Re: JSF Tiles Action Problem

2006-02-16 Thread Matthias Wessendorf
here goes the link http://developers.sun.com/learning/javaoneonline/2005/webtier/TS-7853.pdf On 2/16/06, Alexandre Poitras [EMAIL PROTECTED] wrote: There is a lot of issues when using Tiles in JSF since Tiles is not a JSF component. Watch the Extreme Reuse in JavaServer Faces Technology

Re: JSF Tiles Action Problem

2006-02-16 Thread CHAMBAZ Alexandre
Thanks for all Matthias and Alexandre, Exactly what I was looking for. So it looks it would be hard to do what I'm looking for, I think I willl have to give up Tiles with JSF ;-( Extract of the presentation: Apache Tiles Things that can go wrong • Navigation rules are relative to the top

Re: exception when using an EAR

2006-02-16 Thread Adam Brod
I can't open the zip. Can you include the source for the offending JSP, the Backing Bean and part of faces-config.xml where the backing bean is configured? Adam Brod Product Development Team David Schlotfeldt [EMAIL PROTECTED] 02/15/2006 04:13 PM Please respond to MyFaces Discussion

RE: JSF Tiles Action Problem

2006-02-16 Thread Kołoszko Paweł
I am not so sure that you should give up. I am using Tiles with JSF with almost the same configuration as yours and it works quite well. I see one problem with your navigation: you are using wrong names of files. It should be *.jsp, not *.tiles. So it should look like that navigation-rule

Re: JSF Tiles Action Problem

2006-02-16 Thread Marco Mistroni
Hello, i am using Tiles with JSF, and it works just fine...can you tell me what do you think is the problem?what about the page that you are redirecting to? is it using a tilestemplate?i can post privately some of my pages if you need (or even the whole app since i truns with in-memory

RE: JSF Tiles Action Problem

2006-02-16 Thread CHAMBAZ Alexandre
It changes nothing to put *.jsp instead of *.tiles (same behavior) but thanks for your help. you use ManagedBean in your pages? do you add data into page itself into in a tile? --- Ko³oszko Pawe³ [EMAIL PROTECTED] a écrit : I am not so sure that you should give up. I am using Tiles with JSF

Re: JSF Tiles Action Problem

2006-02-16 Thread CHAMBAZ Alexandre
Hello, The thing is that if I use my managed bean in a single page is working fine but when I'm using it in tiles it's not working anymore. Yes the page that I'm redirecting to is in a tile too but I tried before in the same tiles just changing a tile of the tiles. I would be very thankfull if

Re: JSF Tiles Action Problem

2006-02-16 Thread Matthias Wessendorf
after a quick review, I saw you are using *only* subview in the template and f:view in the content... look at this *master* template http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/examples/tiles/src/main/webapp/template/template.jsp?rev=369795view=markup It is from the mentioned

Re: JSF Tiles Action Problem

2006-02-16 Thread Alexandre Poitras
By the way, JavaOne presentation audios are available but you need to login on http://developers.sun.com/learning/javaoneonline/ first. On 2/16/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: after a quick review, I saw you are using *only* subview in the template and f:view in the content...

Collapsible Panel

2006-02-16 Thread Geoff Longo
I noticed that in the nightly builds, the collapsed attribute of the collapsiblePanel was removed. How do we specify that we want the panel to be displayed as collapsed on entry to the page? Thanks, Geoff

Calendar popup positioning

2006-02-16 Thread Geoff Longo
I am having an issue with the latest nightly builds concerning the calendar popup positioning. It is popping up and functioning correctly, except it doesn't pop up next to the icon like it used to. It now appears a few lines down from the icon that triggered it. Any ideas? Thanks, Geoff

Re: change navigation in PhaseListener

2006-02-16 Thread Andrew Robinson
I have done this already as I needed the functionality for on-load functionality Check out the OnLoad component documentation and code at (code is released as jsfExt): http://jsf-comp.sourceforge.net/ On 2/16/06, Dave [EMAIL PROTECTED] wrote: If I use put transaction boundry logic in Phase

display label in error message instead of id

2006-02-16 Thread Michael Heinen
Hi all, I try to display the label of a field instead of the id in an error message, but I don't get it to work. I'm sure there is an easy solution for it. Here is my code: Messages: login.name = User JSP: h:outputLabel for=""> h:outputText value=#{msgs['login.name']}/

Re: JSF Tiles Action Problem

2006-02-16 Thread Wei Chiang
CHAMBAZ Alexandre wrote: It changes nothing to put *.jsp instead of *.tiles (same behavior) but thanks for your help. you use ManagedBean in your pages? do you add data into page itself into in a tile? --- Ko³oszko Pawe³ [EMAIL PROTECTED] a écrit : JSF and tiles work for me just fine. What

ADF Faces processScope problem

2006-02-16 Thread James Moores
Hi, I know that it's probably a bit early to be looking for ADF Faces help here in light of the fact that it's only just joined MyFaces, but I'm getting no joy at all on the Oracle forums and people on this list have been so helpful that I thought it was worth a try: I use the ADF Faces 'Process

serverSideTabSwitch and PanelTabbedPane problems

2006-02-16 Thread Hasnain Badami
Hi I am trying to implement tabs using t:TabbedPanelPane. My tabbedpanelpane contains 3 tabs and each of these three tabs include a jsp page. in order to include a jsp page i am using f:subview tags. What I want to implement is that when one of the tab is being displayed, jsp files in other tabs

Re: display label in error message instead of id

2006-02-16 Thread Bruno Aranda
Sure, there is an easy solution. Use the extended messages component from tomahawk (t:message). Regards, Bruno On 2/16/06, Michael Heinen [EMAIL PROTECTED] wrote: Hi all, I try to display the label of a field instead of the id in an error message, but I don't get it to work. I'm sure

Re: JSF Tiles Action Problem

2006-02-16 Thread Marco Mistroni
Hello, ok i'll try to 'cut' my app a little so taht you have4-5 basic pages ..anyway, i take it for granted that your applicationwas working fine before moving to tiles correct?btw in your bodyMairie i saw no reference to any tiles tag how comeis bodyMairie.jsp being included in some othe

RE: ADF Faces processScope problem

2006-02-16 Thread Frank Felix Debatin
Hi James, we're not yet using the process scope facilities of ADF, but intend to do so in the future. Thus, I read you message with high interest. Maybe the following is an alternative. Instead of putting your own stuff in the process scope map, keep a map of yourself somewhere. If there is an

Re: online TLD API docs gone?

2006-02-16 Thread Jonathan Harley
Sean Schofield wrote: ps. Please feel free to report any obvious bugs in the site on the dev list. We didn't really proof read the site since we were in a hurry to get it out there (since the old one was out of date.) How do you join the dev list? There is no mention of it on the apache

Re: exception when using an EAR

2006-02-16 Thread David Schlotfeldt
Thanks for trying to look at it. I got it working :-) I placed the myfaces JARs in the EAR. At first it didn't work because they were also in WEB-INF/lib which was causing an issue. After removing them from WEB-INF/lib it now works. (FYI Since I got it working I did move the myfaces JARs

Re: JSF Tiles Action Problem

2006-02-16 Thread CHAMBAZ Alexandre
I found what was the problem, it was the tree2 tomahawk object in an other page of the project. Thanks Everybody for you're help. Removing it, JSF and tiles are working well... Regards Alex

Re: online TLD API docs gone?

2006-02-16 Thread Sean Schofield
http://myfaces.apache.org/mail-lists.html Just curious but how did you find this list? They're usually publicized in the same manner. Please submit your fixes as a single svn patch as an attachment to a JIRA issue. JIRA issues are easier to keep track of then email threads. Sean On 2/16/06,

Re: online TLD API docs gone?

2006-02-16 Thread Dennis Byrne
I believe this is what you are looking for. http://myfaces.apache.org/mail-lists.html Feel free to open a JIRA ticket for any obvious problems w/ the site. Thanks. Dennis Byrne -Original Message- From: Jonathan Harley [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 12:03 PM

Re: online TLD API docs gone?

2006-02-16 Thread Jonathan Harley
Sean Schofield wrote: http://myfaces.apache.org/mail-lists.html Thanks Just curious but how did you find this list? They're usually publicized in the same manner. I think it was publicised on the old MyFaces mailing list, which I was on before MyFaces moved to Apache. I've been using

RE: ADF Faces processScope problem

2006-02-16 Thread James Moores
Hi Frank, Thanks for your reply. That's a very interesting idea. Not sure if there is an ADF-supplied id, but I'll look into doing it that way if I can't find another solution. Thanks again, Jim -Original Message- From: Frank Felix Debatin [mailto:[EMAIL PROTECTED] Sent: 16 February

Rendered markup of HtmlSelectManyCheckbox / HtmlSelectOneRadio incomplete?

2006-02-16 Thread Matthias Kahlau
Hi! My HtmlSelectManyCheckbox with spread layout and a styleClass set is rendered as follows: table border=0 tbody trtdinput type=checkbox name=Form:Frage_4 id=Form:Frage_4 value=1 class=surveyInput /#160;die zweite (Text)nbsp;/td/tr trtdinput type=checkbox name=Form:Frage_4 id=Form:Frage_4

RE: display label in error message instead of id

2006-02-16 Thread Michael Heinen
Thanks Bruno. I replaced my h:message tag with t:message but without success. I added replaceIdWithLabel=true but this does not change anything. Unfortunately I can't access the online API docs. Do you have another hint for me ? Michael -Original Message- From: Bruno Aranda

Re: Picklist problem

2006-02-16 Thread Stefan Lukesch
Hi, I've build sandbox from SVN now, since I didn't find a nightly build for the sandbox. But I'm afraid the problem is still the same :( this is how my .jsp looks like: ... tr align=center td colspan=2 s:selectManyPicklist size=5

Re: ADF Faces processScope problem

2006-02-16 Thread Laurie Harper
James Moores wrote: Hi, I know that it's probably a bit early to be looking for ADF Faces help here in light of the fact that it's only just joined MyFaces, but I'm getting no joy at all on the Oracle forums and people on this list have been so helpful that I thought it was worth a try: I use

Tomahawk 'extensions' filter: alternatives?

2006-02-16 Thread Laurie Harper
I have a need for similar functionality to the Tomahawk Extensions filter, and have been thinking about ways to achieve it without requiring user config. I was hoping I could find a standard JSF hook that I could plug into through a faces-config entry but haven't come up with anything viable

Re: Rendered markup of HtmlSelectManyCheckbox / HtmlSelectOneRadio incomplete?

2006-02-16 Thread Volker Weber
Hi Matthias, Matthias Kahlau wrote: Hi! My HtmlSelectManyCheckbox with spread layout and a styleClass set is rendered as follows: table border=0 tbody trtdinput type=checkbox name=Form:Frage_4 id=Form:Frage_4 value=1 class=surveyInput /#160;die zweite (Text)nbsp;/td/tr trtdinput

Re: Tomahawk 'extensions' filter: alternatives?

2006-02-16 Thread Dave Brondsema
Laurie Harper wrote: I have a need for similar functionality to the Tomahawk Extensions filter, and have been thinking about ways to achieve it without requiring user config. I was hoping I could find a standard JSF hook that I could plug into through a faces-config entry but haven't come up

Building Myfaces 1.1.1 Source release?

2006-02-16 Thread Steve McCoole
Sorry for what might be a really dumb question but after reading the site, wiki and unsuccessfully looking for a search option on the mailing list archives, I'm pretty much lost in the maze of the SVN reorganization and the Maven build switch over. What I would like to do is be able to have an

Access selected value without validation

2006-02-16 Thread Michael Heinen
Hi all, I have a selectOneMenu and a link beside it. When the user clicks the link I need the selected value in my Bean without form validation! I tried to call an ActionListener (DynaControllerBean.doSomething) and to get the new selected value but the following code fails. I dont

commandLink encode/decode behaviour

2006-02-16 Thread Laurie Harper
From the reference documentation for the commandLink component: Both the encode and decode behavior require the ability to get the id/name for a hidden field whose value is set by the JavaScript form submit. This name must be constructed as follows: * Get the clientId for

Re: display label in error message instead of id

2006-02-16 Thread Volker Weber
see: http://myfaces.apache.org/tomahawk/tlddoc/t/message.html regards, Volker Dave wrote: Where to find doc for (t:message)? I looked at Apache Faces, but I could not find it. Thanks! */Bruno Aranda [EMAIL PROTECTED]/* wrote: Sure, there is an easy solution. Use the extended

Need help

2006-02-16 Thread Guillaume Doumenc
Hi everybody, We are using MyFaces from about 1 year for test.. We have decided to use it more :-) I've seen an important modification : Is there any reason that the FacesServlet class is now final? Many thanks by advance Regards -- Guillaume Doumenc StudioGdo : Matrisez votre

Re: Need help

2006-02-16 Thread Matthias Wessendorf
I've seen an important modification : Is there any reason that the FacesServlet class is now final? Yes, the spec told us ;-) Many thanks by advance Regards -- Guillaume Doumenc StudioGdo : Maîtrisez votre communication... Tél : +33 (0)6 11 95 24 78 Courriel : [EMAIL

Re: commandLink encode/decode behaviour

2006-02-16 Thread Dennis Byrne
This is not standardized. MyFaces exposes this w/ HtmlRendererUtils.HIDDEN_COMMANDLINK_FIELD_NAME , which has always been _link_hidden_ . Dennis Byrne -Original Message- From: Laurie Harper [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 04:38 PM To:

Re: Need help

2006-02-16 Thread Cagatay Civici
Yes, Spec wants it to be final, I think there is no reason for that, it just does not make any sense, however there are two tricks if you want to extend it. We have used the second one and worked well but first one is much easier to try. * Use a proxy instead and delegate to the actual faces

Re: Is there a component for dynamic panelgrid?

2006-02-16 Thread Travis Reeder
Turned out the best component to modify for this was the t:dataList, so it now has a grid layout which will render a single row table.TravisOn 2/15/06, Mike Kienenberger [EMAIL PROTECTED] wrote: There was a request for this before by someone. I suspect there's atleast a JIRA issue on it, and

Re: How to auto expand a tree2 set focus?

2006-02-16 Thread Sean Schofield
I'd start by looking at the code for tree2. You will probably need something like tree2 (or datable for that matter) that knows how to render its own children. You will also need a way to model the data and the state of that data. Coming soon will be a new TreeWalker interface. That might help

Re: How to auto expand a tree2 set focus?

2006-02-16 Thread Matthias Wessendorf
you some ideas as well. Finally, I believe ADF has a tree as well. You can check that implementation. Right, there is af:tree ([1]) and af:treeTable ([2]). The public drop has a *compiled* web application demo, which includes the adf-faces-api.jar and the adf-faces-impl.jar Feel free to

Re: Tomahawk 'extensions' filter: alternatives?

2006-02-16 Thread Craig McClanahan
On 2/16/06, Cagatay Civici [EMAIL PROTECTED] wrote: Hi Laurie,It seems a phaselistener is what you are looking for, it is pluggable and does not require any user configuration.One thing you can do in a filter that you cannot in a phase listener is wrap the response object, so that you can

Re: Need help

2006-02-16 Thread Martin Marinschek
Even easier - use the MyFacesServlet and extend from that ;) regards, Martin On 2/16/06, Cagatay Civici [EMAIL PROTECTED] wrote: Yes, Spec wants it to be final, I think there is no reason for that, it just does not make any sense, however there are two tricks if you want to extend it. We

Re: Collapsible Panel

2006-02-16 Thread Martin Marinschek
the collapsed attribute is replaced by the value attribute. regards, Martin On 2/16/06, Geoff Longo [EMAIL PROTECTED] wrote: I noticed that in the nightly builds, the collapsed attribute of the collapsiblePanel was removed. How do we specify that we want the panel to be displayed as

Re: Tomahawk 'extensions' filter: alternatives?

2006-02-16 Thread Laurie Harper
Craig McClanahan wrote: On 2/16/06, Cagatay Civici [EMAIL PROTECTED] wrote: Hi Laurie, It seems a phaselistener is what you are looking for, it is pluggable and does not require any user configuration. One thing you can do in a filter that you cannot in a phase listener is wrap the response

Re: Tomahawk 'extensions' filter: alternatives?

2006-02-16 Thread Craig McClanahan
On 2/16/06, Laurie Harper [EMAIL PROTECTED] wrote: Craig McClanahan wrote: On 2/16/06, Cagatay Civici [EMAIL PROTECTED] wrote: Hi Laurie, It seems a phaselistener is what you are looking for, it is pluggable and does not require any user configuration. One thing you can do in a filter that you

commandButton immediate=true, InvokeApplication phaseListerners bypassed

2006-02-16 Thread Dave
commandButton immediate=true, action method will be executed, but InvokeApplication phaseListerners will not, skipped.Does this make sense? Action method is in Invoke Application phase. So its before/after phase listeners should be executed.Your opinions? Thanks! Brings words and

Re: commandButton immediate=true, InvokeApplication phaseListerners bypassed

2006-02-16 Thread Martin Marinschek
Immediate=true on a button will move the action method forward in the lifecycle - it will be executed right after decode. regards, Martin On 2/17/06, Dave [EMAIL PROTECTED] wrote: commandButton immediate=true, action method will be executed, but InvokeApplication phaseListerners will not,

Tiles and javascript code generated after html content

2006-02-16 Thread Costa Basil
Hi:I am using tiles and I noticed that the final html content contains this piece of _javascript_ code at the end after the /html tag. Is there a way to fix this? Things seem to work tough in IE, however, it kind of worries me.Thanksform id="linkDummyForm" name="linkDummyForm"

Re: commandButton immediate=true, InvokeApplication phaseListerners bypassed

2006-02-16 Thread Dave
After I restarted JBOSS, everything goes normal. InvokeApp PhaseListeners are executed for immedite=true I do not know why they were skipped. sorry.Martin Marinschek [EMAIL PROTECTED] wrote: Immediate="true" on a button will move the action method forward inthe lifecycle - it will be executed

[tree2] Major Improvement to Tree2

2006-02-16 Thread Sean Schofield
I just checked in a major improvement to Tree2. Most users won't notice a difference but you will want to test your code to make sure nothing has been broken. The change should be available in the latest nightly build. It will *not* be in the upcoming tomahawk release that is due in the next

Re: show an expanded tree2 (MyFaces-1.1.1 on JDeveloper 10.1.3 EA)

2006-02-16 Thread Sean Schofield
Take a look at the stuff I just checked in. I believe the new TreeWalker stuff now gives you the ability to set the expanded state of tree nodes *before* rendering. I haven't tested that aspect though so let me know what you think. Sean On 1/31/06, Cristofer Weber [EMAIL PROTECTED] wrote:

Re: commandButton immediate=true, InvokeApplication phaseListerners bypassed

2006-02-16 Thread Dennis Byrne
There is a link on the wiki that explains @immediate. This is normal behavior. Dennis Byrne -Original Message- From: Dave [mailto:[EMAIL PROTECTED] Sent: Thursday, February 16, 2006 09:07 PM To: users@myfaces.apache.org Subject: commandButton immediate=true, InvokeApplication

Javascript code generated after html content when using tiles

2006-02-16 Thread Costa Basil
Hi:I am using tiles and I noticed that the final html content contains this piece of _javascript code at the end after the /html tag. Is there a way to fix this? Things seem to work tough in IE, however, it kind of worries me.Thanksform id="linkDummyForm" name="linkDummyForm"

Re: [tree2] Major Improvement to Tree2

2006-02-16 Thread Matthias Wessendorf
On 2/17/06, Sean Schofield [EMAIL PROTECTED] wrote: I just checked in a major improvement to Tree2. Most users won't notice a difference but you will want to test your code to make sure nothing has been broken. The change should be available in the latest works as aspected! nightly build.