Re: MyFaces 1.1.2 Listener startup probs & Deltas in web.xml

2006-04-19 Thread Werner Punz
Sean Schofield schrieb: > Yes it will take some time to get everything promoted but that > shouldn't stop users from using the sandbox stuff now. The Dojo stuff > especially needs to be heavily discussed before we promote it. We'd > like to figure out a few best practices for all of this Ajax stu

Re: Setting managed bean properties from inlcuded jsp

2006-04-19 Thread Dennis Byrne
Furer, Are you specifying "clientBean" in faces-config.xml ? If so, you would access this via a JSF EL binding - something like this You are trying to access this with a JSP EL binding ( startwith $ ), which simply cannot trigger an instantiation of the clientBean. Dennis Byrne >-Orig

Setting managed bean properties from inlcuded jsp

2006-04-19 Thread Furer Alexander
Hi all I have managed bean that contains few another nested beans. First  jsp binds inputs to managed bean properties and includes (at runtine) another jsp, that binds its' input to appropriate nested bean's properties. The code :   ... main jsp page . .

Re: Tobago?

2006-04-19 Thread Julian Klappenbach
Sorry about that. It appeared that the xml contained a different set (superset) of information than the logs. I'll attach xml from now on. Also, I wasn't sure that the list allowed attachments, thus the capture in the message to be safe. I've got it now. On 4/17/06, Wayne Fay <[EMAIL PROTECTED

Re: MyFaces 1.1.2 Listener startup probs & Deltas in web.xml

2006-04-19 Thread Sean Schofield
Yes it will take some time to get everything promoted but that shouldn't stop users from using the sandbox stuff now. The Dojo stuff especially needs to be heavily discussed before we promote it. We'd like to figure out a few best practices for all of this Ajax stuff and stick with them in all of

Setting managed bean properties from inlcuded jsp

2006-04-19 Thread Furer Alexander
Hi all I have managed bean that contains few another nested beans. First  jsp binds inputs to managed bean properties and includes (at runtine) another jsp, that binds its' input to appropriate nested bean's properties. The code :   ... main jsp page . .

Using images for selectItem labels

2006-04-19 Thread Richard Wallace
I'd like to use images as the labels for the selectItems in selectOneRadio component. Since itemLabel is an attribute of the selectItem component, I can't just use a graphicImage. Am I going to have to hack together some funky text label to do it? Something like /> Or is there a better wa

Re: SelectOneMenuAjax???

2006-04-19 Thread Travis Reeder
Yes, the plan is to ajaxify the full set of basic form components.  "When" this will happen is the big question, but I think the SelectOneMenu should be pretty straight forward so it should be soon.Travis On 4/19/06, Rogerio Pereira <[EMAIL PROTECTED]> wrote: Hi,Is there any plans about an SelectOn

Re: MyFaces 1.1.2 Listener startup probs & Deltas in web.xml

2006-04-19 Thread Werner Punz
Philippe Lamote schrieb: Well the problem is that the sandbox components are very experimental and often under heavy code fluctuation und to make things worse, mostly undocumented yet. -- Everybody understands. Suffices to add a disclaimer? (like always with "betas") So if you use them use

Re: Choosing between Struts or JSF

2006-04-19 Thread sia far
You should know that each one has its strengths or weaknesses. Though they are geared toward solving the same 'General' objective but there are some cases that JSF has the edge over struts and vice versa. It depends on what your project is and what type of problem it solves. There also some no

Re: Colons in component ids

2006-04-19 Thread Mike Kienenberger
Colin, How about adding this to the MyFaces FAQ wik page? You're not the first person to ask the question -- although you might be the first one to get a straight answer. :-) On 4/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > It's not incompatible with CSS; you just need to use a

RE: Constructing Datatable with Columns Having Foreign Key references

2006-04-19 Thread Gary VanMatre
How about something like this:   JSP:             Students           &n bsp;&n bsp;                   Class Id          

Re: Colons in component ids

2006-04-19 Thread Colin_Sharples
> It's not incompatible with CSS; you just need to use a backslash to escape it: > > >div#foo { background-color:red} >div#foo\:bar { background-color:green} > > > Foo > Foo:Bar Well, what do you know? That does the trick nicely! I guess I'll have to go back to the CSS _expert_ wh

