RE: JSTL and JSF

2007-01-16 Thread Joost Schouten
Thanks Simon! That did the trick. And no more tags for me ;-) Cheers, Joost -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 4:14 PM To: MyFaces Discussion Subject: Re: JSTL and JSF Joost Schouten wrote: > Hi, > > I have the below cod

Re: anyone know what the holdup on jsf 1.2 is?

2007-01-16 Thread Craig McClanahan
On 1/16/07, kal stevens <[EMAIL PROTECTED]> wrote: The Specification was approved over 8 months ago, is myfaces undergoing active development? It is under active development. The best way to keep track, if you are interested, is to subscribe to the developer list and you'll see *lots* of act

Re: JSTL and JSF

2007-01-16 Thread Simon Kitching
Joost Schouten wrote: Hi, I have the below code trying to print a dataTable when the backing bean found entries, or "no results" when none are found. But my JSTL tags don't seem to have access to my JSF backing beans. What is the best way to combine JSTL and JSF, or are the other JSF tags/attrib

JSTL and JSF

2007-01-16 Thread Joost Schouten
Hi, I have the below code trying to print a dataTable when the backing bean found entries, or "no results" when none are found. But my JSTL tags don't seem to have access to my JSF backing beans. What is the best way to combine JSTL and JSF, or are the other JSF tags/attributes I should use for th

Re: What is the purpose of

2007-01-16 Thread Andrew Robinson
It either shows just the global messages all messages (globalOnly is the attribute I believe). It shows FacesMessages that have been added to the FacesContext. -Andrew On 1/16/07, Lisa <[EMAIL PROTECTED]> wrote: What is the purpose of will it show every error or any JSF errors at every phase

Re: GET on page with handled like form submission

2007-01-16 Thread Simon Kitching
Giampaolo Tomassoni wrote: Dears, Ciao Bella ;) I'm facing a problem with myfaces-1.4 in a framed web app under JBoss Seam (http://labs.jboss.com/portal/jbossseam) and it seems that the problem needs upstream support (you). The problem is the following. When a page with parameters and an

Re: Anyone using myfaces with spring webflow

2007-01-16 Thread Cagatay Civici
Hi, A friend of mine worked on integrating these two at past but stopped trying after realizing the pain. They don't seem to be very compatible. There are other alternatives like seam, shale, myfaces conversation. Cagatay On 1/17/07, K. Johnson <[EMAIL PROTECTED]> wrote: We are evaluating u

[tobago] Upgrading from 1.0.8 to 1.0.9 breaks tc:link

2007-01-16 Thread Stefan Hedtfeld
Hi, when upgrading my application from tobago 1.0.8 to 1.0.9 all my tags fail to work. I didn't find any release notes where any issues regarding upgrading from older versions are described. I'm running on JBoss 4.0.5 with JDK 1.5.0_10 and Firefox 2.0. I also noticed that the markers rendered t

anyone know what the holdup on jsf 1.2 is?

2007-01-16 Thread kal stevens
The Specification was approved over 8 months ago, is myfaces undergoing active development? What is the difference between Shale and MyFaces? They are both JSF implementations right? Thanks Kal

Anyone using myfaces with spring webflow

2007-01-16 Thread K. Johnson
We are evaluating using Spring webflow with an existing myfaces/facelet web application. Is anyone successfully using these two frameworks together? Is anyone using these frameworks in a live application? I am curious if there have been any common integration issues/pitfalls or performance

GET on page with handled like form submission

2007-01-16 Thread Giampaolo Tomassoni
Dears, I'm facing a problem with myfaces-1.4 in a framed web app under JBoss Seam (http://labs.jboss.com/portal/jbossseam) and it seems that the problem needs upstream support (you). The problem is the following. When a page with parameters and an in it is first displayed through a GET, myfac

Re: How to overwrite default renderer for tomahawk tag?

2007-01-16 Thread Simon Kitching
Wendy Chou wrote: Hi, I would like to change how the is rendered. This tomahawk tag is handled by org.apache.myfaces.custom.radio.HtmlRadioTag, however when I looked in that class, the getRendererType() method returns null. How should I overwrite the renderer for this tag? When the tag cla

tr:inputText w/ contentStyle attribute

