Re: EL 2 Ref/Tut

2007-08-02 Thread David Delbecq
http://www.coreservlets.com/JSF-Tutorial/ Section 4 But it's not complete. En l'instant précis du 02/08/07 21:43, Wolf Benz s'exprimait en ces termes: > That one I had :-) > I hoped someone might have made a typical "dev's summary" > (By that I mean "cut the crap, just the rules and e few exampl

Re: [Trinidad] faces-config.xml error: Document is invalid: no grammar found.

2007-08-02 Thread Martin Marinschek
Hi Jessica, the only reason why you can get something like this is if you have the JSF-API (myfaces-api-xxx.jar, jsf-api-xxx.jar) in more than one version on your classpath. Please check the WEB-INF/lib directory carefully, and also all lib-directories of your container! regards, Martin On 8/3/

Re: Custom error handler and ajax requests (a4j)

2007-08-02 Thread Pawel . Czerwinski
Unfortunatelly, this is not it, I don't use Shale :( Thanks though. -- Regards Paweł Czerwiński [EMAIL PROTECTED] (Gary VanMatre) wrote on 2007-08-02 15:32:02: > Are you using Shale ViewController [1]? If so, try the nightly. > > [1] https://issues.apache.org/struts/browse/SHALE-409 > > >

Re: JSR-301 Update

2007-08-02 Thread Martin Marinschek
Oh come on, you can't disallow us this little techie-doesn't-want-to-tell-what-his-favourite-abbreviations-mean-talk ;) regards, Martin On 8/3/07, Chris Pratt <[EMAIL PROTECTED]> wrote: > I hate to seem dense, but does JSR-301 have a text name that might let > the uninitiated among us know what

Re: JSR-301 Update

2007-08-02 Thread Matthias Wessendorf
Portlet Bridge Specification for JavaServerTM Faces On 8/3/07, Chris Pratt <[EMAIL PROTECTED]> wrote: > I hate to seem dense, but does JSR-301 have a text name that might let > the uninitiated among us know what it's all about? =8^) > (*Chris*) > > On 8/2/07, Scott O'Bryan <[EMAIL PROTECTED]> wr

Re: [Trinidad] faces-config.xml error: Document is invalid: no grammar found.

2007-08-02 Thread Matthias Wessendorf
I am mostly using the lightweight Jetty container, and never had an issue. I haven't tested the FacesGoodies in Tomcat, though -M On 8/3/07, Jan Linders <[EMAIL PROTECTED]> wrote: > Adam, > > found the problem. > > The FacesGoodies sample uses Shale Tiger for annotations. > Shale Tiger scans all

[Trinidad] NavigationPane items are not accessible to the far right

2007-08-02 Thread Chris Hane
I am experimenting with replacing our custom navigation with and ran into an interesting scenario that I hope I am just overlooking something on. If the window size is such that there are more tabs then fit on the screen horizontally, the tabs to the right of the window break are not access

Is Tomahawk 1.2 release?

2007-08-02 Thread jimmy6
Where can i download the tomahawk1.2 because i want to use myfaces1.2 and quipukit1.2? Is it release? -- View this message in context: http://www.nabble.com/Is-Tomahawk-1.2-release--tf4210448.html#a11977010 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Modal Panel breaks Ajax4JSF form submission

2007-08-02 Thread organavid
Hello, I'm trying to create a form which I submit via AJAX. The design is to have it in a Modal Panel (RichFaces). The form works fine without the modal panel, but as soon as I put it in it breaks. The problem is that the form variables get left out of the POST request, though the control varia

Re: Tree2 Lazy Loading Confusion

2007-08-02 Thread kewldude
anyone? kewldude wrote: > > Okay, after eating dinner, I figured out that a work around can be done to > get the currently selected node by binding the tree2 component to a > backing bean that has a HtmlTree object. And from there this.selectedNode > = yourTreeObject.getNode().getDescription.

Re: JSR-301 Update

2007-08-02 Thread Chris Pratt
I hate to seem dense, but does JSR-301 have a text name that might let the uninitiated among us know what it's all about? =8^) (*Chris*) On 8/2/07, Scott O'Bryan <[EMAIL PROTECTED]> wrote: > I finally have, in my hot little hands, the current JSR-301 R.I. based > off the latest public draft. :

JSR-301 Update