Re: Colons in component ids

2006-04-19 Thread Colin_Sharples
> However, when using MyFaces use > this won't generate something like "form:foo", only "foo". > Look at [1] for more on that Yes, I know about forceId, but unfortunately I'm using outputLink, and there isn't a Tomahawk version of outputLink... Guess I should go and write one, shouldn't I? --

Re: Colons in component ids

2006-04-19 Thread Adam Winer
Colin, It's not incompatible with CSS; you just need to use a backslash to escape it: div#foo { background-color:red} div#foo\:bar { background-color:green} Foo Foo:Bar -- Adam On 4/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Is it mandated that component ids u

Re: Colons in component ids

2006-04-19 Thread Matthias Wessendorf
:) this question has to be asked to eg of JSF. However, when using MyFaces use http://www.irian.at/myfaces/forceId.jsf On 4/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Is it mandated that component ids use colons, e.g. form:comp? > > We have had some problems with a CSS that was using

Colons in component ids

2006-04-19 Thread Colin_Sharples
Is it mandated that component ids use colons, e.g. form:comp? We have had some problems with a CSS that was using id selectors to apply styles to particular elements. However, colon is not valid in a CSS id selector. Is it possible to change the character that JSF uses in ids? It seems odd that J

http://myfaces.apache.org/sandbox is not a registered TLD namespace

2006-04-19 Thread mindu
I am having problems with this error in oc4j: Erro:"http://myfaces.apache.org/sandbox" is not a registered TLD namespace. somebody already passed for this problem? thanks mndu-- Comunidade IRC de Usuários Java.#java - irc.brasnet.orghttp://canaljava.dev.java.net

RE: Constructing Datatable with Columns Having Foreign Key references

2006-04-19 Thread Romanowski, Tim
Gary, thanks for the suggestion, but I'm not sure I understand how this will help me:   Are you suggesting to use the datalist within my datatable?  In such a case, the value returned by "#{countryList.countries}" is dependent upon the row id of my datatable.  So I would have several columns

Re: Faces Trace

2006-04-19 Thread Jurgen Lust
Has anyone looked at the validation example in the Dojo Toolkit? Since we have already imported this toolkit in myfaces, it would be interesting to use what it has to offer I think. http://archive.dojotoolkit.org/nightly/tests/widget/test_validate.html Jurgen

Re: Welcome Jurgen Lust to the team!

2006-04-19 Thread Jurgen Lust
Thanks Martin and * :) I haven't been nearly as active as I would like to be, but I'm very happy to be part of this team. With the beta release of Google Calendar last week, it has become clear that I got work to do on the schedule component though ;) Jurgen Martin Marinschek schreef: Hi *

RE: Constructing Datatable with Columns Having Foreign Key references

