Re: [orchestra] FacesGoodies and myfaces-orchestra-examples-project

2007-12-05 Thread Matthias Wessendorf
http://code.google.com/p/facesgoodies (do a SVN check-out) On Dec 6, 2007 8:22 AM, simon <[EMAIL PROTECTED]> wrote: > > On Tue, 2007-12-04 at 20:30 +0100, Matthias Wessendorf wrote: > > > Test case I: FacesGoodies > > Where can I find the "FacesGoodies" code? > > > > > > > Test case II: myfaces-o

Re: [orchestra] FacesGoodies and myfaces-orchestra-examples-project

2007-12-05 Thread simon
On Tue, 2007-12-04 at 20:30 +0100, Matthias Wessendorf wrote: > > Test case I: FacesGoodies Where can I find the "FacesGoodies" code? > > > > Test case II: myfaces-orchestra-examples-project - petstore > > > > > > > > 1. Enable administrator mode > > > > 2. Create Customer Group > > > > 3. Creat

Re: How can I Use Expression Language in the DataTable id

2007-12-05 Thread Gerhard Petracek
hello, if they are really dynamic ("without limited rules") + your mentioned id requirement: in such cases you have to generate/build your tables via source code. (there are "several" possibilities to do that - most of them aren't nice/handy...) however, e.g. you can combine this approach with com

Re: Simple Question (Action Call from BackingBean init method)

2007-12-05 Thread Gerhard Petracek
hello, there is no need to use shale to implement a login scenario with jsf - it's just one among many possibilities... concerning your question about navigation rules (within faces-config.xml) to implement a login-scenario: in my opinion: don't use such an approach - in such a case you have to ch

Re: [Trinidad] sortProperty in tr:table (tr:column)

2007-12-05 Thread Alessandro Lazarotti
ops, I understand now the code. ... thanks Alessandro Alessandro Lazarotti escreveu: Thanks Gerhard! But how to apply the patch? []s Alessandro Gerhard Petracek escreveu: hello alessandro, that's a known issue - i provided a patch: https://issues.apache.org/jira/browse/TRINIDAD-768 regard

Re: [Trinidad] sortProperty in tr:table (tr:column)

2007-12-05 Thread Alessandro Lazarotti
Thanks Gerhard! But how to apply the patch? []s Alessandro Gerhard Petracek escreveu: hello alessandro, that's a known issue - i provided a patch: https://issues.apache.org/jira/browse/TRINIDAD-768 regards, gerhard 2007/12/5, Alessandro Lazarotti <[EMAIL PROTECTED]

Re: [Trinidad] sortProperty in tr:table (tr:column)

2007-12-05 Thread Gerhard Petracek
hello alessandro, that's a known issue - i provided a patch: https://issues.apache.org/jira/browse/TRINIDAD-768 regards, gerhard 2007/12/5, Alessandro Lazarotti <[EMAIL PROTECTED]>: > > How sort properties of objects like: > > sortProperty="country.state.city" defaultSortOrder="descending"> >

How can I Use Expression Language in the DataTable id

2007-12-05 Thread Ali Abdel-Aziz Ali
Hi All, I need to be able to dynamically increment the id of the datatable. however the datatable *id* doesn't accept EL. the situation I'm facing is that I have dynamic number of tables so I construct its data and iterate on the list of tables inside datalist and generate the table code for each

[Trinidad] sortProperty in tr:table (tr:column)

2007-12-05 Thread Alessandro Lazarotti
How sort properties of objects like: sortProperty="country.state.city" defaultSortOrder="descending"> ... the navigation in object (country.state.city) don't work with Trinidad or I don't known to work with tr:table? (In Tomahawk, this working fine) Scott O'Bryan escreveu:

Re: [Trinidad] messages

2007-12-05 Thread Matthias Wessendorf
Hello Santa, are you talking about replacing some "wordings" or "translations" ? That is possible w/ a res.bundle; You can see in the trinidad-skins.xml in the demo bundle how you can add a resource bundle name: purple.desktop purple org.apache.myfaces.trinidad.desktop skins/purple/purpl

RE: A question

2007-12-05 Thread Carlos Adolfo Ortiz Quiros
Another thing. Is Facelet worth using for a new Project or old one? I am having an old project in JSF, but don't know if facelet is the choice. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Matthias Wessendorf Enviado el: Wednesday, December 05, 2007 12:2

Re: [Trinidad] messages

2007-12-05 Thread Scott O'Bryan
Not sure what you mean by manually... What properties. Are you talking attributes? Scott Santa_Claus wrote: Hello, I want to change the properties of the tag manually. How can this be done? Thanks for your help!

[Trinidad] messages

2007-12-05 Thread Santa_Claus
Hello, I want to change the properties of the tag manually. How can this be done? Thanks for your help! -- View this message in context: http://www.nabble.com/-Trinidad--messages-tf4952319.html#a14180692 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: Faceletes and MyFaces Tomahawk fileupload

2007-12-05 Thread sback
Hi, really nobody could help me? I should definitively find a way to do a file upload with facelets... anyone could suggest me how to do if there is not solution using tomahawk and facelets? Thank you in advance sback wrote: > > Hi, > > I am really worried because I am trying to implem

Re: [Trinidad] Custom Renderer for Trinidad Components

2007-12-05 Thread Leonardo Uribe
Really not. The renderer should be configured with the same component family and renderer type component family: org.apache.myfaces.trinidad.Go renderer type: org.apache.myfaces.trinidad.Link This is good, but on faces-config.xml on trinidad this renderkit exists: org.apache.myfaces.tr

Re: [Trinidad] Skinning - :hover state on links

2007-12-05 Thread Bruno Aranda
Thanks Simon. That works like a charm. I had seen the OraLink class before but I was hoping there was a different alternative. Cheers, Bruno On 05/12/2007, Simon Lessard <[EMAIL PROTECTED]> wrote: > Hello Bruno, > > Yeah, link are nasty and use an internal private style class... We'll need > to

Re: [Trinidad] Custom Renderer for Trinidad Components

2007-12-05 Thread Martin Haimberger
Sorry i have seen that the xml was one of my trys ... i wanted to send this xml snippet without the render-kit-class : org.apache.myfaces.trinidad.core org.apache.myfaces.trinidad.core org.apache.myfaces.trinidad.

Re: [Trinidad] Skinning - :hover state on links

2007-12-05 Thread Simon Lessard
Hello Bruno, Yeah, link are nasty and use an internal private style class... We'll need to do something about this soon. Anyway, try using .OraLink:hover Sadly, though, since OraLink is used on way too many components, you might have to use a.OraLink:hover Firebug is of great help for this, as

Re: Simple Question (Action Call from BackingBean init method)

2007-12-05 Thread daniel ccss
I found two others links that can help to my question http://www.gorerle.com/vlab-wiki/index.php?title=JSF http://www.jsftutorials.net/jsfNavigation/jsf-login-navigation-redirect.html But I don´t think that they were clear, even the second link have a note that says: *Note: This is only an examp

Re: [Trinidad] Skinning - :hover state on links

2007-12-05 Thread Bruno Aranda
Thanks Simon, I am starting with this. I have styled the links using global selectors but I have no idea how to add the :hover on the links. So just with a simple example I would do. I have nothing else :) Thanks, Bruno On 05/12/2007, Simon Lessard <[EMAIL PROTECTED]> wrote: > Hmmm :hover works

