Re: t:panelTabbedPane button problem

2006-12-01 Thread Gerald Müllan
Marcus, please stay cool, paul only wanted to told you that these kind of questions should be post to user list only. Concerning your question; HtmlTabbedPaneRenderer is the right renderer class where the changes have to take place. I don`t know what the initially idea was behind why there are

Installation FAQ?

2006-12-01 Thread Reinout van Schouwen
Hello all, Could someone point me to a FAQ or tutorial that describes the installation of MyFaces to a (relative) newbie? I've searched for hours on the web and in mailinglist archives, but can't find an answer to a seemingly simple question as where do I copy the .jar files from the myfaces

Re: Validation Messages - javax.faces.validator._MessageUtils

2006-12-01 Thread R. Müller
thanks for your reply, i'm not using java 1.3, but 1.4.2 and the tomcat 5.0.28. i'm currently working on 'local' webapplication, where the client and server are located at the same maschine. to protect our own code we are using a different bootclassloader. maybe we should look there. regards

Re: newbie: implementing download popup

2006-12-01 Thread David Delbecq
[EMAIL PROTECTED] a écrit : I currently have a JSF popup that: 1. notifies the user to wait for a download to begin 2. uses Javascript (window.location = uriStr;) to redirect the page to my download servlet that compiles tha data and writes back a csv/plain response

t:collapsiblePanel : is client side togglling possible?

2006-12-01 Thread Mr Arvind Pandey
Hi all, Is it possible to make t:collapsiblePanel togglling on client side? Because when we click on it, it interacts with server that is what I don't require in my application. Pls let me know Thanks and regards. Arvind

accessing static fields and methods via EL

2006-12-01 Thread Madhav Bhargava
Hi All, As per the documentation EL in its current form does not support access to static fields and methods. I have a scenario for static field usage: I have the following Map: Key - SomeClass.PUBLIC_STATIC_CONSTANT Value - Object Let us take an example: Address class - 2 public

Re: t:collapsiblePanel : is client side togglling possible?

2006-12-01 Thread Gerald Müllan
Hi, collapsible panel does not support client side switching, but there are other components which can be used: http://example.irian.at/example-sandbox-20061201/dojo/titlepanejsfonly.jsf http://example.irian.at/example-sandbox-20061201/accordionPanel.jsf These two are sandbox components

client state saving issue

2006-12-01 Thread Rogerio Pereira
Hi guys! How can i compress the viewstate info saved on my page? Right now my pages has about 152k in size. Any tips? -- Yours truly (Atenciosamente), Rogério (_rogerio_) http://faces.eti.br Faça a diferença! Ajude o seu país a crescer, não retenha conhecimento, distribua e aprenda mais.

Re: client state saving issue

2006-12-01 Thread David Delbecq
Just activate the tranfert compression of the full page inside your webapp container, this will save you lots of bandwidth. Alternatively, you can store data server side. Rogerio Pereira a écrit : Hi guys! How can i compress the viewstate info saved on my page? Right now my pages has about

Re: t:panelTabbedPane button problem

2006-12-01 Thread Marcus Beyer
Am 01.12.2006 um 10:03 schrieb Gerald Müllan: Marcus, please stay cool ok, maybe I shouldn't check my email after having two zombies ;-) , paul only wanted to told you that these kind of questions should be post to user list only. hmm, aren't we discussing development details?

Re: client state saving issue

2006-12-01 Thread Rogerio Pereira
I added: context-param param-name org.apache.myfaces.COMPRESS_STATE_IN_CLIENT /param-name param-valuetrue/param-value /context-param 2006/12/1, David Delbecq [EMAIL PROTECTED]: Just activate the tranfert compression of the full page inside your webapp

[Tobago] No id for tc:out

2006-12-01 Thread H. Swaczinna
Hi, the id attribute of the tc:out tag is not rendered into the html code. Example: JSP tc:out value=Hello id=welcome/ HTML span style=height: 40px; class=tobago-out-defaultHello/span This is a must, because without an id, you can't run webtests. I'm using Tobago 1.0.9 from two weeks ago.

RE: response.Header() not working in JSF Portlet

2006-12-01 Thread pallavi.roy
Hello David, I was just going through some reference in the net and tried HttpServletRequest/HttpServletResponse and it worked for me.But if i go through the Portlet API and use PortletRequest/PortletResponse it doesn't give me the option of setHeader

RE: accessing static fields and methods via EL

2006-12-01 Thread Madhav Bhargava
I am not able to make el-functors work ... Huh!! Can we specify nested value binding expressions? Something like: #{someBean.addresses[#{Address.PRIMARY_ADDRESS}].city} From: Madhav Bhargava [mailto:[EMAIL PROTECTED] Sent: Friday, December 01, 2006 4:37

Re: client state saving issue

2006-12-01 Thread Gerald Müllan
Rogerio, what are your requirements when talking about client side state saving? Please have in mind, that under normal conditions, MyFaces` server side state saving performs much more than its counterpart. Considering the fact, that you don`t need client side state saving because of special

build problem

2006-12-01 Thread Marcus Beyer
Hi all, I would like to work on a tomahawk tag. So I just downloaded and installed subclipse, maven, maven plugin for eclipse, etc. Then I checked out tomahawk. When I tried to build the project using the provided pom.xml, I get an error message. Unfortunately I have no experience

Re: javax.servlet.ServletException: Client-id : _idJsp0 is duplicated in the faces tree.

2006-12-01 Thread Thorbjørn Ravn Andersen
behrangsa skrev den 16-11-2006 03:12: Also, sometimes when I change the value attribute of an outputText and press F5 to see the changes, the changes are not reflected... any ideas what should I do to make these glitches go away? I have only found the work-around to give the surrounding

RE: Null values not allowed problem with myfaces nightly 1.1.5

2006-12-01 Thread Jeffrey Porter
I too am getting this problem with the nightly build from 1/12/06. ver. 1.1.5 I get it when trying to use this jsp code... h:form s:selectManyPicklist id=assignees value=#{tagMoverManager.assignees} size=5 f:selectItems value=#{tagMoverManager.workerItems}/ /s:selectManyPicklist

Re: Null values not allowed problem with myfaces nightly 1.1.5

2006-12-01 Thread Matthias Wessendorf
Jeff, you are getting snip null values not allowed at org.apache.commons.collections.map.AbstractReferenceMap.put(AbstractReferenceMap.java :251) at org.apache.myfaces.application.jsp.JspStateManagerImpl$SerializedViewCollection.add(JspStateManagerImpl.java:717) at

RE: Null values not allowed problem with myfaces nightly 1.1.5

2006-12-01 Thread Jeffrey Porter
see the following in FireFox's Error Console... oamSetHiddenInput is not defined. I get the same with this example... http://example.irian.at/example-sandbox-20061201/picklist.jsf then press the submit button. You will see an error message logged in FireFox's ErrorConsole. Jeff

Re: Null values not allowed problem with myfaces nightly 1.1.5

2006-12-01 Thread Matthias Wessendorf
is not defined. I get the same with this example... http://example.irian.at/example-sandbox-20061201/picklist.jsf then press the submit button. You will see an error message logged in FireFox's ErrorConsole. Jeff. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: Null values not allowed problem with myfaces nightly 1.1.5

2006-12-01 Thread Jeffrey Porter
doesn't get called. The page just refreshes. I see the following in FireFox's Error Console... oamSetHiddenInput is not defined. I get the same with this example... http://example.irian.at/example-sandbox-20061201/picklist.jsf then press the submit button. You will see an error message

Sun RI vs MyFaces

2006-12-01 Thread Bharath Belagodu
What would one prefer for the base RI, Sun or MyFaces and why would one want to choose over another. We use tomahawk components and MyFaces as of now, why should we use MyFaces as suppose to Sun? I read thro' many blogs, email postings but didn't find strong reasons going with one or the

RE: Sun RI vs MyFaces

2006-12-01 Thread Frank Russo
The only reason to use Sun RI over MyFaces that I've read is if you want JSF 1.2 features. MyFaces has not released a 1.2 impl, but I think they are working on it. If you want only JSF 1.1, I remember reading recommendations on using MyFaces, but I can't remember the arguments for it...

Dynamic tabbedPanel generation via treeview2

2006-12-01 Thread Leyzerzon, Simeon
Hi, I'm having the following difficulty and hope someone knowledgeable will be able to offer a hand, please: Here is my setup (sorry if it's too lengthy, but I wanted to give all relevant details in one scoop): I have 2 vertical frames with a treeview2 in the left page (tree.jsp) and a jsf

Re: Sun RI vs MyFaces

2006-12-01 Thread Holger Prause
Bharath Belagodu schrieb: What would one prefer for the base RI, Sun or MyFaces and why would one want to choose over another. We use tomahawk components and MyFaces as of now, why should we use MyFaces as suppose to Sun? I read thro’ many blogs, email postings but didn’t find

Re: accessing static fields and methods via EL

2006-12-01 Thread Jeff Bischoff
Madhav, Well generally I make an accessor method in my managed bean when I need to provide EL access to static fields like this. However, I have not tried using this in combination with a Map, so I don't know if that will complicate things for you. Regards, Jeff Bischoff Kenneth L Kurz

RE: Sun RI vs MyFaces

2006-12-01 Thread Bharath Belagodu
Appreciate the responses, There isn't much discussion on using one as suppose to the other on the net. Only one mail archive informed me of some differences, http://mail-archives.apache.org/mod_mbox/struts-user/200505.mbox/%3C32FF [EMAIL PROTECTED] Since both implementations adhere to the spec,

MyFaces subForms

2006-12-01 Thread Rogerio Pereira
Hi guys! MyFaces subForm works fine with Facelets? -- Yours truly (Atenciosamente), Rogério (_rogerio_) http://faces.eti.br Faça a diferença! Ajude o seu país a crescer, não retenha conhecimento, distribua e aprenda mais. (http://faces.eti.br/?p=45)

Re: MyFaces subForms

2006-12-01 Thread Andrew Robinson
Yes On 12/1/06, Rogerio Pereira [EMAIL PROTECTED] wrote: Hi guys! MyFaces subForm works fine with Facelets? -- Yours truly (Atenciosamente), Rogério (_rogerio_) http://faces.eti.br Faça a diferença! Ajude o seu país a crescer, não retenha conhecimento, distribua e aprenda mais. (

HtmlpanelGrid issues

2006-12-01 Thread Yaron Spektor
Hi There, This is not entirely a myFaces discussion but I wander if anyone knows: 1. is there a fix to the border in HtmlPanelGrid? When I set it to 0 the HTML does not explicitly show border=0 so the browser does show a border, for example: table id=myform:grid cellpadding=3 cellspacing=0

Re: Sun RI vs MyFaces

2006-12-01 Thread Aneesha Govil
Apart from whatever has already been said.. I did some research when we were deciding this for my project. Though I don't have references now, I read at a few places that there are lesser issues with MyFaces and get fixed/support easily as compared to Sun's RI. Not sure if that is correct

Re: Sun RI vs MyFaces

2006-12-01 Thread Mike Kienenberger
On 12/1/06, Aneesha Govil [EMAIL PROTECTED] wrote: Apart from whatever has already been said.. I did some research when we were deciding this for my project. Though I don't have references now, I read at a few places that there are lesser issues with MyFaces and get fixed/support easily as

Re: javax.servlet.ServletException: Client-id : _idJsp0 is duplicated in the faces tree.

2006-12-01 Thread behrangsa
Thorbjørn, I have actually embraced this procedure as well. Very cumbersome and awkward though. Also, as suggested by a few fellows, I tried Facelets 1.0.x with MyFaces but I think I faced similar problems... I have to investigate a little bit further though. Regards, Behi Thorbjørn Ravn

Re: HtmlpanelGrid issues

2006-12-01 Thread Jeff Bischoff
Yaron Spektor wrote: 2.is it possible to create a colspan in an HtmlPanelGrid? (not only for the footer and header but for the body too) You will want to use panelGroup (e.g. h:panelGroup) to group together content for your panelGrid. Additionally, you can use the new colspan attribute in

RE: HtmlpanelGrid issues

2006-12-01 Thread Yaron Spektor
Ok, I did answer myself on the second question (colspan): Taken from the new example build of myFaces (Note that it is not posted on the website yet): t:panelGrid id=grid1 columns=4 border=1 styleClass=standardTable standardTable_Row1 standardTable_Column t:panelGroup

Re: Sun RI vs MyFaces

2006-12-01 Thread Marcus Beyer
Am 01.12.2006 um 15:55 schrieb Bharath Belagodu: What would one prefer for the base RI, Sun or MyFaces and why would one want to choose over another. We use tomahawk components and MyFaces as of now, why should we use MyFaces as suppose to Sun? I read thro’ many blogs, email postings but

inputCalendar validator

2006-12-01 Thread Whitmire, Tracy Carroll
Hi, I'm using t:inputCalendar and have a question I'm sure someone has already addressed. But a google search was futile. If a user decides to enter the input in manually What's the best way to validate this input? I have a user who loves to enter the date as MM/dd/YY ignoring the help

Re: Sun RI vs MyFaces

2006-12-01 Thread Holger Prause
Aneesha Govil schrieb: Apart from whatever has already been said.. I did some research when we were deciding this for my project. Though I don't have references now, I read at a few places that there are lesser issues with MyFaces and get fixed/support easily as compared to Sun's RI. Not

Re: inputCalendar validator

2006-12-01 Thread Holger Prause
Whitmire, Tracy Carroll schrieb: Hi, I'm using t:inputCalendar and have a question I'm sure someone has already addressed. But a google search was futile. If a user decides to enter the input in manually …. What's the best way to validate this input? I have a user who loves to enter the

RE: inputCalendar validator

2006-12-01 Thread Yaron Spektor
Don't you sometimes wish you could replace some of your users :- But seriously, your question does not seem to be a JSF related question, if the user clicks a valid date you can not check (as far as I know) what he thought when he entered it. My workaround would be to switch the input to

RE: accessing static fields and methods via EL

2006-12-01 Thread Yaron Spektor
I am not sure this is what you mean but you can try using a field in your managed bean for example: String address; And then in the getter do: String getAddress(){ return myMap.getAddress(); } Hope this helps, -Original Message- From: Jeff Bischoff [mailto:[EMAIL PROTECTED]

Re: inputCalendar validator

2006-12-01 Thread Jeff Bischoff
Yaron, I think you did not quite understand his scenario. The user is entering MM/dd/YY format (by hand, not clicking) instead of MM/dd/. A validator could easily detect that the year entered is too short, and send a message stating such back to the user. Now in the case of MM/dd being

Re: inputCalendar validator

2006-12-01 Thread Mario Ivankovits
Hi! I have a user who loves to enter the date as MM/dd/YY ignoring the help text But the expected is MM/dd/ So when he enters 12/01/06 …. Might not be much of help, but I implemented a rather complicated converter ... well not that complicated, just uses tons of simple date formats ...

RE: inputCalendar validator

2006-12-01 Thread Nebinger, David
We're going along this same route but for different reasons... We don't want to force the user to follow a specific format; if we can convert it, we'll take it in any format. That way our users spend less time learning required formats to use the page and more time getting things done.

RE: inputCalendar validator

2006-12-01 Thread Whitmire, Tracy Carroll
Thanks for all the great suggestions. I originally thought a validator was the way to go - but I'm leaning towards a converter now. Have a great week-end. tc -Original Message- From: Nebinger, David [mailto:[EMAIL PROTECTED] Sent: Friday, December 01, 2006 2:35 PM To: MyFaces