2007-08-02 Thread Scott O'Bryan
I finally have, in my hot little hands, the current JSR-301 R.I. based off the latest public draft. :) We're in the middle of completing the paperwork for the code contribution and I'm going to be building the pom files this weekend, but as soon as all that's done, we'll be ready to send it

RE: [Trinidad] faces-config.xml error: Document is invalid: no grammar found.

2007-08-02 Thread Jan Linders
Adam, found the problem. The FacesGoodies sample uses Shale Tiger for annotations. Shale Tiger scans all faces-config.xml from all jar's and finds this file also the trinidad-impl-1.2.1.jar. It then validates it and generates the error. Why it fails is still not clear, but this is at least the pl

Re: Seam+MyFaces+Facelets problem with EL functions

2007-08-02 Thread Andrew Robinson
Okay, this is still not working and is acting more confusing than before. I'm not sure if the fault is with MyFaces 1.2 or Facelets. I have a In it I have the following: This works just fine if it is rendered at the top level (just under the panelNavigation2). If, I have it nested under anoth

Re: [Trinidad] PPR and Javascript events

2007-08-02 Thread Adam Winer
Shawn, Thought we discussed this before... what we really need is a JS hook in Trinidad for PPR replacement. Happy to add this in 1.0.3, but I want to get out 1.0.2 first. -- Adam On 8/2/07, Bertrand, Shawn R <[EMAIL PROTECTED]> wrote: > > Are there any Javascript events to which I can respon

Re: [Trinidad] faces-config.xml error: Document is invalid: no grammar found.

2007-08-02 Thread Adam Winer
Indeed, but I don't see this issue when running with the JSF RI in Glassfish. So my hunch is that we have a MyFaces 1.2 issue, or perhaps a difference in XML parsers between Tomcat and Glassfish? The Trinidad faces-config.xml is correct AFAIK. -- Adam On 8/2/07, Jan Linders <[EMAIL PROTECTED]>

xmlMenuModel Example?

2007-08-02 Thread Chris Hane
I'm reading over the docs about xmlMenuModel[1] and was wondering if there is an example somewhere? I did not see one in the trindad demos at SVN head - but I didn't look through all of the SVN branches. [1] http://myfaces.apache.org/trinidad/devguide/xmlMenuModel.html Chris

RE: [Trinidad] faces-config.xml error: Document is invalid: no grammar found.

2007-08-02 Thread Jan Linders
Hi Adam, you are right. The schemalocation is correct. however it seems that (when run in Tomcat6) a validation against a schema is started. I can see tomcat connecting to java.sun.com. more details : Parse Error at line 2 column 238: Document root element "faces-config", must match DOCTYPE root

RE: [Trinidad] faces-config.xml error: Document is invalid: no grammar found.

2007-08-02 Thread Jan Linders
Hi Adam. I'm using MyFaces 1.2.0 and Trinidad 1.2.1 Seems the problem is in the validation of the faces-config.xml file in trinidad-impl-1.2.1.jar (META-INF) Parse Error at line 2 column 238: Document root element "faces-config", must match DOCTYPE root "null". org.xml.sax.SAXParseException: Doc

Re: Seam+MyFaces+Facelets problem with EL functions

2007-08-02 Thread Andrew Robinson
FYI, got it working with MyFaces 1.2 and using ValueExpression instead of ValueBinding. I just hope that I don't hit too many problems upgrading to MyFaces JSF 1.2 -Andrew On 8/2/07, Andrew Robinson <[EMAIL PROTECTED]> wrote: > I am having a problem with the combination of Seam 1.2.1, MyFaces >

Re: [Trinidad] faces-config.xml error: Document is invalid: no grammar found.

2007-08-02 Thread Adam Winer
On 8/2/07, Jan Linders <[EMAIL PROTECTED]> wrote: > I have the same issue with the DOCROOT error. > Allthough the JSF Kickstart sample App is working. > > I think it has (in my case) somehow todo with the faces-config.xml file > within the trinidad-impl-1.2.1.jar file. > In META-INF there is a face

Re: [Trinidad] faces-config.xml error: Document is invalid: no grammar found.

2007-08-02 Thread Adam Winer
The faces-config in trinidad-impl is absolutely required. As indicated above, don't try using Trinidad 1.2 with MyFaces 1.1. -- Adam On 8/2/07, Jessica Johnson <[EMAIL PROTECTED]> wrote: > So I tried updating my common-digester.jar and its dependencies in the hope > that it would solve the probl