Re: [Trinidad] Skinning - :hover state on links

2007-12-05 Thread Simon Lessard
Hmmm :hover works fine for me, what is your use case so I can try it? Regards, ~ Simon On Dec 5, 2007 1:28 PM, Bruno Aranda <[EMAIL PROTECTED]> wrote: > No hover possible for (command)links in the skin css then? Should I > just go with good ole styleClass="someClassWithHover" for this? > > Tha

Re: [Trinidad] Skinning - :hover state on links

2007-12-05 Thread Bruno Aranda
No hover possible for (command)links in the skin css then? Should I just go with good ole styleClass="someClassWithHover" for this? Thanks! Bruno On 04/12/2007, Bruno Aranda <[EMAIL PROTECTED]> wrote: > Hi, > > I am creating my first skin with trinidad. I have a page with a few > tr:commandLinks

Re: [Trinidad] Custom Renderer for Trinidad Components

2007-12-05 Thread Leonardo Uribe
Hi Maybe if you try a DelegateCoreRenderKit class that encapsulates CoreRenderKit, register it as another renderkit and on this RenderKit register your custom implementation. This should work. Leonardo Uribe

Re: A question

2007-12-05 Thread Matthias Wessendorf
when doing JSF dev., why picking JSP frameworks? I'd stick with one frameworks. The more you add to your project, the more "fun" you see... But that is your call :-) -Matthias On Dec 5, 2007 6:19 PM, Carlos Adolfo Ortiz Quiros <[EMAIL PROTECTED]> wrote: > Yes indeed. > But I think Facelet is a J

RE: A question

2007-12-05 Thread Carlos Adolfo Ortiz Quiros
Yes indeed. But I think Facelet is a JSF solution only, whereas Tiles 2 is agnostic. BTW, I am checking Sitemesh/Tiles/Facelet. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Matthias Wessendorf Enviado el: Wednesday, December 05, 2007 9:09 AM Para: MyFaces