2007-01-16 Thread Mark Dopheide
Hi, I'm using tr:inputText inside a from the Jan12 snapshot. The documentation at http://incubator.apache.org/adffaces/trinidad-api/tagdoc/tr_inputText.html shows contentStyle attribute but it does not seem to get rendered. In other words, this (in my panelFormLayout): Get re

JSF-DWR Components not adding to viewroot

2007-01-16 Thread Amit Nair
Hi Team I am trying to integrate the JSF & DWR. In the jsp page I have got a dataTable which is iterating over a list of objects, based upon whose values the components are displayed inside DataTable. The final output of the dataTable is a series of questions against which there are various typ

What is the purpose of

2007-01-16 Thread Lisa
What is the purpose of will it show every error or any JSF errors at every phase? or is it for use ONLY by the app developer to put helpful messages there for the front end to display and use? I am getting an error during one phase but there are no error messages displayed using making me thin

RE: [Tobago] Problems with Tobago.reloadComponent with onclick

2007-01-16 Thread John
Hi Volker, Unfortunately I can't run the demo because it is dependent upon log4j which isn't part of our tomcat embedded within our application. John -Original Message- From: Volker Weber [mailto:[EMAIL PROTECTED] Sent: Saturday, January 13, 2007 3:12 PM To: MyFaces Discussion Subject:

How to use inputSuggest(Ajax)

2007-01-16 Thread Beelen, Marco
Hello, I would like to use some inputSuggest functionality in my application, but can't get the inputSuggest or inputSuggestAjax component working properly. What I can't appair to get correct is return types on the methods on my managed-bean which provided the available options and the handling o

panel tabbed pane index

2007-01-16 Thread Joseph T. Ersinghaus
Hello, Is it possible to retrieve the index on the selected tab in a t:panelTabbedPane control? Thanks, Joe

Action doesn't performs

2007-01-16 Thread Jônatas
Hi people. I've a JSF page with view and subviews and some actions. the myfaces commandButton doesn't perform action...it nothing happens. I already debugged application and put tag, but it doesn't shows any problem. Does somebody already got a solution? Thanks, -- View this message in con

How to overwrite default renderer for tomahawk tag?

2007-01-16 Thread Wendy Chou
Hi, I would like to change how the is rendered. This tomahawk tag is handled by org.apache.myfaces.custom.radio.HtmlRadioTag, however when I looked in that class, the getRendererType() method returns null. How should I overwrite the renderer for this tag? Thanks, Wendy

Re: DataScroller and POST/GET redirect

2007-01-16 Thread David Chandler
Haven't tested it with dataScroller, but you're welcome to try my PostRedirectGet phase listener (http://learnjsf.com/wp/2006/08/06/a-prg-phase-listener-for-jsf/), which automatically issues a redirect to a GET after every POST. /dmc On 1/9/07, andnaess <[EMAIL PROTECTED]> wrote: Hi I'm using

Re: Run-time tomahawk error

2007-01-16 Thread Werner Punz
Leyzerzon, Simeon schrieb: > Werner, > > Thank you for the response. So what needs to be done on my part, > re-downloading nightly Tomahawk? > Please let me know when the sandbox component is fixed, if you will. > > Thanks again, > Simeon > The sandbox component was fixed by me yesterday nigh

RE: Run-time tomahawk error

2007-01-16 Thread Leyzerzon, Simeon
Werner, Thank you for the response. So what needs to be done on my part, re-downloading nightly Tomahawk? Please let me know when the sandbox component is fixed, if you will. Thanks again, Simeon -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Werner Punz Sent: Mo

Re: Fisheye tomahawk-sandbox 1.1.4

2007-01-16 Thread Ajit.T
Hi Werner, Thanks for the reply, would wait by next week for the changes.. Regards, Ajit Werner Punz wrote: > > Ajit.T schrieb: >> Hi, >> I am trying to use the fisheye navigation of sandbox using the example >> provided . Am using t:navigationMenuItem as the individual menu item

Re: [Tobago] tc:sheet able to highlight the current row when fist time loading a page without clicking the row

2007-01-16 Thread Volker Weber
Hi Sam, just set the index of the first row (0 if on the first page) in the sheetState as selected, e.g.: sheetState.getSelectedRows().add(0); Regards, Volker 2007/1/16, Wong, Emmanuel (Sam) <[EMAIL PROTECTED]>: Hi: Does anyone know how to make the sheet highlight the first row when

Re: [ABOT] Sending pdf file from webserver to browser?

2007-01-16 Thread Werner Punz
Bjørn T Johansen schrieb: > I have a myfaces webapp that uses a report component to generate a pdf file > on the server. This file is sent > to the browser and the user then get a choice of saving the file or opening > the file, eg. in Acrobat. > > And I was wondering, it is possible to skip the

[Tobago] tc:sheet able to highlight the current row when fist time loading a page without clicking the row

2007-01-16 Thread Wong, Emmanuel \(Sam\)
Hi: Does anyone know how to make the sheet highlight the first row when loading a page without selecting or clicking the sheet row? I know you could only highlight the row when you select that row. Thanks.

[ABOT] Sending pdf file from webserver to browser?

2007-01-16 Thread Bjørn T Johansen
I have a myfaces webapp that uses a report component to generate a pdf file on the server. This file is sent to the browser and the user then get a choice of saving the file or opening the file, eg. in Acrobat. And I was wondering, it is possible to skip the opening og saving dialog and go stra

Re: Tomahawk component for two listboxes ?

2007-01-16 Thread Gilles Demarty
Hi Markus, in sandbox : the SelectManyPickList http://myfaces.apache.org/sandbox/selectManyPicklist.html hth, gilles 2007/1/16, Markus Jais <[EMAIL PROTECTED]>: hello I am searching for a compononent with two list boxes and two buttons between them. so buttons should have two arrows pointin

Tomahawk component for two listboxes ?

2007-01-16 Thread Markus Jais
hello I am searching for a compononent with two list boxes and two buttons between them. so buttons should have two arrows pointing left/right so that the user can move items from one list box to the other. I think I saw something like this in an article about Tomahawk some time ago, but I can n

Re: Submit a form within a popup, without reloading the parent

2007-01-16 Thread Werner Punz
Aben Woha schrieb: > I have a screen which loads a list in a dataTable. > Then a on each row allows the user to popup a search window > and perform a search. > Each row also has a save button to allow changes to that particular row > to be persisted. > > The desired functionality is for the popup

dataTable and ValueChangeEvent

2007-01-16 Thread Ingo Düppe
Hello, how can I figure out within a ValueChangeEvent-Listener in which row of a data table the event occurred. I mean I know the old and the new values and I can see which ui component is the source. But I don't see how to get the current row bean, that will get the new values? Regards, In

Re: deploy MyFaces as portlet into Websphere Portal 5.1

2007-01-16 Thread Freya
We've added jar files as listed on http://wiki.apache.org/myfaces/Websphere_Installation:

Setting Converter to "read-only" (only getAsString)

2007-01-16 Thread caro23
Hi! I am using a custom converter on two pages. At one page, i want the converter to use getAsString to read from the bean and getAsObject to write the changed values back to the bean. On the other page, i just want a "read-only" functionality, that means the converter should only use the getAsSt

Re: Ajax4JSF vs Sandbox PPR

2007-01-16 Thread Werner Punz
Pankaj Gupta schrieb: > Hi, > > We will be adding ajax to our existing JSF application that uses > myfaces, tomahawk and facelets. The ajax4jsf framework looks very > appealing since we can use it to ajaxify our existing components without > a lot of code refactoring. And it seems to work fine wit

Re: Fisheye tomahawk-sandbox 1.1.4

2007-01-16 Thread Werner Punz
Ajit.T schrieb: > Hi, > I am trying to use the fisheye navigation of sandbox using the example > provided . Am using t:navigationMenuItem as the individual menu item to be > selected. The API for t:navigationMenuItem has three attributes namely > 'disabled' ,' disabledStyleClass' , 'disabledStyle

Expand All nodes in tomahawk tree2

2007-01-16 Thread Sanjeev Gour
HI, Can somebody please tell me how to expand and collapse all nodes of the tree2 component on click of a command button. The expandAll() method of HtmlTree class is not working. Thanks is advance. Sanjeev.

problems with latest nightly build

2007-01-16 Thread Madhav Bhargava
Hi All, I updated myfaces core and tomahawk jar files from nightly build. is not working properly now. Columns get duplicated when the same page is revisited. The rendering of columns for the datatable component causes the ordering of columns to go haywire. I have reverted back to an older