Re: [Trinidad] faces-config.xml error: Document is invalid: no grammar found.

2007-08-02 Thread Adam Winer
If you're using MyFaces 1.1, you must use trinidad 1.0. Trinidad 1.2 requires JSF 1.2 (MyFaces 1.2 or the 1.2 RI). javax/faces/application/ViewHandlerWrapper is a class only found in JSF 1.2, and not present in 1.1. -- Adam On 8/2/07, Jessica Johnson <[EMAIL PROTECTED]> wrote: > Yes, I have both

Re: ajax4jsf onchange event doesnt reRender Textfield

2007-08-02 Thread Andrew Robinson
Is 'disabled="#{!updateDeviceBean.disableMode}"' set anywhere outside of loadAssetDetials? If that control is disabled on decode, it will never update. Try simplifying your code to only the bare minimum functionality (use a test page with a test bean for example). Then keep adding back functional

Seam+MyFaces+Facelets problem with EL functions

2007-08-02 Thread Andrew Robinson
I am having a problem with the combination of Seam 1.2.1, MyFaces (1.1.5 or 1.2.0) and Facelets 1.1.11 when it comes to EL functions. I am trying to get help from the facelets user list and the seam forum, but I know a lot of myfaces users use facelets, and may have a solution. In MyFaces 1.1.5, E

Re: ajax4jsf onchange event doesnt reRender Textfield

2007-08-02 Thread bansi
I have & in my code and it works fine first time i.e. if user has not entered anything into the textfield then onblur event functions as desirable i.e. clears off other fields on the form with the help of backing bean method . The problem is when i go back to the textfield and key in the value

Re: ajax4jsf onchange event doesnt reRender Textfield

2007-08-02 Thread Andrew Robinson
Once again, check to see if there are validation errors. I recommend always using a4j:regions around data that is submit by AJAX. This way you know exactly which components are being submitted/decoded/updated. Also, at least when debugging, make sure there is the following in every page: -And

[Trinidad] PPR and Javascript events

2007-08-02 Thread Bertrand, Shawn R
Are there any Javascript events to which I can respond after a PPR request reports back to the browser? I'm trying to restore a scroll position in IE (works in Firefox, as usual) that I've saved off in a cookie but can't reliably respond to any events to restore the position. I've tried window.onl

Re: EL 2 Ref/Tut

2007-08-02 Thread Wolf Benz
That one I had :-) I hoped someone might have made a typical "dev's summary" (By that I mean "cut the crap, just the rules and e few examples"-ish.) -Wolf On 8/2/07, David Delbecq <[EMAIL PROTECTED]> wrote: > http://java.sun.com/javaee/5/docs/tutorial/doc/JavaEETutorial.pdf > html version: http://

Re: ajax4jsf onchange event doesnt reRender Textfield

2007-08-02 Thread bansi
Good question Andrew. I knew you are pointing at Conversion or Validations which may occur during onchange event. It was error in my code which i fixed it & works fine now But i am having another wierd problem I have onblur event on textfield which functions as expected in case the textfield has

Avoiding of writing a method per column in dataTable

2007-08-02 Thread vlad10
I'm doing a sort by column on my dataTable, and want to display an image on the column header when this column was choosen for the sorting. Say '>' - for ascending and '<' - for descending (well, I'm using actual images). I'm using on those images a rendered property pointed to a different method

RE: [Trinidad] faces-config.xml error: Document is invalid: no grammar found.

2007-08-02 Thread Jan Linders
I have the same issue with the DOCROOT error. Allthough the JSF Kickstart sample App is working. I think it has (in my case) somehow todo with the faces-config.xml file within the trinidad-impl-1.2.1.jar file. In META-INF there is a faces-config.xml. First part of the file : http://java.sun.com

Re: Schedule tomahawk

2007-08-02 Thread Michał 'Gandalf' Stawicki
SomeClass is your Entity-bean class returned by hibernate or whatever you're using. On 02/08/07, ignicolist <[EMAIL PROTECTED]> wrote: > > Tks, but what is supose to put in SomeClass ? Sorry for dumb question! but i > am new to this! > > > Tks for all help. > > > > > Michał 'Gandalf' Stawicki wrot

Re: Tree2 Lazy Loading Confusion

2007-08-02 Thread kewldude
Okay, after eating dinner, I figured out that a work around can be done to get the currently selected node by binding the tree2 component to a backing bean that has a HtmlTree object. And from there this.selectedNode = yourTreeObject.getNode().getDescription. The wiki should be updated to reflect

