RE: Apache Con US 2005 - Myfaces Portlet support

2006-01-18 Thread sunil . tiwari
Yeah, the session scoped data works fine with Myfaces portlets. I changed the scope of managed beans from request to session in the faces-config and it worked fine. But if the scope of managed beans is request, then it doesnt work. I converted simple.war(taken from myfaces-1.1.1-examples) into a

[ Re: Apache Con US 2005 - Myfaces Portlet support]

2006-01-18 Thread Tiwari, Sunil Kumar
Title: [ Re: Apache Con US 2005 - Myfaces Portlet support] Yeah, the session scoped data works fine with Myfaces portlets. I changed the scope of managed beans from request to session in the faces-config  and it worked fine. But if the scope of managed beans is request, then it doesnt work.

[RE: Apache Con US 2005 - Myfaces Portlet support]

2006-01-18 Thread sunil . tiwari
Yeah, the session scoped data works fine with Myfaces portlets. I changed the scope of managed beans from request to session in the faces-config and it worked fine. But if the scope of managed beans is request, then it doesnt work. I converted simple.war(taken from myfaces-1.1.1-examples) into

[RE: Apache Con US 2005 - Myfaces Portlet support]

2006-01-18 Thread sunil . tiwari
Yeah, the session scoped data works fine with Myfaces portlets. I changed the scope of managed beans from request to session in the faces-config and it worked fine. But if the scope of managed beans is request, then it doesnt work. I converted simple.war(taken from myfaces-1.1.1-examples) into

Re: unencode &# encodings in javascript

2006-01-18 Thread Mario Ivankovits
Hi! > What I need now is a javascript function to unencode this string - is > there already something in myfaces of do one know a library for this. > Thanks for your tips. *) \u - you cant convert a &# to \u (even if its the same code what I don't know now) - however \u will be evaluated at pars

Re: Components referencing the parent class didn't get value

2006-01-18 Thread Emily Gu
Thanks, Simon!!   I have got rid of the B extends A (Child and Parent) structure. Since two beans are both in the session scope. I just load A in B so that B can reference A. It works. Hope this solution is fine.   Thanks, Emily  On 1/17/06, Emily Gu <[EMAIL PROTECTED]> wrote: Hi Simon,     Thanks

Re: nightly builds

2006-01-18 Thread Simon Kitching
On Wed, 2006-01-18 at 22:25 -0200, Vladimir Coutinho wrote: > Did have any problem in the generation of the nightly builds? Since > yesterday I can't download it from the myfaces site. http://wiki.apache.org/myfaces/

nightly builds

2006-01-18 Thread Vladimir Coutinho
Did have any problem in the generation of the nightly  builds? Since yesterday I can't download it from the myfaces site.-- Vladimir M Coutinho

RE: Apache Con US 2005 - Myfaces Portlet support

2006-01-18 Thread Stan Silvert
In general, session scoped data works fine with MyFaces portlets. I scanned the link you posted and I don't see a clear complaint. I would need more to go on than "It doesn't work". Stan Silvert JBoss, Inc. [EMAIL PROTECTED] callto://stansilvert > -Original Message- > From: [EMAIL PRO

Problem with selectOneMany Value-Binding

2006-01-18 Thread Matthias Kahlau
Hi! To create a List for the selectItems value, I do the following: 1) I create a List of Object Arrays of size 2 containing a constant Character as value and a constant String as label. The List is a static final LinkedList. 2) To build a List of SelectItem instances, I iterate over the List c

JSCookMenu throws a null pointer exception for value

2006-01-18 Thread Jeremy Sager
Hi guys - I'm using MyFaces with Facelets. I've gotten the component and renderer set up in the taglib, and it appears to be working fine, except that I get a null pointer exception when it tries to new up a SelectItem. Here's the relevant part of the stack trace: at javax.faces.model.SelectIte

Re: how DataModel.getWrappedData() is used?

2006-01-18 Thread Dave
If I want to subclass DataModel for large dataset loading on-demand, it does not make sense for getWrappedData() that is abstract method in DataModel.   How should I implement this method? are the wrapped Data the subset of the whole dataset  that is currently visible to user ? or it can be null