Re: Simple Question (Action Call from BackingBean init method)

2007-12-05 Thread daniel ccss
Thanks Both of you, i was out for a while. Ok I think this is a common question, and not a simple question as I wrote in my subject, something similar was talked in this thread: http://forum.java.sun.com/thread.jspa?threadID=690288&messageID=4017603 I think the NavigationHandler is the easier an

[Trinidad] Custom Renderer for Trinidad Components

2007-12-05 Thread Martin Haimberger
Hi *, i tried to use a custom Renderer for the Component. I did following in the faces-config.xml: org.apache.myfaces.trinidad.core org.apache.myfaces.trinidad.core org.apache.myfaces.trinidadinternal.rende

Re: loadBundle

2007-12-05 Thread Luka Surija
Malakis wrote: Hello. I want use some stuff, which is stored in some file in mine application. I had seen some example in demo: with .properties files and tc:loadBundle tag. But I can not make it works in mine application. So i wanted to ask about all the things that i have to do about configu

Re: page refreshing on mouser over

2007-12-05 Thread Sushma Sharma
Hi Simon, Thanks for answering. here are the contents of my web.xml. is there anything wrong with the mappings? I do have pages in serveral directories and everything works fine. javax.faces.STATE_SAVING_METHOD server ajax4jsf

Re: page refreshing on mouser over

2007-12-05 Thread Simon Kitching
Hi Nitin, Interesting... You are using a relative url for the icon, which is probably not a good idea. If you are using suffix mapping, eg "*.jsf" then the problem is less serious. It won't work properly once you have your pages in more than one directory of course, so I hope your application

Re: A question

2007-12-05 Thread Matthias Wessendorf
On Dec 5, 2007 2:58 PM, Carlos Adolfo Ortiz Quiros <[EMAIL PROTECTED]> wrote: > OK, sorry for not explaining correctly. I will try to do this right now. > 1. If the demo is in source, to which version targets. How do I get that? > and how? How do I put it to work? it is in our SVN, you need to c

RE: A question

2007-12-05 Thread Carlos Adolfo Ortiz Quiros
OK, sorry for not explaining correctly. I will try to do this right now. 1. If the demo is in source, to which version targets. How do I get that? and how? How do I put it to work? 2. Is there documentation for this integration. 3. Is this better than facelet's composition. 4. I am new to this eM

Re: A question

2007-12-05 Thread Matthias Wessendorf
the demo is available in source, so you can check. not sure, what you mean. On Dec 5, 2007 2:07 PM, Carlos Adolfo Ortiz Quiros <[EMAIL PROTECTED]> wrote: > This sounds interesting, but I don't understand. How is this done? Is there > any documentation I can read or use in order to understand thi

Solved Re: page refreshing on mouser over - One question though

2007-12-05 Thread Nitin Deshmukh
Finally, I was able to resolve the issue. the problem was that I was changing image on mouse over of the links and the STATE_SAVING_METHOD is server. It was getting each and everything again, when retrieving the new image. Should it happen like that? I mean instead of getting only image, it was re

RE: A question

2007-12-05 Thread Carlos Adolfo Ortiz Quiros
This sounds interesting, but I don't understand. How is this done? Is there any documentation I can read or use in order to understand this integration. I guess the community would benefit a lot if this is well documented somewhere in the website. -Mensaje original- De: [EMAIL PROTECTED

Re: A question

2007-12-05 Thread Matthias Wessendorf
tile2 is now supported by tomahawk (TRUNK), the "old" demo works w/ the new ViewHandler -M On Dec 4, 2007 10:58 PM, Carlos Adolfo Ortiz Quiros <[EMAIL PROTECTED]> wrote: > > > > > Hi > > > > I World like to know where I can find a good tutorial about using Struts > Tiles 2 with JSF Tomahawk? > >

Re: Difference between 1.1.5 and 1.2 in validation errorMessages

2007-12-05 Thread Simon Kitching
Then perhaps you could write a patch for t:inputText to support a "label" attribute, and t:messages to look for it? With that, your code would be much cleaner, and easier to move to jsf1.2 later. I'm fairly sure this patch would be welcome into the tomahawk trunk. Regards, Simon Jochen

Re: Difference between 1.1.5 and 1.2 in validation errorMessages

2007-12-05 Thread Jochen Zink
Hi, thanks for your answer. With label it is working, yes. But this is not a usefull solution for us. We habe the dependencie, to get our applications run at myfaces 1.1.5 AND 1.2. So we switched from to Fields and we use the forceID Attribute. Regards Jochen > -Ursprüngliche Nachricht