Re: How to evaluate values set with JSTL-Core-tag 'set' with JSF

2007-08-02 Thread Christian Nolte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bryan Basham schrieb: > By default the JSTL tag stores the attribute in the PAGE scope. > However, JSF does not know about the PAGE scope. If you really need > to use then specify: scope='REQUEST'. > > -Bryan Thank you very much! This indeed works

myFaces Examples

2007-08-02 Thread Debby Li
Hi, I am interested in the component of the panelNavigation and trying the example, PanelNavigation with NavigationMenuItems (Dynamic) however, when I run this example with IE, I got the javascript error 'elements' is null or not an object I tried the lastest version on your website http

Re: Schedule tomahawk

2007-08-02 Thread ignicolist
Tks, but what is supose to put in SomeClass ? Sorry for dumb question! but i am new to this! Tks for all help. Michał 'Gandalf' Stawicki wrote: > > - fetch data from DB > - create ScheduleEntry > - add it to Schedule. > > eg: >List result = session.createQuery("from > Schedule").l

Re: [Trinidad] faces-config.xml error: Document is invalid: no grammar found.

2007-08-02 Thread Matthias Wessendorf
java.lang.NoClassDefFoundError: org/apache/myfaces/trinidad/context/ExternalContextDecorator do you have the trinidad-API in place ? On 8/2/07, Jessica Johnson <[EMAIL PROTECTED]> wrote: > The manifest in the my-faces jar file is giving the version as > Implementation-Version: 1.1.1 (20051230).

Re: [Trinidad] faces-config.xml error: Document is invalid: no grammar found.

2007-08-02 Thread Jessica Johnson
The manifest in the my-faces jar file is giving the version as Implementation-Version: 1.1.1 (20051230). I'm not behind a firewall, I'm attempting to deploy locally. The only changes I have made are the addition of the 2 trinidad jars to Tomcat 5.5/common/lib/. I originally made the changes to we

Re: [TRINIDAD] configure "display all" on tr:table