2006-04-19 Thread Gary VanMatre
You might give the dataList component a look.  The rowIndexVar will give you the current row (http://myfaces.apache.org/tomahawk/dataList.html).           styleClass="standardList"    var="country"    value="#{countryList.countries}"    layout="simple"    rowCountVar="rowCount"

Re: MyFaces 1.1.2 Listener startup probs & Deltas in web.xml

2006-04-19 Thread Philippe Lamote
Well the problem is that the sandbox components are very experimental and often under heavy code fluctuation und to make things worse, mostly undocumented yet. -- Everybody understands. Suffices to add a disclaimer? (like always with "betas") So if you use them use them with care and have

RE: Constructing Datatable with Columns Having Foreign Key references

2006-04-19 Thread Romanowski, Tim
Title: Constructing Datatable with Columns Having Foreign Key references Perhaps to point this in a useful direction: is it possible to get a value of the current row (such as "row.id") from the FacesContext in a bean?  For example:         MyValues       Is it possible to access another

Re: Tobago: ClassCastException rendering navigator

2006-04-19 Thread Bernd Bohmann
Oh, sorry. is not a good idea. Please switch to rendering of jsf UIComponents with the rendered attribute. rendered= "#{navigationController.currentPage == 'edit/editFuelling'}"/> or rendered="#{facesContext.viewRoot.viewId == '/list.xml'" Regards Bernd Bernd Bohmann schrieb: I think i

SelectOneMenuAjax???

2006-04-19 Thread Rogerio Pereira
Hi,Is there any plans about an SelectOneMenuAjax component?-- Yours truly (Atenciosamente),Rogério

Re: List-entries problem

2006-04-19 Thread Mike Kienenberger
On 4/19/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > I am trying to construct a little demo and I have a bean which has an > ArrayList type property. I am initializing the property using the > managed beans facilities but each declared entry seems to be added two > times. Any ideas why? It s

Re: Tobago: ClassCastException rendering navigator

2006-04-19 Thread Bernd Bohmann
I think it is an tobago issue. Working on it. Regards Bernd Stefan Hedtfeld schrieb: Hi, I built a navigation like the one in the tobago examples. But I get the following error: 19:53:21,601 INFO [NavigationController] action = 'edit/editFuelling' 19:53:21,608 ERROR [[jsp]] Servlet.servi

Re: Choosing between Struts or JSF

2006-04-19 Thread Sean Schofield
David Geary wrote a nice blog on this a while back: http://www.jroller.com/page/dgeary?entry=top_ten_reasons_to_prefer Sean On 4/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > tell him it is cheaper :) > > > > > De : Meyer, Guillermo [mailto:[EMAIL PRO

List-entries problem

2006-04-19 Thread Alexandre Poitras
Hi all, I am trying to construct a little demo and I have a bean which has an ArrayList type property. I am initializing the property using the managed beans facilities but each declared entry seems to be added two times. Any ideas why? Here's the managed bean declaration

RE: Managed-property array handling incorrect in 1.1.1?

2006-04-19 Thread Dellisanti, Brian
The property is definitely not null. It gets initialized to an empty boolean array (which I did not explain in my original email). In the case of an array, it should always create the ArrayList, copy the elements from the array (none in this case), create a new array of proper type from the Arra

Re: Managed-property array handling incorrect in 1.1.1?

2006-04-19 Thread Alexandre Poitras
Well the spec said even if you specify a element, if your property is null, JSF will always initialize it with a newly created ArrayList. If, however, the object has already created an object of a different type, JSF won't replace it with an ArrayList. I guess it also apply to arrays. I think whe

RE: Choosing between Struts or JSF

2006-04-19 Thread Cote.Mark
tell him it is cheaper :)   De : Meyer, Guillermo [mailto:[EMAIL PROTECTED] Envoyé : mercredi 19 avril 2006 15:19À : users@myfaces.apache.orgObjet : Choosing between Struts or JSF Hi: I’m starting a new Project and I’m proposing to use JSF MyFaces + ADF Faces as th

Choosing between Struts or JSF

2006-04-19 Thread Meyer, Guillermo
Hi: I’m starting a new Project and I’m proposing to use JSF MyFaces + ADF Faces as the UI framework. My Manager is asking me why I do not use Struts and what the advantages to use JSF over Struts are. Although I know the technical advantages, I would like to fundament my choice with some

Managed-property array handling incorrect in 1.1.1?

2006-04-19 Thread Dellisanti, Brian
It seems that arrays (of boolean at least) are not handled correctly with respect to value-class based on this from the spec: The "list-entries" element represents a set of initialization elements for a managed property that is a java.util.List or an array. In the former case, the "value-class"

Re: MyFaces 1.1.2 Listener startup probs & Deltas in web.xml

2006-04-19 Thread Werner Punz
Philippe Lamote schrieb: Donno what caused it, but the app just wouldn 't start. Strange. (even not with just MyFaces 112) So I went back to MyFaces 111 with the 'old' tomahawk, gives me no trouble. :-) All I can say is sorry for this mess, please hold on a little bit longer until the tomahaw

Tobago: ClassCastException rendering navigator

2006-04-19 Thread Stefan Hedtfeld
Hi, I built a navigation like the one in the tobago examples. But I get the following error: 19:53:21,601 INFO  [NavigationController] action = '' 19:53:21,608 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception java.lang.ClassCastException: org.apache.myfaces.tobago.component.UIC

Re: Custom validation message

2006-04-19 Thread Mike Kienenberger
On 4/19/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > and I want to support runtime parameters. Yes, this isn't currently supported. Not sure of what would be a good way to do it or even if it's a good idea. Each validator already passes a certain argument set (see the original message key

Re: Custom validation message

2006-04-19 Thread Mike Kienenberger
On 4/19/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > Cool but my problem is there are two messages (detailled and summary) > and I want to support runtime parameters. So I was thinking of adding > children UIParam components but I don't know how I would specify to > which message a parameters

Re: Faces Trace

2006-04-19 Thread Hubert Rabago
I suppose there's no reason you can't have both. Specific tags for built-in validators, and a generic one that can work with either built-in or user-supplied validators. What I like about Niall's JS extension is that it allows the user to "override" the JS handling. For instance, if I wanted err

Re: Custom validation message

2006-04-19 Thread Gary VanMatre
>From: "Alexandre Poitras" <[EMAIL PROTECTED]> >> Cool but my problem is there are two messages (detailled and summary) > and I want to support runtime parameters. So I was thinking of adding > children UIParam components but I don't know how I would specify to > which message a parameters belong.

Re: Faces Trace

2006-04-19 Thread Cagatay Civici
Hi,I am currently working on the client side validation support for extended validators in myfaces. As we all agreed it will be turned on using a global flag and also can be overriden per validator level. There are also several customization options for validators like usePopup(default uses message

Re: Custom validation message

2006-04-19 Thread Alexandre Poitras
Cool but my problem is there are two messages (detailled and summary) and I want to support runtime parameters. So I was thinking of adding children UIParam components but I don't know how I would specify to which message a parameters belong. On 4/19/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote

Re: Custom validation message

2006-04-19 Thread Mike Kienenberger
On 4/19/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > I would like to be able to customize validation messages. I know you > can override the default message but my problem with this approach is > that there isn't a specific message per validator. And I would prefer > a declarative approach so

FW: [ANN] JAVAWUG BOF XVII / Friday 28th April 2006 @ 19:00 / Ora cle City of London

2006-04-19 Thread Pilgrim, Peter
FYI -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peter Pilgrim Sent: Wednesday, April 19, 2006 12:06 AM To: [EMAIL PROTECTED]; Struts Users Mailing List; Maven Users List; Struts Developers List Subject: [ANN] JAVAWUG BOF XVII / Friday 28th April 2006 @

Re: Faces Trace

2006-04-19 Thread Gary VanMatre
>From: "Hubert Rabago" <[EMAIL PROTECTED]> >> On 4/19/06, Gary VanMatre <[EMAIL PROTECTED]>wrote: > > > It'd be OK to have a convenience tag - like - for > > > using a new custom commons-validator, without any attributes at all > > > other than "type". There's no good reason to cram all the pre-ex

Adding Children and Unexpected Results

2006-04-19 Thread Elam Daly
Hi all,I have a booleanCheckbox, which has a valueChangeListener wired to one of my beans.  When the box is checked and therefore true, I create an HtmlPanelGrid and add it to the component tree in the method that handles the ValueChangeEvent.  That works fine, the table is added and shows on the p

Custom validation message

2006-04-19 Thread Alexandre Poitras
Hi all, I would like to be able to customize validation messages. I know you can override the default message but my problem with this approach is that there isn't a specific message per validator. And I would prefer a declarative approach so creating a custom validator each time isn't an option.

Re: Faces Trace

2006-04-19 Thread Matthias Wessendorf
> What I mean is, do those tags wrap JCV? right, I created those tags by *resusing* JCV Sandbox contains url and isbn, also done w/ JCV -Matthias > Hubert > > > > > -Matthias > > > > > Hubert > > > > > > > > -- Matthias Wessendorf Aechterhoek 18 48282 Emsdetten http://jroller.com/page/mwessen

Re: Faces Trace

2006-04-19 Thread Hubert Rabago
On 4/19/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > > > validators into one tag. They should be in separate tags. > > > > > > That's not a bad idea. > > > > I'm not sure about this, but doesn't this describe the existing > > Tomahawk validators (creditCard, email, regExp)? > > yeah, ther

Re: Faces Trace

2006-04-19 Thread Matthias Wessendorf
> > > validators into one tag. They should be in separate tags. > > > > That's not a bad idea. > > I'm not sure about this, but doesn't this describe the existing > Tomahawk validators (creditCard, email, regExp)? yeah, there are separate tags for our validators. -Matthias > Hubert > -- Matthi

Re: Faces Trace

2006-04-19 Thread Hubert Rabago
On 4/19/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > It'd be OK to have a convenience tag - like - for > > using a new custom commons-validator, without any attributes at all > > other than "type". There's no good reason to cram all the pre-existing > > validators into one tag. They should be i

Re: TreeModelBase/HtmlTree : Java heap space

2006-04-19 Thread Andrew Robinson
That last class is supposed to be CustomTreeNode.Then, just have a TreeModel as a member variable of you backing-bean and return that (or create a new one each time, up to you). If you keep it around as a variable, it will keep the expanded state across calls. On 4/19/06, Andrew Robinson <[EMAIL PR

Re: TreeModelBase/HtmlTree : Java heap space

2006-04-19 Thread Andrew Robinson
I have a static tree model with one root node. Then, I override the node interface. Something like this:  public class CustomTreeRootNode    implements TreeNode, Serializable {...    public List getChildren() {   MyObject parent = rootObject;  List myChildren = parent.getChildren();  Li

Re: Faces Trace

2006-04-19 Thread Gary VanMatre
>From: "Adam Winer" <[EMAIL PROTECTED]> >> On 4/19/06, Hubert Rabago <[EMAIL PROTECTED]>wrote: > > Sure there are problems. > > > > > -Original Message- > > > From: Adam Winer [mailto:[EMAIL PROTECTED] > > > > > > The Shale incorporation of commons-validator is not a good > > > role model.

RE: indeciperable Errors in Tobabgo app

2006-04-19 Thread John
Removed the sheet and it had no effect on the errors. Yes I removed the work directory, so it's not a caching thing. It seems to be having a problem with the view, which is in main.tag. But this code didn't change between when it worked and when it stopped. Actually other than the sheet tag and i

Re: updateActionListener questions (re: Shale Clay mostly)

2006-04-19 Thread Matthias Wessendorf
Hi Rich, can you please go ahead and open a jira ticket on it? If you upload the patch file, don't forget to press "patch available" Thanks, Matthias On 4/19/06, Richard Wallace <[EMAIL PROTECTED]> wrote: > Richard Wallace wrote: > > Martin Marinschek wrote: > >> I was already wondering myself.

Re: updateActionListener questions (re: Shale Clay mostly)

2006-04-19 Thread Richard Wallace
Richard Wallace wrote: Martin Marinschek wrote: I was already wondering myself. It would fit better in the component, if there is one. Manfred? @Rich: Can you do a patch - would be great. On closer inspection I think I see why it is in the tag class rather than the component itself. It u

Re: Faces Trace

2006-04-19 Thread Hubert Rabago
On 4/19/06, Adam Winer <[EMAIL PROTECTED]> wrote: > > And what if your custom validator needs an attribute other than those > specified in that one tag? That's a no go. > That's why I added the tag. Your custom validator can now have its own parameters. http://struts.apache.org/struts-shale/fe

Re: MyFaces 1.1.2 Listener startup probs & Deltas in web.xml

2006-04-19 Thread Philippe Lamote
Donno what caused it, but the app just wouldn 't start. Strange. (even not with just MyFaces 112) So I went back to MyFaces 111 with the 'old' tomahawk, gives me no trouble. :-) That aside, Sandbox has some VERY cool components, I think it would be a good idea to include a "nightly build" se

Re: TreeModelBase/HtmlTree : Java heap space

2006-04-19 Thread sunilskulkarni
Thanks Sean, Andrew. I am trying to construct tree2 from following DB table. KaMenu object represents the following table. +---++--+--++ | child | parent | name | link | locale | +---++--+--++ | 1 | 1 | n1 | l1 | 0 | |

Re: Checkout of 1.1.1 source impossible from SVN?

2006-04-19 Thread James Mitchell
I just committed what I hope is a full fix for getting 1_1_1 tag from svn and being able to do a full build. (If anyone sees any issues with my changes, please speak up so I can fix it asap) To build it, do the following $ svn co https://svn.apache.org/repos/asf/myfaces/release/tags/1_1_1/

Re: Faces Trace

2006-04-19 Thread Adam Winer
On 4/19/06, Hubert Rabago <[EMAIL PROTECTED]> wrote: > Sure there are problems. > > > -Original Message- > > From: Adam Winer [mailto:[EMAIL PROTECTED] > > > > The Shale incorporation of commons-validator is not a good > > role model... > > > > First off, you can turn on client-side validat

RE: dataTable> class/style for table cells

2006-04-19 Thread Michael Heinen
t:column and t:columns have styleClass attribute and style attribute. see http://myfaces.apache.org/tomahawk/tlddoc/t/column.html -Original Message- From: Michael Baranov [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 19. April 2006 17:52 To: MyFaces Discussion Subject: class/style for table

Re: Faces Trace

2006-04-19 Thread Hubert Rabago
Sure there are problems. > -Original Message- > From: Adam Winer [mailto:[EMAIL PROTECTED] > > The Shale incorporation of commons-validator is not a good > role model... > > First off, you can turn on client-side validation without > turning on server-side > validation, which is completely

class/style for table cells

2006-04-19 Thread Michael Baranov
Hello! tag question: Is there a way to specify class/style attributes for a table cell element ( )? Thanks!!! Michael.

Re: updateActionListener questions (re: Shale Clay mostly)

2006-04-19 Thread Richard Wallace
Martin Marinschek wrote: I was already wondering myself. It would fit better in the component, if there is one. Manfred? @Rich: Can you do a patch - would be great. On closer inspection I think I see why it is in the tag class rather than the component itself. It uses the UIComponentTag.

Re: Faces Trace

2006-04-19 Thread Adam Winer
The Shale incorporation of commons-validator is not a good role model... First off, you can turn on client-side validation without turning on server-side validation, which is completely wrong. Also, it lumps all of the functionality into one tag with a "type" parameter, which is an API design tha

RE: CommandLink disabled attribute having no effect

2006-04-19 Thread Cote.Mark
OK. Je vais lui prêter la saison 1 pour commencer. Merci quand même. -Message d'origine- De : Matt Hughes [mailto:[EMAIL PROTECTED] Envoyé : mercredi 19 avril 2006 11:31 À : users@myfaces.apache.org Objet : CommandLink disabled attribute having no effect I am using MyFaces with Facelet

CommandLink disabled attribute having no effect

2006-04-19 Thread Matt Hughes
I am using MyFaces with Facelets and I have the following t:commandLink tag in my page: disabled="true">Do Something The disabled seems to have no effect. According to the docs, it should render a tag instead of a hyperlink. I have tried the following variation with the same outcome: di

Re: How to fire an Action in

2006-04-19 Thread Mike Kienenberger
On 4/17/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > I'm not an expert on panelTab, but I think is > only usable when you are using server-side tab switching, which is not > the default. Before MyFaces 1.1.2, you might need to use

Re: Checkout of 1.1.1 source impossible from SVN?

2006-04-19 Thread Steve McCoole
Thanks James! The myfaces-1.1.1.src archive files on the download site don't contain any build scripts so SVN is the only way to get a buildable 1.1.1 tree. Steve > It looks like these were moved during one of the reorgs. > > From here: > https://svn.apache.org/repos/asf/myfaces/legacy/tags/ >

Re: Using Eclipse Maven2 plugin with MyFaces

2006-04-19 Thread Alexandre Poitras
Yeah, just generate your Eclipse projects using "mvn eclipse:eclipse" and everything should work if you have maven 2 correctly installed. On 4/18/06, Rogerio Pereira <[EMAIL PROTECTED]> wrote: > Hi, > > Somebody could compile myfaces sources from eclipse using maven plugin? > > -- > Yours truly (A

Constructing Datatable with Columns Having Foreign Key references

2006-04-19 Thread Romanowski, Tim
Title: Constructing Datatable with Columns Having Foreign Key references When constructing a myfaces (tomahawk) datatable, I have a couple columns that each contain foreign key references.  How do you guys handle the situation where a given row in a datable might have a column that itself has

Re: TreeModelBase/HtmlTree : Java heap space

2006-04-19 Thread Andrew Robinson
I had a similar problem with a tree with ~100,000 nodes. I have moved to tree2. The great thing about tree2, is it operates 100% by node IDs, not nodes. Therefore, I was able to implement the flyweight pattern.I have a tree node as a root that contains no children, but instead a reference to my roo

RE: How to fire an Action in

2006-04-19 Thread MYyfaces Chaminda Siyasin
Hi All, I am using server side state. can any one help me to solve this issue. Appriciate your reply Regards, chaminda -- View this message in context: http://www.nabble.com/How-to-fire-an-Action-in-%3Cx%3ApanelTab-t1456923.html#a3987401 Sent from the MyFaces - Users forum at Nabble.com.

Re: Rumba - MyFaces-based application framework

2006-04-19 Thread Enrique Medina
Hi Alexey,What happened to your web?http://www.rumbaframework.orgOn 4/4/06, Alexey Maslov < [EMAIL PROTECTED]> wrote:Werner,   Thanx a lot for clear and useful answer :).--- Werner Punz <[EMAIL PROTECTED]> wrote:> Alexey Maslov schrieb:> >   I'd add one more question - is> > "session-per-conversati

Tomahawk TabbedPane and buttons

2006-04-19 Thread Sanjiv Jivan
Hi, I was wondering why the tab's in the TabbedPane component are rendered as buttons. Buttons don't give us the flexibility to render nice looking tabs such as tabs with rounded corners using CSS.   It would be nice if the tabs are exposed as facets allowing the user to use whatever command type

Re: Checkout of 1.1.1 source impossible from SVN?

2006-04-19 Thread James Mitchell
It looks like these were moved during one of the reorgs. From here: https://svn.apache.org/repos/asf/myfaces/legacy/tags/ ... I see 2 tags that might hold what you want. # before_maven_reorg/ # before_maven_reorg_v2/ Both have a 1_1_1 tag, but _v2 has a 'commons' and a 'current', which the

Re: Problem with simple JSF MyFaces deployment

2006-04-19 Thread Ken Clark
Thanks for pointing me in the right direction. I added jsp-2.0.jar to the WEB-INF/lib and that fixed the problem. Thanks, ken -- View this message in context: http://www.nabble.com/Problem-with-simple-JSF-MyFaces-deployment-t1472317.html#a3986692 Sent from the MyFaces - Users forum at Nabble.co

RE: Behaviour of custom components

2006-04-19 Thread Jesse Alexander \(KSFD 121\)
> -Original Message- > My question is, where should the component implement it's > core behaviour > (which is not dependent on application logic)? > -Original Message- Last time I had to do this, I created a POJO, configured it as a managed bean in my components faces-config.xml a

Re: myfaces 1.1.1 error with Weblogic 9.1

2006-04-19 Thread Adam Brod
Edward- I've used MyFaces on Weblogic 9.1.  It looks like you have a compiler problem in your JSP.  The Weblogic 9.x JSP compiler is much more strict than 8.x, so you probably need to check your JSPs for violations.  There is some documentation on the JSP compiler changes on support.bea.com. jav

Re: Behaviour of custom components

2006-04-19 Thread Werner Punz
arti schrieb: > Hi, > > My intention is not to leave the behavior to users. Sorting was just an > example. Primarily because my component should be ready-to-use. > > My component must define and implement some core behaviour. For > custom/additional behaviour it can provide some hooks (like > cal

RE: Behaviour of custom components

2006-04-19 Thread arti
Hi, My intention is not to leave the behavior to users. Sorting was just an example. Primarily because my component should be ready-to-use. My component must define and implement some core behaviour. For custom/additional behaviour it can provide some hooks (like callback-methods)as you suggested

Issue with myfaces-core-1.1.2/tomahawk-1.1.2-snapshot and t:panelNavigation2 within tiles

2006-04-19 Thread Hannes Carl Meyer
Hi List, Hi Developer Team, I have got a working myfaces-1.1.1 & tomahawk-1.1.1 application, using tiles (JspTilesViewHandlerImpl) AND some t:panelNavigation2 elements. When I use myfaces-1.1.2 and the latest nightly tomahawk-1.1.2-snapshot everything EXCEPT t:panelNavigation2 is working... T

RE: Behaviour of custom components

2006-04-19 Thread Jesse Alexander \(KSFD 121\)
You could ask the customer for a callback-method implementing the sort-mechanism... He can pass it using a EL-parameter to your component. regards Alexander > -Original Message- > From: arti [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 19, 2006 8:48 AM > To: MyFaces Discussion >

Re: MyFaces 1.1.2 Listener startup probs & Deltas in web.xml

2006-04-19 Thread Hannes Carl Meyer
Hi Phil, Hi List, I'm experiencing problems with myfaces 112 and tomahawk 112-snapshot too. Application startup is totally fine (I'm using a web.xml example from the tomahawk-examples-112-snapshot distribution) and my jsf-spring integration is working too! BUT, my t:panelNavigation2 is not work

Checkout of 1.1.1 source impossible from SVN?

2006-04-19 Thread Steve McCoole
It seems as if there is no way to check out the 1.1.1 source from SVN. When the client (linux or windows) proceeds to the api external it fails all the time with a bad url. I'm trying to check out the following: https://svn.apache.org/repos/asf/myfaces/release/tags/1_1_1/ Is there something

Re: Client side toggle for CollapsiblePanel?

2006-04-19 Thread Werner Punz
Juergen Melzer schrieb: > Hi, > > is it planned to implement a client side toggle for the CollapsiblePanel? > > There is an accordeonpanel in the sandbox, which basically does this, but have in mind this panel currently uses openrico, so it has issues with portlets.

Re: Problem with simple JSF MyFaces deployment

2006-04-19 Thread Werner Punz
Ken Clark schrieb: > I have built a very simple JSF web app and am having trouble trying to deploy > it. > > I am getting an error that I am unable to track down via google. It is: > I am not sure, but it might be a clash in el libraries... I do not have any experience with weblogic, but maybe s

MyFaces 1.1.2 Listener startup probs & Deltas in web.xml

2006-04-19 Thread Philippe Lamote
Hi list, I am trying MyFaces 112 + the sandbox & tomahawk. So I guess what I should have in my lib folder, is: - The Myfaces-impl/api-112.jars - tomahawk-sandbox-112-snapshot.jar - myfaces-shared-tomahawk 201-snapshot.jar But at boottime I'm getting Listener startup probs: Apr 19, 2006 12:04:27

Re: Syntax Question

2006-04-19 Thread Werner Punz
Kevin schrieb: > If I attempt to use for my app that uses tiles I get the > following error when I attempt to load a any page with a form in it: > > > Location: http://localhost:8989/myfaces-4-18/pages/login.faces > Line Number 249, Column 27: > > > > > > > The problem is obviously the fo

Re: JSF and Portlets commandbutton path to my pic

2006-04-19 Thread Benjamin Bratkus
hello all, thanks for your detailed explanation, Matthias, now it works, i've used the image="#{facesContext.externalContext.requestContextPath}/path/to/pic.gif" best regards, ben Matthias Wessendorf schrieb: hey, commandButton look like : please try image="#{facesContext.exte

RE: Faces Trace

2006-04-19 Thread Jesse Alexander \(KSFD 121\)
+1 on BOTH from me too regards Alexander > -Original Message- > From: Martin Marinschek [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 19, 2006 8:27 AM > To: MyFaces Discussion > Subject: Re: Faces Trace > > +1 for a global setting > > +1 for a possibility to override the global s

PanelNavigation2 not saving state

2006-04-19 Thread Hierro Rosello, Adrian
PanelNavigation2 not saving state    Hi,   I'm using panelNavigation2 for navigation stuff. Each commandNavigation2 points to different navigation-rules in the faces-config. If I use the menu for navigate it works properly faces keeps the actual view and panelNavigation2 keeps the cu

Client side toggle for CollapsiblePanel?

2006-04-19 Thread Juergen Melzer
Hi, is it planned to implement a client side toggle for the CollapsiblePanel? Thanks, Juergen _ Sie suchen E-Mails, Dokumente oder Fotos? Die neue MSN Suche Toolbar mit Windows-Desktopsuche liefert in sekundenschnelle Ergebnisse.