RE: Apache Con US 2005 - Myfaces Portlet support

2006-01-18 Thread Tiwari, Sunil Kumar
I got it working :) Apparently there was some clash between the different versions of jar files. Thanks for your help. But there is one problem. I am losing request scoped data in this case. This issue has been discussed in this link: http://www.opensubscriber.com/message/jetspeed-user@portals.ap

Re: Apache Con US 2005 - Myfaces Portlet support

2006-01-18 Thread sunil . tiwari
Thanks for your inputs. I got it working now. There were some problems related to versions of jar files in WEB-INF/lib. Moreover, it works fine even if I remove the faces-servlet mapping from web.xml Yeah, jetspeed does add portlet related stuff like portlet.tld and a servlet (JetspeedContainer)

Re: PhaseListener

2006-01-18 Thread Craig McClanahan
On 1/18/06, Dennis Byrne <[EMAIL PROTECTED]> wrote: Wouldn't a third risk (show stopper) be that the phaselistener registered in the thread for one request would be notified of phase events for other simultaneously serviced requests ?That is a third issue (although I'm not sure I would call it a ri

Re: s:selectManyPicklist's value is required to be String[]?

2006-01-18 Thread Alin Dosoniu
Hi, I investigated a little HtmlPicklistRenderer class. I cannot see any problems. Maybe I have a problem in my code. Since the component is working with String[] I will use it with String[] and I will try to investigate the problem when will have some free time. Thank you for your help, Alin

Re: Apache Con US 2005 - Myfaces Portlet support

2006-01-18 Thread Matthias Wessendorf
Hi, > > Do you mean to say that all the navigation-rules have to be removed from > the faces-config.xml since they are redirects? no, only you have to remove > What about the servlet-mapping in web.xml? > I have changed the response.sendRedirect() to forward directive in > index.jsp > What more

Re: t:inputCalendar onchange not working in IE

2006-01-18 Thread Alin Dosoniu
Hello, Thank you for page suggestion. I tried what is explained there, but it still cannot work on IE. I found an explanation of the "problem" here: http://ewbi.blogs.com/develops/2004/12/ie_changing_a_t.html It looks that IE calls the onchange only when the control looses the focus. In this c

how i can change this tags usage to jsf standard mode.

2006-01-18 Thread Legolas Woodland
Hi Thank you for reqding my post. how i can translate this tags to equal jsf tags (I mean how i should change useBean to jsf equal ones.) class="de.laures.cewolf.example.PageViewCountData"/> for example how i can replace that jsp:useBean with something jsf-ish . Thank you

Re: Samlpe application collapsible panel jammed

2006-01-18 Thread Martin Marinschek
No clue. you'll need to open a jira-request. sorry! regards, Martin On 1/18/06, Saurabh Rasinghaney <[EMAIL PROTECTED]> wrote: > Hi Martin, > > Thanks for your reply, > > After binding to collapsible-panel's value-parameter to a backing bean > property, it works, but all collapsible-panel's in

RE: Apache Con US 2005 - Myfaces Portlet support

2006-01-18 Thread Tiwari, Sunil Kumar
Hi Stan, Thanks for replying. Please forgive me if my questions sound idiotic! Do you mean to say that all the navigation-rules have to be removed from the faces-config.xml since they are redirects? What about the servlet-mapping in web.xml? I have changed the response.sendRedirect() to forward

Re: PhaseListener

2006-01-18 Thread Simon Kitching
On Wed, 2006-01-18 at 10:04 -0800, Mike Duffy wrote: > Is it possible to implement a PhaseListener on a backing bean? I tried to do > this but could not > get it to work. > > I'd like to be able to trace the phases as a page loads. Is there some > standard way to know what > phase of the compo

Re: PhaseListener

2006-01-18 Thread Aleksei Valikov
Hi. Wouldn't a third risk (show stopper) be that the phaselistener registered in the thread for one request would be notified of phase events for other simultaneously serviced requests ? Phase events have request/session/application scope as well as backing beans, so no risk there. Backing

Re: how DataModel.getWrappedData() is used?

