Browser refresh button problem

2006-02-15 Thread Eitan Gur
Hi   The notorious browser refrsh button is giving me a hard time. I have an element with several fields in it, amongst them a "delete" button:   If I delete any record (except of the last one), press refresh and approve the browser's POSTDATA confitmation, the

Re: Adding UIColumns and Factes to HtmlDataTable

2006-02-15 Thread Ali Raza
Thanx a lot. worked like a charm.On 2/16/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: On 2/15/06, Ali Raza <[EMAIL PROTECTED]> wrote: Greetings,I am trying to add a DataTable object to my custom component as a child. I have made UIColumn objects to add to the datatable but can not find the Face

Re: change navigation in PhaseListener

2006-02-15 Thread Dennis Byrne
Any reason why you are not demarcating the beginning and end of a database transaction inside the action method ? ;) Dennis Byrne >-Original Message- >From: Dave [mailto:[EMAIL PROTECTED] >Sent: Thursday, February 16, 2006 02:46 AM >To: users@myfaces.apache.org >Subject: change navigatio

change navigation in PhaseListener

2006-02-15 Thread Dave
The value returned from action method determines the navigation. But in the transaction boundary that ends in Invoke Application phase listener (after phase), the page navigation depends on transaction result: commit or rollback.   So I am wondering if there is a way to change page navigation in

Re: saveState(s) does not save/restore the object graph

2006-02-15 Thread Dennis Byrne
>You could also take a look at the Shale Dialog and how it stores info >between requests. You can use a session scoped bean and make it >available for the duration of the "dialog." > >Sean Hi Sean, Does that account for concurrant access ? Dennis Byrne

Re: Adding UIColumns and Factes to HtmlDataTable

2006-02-15 Thread Craig McClanahan
On 2/15/06, Ali Raza <[EMAIL PROTECTED]> wrote: Greetings,I am trying to add a DataTable object to my custom component as a child. I have made UIColumn objects to add to the datatable but can not find the Facet class to add facets to UIColumn. Any help or example reference would help a lot. There i

Re: saveState(s) does not save/restore the object graph

2006-02-15 Thread Sean Schofield
You could also take a look at the Shale Dialog and how it stores info between requests. You can use a session scoped bean and make it available for the duration of the "dialog." Sean On 2/15/06, Werner Punz <[EMAIL PROTECTED]> wrote: > Dave schrieb: > > > > > > > > both a and b have a referenc

Adding UIColumns and Factes to HtmlDataTable

2006-02-15 Thread Ali Raza
Greetings,I am trying to add a DataTable object to my custom component as a child. I have made UIColumn objects to add to the datatable but can not find the Facet class to add facets to UIColumn. Any help or example reference would help a lot. ThanxAli-- "A sixteenth century inventor called Wan Hu

Re: saveState(s) does not save/restore the object graph

2006-02-15 Thread Werner Punz
Dave schrieb: both a and b have a reference to object c. After restoring states, two instances of c. a and b have their own copy of c. Is this the expected behavior? Thanks. Yes... what happens is that between the request both objects are serialized and then deserialized. What happen

Re: saveState(s) does not save/restore the object graph

2006-02-15 Thread Dennis Byrne
Yes, this is how (de)serialization behaves. You can do this yourself outside of JSF. Dennis Byrne >-Original Message- >From: Dave [mailto:[EMAIL PROTECTED] >Sent: Wednesday, February 15, 2006 06:24 PM >To: users@myfaces.apache.org >Subject: saveState(s) does not save/restore the object

saveState(s) does not save/restore the object graph

2006-02-15 Thread Dave
  both a and b have a reference to object c.   After restoring states, two instances of c. a and b have their own copy of c.   Is this the expected behavior? Thanks. Brings words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail.

Re: Using Shale Test Framework with MyFaces

2006-02-15 Thread Craig McClanahan
On 2/15/06, CONNER, BRENDAN (SBCSI) <[EMAIL PROTECTED]> wrote: Thanks, Craig.  As you probably know, I posted a similar message over on the Struts-Shale list.   So it appears that, unlike Cactus, the Shale Test Framework doesn't run in the Web containers, correct?That's correct ... it is

RE: Using Shale Test Framework with MyFaces

2006-02-15 Thread CONNER, BRENDAN \(SBCSI\)
Title: Message Thanks, Craig.  As you probably know, I posted a similar message over on the Struts-Shale list.   So it appears that, unlike Cactus, the Shale Test Framework doesn't run in the Web containers, correct?  Is there any testing framework I can use that will run in the Web containe

Re: JSF EL expressions in the navigation case to-view-id

2006-02-15 Thread Costa Basil
Sorry, I meant:    Costa Basil <[EMAIL PROTECTED]> wrote: page:    faces-config.xml:      goViewObject  viewObject.jsp?test=#{param.test}&foo=#{param.foo}      It will redirect you to:viewObject.jsp?test=testValue&foo=fooValuePlease note I used the prefix url handli

Re: JSF EL expressions in the navigation case to-view-id

2006-02-15 Thread Costa Basil
page:    faces-config.xml:      goViewObject  viewObject.jsp?test=#{param.test}&foo=#{param.foo}      It will redirect you to:viewObject.jsp?test=testValue&foo=fooValuePlease note I used the prefix url handling.Matthias Wessendorf <[EMAIL PROTECTED]> wrote: looks interesting,

Re: JSF EL expressions in the navigation case to-view-id

2006-02-15 Thread Matthias Wessendorf
looks interesting, what happens, if you have to EL based params ? like viewObject.jsp?test=#{param.test}&foo=#{param.foo} .Matthias On Wed, 2006-02-15 at 16:32 -0500, Costa Basil wrote: > One thing though, the implementation below blows up for normal view > ids so I replaced it with the follow

Re: detailStamp not working?

2006-02-15 Thread Mike Kienenberger
Right. CommandLink javascript is required explicitly by the Html renderkit spec. See this link for more details http://java.sun.com/j2ee/javaserverfaces/1.1/docs/renderkitdocs/HTML_BASIC/javax.faces.Commandjavax.faces.Link.html On 2/13/06, Martin Marinschek <[EMAIL PROTECTED]> wrote: > ALLOW_J

Re: Message/Validation Component is a dataTable

2006-02-15 Thread Volker Weber
Hi Elam, during validation a call to component.getClientId(facesContext) returns the correct id, including the row number, which can used to add the ErrorMessage to the facescontext. The UIData initialized all components properly before invoking lifecycle methods on them. Regards, Volker Elam

[other] Does any one has experience with Daylirazor Hosting?

2006-02-15 Thread Legolas Woodland
Hi Thanks for reading my post Does any of member here used www.dailyRazor.com hosts for their java based web applications ? I want to purchase an ImpactRazor from them , its price is 10.95/month if i buy 1 year hosting plan. i think its price is good but i have no experience with them. any comm

Re: JSF EL expressions in the navigation case to-view-id

2006-02-15 Thread Costa Basil
One thing though, the implementation below blows up for normal view ids so I replaced it with the following code:String targetViewId = navigationCase.getToViewId();if (targetViewId.indexOf("#{") != -1){  ValueBinding vb = facesContext.getApplication().createValueBinding(navigationCase.getToViewId()

Re: Tree2 TreeTable?

2006-02-15 Thread Sean Schofield
At one point I tried to do this but I gave up (search the archives for earlier discussions on the difficulties.) Its probably doable but since I have no use for it I didn't bother looking into it further. Sean On 2/15/06, Adam Brod <[EMAIL PROTECTED]> wrote: > > Hi- > > I've already got some co

Re: Myfaces not XHTML Transitional compliant?

2006-02-15 Thread Matthias Wessendorf
> Can you move to a single form, and use s:subForm for > partial-validation and model update? that must be a newer component. sounds promissing. -Matthias > > regards, > > Martin > > On 2/15/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > problem was the id of the hidden field for state s

Tree2 TreeTable?

2006-02-15 Thread Adam Brod
Hi- I've already got some code that uses Tree2 (with the Tree 2 model objects).  Is there any good way to output Tree2 into a table?  Similar to the TreeTable component for the Tree(1) component? Thanks, Adam Adam Brod Product Development Team

Re: Myfaces not XHTML Transitional compliant?

2006-02-15 Thread Martin Marinschek
Jeffrey, how many forms are you using on your page? Can you move to a single form, and use s:subForm for partial-validation and model update? regards, Martin On 2/15/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > problem was the id of the hidden field for state saving. has to be unique.

Re: Myfaces not XHTML Transitional compliant?

2006-02-15 Thread Matthias Wessendorf
problem was the id of the hidden field for state saving. has to be unique. On 2/15/06, Travis Reeder <[EMAIL PROTECTED]> wrote: > Isn't xhtml HTML 4.0.1 compliant? If so, it would probably be in our best > interest to make an effort to make the components XHTML compliant within the > current rend

JSF EL expressions in the navigation case to-view-id

2006-02-15 Thread Costa Basil
Hi,This is a solution to an issue that some people complained about and that is how to preserve request objects or other objects when you do a redirect.It is actually possible to specify JSF EL expressions in the to-view-id view. Example:In faces-config.xml I have:  goViewObject  viewObject.jsp?tes

big sites on JSF?

2006-02-15 Thread Bill Dudney
Hi All, I noticed this blog entry from Matt Raible; http://raibledesigns.com/page/rd? entry=large_sites_powered_by_java#comments Anyone care to offer up high volume sites that are run on JSF? Thanks! Bill Dudney MyFaces - myfaces.apache.org Wadi - incubator.apache.org/wadi

Re: Myfaces not XHTML Transitional compliant?

2006-02-15 Thread Mike Kienenberger
I think we'd be open to supporting such a renderkit. Jeff, are you interested in providing patches to do so? On 2/15/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > Well, > > JSF spec tell impls to provide a HTML 4.0.1 compliant RenderKit, > that's what MyFaces does. So currently there is no

Re: Myfaces not XHTML Transitional compliant?

2006-02-15 Thread Matthias Wessendorf
Well, JSF spec tell impls to provide a HTML 4.0.1 compliant RenderKit, that's what MyFaces does. So currently there is no XHTML support, AFIAK. -Matthias On 2/15/06, Jeffrey A Kenward <[EMAIL PROTECTED]> wrote: > > We're using MyFaces 1.1.1 in our applications. We're using client-side > state s

Re: Picklist problem

2006-02-15 Thread Bruno Aranda
There was a bug in the picklist which I have fixed now. You can get the fixed component from the SVN sources or in the next nightly build. Thanks for reporting! Bruno On 2/14/06, Stefan Lukesch <[EMAIL PROTECTED]> wrote: > Hi, > > I'm just building a user management interface using myfaces. For >

RE: JSF log activity

2006-02-15 Thread Jesse Alexander \(KBSA 21\)
Cool... I was evaluating the possibilities as well... This is the proof, that this itches a lot of us ;-)   regards Alexander From: Cagatay Civici [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 15, 2006 3:23 PMTo: MyFaces Discussion; [EMAIL PROTECTED]Subject: Re: JSF log

selectOneMenu and AJAX

2006-02-15 Thread Vladimir Coutinho
I has 2 selectOneMenu. When the user select the first, I populate the second with ajax, but when the form is posted, I get "invalid value" error. The possibles options of the second menu is very big (3,000), so I want to fill the second one only when I know the firt. Could someone give some help?--

Message/Validation Component is a dataTable

2006-02-15 Thread Elam Daly
Hi all,I have a dataTable in which one of the columns has an input with a custom validator.  The problem with the validation is that when it's called, myfaces has no idea which id to return the message to, because all the id's are prefixed with a row number. So if my input has an id of "EmployeeId"

Re: bean prop resolution in expression

2006-02-15 Thread Bruno Aranda
You are welcome, Philippe. MyFaces is a great community ;-) You can check this page [1], for instance. We do not have information like the one you need in the wiki now. Feel free to add it if you have some time to spare. Thanks! Regards, Bruno [1] http://developers.sun.com/prodtech/javatools/j

Re: bean prop resolution in expression

2006-02-15 Thread Mike Kienenberger
http://wiki.apache.org/myfaces/ provides things like this, and allows you to add new material as well. You could start a "new-user tips" page if you wanted. On 2/15/06, Philippe Lamote <[EMAIL PROTECTED]> wrote: > Wow, the speed at which you get reaction here is phenomenal. > Thanks Bruno. > &

Re: bean prop resolution in expression

2006-02-15 Thread Philippe Lamote
Wow, the speed at which you get reaction here is phenomenal. Thanks Bruno. & It worked like a charm this way. Would you know of a place where rules like this one are shown? (useful material - not pages of specs but a fistful short statements + an example, ideally - to get on speed quickly) Is

Re: Building ADF Faces (apache-drop.zip)

2006-02-15 Thread Matthias Wessendorf
> expecting the mock ones... so I'll give your new package a try. you still need to *copy* the mock ones manualy to your local maven repo like this file-url: [EMAIL PROTECTED]:~/.m2/repository/javax/faces/jsf-mock/1.1_01> ls -la total 100 drwxr-xr-x 2 matzew users 128 2006-02-15 17:25 . drwx

RE: Building ADF Faces (apache-drop.zip)

2006-02-15 Thread James Moores
Wow Matthias, Thank you so much for doing that - I finally manged to install the sun jars in my local repository and it then gave me a load of errors because it was expecting the mock ones... so I'll give your new package a try. Thanks again, Jim Moores -Original Message- From: Matt

Re: dataTable with fixed header and scrollable body?

2006-02-15 Thread Mike Kienenberger
Take a look at this thread from Feb 6th. It appears to be a matter of using CSS. http://www.mail-archive.com/users%40myfaces.apache.org/msg16372.html As you're the second person to ask the question, could you create a wiki page on the topic once you get it figured out? I'm kinda interested in it

Re: Building ADF Faces (apache-drop.zip)

2006-02-15 Thread Matthias Wessendorf
to make it clear, my drop only contains ADF faces stuff, not that mock and the m2-plugins. For that use the original one. HTH, Matthias > Look here for the new drop: > http://people.apache.org/~matzew/adf/adf.zip > What to do to make this drop buildable? > > -Go and compile MyFaces on your box >

Re: Building ADF Faces (apache-drop.zip)

2006-02-15 Thread Matthias Wessendorf
James, I created a new adf-drop, since there was one clazz w/ dependency to sun's JSF impl. Now you can compile fully against API and IMPL provided by MyFaces. Look here for the new drop: http://people.apache.org/~matzew/adf/adf.zip What to do to make this drop buildable? -Go and compile MyFace

Re: Is there a component for dynamic panelgrid?

2006-02-15 Thread Mike Kienenberger
There was a request for this before by someone. I suspect there's at least a JIRA issue on it, and there may also be a patch available. On 2/14/06, Travis Reeder <[EMAIL PROTECTED]> wrote: > That one still appears to go vertical first, I guess it probably wouldn't > take much to allow it to go h

Re: bean prop resolution in expression

2006-02-15 Thread Bruno Aranda
Yes, your syntax is wrong, as you are putting values outside the expression. You should use it like this: HTH, Bruno On 2/15/06, Philippe Lamote <[EMAIL PROTECTED]> wrote: > Hi List, > > Does anyone know how to make this work: > (in a jsf page) > > > ... > > > More concrete: > I have a porta

bean prop resolution in expression

2006-02-15 Thread Philippe Lamote
Hi List, Does anyone know how to make this work: (in a jsf page) ... More concrete: I have a portal bean, "portalbean", that keeps the current use case. ("useCase" being a String property of portalbean) Depending on this value, I would like to show or hide stuff on a page, using div like

Re: Exceptions while using nightly builds

2006-02-15 Thread Hasnain Badami
Thanks Matthias the problem is resolved Hassnain   On 2/15/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: Have you cleaned your working dirctory?Restarted JBoss?HtmlBufferResponseWriterWrapper is inside of commons (org.apache.myfaces.renderkit.html.util.HtmlBufferResponseWriterWrapper)Maybe you

RE: Building ADF Faces (apache-drop.zip)

2006-02-15 Thread James Moores
Frank,   Thanks for taking the time to reply.  I've had a quick look and that definitely looks like a good place to start.   Thanks again,   Jim From: Frank Felix Debatin [mailto:[EMAIL PROTECTED] Sent: 15 February 2006 15:34To: 'MyFaces Discussion'Subject: RE: Building ADF Faces (apache-d

RE: Building ADF Faces (apache-drop.zip)

2006-02-15 Thread James Moores
Hi again Harald, You're right - I'm sure it can be done without rebuilding, but I'd still like to be able to do it if necessary... Jim -Original Message- From: Harald Ommang [mailto:[EMAIL PROTECTED] Sent: 15 February 2006 15:35 To: MyFaces Discussion Subject: Re: Building ADF Faces (a

Re: Building ADF Faces (apache-drop.zip)

2006-02-15 Thread Harald Ommang
On Wed, 15 Feb 2006 15:30:07 - "James Moores" <[EMAIL PROTECTED]> wrote: Thanks for your reply Harald, No, I'm building it with JDK1.5. The reason I want to build it from scratch is partly that I want to set the debug output to FINE so I can get some idea of what the hell is going on ins

Re: Setting CSS Programatically

2006-02-15 Thread Elam Daly
Thanks for the suggestion, guys.  Works great.-ElamOn 2/15/06, Matthias Kahlau <[EMAIL PROTECTED]> wrote: > To get this to work for the entire row you will need to add the :> styleClass="#{( yourVar.valueToCheck > backingBean.threshold)?> 'styleClass2' : 'styleClass2'}"> attribute to each column in

RE: Building ADF Faces (apache-drop.zip)

2006-02-15 Thread Frank Felix Debatin
Hi James,   I did not try building ADF myself, but it might be that you have this problem:   http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html   In short, the Sun Jars are not available in the Maven repositories because the Sun license doesn't allow them to. So they have to

RE: JSF log activity

2006-02-15 Thread Conway. Fintan \(IT Solutions\)
Hi Norbert, For simple pages maybe you could retrieve the title of the page to identify it? HTH, Fintan -Original Message- From: Csík Norbert [mailto:[EMAIL PROTECTED] Sent: 15 February 2006 13:22 To: users@myfaces.apache.org Subject: JSF log activity but in that case getting the na

RE: Building ADF Faces (apache-drop.zip)

2006-02-15 Thread James Moores
Thanks for your reply Harald, No, I'm building it with JDK1.5. The reason I want to build it from scratch is partly that I want to set the debug output to FINE so I can get some idea of what the hell is going on inside. I've got a problem with a processScope getting blanked during a page navigat

Re: Exceptions while using nightly builds

2006-02-15 Thread Matthias Wessendorf
Have you cleaned your working dirctory? Restarted JBoss? HtmlBufferResponseWriterWrapper is inside of commons (org.apache.myfaces.renderkit.html.util.HtmlBufferResponseWriterWrapper) Maybe your application still has a reference to the *old* myfaces-all.jar ? -Matthias On 2/15/06, Hasnain Badami

Problem with panelTabbedPane's selectedIndex memory

2006-02-15 Thread Matthias Kahlau
Hi! I encounter a strange behaviour with using a Backing-Bean in session-scope (TabChangeListenerBacking). It stores the selected index of a panelTabbedPane, which is set by a TabChangeListener. When I change the tabs, I can see that the TabChangeListener works, because logging info showed that

AW: Setting CSS Programatically

2006-02-15 Thread Matthias Kahlau
> To get this to work for the entire row you will need to add the : > styleClass="#{(yourVar.valueToCheck > backingBean.threshold)? > 'styleClass2' : 'styleClass2'}" > attribute to each column in the row. Yes, I already thought that way, but I think setting the column styles might expose a differe

Re: JSF & Tiles Action Problem

2006-02-15 Thread Matthias Wessendorf
fast shot, -suround your button w/ -ensure that you are using *global* navigation like * nav_page1 /page1.jsp nav_page2 /page2.jsp nav_page3 /non-tile.jsp

Re: JSF log activity

2006-02-15 Thread Matthias Wessendorf
sounds interesting! On 2/15/06, Cagatay Civici <[EMAIL PROTECTED]> wrote: > Hi, > > I am currently working on this subject, here are the areas I'm dealing with. > > - Calculating phase times > - Variables and values in different scopes. > - State size > - Request and Response Info > - Performances

JSF & Tiles Action Problem

2006-02-15 Thread CHAMBAZ Alexandre
Hi everybody, I'm develloping a JSF Site with Tiles (from Struts) using the Tomahawk (I'm new in JSF programming )org.apache.myfaces.application.jsp.JspTilesViewHandlerImpl support. The tile thing is working well. But when I'm doing action in a jsf (with a command button) it's not working. Here

Re: JSF log activity

2006-02-15 Thread Cagatay Civici
Hi,I am currently working on this subject, here are the areas I'm dealing with.- Calculating phase times- Variables and values in different scopes.- State size- Request and Response Info- Performances of components I am using aspects and listeners to collect the information above;Regards,Cagatay Ci

Re: Building ADF Faces (apache-drop.zip)

2006-02-15 Thread Harald Ommang
On Wed, 15 Feb 2006 13:41:03 - "James Moores" <[EMAIL PROTECTED]> wrote: Hi, I've been using ADF Faces EA19 on MyFaces-1.1 for a few weeks on the basis that I knew about the donation to the Apache Foundation so I could move to that. I'm now trying to build the drop - and I can't work ou

serversidetabswitched and TabbedPanelPane problem

2006-02-15 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: JSF log activity

2006-02-15 Thread Werner Punz
Yes, a phase listener or a servlet filter Jesse Alexander (KBSA 21) schrieb: > Hi > > Cool idea.. some instrumentation in this direction would be great... > hmm.. could a phase-listener be used... need to check the API's > > thanks for the idea > Alexander > >> -Original Message- >>

Building ADF Faces (apache-drop.zip)

2006-02-15 Thread James Moores
Hi,   I've been using ADF Faces EA19 on MyFaces-1.1 for a few weeks on the basis that I knew about the donation to the Apache Foundation so I could move to that.  I'm now trying to build the drop - and I can't work out how to do it.  I've downloaded and installed Maven-2.0.2.  When I go into

Re: JSF log activity

2006-02-15 Thread Martin Marinschek
Navigation Listener? ViewHandler? Combo of both? regards, Martin On 2/15/06, Jesse Alexander (KBSA 21) <[EMAIL PROTECTED]> wrote: > Hi > > Cool idea.. some instrumentation in this direction would be great... > hmm.. could a phase-listener be used... need to check the API's > > thanks for the i

RE: JSF log activity

2006-02-15 Thread Jesse Alexander \(KBSA 21\)
Hi Cool idea.. some instrumentation in this direction would be great... hmm.. could a phase-listener be used... need to check the API's thanks for the idea Alexander > -Original Message- > From: Csík Norbert [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 15, 2006 2:22 PM > To: u

JSF log activity

2006-02-15 Thread Csík Norbert
Hi! I would like to log the activity of my JSF application. Which actions/pages are used frequently, and which ones run too slowly. Is there any framework or library where I can do this? I tried to write my simple one using a Filter, but in that case getting the name of the page is not so easy be

Re: Setting CSS Programatically

2006-02-15 Thread Bruno Aranda
Yes, and by the way put different styleClasses in the condition. I put styleClass2 in both cases by mistake: styleClass="#{(yourVar.valueToCheck > backingBean.threshold)? 'styleClassConditionIsTrue' : 'styleClassConditionIsFalse'}" Bruno On 2/15/06, Conway. Fintan (IT Solutions) <[EMAIL PROTECTE

RE: Setting CSS Programatically

2006-02-15 Thread Conway. Fintan \(IT Solutions\)
It will work because the style is set depending on the row variable "yourVar". The example shown will work for one column. To get this to work for the entire row you will need to add the : styleClass="#{(yourVar.valueToCheck > backingBean.threshold)? 'styleClass2' : 'styleClass2'}" attribute

Re: Setting CSS Programatically

2006-02-15 Thread Bruno Aranda
May it seem so, but believe me... I am going to write an example eventually :-) Bruno On 2/15/06, Matthias Kahlau <[EMAIL PROTECTED]> wrote: > > > > Won't this only affect the column style, but not the row style? > > > Regards, > > Matthias > > > -Ursprüngliche Nachricht- > > Von: [EMAIL

AW: Setting CSS Programatically

2006-02-15 Thread Matthias Kahlau
> Won't this only affect the column style, but not the row style? Regards, Matthias > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag > von Bruno Aranda > Gesendet: Mittwoch, 15. Februar 2006 00:35 > An: MyFaces Discussion > Betreff: Re: Setting

Re: Setting CSS Programatically

2006-02-15 Thread Bruno Aranda
No, try it. You will see ;-) . It changes the style of the cells depending on the condition, so if you put that in all the t:columns you will have the row with a different colour. Regards, Bruno On 2/15/06, Elam Daly <[EMAIL PROTECTED]> wrote: > Hi Bruno, > > I could be wrong, but won't this jus

Exceptions while using nightly builds

2006-02-15 Thread Hasnain Badami
Hello   I am using the nightly build of myfaces. I removed the jsf-libraries from jboss\current\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs and included the tomahawk-1.1.2-SNAPSHOT.jar, myfaces-api-1.1.2-SNAPSHOT.jar , myfaces-commons-1.1.3-SNAPSHOT.jar, myfaces-impl-1.1.2-SNAPSHOT.jar to

Re: ExtensionsFilter + Jetty 6

2006-02-15 Thread Jurgen Lust
I've tried with the SVN version of myfaces now, same problem. You can verify this by adding this to the tomahawk/examples/simple/pom.xml: org.mortbay.jetty maven-jetty6-plugin 6.0.0beta9 10

Re: problem that blocks tests with htmlunit

2006-02-15 Thread Alin Dosoniu
Thank you for your interest in this problem. I made a little more investigation and the problem is that the context is null. So, I think that only the test for context will solve the problem.   I will create a JIRA issue.   Alin. Not certain, but I think the spec requires ExternalConte