2007-08-02 Thread Adam Winer
No, there isn't a switch for that. The option isn't hidden based on a fixed number, but on a multiple of the current visible size - if there's more than (30 * visible options), we won't do a Show All. That comes from SelectRangeChoiceBarRenderer.java: /** * @todo This should be pulled from

Re: [Trinidad]: shortDesc for tr:selectOneChoice

2007-08-02 Thread Adam Winer
It's likely a browser issue - check the HTML, I suspect we are rendering "title" on the , but your browser doesn't show it. -- Adam On 8/2/07, sandeep gururaj <[EMAIL PROTECTED]> wrote: > Hello All, > > I am using shortDesc attribute of (drop down list). > However, it doesn't seem to be working

Re: [Trinidad] tr:table cannot nest non-Trinidad cell components

2007-08-02 Thread Adam Winer
On 8/2/07, Renzo Tomaselli <[EMAIL PROTECTED]> wrote: > Hi, subject says all. If I include a h:graphicImage in a tr:column - > then its id is not increased, e.g. all images along the column get the > same id. > If I switch it to a tr:image, no problems, it gets a :rowIndex suffix. > This is simple

Re: EL 2 Ref/Tut

2007-08-02 Thread David Delbecq
http://java.sun.com/javaee/5/docs/tutorial/doc/JavaEETutorial.pdf html version: http://java.sun.com/javaee/5/docs/tutorial/doc/ Search for "implicit objets" and take also a look at Chapter 4: JavaServer Pages Technology -> Unified Expression Language Wolf Benz a écrit : > Hi List, > Does any

Re: [Trinidad] source code for demo examples 1.0.1

2007-08-02 Thread Matthias Wessendorf
1.2.1 was build against JSF RI, but we can't ship the RI (due to license incompatibility), so RI and also it's dependencies are missing. Getting started w/ Trinidad, perhaps this here helps: code.google.com/p/facesgoodies Greetings, Matthias On 8/2/07, Azim, Dunia <[EMAIL PROTECTED]> wrote: > H

AW: [Trinidad] source code for demo examples 1.0.1

2007-08-02 Thread Azim, Dunia
Hi, thanks for your quick answer but getting started with Trinidad doesn't seem so very easy to me: my SVN tells me "location information specified incorrectly" although I can open the URL correctly it in the browser. The sources of the Trinidad 1.2.1 Examples, I already unpacked before, but thi

Re: Schedule tomahawk

2007-08-02 Thread Michał 'Gandalf' Stawicki
- fetch data from DB - create ScheduleEntry - add it to Schedule. eg: List result = session.createQuery("from Schedule").list(); for(SomeClass sc : result) { ScheduleEntry e = new DefaultScheduleEntry(); e.setStartTime(sc.getStartTime()); e.setEndTime(...); scheduleModel.addEntr

EL 2 Ref/Tut

2007-08-02 Thread Wolf Benz
Hi List, Does anyone know of a nice Intro/Ref/Tutorial to EL v2? (with stuff like: what is new, what implicit objects can be used, like "request" and its instance vars like request.requestURI etc) -Wolf

Tree2 Lazy Loading Confusion

2007-08-02 Thread kewldude
I'm trying to use the Alternative Tree2 Lazy Loading Method...by jtmille30 approach in lazy loading my tree. I'm just wondering why the action attribute in the jsp is pointing to (action="#{treeBacker.selectedNode} ) which is in the back end its public void selectedNode() {

Re: Form elements to update in separate window (eBay style)

2007-08-02 Thread Andrew Robinson
You could use an in page dialog (like a4j's or tomahawk's modal dialog). Using AJAX would make it easy to update just portions of the page On 8/2/07, Jerome Iffrig (Europe) <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > If any of you use eBay, you would have noticed the way it handles the update

[Trinidad] tr:table cannot nest non-Trinidad cell components

2007-08-02 Thread Renzo Tomaselli
Hi, subject says all. If I include a h:graphicImage in a tr:column - then its id is not increased, e.g. all images along the column get the same id. If I switch it to a tr:image, no problems, it gets a :rowIndex suffix. This is simple to workaround, but I was considering to include a rich:sugge

Re: [Trinidad] source code for demo examples 1.0.1

2007-08-02 Thread Matthias Wessendorf
Hi, they're not downloadable :-) There is a svn tag, perhaps you want to check them out: http://svn.apache.org/viewvc/myfaces/trinidad/tags/trinidad-1.0.1/ in 1.2.1 (the JSF 1.2 version of 1.0.1), I noticed that as well. In 1.0.2 there will be sources ;-) -M On 8/2/07, Azim, Dunia <[EMAIL PROT

Form elements to update in separate window (eBay style)

2007-08-02 Thread Jerome Iffrig \(Europe\)
Hi, If any of you use eBay, you would have noticed the way it handles the update of some fields. To put it short, you have your user information displayed on the screen. To modify your profile (e.g. your e-mail address) eBay does not display a big form with all your information editable, it r

Re: Schedule tomahawk

2007-08-02 Thread ignicolist
This dont work... :S i have this now : Session session = HibernateUtil.getSessionFactory().getCurrentSession(); session.beginTransaction(); List result = session.createQuery("from Schedule").list(); session.getTransaction().commit(); for (Iterator it = resu

[Trinidad] source code for demo examples 1.0.1

2007-08-02 Thread Azim, Dunia
Hi, where can I download the source code for the Trinidad 1.0.1 demo examples? Thanks for your help! Dunia Azim PROSTEP AG, Dolivostraße 11, D-64293 Darmstadt HR: Amtsgericht Darmstadt, HRB 8383 Vorstand: Dr. Bernd Pätzold (V

[tobago] is stable :-)

2007-08-02 Thread Zied Hamdi
Did you notice there was no mail to Tobago today? (except this one) :-) Tobago is becoming more and more stable I think. Good news ;- Regards, Zied

Re: Custom error handler and ajax requests (a4j)

2007-08-02 Thread Gary VanMatre
>From: [EMAIL PROTECTED] > >Anybody? :> > Are you using Shale ViewController [1]? If so, try the nightly. [1] https://issues.apache.org/struts/browse/SHALE-409 >-- >Regards >Pawe³ Czerwiñski [EMAIL PROTECTED] wrote on 2007-07-31 14:38:59: > > Hi, > I made my own error handler (works l

[Trinidad]: shortDesc for tr:selectOneChoice

2007-08-02 Thread sandeep gururaj
Hello All, I am using shortDesc attribute of (drop down list). However, it doesn't seem to be working. I am not able to see the tooltip. The example I am using is as follows - The shortDesc feature is working fine when used with . I don't know if something else is needed for gettin

Re: question about tree2's t.nodeSelected

2007-08-02 Thread kewldude
Sorry for resurrecting this old thread, but I'm in the same situation as the thread starter. I tried the suggestion, but i'm getting exceptions. Here is how my code looked like right now. here is the tree2 component here is the a4j:commandLink

Re: [Trinidad] button + hover

2007-08-02 Thread Okan Çetin
Yes, sorry it is my fault. It works in firefox. On 02/08/07, Svilen Ivanov <[EMAIL PROTECTED]> wrote: > > BTW, CSS pseudo-class ":hover" doesn't work in IE6 for all tags (it > works just for "A"). Have you checked it Firefox? Firfox allows ":hover" > on arbitrary tag. > > Regards, > Svi > > > Okan

[TRINIDAD] configure "display all" on tr:table

2007-08-02 Thread Döring Markus
Hello, The range navigator of a tr:table has an item "display all". I've already seen that this option is hidden if there are a lot of rows in the table (maybe over 500 or so). Is there an easy way to configure when the option is displayed and when not (i want to hide the option as soon as mor

Re: [Trinidad] button + hover

2007-08-02 Thread Svilen Ivanov
BTW, CSS pseudo-class ":hover" doesn't work in IE6 for all tags (it works just for "A"). Have you checked it Firefox? Firfox allows ":hover" on arbitrary tag. Regards, Svi Okan Çetin wrote: I tried many of posibilities ::hover, :hover, ::button-hover, ::icon-hover etc... On 02/08/07, Cristi

Re: Schedule tomahawk

2007-08-02 Thread Jurgen Lust
This line in your code is incorrect: scheduleItems.add(new SelectItem(scheduleResult.get(i).toString())); You should replace it with: ScheduleEntry entry = new ScheduleEntry(); entry.setId(scheduleResult.get(i).getId()); entry.setStartTime(scheduleResult.get(i).getStartTime()); ... entries.add(e

Re: MF1.2.0 + Facelets "XML Parsing Error"

2007-08-02 Thread Matthias Wessendorf
let's look at this end of next week... On 8/2/07, Wolf Benz <[EMAIL PROTECTED]> wrote: > Ah, I smell a MF 1.2.1 along the corner ;-) > -Wolf > > On 8/2/07, Werner Punz <[EMAIL PROTECTED]> wrote: > > Wolf Benz schrieb: > > > Ha, that was a community effort really: > > > It is based upon efforts > >

Re: [Trinidad] button + hover

2007-08-02 Thread Okan Çetin
I tried many of posibilities ::hover, :hover, ::button-hover, ::icon-hover etc... On 02/08/07, Cristi Toth <[EMAIL PROTECTED]> wrote: > > try ':hover' > only one ':', not 2 of them > because hover is a CSS pseudo-class > it's not a sub-selector > > On 8/2/07, Okan Çetin < [EMAIL PROTECTED]> wrote:

Re: MF1.2.0 + Facelets "XML Parsing Error"

2007-08-02 Thread Werner Punz
Wolf Benz schrieb: > Ah, I smell a MF 1.2.1 along the corner ;-) > -Wolf > I am the wrong person in this case ;-) I am only involved with the release votingwise.

Re: MF1.2.0 + Facelets "XML Parsing Error"

2007-08-02 Thread Wolf Benz
Ah, I smell a MF 1.2.1 along the corner ;-) -Wolf On 8/2/07, Werner Punz <[EMAIL PROTECTED]> wrote: > Wolf Benz schrieb: > > Ha, that was a community effort really: > > It is based upon efforts > > - from my last project > > - help from Werner (who wickedly convinced me to use facelets and > > hel

Re: [Trinidad] button + hover

2007-08-02 Thread Cristi Toth
try ':hover' only one ':', not 2 of them because hover is a CSS pseudo-class it's not a sub-selector On 8/2/07, Okan Çetin <[EMAIL PROTECTED]> wrote: > > Hi all; > > I arranged new skin for some command buttons like that : > > .SaveButton{ > background-image: url(../images/saveButton1.png); >

Re: MF1.2.0 + Facelets "XML Parsing Error"

2007-08-02 Thread Werner Punz
Wolf Benz schrieb: > Ha, that was a community effort really: > It is based upon efforts > - from my last project > - help from Werner (who wickedly convinced me to use facelets and > helped me sorting out the libs, remember the Tomahawk dependency/EL > issues) > - help from Bruno, for whom I review