2006-01-18 Thread Dennis Byrne
the wrappedData property exposes the underlying data source ( List, ResultSet, etc. ) Dennis Byrne >-Original Message- >From: Dave [mailto:[EMAIL PROTECTED] >Sent: Wednesday, January 18, 2006 02:55 PM >To: users@myfaces.apache.org >Subject: how DataModel.getWrappedData() is used? > >how

how DataModel.getWrappedData() is used?

2006-01-18 Thread Dave
how is DataModel.getWrappedData() used by dataTable? DataModel has getRowData() for current row. Thanks! Yahoo! Photos Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever.

Re: PhaseListener

2006-01-18 Thread Dennis Byrne
Wouldn't a third risk (show stopper) be that the phaselistener registered in the thread for one request would be notified of phase events for other simultaneously serviced requests ? Dennis Byrne >-Original Message- >From: Craig McClanahan [mailto:[EMAIL PROTECTED] >Sent: Wednesday, Jan

Is possible know what component fire an rendered event?

2006-01-18 Thread Mariano Petrakovsky
I have: public boolean isRenderMaxRingBaseUnit() { ... } Is possible in the method, get the component id, which fire the method? Thanxs! -- Mariano G. Petrakovsky Programmer · Software Factory AXG Tecnonexo - www.tecnonexo.com Development facilities:Av. Maipú 1252 8º (C1006ACT) · B

RE: Apache Con US 2005 - Myfaces Portlet support

2006-01-18 Thread Stan Silvert
Yes, you do need to remove all redirects. Portlets don't like them. :-) I attached the old portlet_quick_start document. There are instructions for converting a JSF app to a JSF portlet. I'm not sure why it is no longer included on the MyFaces site. Stan Silvert JBoss, Inc. [EMAIL PROTECTED] c

Re: Problem with navigationMenuItem

2006-01-18 Thread Eduardo Dudu Ivan Pichler
hmmthe navigationMenuItem has bugs..many bugsYou need to use the stable release if you do not need the actionListener feature of it...I'm waiting for this feature... On 1/18/06, Vladimir Coutinho <[EMAIL PROTECTED]> wrote: In navigationMenuItem, what is the diference between itemValue and v

RE: Samlpe application collapsible panel jammed

2006-01-18 Thread Saurabh Rasinghaney
Hi Martin, Thanks for your reply, After binding to collapsible-panel's value-parameter to a backing bean property, it works, but all collapsible-panel's in a data table collapse and expand at same time - click one and all expand - and when we try to bind it to a object in the list returned by bac

Re: PhaseListener

2006-01-18 Thread Aleksei Valikov
Hi. Is it possible to implement a PhaseListener on a backing bean? I tried to do this but could not get it to work. I'd like to be able to trace the phases as a page loads. Is there some standard way to know what phase of the component life cycle has been activated? What I did was impleme

Re: Nightly bild is empty

2006-01-18 Thread Vladimir Coutinho
Someone could send me a updated nightly build of My faces?On 1/18/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 1/18/06, Vladimir Coutinho <[EMAIL PROTECTED] > wrote:> Nightly bild is empty. There is any problem? I need to download the> nightlybild to use the tabbedpane server side.>> http://cvs.a

Problem with navigationMenuItem

2006-01-18 Thread Vladimir Coutinho
In navigationMenuItem, what is the diference between itemValue and value?I'm trying to pass a value using itemValue, but when I read the value in my actionListener the value is truncated.http://webcac/"/>When I read, String url = "" event.getComponent()).getValue(); I get only "http". Is this a but

Re: PhaseListener

2006-01-18 Thread Craig McClanahan
On 1/18/06, Dennis Byrne <[EMAIL PROTECTED]> wrote: There are some folks who would say to have the bean register itself as a PhaseListener in the constructor.  In such a case, you could use PhaseEvent.getPhaseId() .Two potential gotchas with this approach to keep in mind: * The constructor doesn't

Re: How to use a navigationMenuItem to send to a page out of my site?

2006-01-18 Thread Vladimir Coutinho
I put the complete url, but it redirected to a wrong site.I put:http://infor-smk/protocolo/carteira/"/ >but the browser redirected to  ahttp://infor-smk/protocolo/carteira/(this url don't exist).On 1/18/06, Eduardo Dudu Ivan Pichler <[EMAIL PROTECTED]> wrote: you need get the complete url of your

Apache Con US 2005 - Myfaces Portlet support

2006-01-18 Thread sunil . tiwari
Hi Matthias, I have the presentation that you have given at the ApacheCon, San diego. One of my colleague has attended it. You have mentioned about the built in support for JSR 168 in myfaces and described a set of steps to convert a myfaces web app into a portlet. I was trying it out but havent

Re: dataScroller total page number (large data set)

2006-01-18 Thread Dave
If Ajax is used for large data set, it would be wonderful. Prefetching previous/next pages to client side, like Map, would give user more friendly experience. Can JSF/MyFaces add more things to client side in the future?Emmanuel Jay <[EMAIL PROTECTED]> wrote: Ok found it, overriding isRowAvailable

Re: PhaseListener

2006-01-18 Thread Dennis Byrne
There are some folks who would say to have the bean register itself as a PhaseListener in the constructor. In such a case, you could use PhaseEvent.getPhaseId() . Dennis Byrne >-Original Message- >From: Mike Duffy [mailto:[EMAIL PROTECTED] >Sent: Wednesday, January 18, 2006 01:04 PM >

RE : unencode &# encodings in javascript

2006-01-18 Thread Arnaud Jeansen
Title: Message Hi,   We had the same problem here, when trying to inject special french characters in a _javascript_ string (simple client validation on a JSF component). The _javascript_ string received a unicode translated value (é in our case), breaking the _javascript_ code. onfocus="ch

Re: Wanting to validate *before* conversion

2006-01-18 Thread Dennis Byrne
Hmmm ... and I could make one that is generic enough to work for all 10 or so places in the project where I need this. Managed properties would be used to tell each "ConverterBean" where to place the new converted value. Thanks. Dennis Byrne >-Original Message- >From: Mike Kienenberge

PhaseListener

2006-01-18 Thread Mike Duffy
Is it possible to implement a PhaseListener on a backing bean? I tried to do this but could not get it to work. I'd like to be able to trace the phases as a page loads. Is there some standard way to know what phase of the component life cycle has been activated? Thx. Mike __

Dynamically refer to a component from another component

2006-01-18 Thread Enrique Medina
Hi,I have a JSF page that is created dynamically in code. I want to use Ajax to validate that the value entered in some text box is correct, so for each input text component I create an HTML link that I want to refer to the value of the input text it refers to, so I can pass that value to the Ajax

Re: page refresh question

2006-01-18 Thread Volker Weber
Hi, this is currently not possilbe with pure myfaces/jsf AFAIK. But it should be possible with ajaxanywhere: http://ajaxanywhere.sourceforge.net/ see also jsf demo at: http://ajaxanywhere.sweetdev-labs.org:8080/ajaxAnywhereDemo-1.0.1/facesFrame.jsp Regards, Volker Yixing Ma wrote: > I have

Re: Wanting to validate *before* conversion

2006-01-18 Thread Mike Kienenberger
No, that's not what I'm recommending. I'm recommending binding it to an intermediate presentation backing bean that does the conversion and forwards the binding to your domain model. We're not moving validate before conversion, but we are moving conversion after validate :) On 1/18/06, Dennis Byr

AW: AW: t:saveState flaw

2006-01-18 Thread Matthias Kahlau
> asking for trouble. If you need it to behave like a session-scoped > bean, then you probably should make it session-scoped, and just remove > it from your session when you're done with it. Thanks Mike, I already follow this approach... Regards, Matthias > -Ursprüngliche Nachricht-

Re: Wanting to validate *before* conversion

2006-01-18 Thread Dennis Byrne
Yeah. I'll probably change the Date in the domain model to a String, then configure the ORM to convert the String to a datetime in the DB. Thanks. Dennis Byrne >-Original Message- >From: Mike Kienenberger [mailto:[EMAIL PROTECTED] >Sent: Wednesday, January 18, 2006 12:00 PM >To: 'MyFac

t:inputDate Caches Value

2006-01-18 Thread James Reynolds
Has anyone else noticed that the t:inputDate will cache a previously displayed value instead of pulling the correct value from the property binding?  What is the work around?   Thanks

Re: unencode &# encodings in javascript

2006-01-18 Thread Enrique Medina
Hi,I face the same situation. The problem is that MyFaces encodes all HTML and all messages from the ResourceBundle, so the _javascript_ alert shows those annoying &nnn; characters 2006/1/18, Werner Punz <[EMAIL PROTECTED]>:I do not know if there is a function but the \unnn notation works defin

Re: dataScroller total page number (large data set)

2006-01-18 Thread Emmanuel Jay
Ok found it, overriding isRowAvailable and getRowData does the job...On 1/18/06, Emmanuel Jay <[EMAIL PROTECTED] > wrote:I have another question:Using a DataModel how can I just show the data the user sees (I know how to load it, this is not a problem), i.e. if I am on page 2 of the dataScroller t

Re: s:selectManyPicklist's value is required to be String[]?

2006-01-18 Thread Bruno Aranda
The component selectManyPicklist extends from selectManyListbox, so expect the same behaviour except on rendering. Currently the selectManyPicklist is only a new renderer and no new functionality has been added to the component. > > And one more question: > > Is it possible to have the available l

Re: s:selectManyPicklist's value is required to be String[]?

2006-01-18 Thread Mike Kienenberger
I've never used this component, so I'm guessing here. Try using a converter to convert between String[] and Long[]. Also, it's possible that s:selectManyPicklist needs to be improved to perform automatic conversion better. See if you can patch the code and and submit patches to fix the issue. O

Re: t:inputCalendar onchange not working in IE

2006-01-18 Thread Mike Kienenberger
Have you looked at this page? http://wiki.apache.org/myfaces/SubmitPageOnValueChange On 1/18/06, Alin Dosoniu <[EMAIL PROTECTED]> wrote: > > Hi, > > I want to submit the form when the value of a t:inputCalendar is changed. > If I give to onchange attribute a value like this: > onchange="document.

Re: Wanting to validate *before* conversion

2006-01-18 Thread Mike Kienenberger
My suggestion would be to bind it to a String so you can do the validation the way you want, and then convert the value in your value binding methods, since you should be able to guarantee that the conversion will work without errors at that point. On 1/17/06, Dennis Byrne <[EMAIL PROTECTED]> wrot

Re: dataScroller total page number (large data set)

2006-01-18 Thread Emmanuel Jay
I have another question:Using a DataModel how can I just show the data the user sees (I know how to load it, this is not a problem), i.e. if I am on page 2 of the dataScroller the model only holds data for page 2 (not for page 1 and 2), and that is what the user sees On 1/18/06, Emmanuel Jay <[

Re: AW: t:saveState flaw

2006-01-18 Thread Mike Kienenberger
Matthais, One thing to remember here is that t:saveState doesn't make a request-scoped bean into a "page-scoped" bean. What it does is create an identical request-scoped bean on the next request. Ie, it saves the state, not the bean :) If you play around in the guts of Serialization, you might

Re: unencode &# encodings in javascript

2006-01-18 Thread Werner Punz
I do not know if there is a function but the \unnn notation works definitely with alerts: http://www.zid.tugraz.at/peter/javascript/unicode.html I am not sure but the #nnn notation might be unicode numbers so they might be the same numbers as in the \unnn notation Mario Ivankovits schrieb: > Hi

Re: How to use a navigationMenuItem to send to a page out of my site?

2006-01-18 Thread Eduardo Dudu Ivan Pichler
you need get the complete url of your site with the extension(.jsp, .faces)There are ways to make these urls dynamics. But I don't remember the code.On 1/18/06, Vladimir Coutinho <[EMAIL PROTECTED]> wrote: How can I send to a non jsf page in my site? (a relative path)On 1/18/06, Dudu < [EMAIL

page refresh question

2006-01-18 Thread Yixing Ma
I have a quick question about the myfaces, jsf.     I have a jsp page that includes three frames. Every time I do a submit on either form1 or form2,  or I refresh (toggle) the tree, the whole page redraws (refreshs). I don’t want Form1 and Form2 to be redrawed just because I fresh the tr

unencode &# encodings in javascript

2006-01-18 Thread Mario Ivankovits
Hi! We merged our JSP project with JSF so we can slowly migrate to JSF at all. This has been done by heavily using the verbatim tag - and even if its butt ugly ;-) it works. Though, there is still one problem left. Now that the whole page renderes through the HtmlResponseWriter all the "umlauts"

Re: Samlpe application collapsible panel jammed

2006-01-18 Thread Martin Marinschek
Have you bound the collapsible-panel's value-parameter to a backing bean property? regards, Martin On 1/18/06, Saurabh Rasinghaney <[EMAIL PROTECTED]> wrote: > Hi All, > > In the latest code from svn, sample application - tomahawk > sample app - collapsible panels are jammed such that if it is c

t:inputCalendar onchange not working in IE

2006-01-18 Thread Alin Dosoniu
Hi,   I want to submit the form when the value of a t:inputCalendar is changed. If I give to onchange attribute a value like this: , it works on Firefox but does not work in IE.   If the value is like this: , it does not work on Firefox nor on IE. The error that I get on Firefox is this "th

Samlpe application collapsible panel jammed

2006-01-18 Thread Saurabh Rasinghaney
Hi All, In the latest code from svn, sample application - tomahawk sample app - collapsible panels are jammed such that if it is collapsed it remains collapsed and if expanded it remains expanded the toggling is not working. Any clue if this is know bug or something? Best Regards, __

Re: AW: t:saveState flaw

2006-01-18 Thread Werner Punz
Matthias Kahlau schrieb: > I didn't know that "deserialization" means getting a new object. That means > that after deserialization of the request-scoped Backing-Bean, its reference > to the domain model object points to a new instance, and not to the domain > model object which is still reference

s:selectManyPicklist's value is required to be String[]?

2006-01-18 Thread Alin Dosoniu
Hello,   I am interested if the value attribute of a s:selectManyPicklist is required to be a String[].   My managed been is returning a Long[] for value of selectManyPicklist and I can correctly select some values from the available list. But when trying to edit the selected list, reenter on

RE: Tiles & jsCookMenu

2006-01-18 Thread Cash, Jamie
That is correct (apart from the typo, put name="header" should be put name="menu".   Menu should be menu.jsp.   e.g.

render problem

2006-01-18 Thread robinhoo
I wanna render and allow editing for ThruDate Field that is property in the salaryPopup Bean if it is not null so I did this rendered="#{salaryPopup.salaryThruDate != null}"     currentDayCellClass="currentDayCell" value="#{salaryPopup.salaryT

Re: Tiles & jsCookMenu

2006-01-18 Thread Marco Mistroni
Hello Jamie,   thanks for your reply.. i m curious about your setup... let me see if i understand it correctly..   you would have something like this in tiles-defs.xml ?                    ?   so would it be menu.jsp or menu.jsf when declaring it in tiles-defs.xml?      thanx and regards   

AW: t:saveState flaw

2006-01-18 Thread Matthias Kahlau
Hi Werner, thanks for your response. > What you gave as description is following: > You have a session scoped bean which holds another backing bean. > Fine so far, on a different location you saveState the backing bean with > new values. No, that's wrong. The session-scoped Backing-Bean does not

Re: How to use a navigationMenuItem to send to a page out of my site?

2006-01-18 Thread Vladimir Coutinho
How can I send to a non jsf page in my site? (a relative path)On 1/18/06, Dudu <[EMAIL PROTECTED] > wrote:in the action you must to put the complete url of the site On 1/18/06, Vladimir Coutinho <[EMAIL PROTECTED] > wrote: How to use a navigationMenuItem to send to a page out of my site? -- Vladim

RE: Tiles & jsCookMenu

2006-01-18 Thread Cash, Jamie
I have used this setup (jsf & tiles and jscookmenu) and my setup was as follows: Used struts.jar which includes the tiles stuff. Created my default.jsp (tiles template) file as a standard tiles layout, minimialising the use of jsf tags (This works well, as you have much more control over the sit

Re: How to use a navigationMenuItem to send to a page out of my site?

2006-01-18 Thread Dudu
in the action you must to put the complete url of the siteOn 1/18/06, Vladimir Coutinho <[EMAIL PROTECTED]> wrote: How to use a navigationMenuItem to send to a page out of my site? -- Vladimir M Coutinho -- --Dudu `P

Re: Nightly bild is empty

2006-01-18 Thread Wendy Smoak
On 1/18/06, Vladimir Coutinho <[EMAIL PROTECTED]> wrote: > Nightly bild is empty. There is any problem? I need to download the > nightlybild to use the tabbedpane server side. > > http://cvs.apache.org/builds/myfaces/nightly/ The nightly builds should reappear soon. Meanwhile, if you need the la

Re: myFaces - servlet redirect.

2006-01-18 Thread Udo Schnurpfeil
for Jeffs app, please try the *.jsf variant I've described in the example here: http://svn.apache.org/repos/asf/incubator/tobago/trunk/tobago-example/tobago-example-nonfacesrequest/src/main/webapp/WEB-INF/web.xml FacesServlet *.jsf FishServlet /FishServlet.jsf Volker Weber wr

How to use a navigationMenuItem to send to a page out of my site?

2006-01-18 Thread Vladimir Coutinho
How to use a navigationMenuItem to send to a page out of my site?-- Vladimir M Coutinho

Re: JSF 1.2 support/plans

2006-01-18 Thread Werner Punz
Craig McClanahan schrieb: > Why would Sun need to relicense the JSF 1.2 RI? It's already under an > open source license (CDDL). > I agree, it is not Suns responsibility, nevertheless it would be a nice move. But the Apache board really has to come to a conclusion in this matter. The current situ

Re: t:saveState flaw

2006-01-18 Thread Werner Punz
Matthias Kahlau schrieb: > Hi all! > > > I experienced a problem using t:saveState, and it only occurs using > t:saveState, not with session-scoped Backing-Beans! > > - I have an instance variable referencing to a domain model object in a > Backing-Bean in session-scope. > > - I delegate the up

Re: Tiles & jsCookMenu

2006-01-18 Thread Wei Chiang
I have a different problem regarding tile + jscookmenu. Please see yesterday's mail (jscookmenu problem?). I have not solved the problem yet. In my case, the jscookmenu tags are in the "mina.jsp" , the main layout (corresponding to your jscookmenu.jsp) does not have jscookmenu tags but have

Please remove my email id from this mailing list.

2006-01-18 Thread sunil . tiwari
Please remove my name from this mailing list. Thanks, Sunil

Re: Nightly bild is empty

2006-01-18 Thread Emmanouil Batsis
Vladimir Coutinho wrote: Nightly bild is empty. There is any problem? Nightly wont be there till build refactoring from ant to maven2 is finished. MAnos

Nightly bild is empty

2006-01-18 Thread Vladimir Coutinho
Nightly bild is empty. There is any problem? I need to download the nightlybild to use the tabbedpane server side.http://cvs.apache.org/builds/myfaces/nightly/ -- Vladimir M Coutinho

Tiles & jsCookMenu

2006-01-18 Thread Marco Mistroni
Hello all,     i am trying to use jscookmenu inside tiles layout...   basically what ihave done is take the jscookmenu.jsp and declare it in tiles-config.xml as follows                 obviously, teh fact that we have tiles and jsf tags at same time causes problems, and in fact i am receiving the

Tomahawk Date in Struts app?

2006-01-18 Thread Emmanouil Batsis
Hi folks, Is it possible to use tomahawk components like Date in a Struts Action (1.2.8) application? I'm trying to use it in a JSP but get an "Invalid standard action" error. Thanks, Manos

t:saveState flaw

2006-01-18 Thread Matthias Kahlau
Hi all! I experienced a problem using t:saveState, and it only occurs using t:saveState, not with session-scoped Backing-Beans! - I have an instance variable referencing to a domain model object in a Backing-Bean in session-scope. - I delegate the update of the domain model object to a Backing-

Re: myFaces - servlet redirect.

2006-01-18 Thread Volker Weber
Hi, Udo, this did not work with Jeffs application. I had tested this yesterday an now again. If i use the mapping "/faces/NonFacesRequestServlet" i got "/servredirect/faces/NonFacesRequestServlet/jsp/theBackingBean.jsp" for the action attribute of the form element. Regards, Volker Udo Sch

Re: dataScroller total page number (large data set)

2006-01-18 Thread Emmanuel Jay
Thanks a lot for your answers, I will do that...EmmanuelOn 1/18/06, Jesse Alexander (KBSA 21) < [EMAIL PROTECTED]> wrote:And if you want a behaviour similar to Goolge... then you would not need todo a costly "select count(*)", you just would assume a value...But basically getRowCount() makes thescr

RE: dataScroller total page number (large data set)

2006-01-18 Thread Jesse Alexander \(KBSA 21\)
And if you want a behaviour similar to Goolge... then you would not need to do a costly "select count(*)", you just would assume a value... But basically getRowCount() makes thescroller think, the datamodel knows the amount of data... hth Alexander -Original Message- From: Bruno Aranda [

Re: dataScroller total page number (large data set)

2006-01-18 Thread Bruno Aranda
You could implement a DataModel and in the "public int getRowCount()" execute a sql to count(*) all the data. Regards, Bruno 2006/1/18, Emmanuel Jay <[EMAIL PROTECTED]>: > How do you make the dataScroller "think" it has all the data ready? > > Thanks, > > Emmanuel > > > On 1/18/06, Bruno Aranda

Re: dataScroller total page number (large data set)

2006-01-18 Thread Emmanuel Jay
How do you make the dataScroller "think" it has all the data ready?Thanks,EmmanuelOn 1/18/06, Bruno Aranda < [EMAIL PROTECTED]> wrote:You can also check this entry [1] in the wiki. It might help! Regards,Bruno[1] http://wiki.apache.org/myfaces/WorkingWithLargeTables2006/1/18, Emmanuel Jay < [EMAIL

Re: MyFaces + Shale + Facelets

2006-01-18 Thread Werner Punz
Mike Kienenberger schrieb: > On 1/13/06, Werner Punz <[EMAIL PROTECTED]> wrote: >> Have in mind that jsf-spring works quite well in many situations, but >> some situations still are problematic with that lib, I recently (in fact >> last night) ran into the situation of not being able to deploy an a

Re: dataScroller total page number (large data set)

2006-01-18 Thread Bruno Aranda
You can also check this entry [1] in the wiki. It might help! Regards, Bruno [1] http://wiki.apache.org/myfaces/WorkingWithLargeTables 2006/1/18, Emmanuel Jay <[EMAIL PROTECTED]>: > Looking at the HtmlDataScroller code getPageCount assumes that the whole > data model is loaded in memory to disp

RE: dataScroller total page number (large data set)

2006-01-18 Thread Jesse Alexander \(KBSA 21\)
Create your own datamodel, which makes dataScroller think it has all the data ready, but will not load the data into memory...   regards Alexander From: Emmanuel Jay [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006 9:13 AMTo: MyFaces DiscussionSubject: Re: dataScroller total pag

Re: dataScroller total page number (large data set)

2006-01-18 Thread Emmanuel Jay
Looking at the HtmlDataScroller code getPageCount assumes that the whole data model is loaded in memory to display the number of pages available. Anybody knows a work around this that will allow the setting of the pageCount independently of whether the model is fully loaded or not... On 1/17/06, Em

RE: tree2 problem: Encountered a node [0] + with an illogical state

2006-01-18 Thread Lefevre, Daniel
Hi, I could not make the official version properly. I got the same problem as you. However, I took the nightly build of 20051130 and I was OK. Bye, Dan -Original Message- From: Alex Burton [mailto:[EMAIL PROTECTED] Sent: mardi 17 janvier 2006 7:32 To: MyFaces Discussion Subject: Fwd: tre