errror in building myfaces with maven

2006-02-01 Thread Marco Mistroni
hello all,i have downloaded myfaces (i suppose is the latest) from svn and tried tobuild with maven..while compiling tomahawk, code is looking for package org.apache.struts.tiles which i supposeis not listed in dependencies of tomahawk has anyone encountered this problem?thanks and regards marco

Re: JSCookMenu and SUN's RI

2006-02-01 Thread Daniel Loebbe
Today I tested the nightly build from Feb. 01 and get the following results. The html-output now is: form id=jsCookMenuForm method=post action="" enctype=application/x-www-form-urlencodedscript type=text/_javascript_var jsCookMenuForm_jsCookMenu_menu = [[null, 'Information',

Re: JSCookMenu and SUN's RI

2006-02-01 Thread Daniel Loebbe
And I got the following output con the console: WARN util.AddResource - MyFaces special _javascript_ could not be retrieved from request-map. ERROR util.MyFacesResourceLoader - Unparsable lastModified : @lastModified@ Did the filter settings change in the meantime? Bye, Daniel 2006/1/30,

Re: {ANN] Oracle JDeveloper 10.1.3 Production Released

2006-02-01 Thread Hendrik Neumann
I just played a little bit with both applications and... *wow*... I'm very impressed. I think I'll keep MyEclipse as my main-IDE and use Java Studio Creator and JDeveloper for the form-design-activities. 2006/2/1, Werner Punz [EMAIL PROTECTED]: Nicklas Karlsson schrieb: Are there any

Re: JSCookMenu and SUN's RI

2006-02-01 Thread Martin Marinschek
Yeah, there is YAB (yet another bug) open on this. Bruno will fix this together with me, sometime today or tomorrow. regards, Martin On 2/1/06, Daniel Loebbe [EMAIL PROTECTED] wrote: And I got the following output con the console: WARN util.AddResource - MyFaces special javascript could not

Re: {ANN] Oracle JDeveloper 10.1.3 Production Released

2006-02-01 Thread Martin Marinschek
I'd really love to hear some feedback on someone using the ide for a full-blown JSF project. With tiles, custom components of MyFaces, etc. enabled ;) regards, Martin On 2/1/06, Hendrik Neumann [EMAIL PROTECTED] wrote: I just played a little bit with both applications and... *wow*... I'm

Re: JSCookMenu and SUN's RI

2006-02-01 Thread Daniel Loebbe
Great to hear this. Thanks a lot! Looking forward, Daniel 2006/2/1, Martin Marinschek [EMAIL PROTECTED]: Yeah, there is YAB (yet another bug) open on this. Bruno will fix thistogether with me, sometime today or tomorrow. regards,MartinOn 2/1/06, Daniel Loebbe [EMAIL PROTECTED] wrote: And I got

Re: easy back button question?

2006-02-01 Thread Martin Marinschek
Well, the 13th, that's a problem, right ;) ok - if you didn't have luck with commandLink, have you tried it with outputLink? that's the most link-like stuff you can have in JSF ;) regards, Martin On 2/1/06, tony kerz [EMAIL PROTECTED] wrote: thanks martin, yes, i saw this blog post with a

Re: errror in building myfaces with maven

2006-02-01 Thread Martin Marinschek
h... it should be there. struts. excerpt from tomahawks pom.xml dependency groupIdstruts/groupId artifactIdstruts/artifactId version1.2.8/version scopecompile/scope optionaltrue/optional /dependency regards, Martin On 2/1/06, Marco Mistroni [EMAIL

Re: panelNavigation2 Separator Problem

2006-02-01 Thread Thomas Spiegl
Christian, please open a jira issue for this http://myfaces.apache.org/issue.html regards Thomas On 1/31/06, Christian Bohn [EMAIL PROTECTED] wrote: Hi List, I need to pass parameters with a t:commandNavigation2 which ist part of a t:panelNavigation2 The passing of the parameters itself

Re: The page write 'NULL' at the end of all pages...

2006-02-01 Thread Martin Marinschek
Oops - we moved off the mailing-list somehow, I'm forwarding. ok - can you try to tweak one of the myfaces-examples such that this error is occurring, and send in the changes you did? regards, Martin On 2/1/06, Onur Tokan [EMAIL PROTECTED] wrote: I have backing bean named DynamicComponentBean

AW: Style not getting reflected.

2006-02-01 Thread Uensal_Kara
Hi, I had the same problem and solved it. I dont know , why it has to be done like that, but it works. In the page, where the PanalNavigation is included: f:facet name="navigation" t:div id="subnavigation_outer" t:div id="subnavigation" f:subview id="menu" jsp:include

RE: ADF Components code examples.

2006-02-01 Thread Guy Katz
you have all the examples you need in the adf download. i dont know about page by page loading native supportbut it should be easy to implements it in your backing bean anyway. -Original Message-From: Hagay Avisar [mailto:[EMAIL PROTECTED]Sent: Tuesday, January 31, 2006 7:23

Problem with getDummyFormResponseWriter

2006-02-01 Thread Dudu
The Components of myfaces is calling this method who do not exists I'm using the current nightly build.java.lang.NoSuchMethodError: org.apache.myfaces.renderkit.html.util.DummyFormUtils.getDummyFormResponseWriter

Re: panelNavigation2 Separator Problem

2006-02-01 Thread Jana Parvanova
The same issue exists for panelNavigation also: https://issues.apache.org/jira/browse/MYFACES-591 - Original Message - From: Thomas Spiegl [EMAIL PROTECTED] To: MyFaces Discussion users@myfaces.apache.org Sent: Wednesday, February 01, 2006 11:53 AM Subject: Re: panelNavigation2

Re: Sandbox Schedule Component: How to increase height of Detailed Day display

2006-02-01 Thread Yogesh Chaudhari
Thanks Jurgen for the prompt reply. I created jira issue and attached screenshot. Key: MYFACES-1078 URL: http://issues.apache.org/jira/browse/MYFACES-1078 Project: MyFacesType: New Feature Components: Sandbox Versions: 1.1.1 Reporter: Yogesh Chaudhari Priority: MinorThanks,

Re: errror in building myfaces with maven

2006-02-01 Thread Marco Mistroni
Hello Martin,yes it was there.i m not familiar with maven2 (having used maven 1.1 all the time), but if i change insteadoptionalfalse/optional in the code you attached, everything works fine rgdsmarcoOn 2/1/06, Martin Marinschek [EMAIL PROTECTED] wrote: h... it should be there. struts.

Tree2 node selection [again]

2006-02-01 Thread R. Müller
Hi group, in my example i have tree2-component with selectable nodes through nodeToggler-attribute. t:tree2 id=clientTree value=#{foo.treeData} var=node varNodeToggler=t binding=#{foo.uidata} [...] So far this works well. From another controll (commandButton) i want to edit the current

Integration of jsp and jsf

2006-02-01 Thread Vladimir Coutinho
How to use in a jsf page a session object created in a jsp page?-- Vladimir M Coutinho

Prevent CommandLink from submitting a form

2006-02-01 Thread LFR
Hi all, I use a CommandLink tagto trigger a _javascript_ (x:CommandLink)function which displays asCSS confirm-like dialog. The _javascript_ function is lauched and the popup is displayed, that's fine except that immediately after the js function is fnished, the form is submitted and

Re: Prevent CommandLink from submitting a form

2006-02-01 Thread Pierpaolo Follia
In the _javascript_ function you must return false. bye Jecker Frdric (LFR) wrote: Hi all, I use a CommandLink tagto trigger a _javascript_ (x:CommandLink)function which displays asCSS confirm-like dialog. The _javascript_ function is lauched and the popup is displayed,

Re: Prevent CommandLink from submitting a form

2006-02-01 Thread Jana Parvanova
Have you tried adding return false; to the onclick attribite? (x:CommandLink onclick=xxx;return false;) - Original Message - From: Jecker Frederic (LFR) [EMAIL PROTECTED] To: MyFaces Discussion users@myfaces.apache.org Sent: Wednesday, February 01, 2006 3:29 PM Subject: Prevent

Re: Integration of jsp and jsf

2006-02-01 Thread Pierpaolo Follia
use an expression like #{sessionScope.YOUR_OBJECT_HERE.YOUR_PROPERTY_HERE} bye Vladimir Coutinho wrote: How to use in a jsf page a session object created in a jsp page? -- Vladimir M Coutinho -- Pierpaolo Follia Wave S.r.l. - Vai Benaco 24/B, Bedizzole (BS) Telefono: +39 030 687561 Fax:

RE: Prevent CommandLink from submitting a form

2006-02-01 Thread LFR
Thanks for this hint but it doesn't work I've tried x:commandLink onclick=javascript:showPopup('popupConfirmReview');return false; And also added a return false; to my Js function But none of them worked, and the form is still submitted. -Message d'origine- De : Jana Parvanova

JSF Book marking and Crawling

2006-02-01 Thread Nathan Sarr
Hello, I was wondering about the following and any help/suggestions would be greatly appreciated. My application requires an administration section to add/edit/update data as well as a public view that can be crawled and book marked. From what I understand, JSF does not currently work

RE: JSF Book marking and Crawling

2006-02-01 Thread Cash, Jamie
If you set the navigation rules to redirect then the pages will be bookmarkable. As for crawling, outputLinks can be crawled where as commandLinks cannot. On my site I have built as usual, but added some outputLinks for pages that I want the search engines to follow. For an example of this see

Re: Prevent CommandLink from submitting a form

2006-02-01 Thread Hansjörg Meuschel
Hi, leave out the javascript: and it will work fine: x:commandLink onclick=showPopup('popupConfirmReview');return false; ... Jecker Frédéric (LFR) wrote: Thanks for this hint but it doesn't work I've tried x:commandLink onclick=javascript:showPopup('popupConfirmReview');return false; And

RE: Prevent CommandLink from submitting a form

2006-02-01 Thread LFR
For those interrested From the tldocs : CommandLink: Render an HTML a anchor element that acts like a form submit button when clicked. OutputLink: Render an HTML a anchor element. The value of the component is rendered as the value of the href attribute The problem is now solved !

Problem with form and commandButton

2006-02-01 Thread Hans Sowa
HalloI have a site with one form tag and within the form tag I have a tree2, panelTabbedPane and a lot of commandButtons and also commandNavigation.My Problem is that the commandButtons doesn't work the methods behind it which are binded with action or actionListener are not called. I can't see a

Re: Problem with form and commandButton

2006-02-01 Thread Hans Sowa
I checked the log and I got this message2006-02-01 16:14:26,437 ERROR [http-8080-Processor23] navigation.HtmlPanelNavigation (HtmlPanelNavigation.java:92) - Navigation item auswahlForm:auswahlNav:coNa_1_1 not found in previous view. But the funny thing is that the navigation time coNa_1_1 works.

Re: Problem with form and commandButton

2006-02-01 Thread Hans Sowa
HiI also found this message2006-02-01 16:37:24,546 DEBUG [http-8080-Processor25] lifecycle.LifecycleImpl (LifecycleImpl.java:409) - exiting from lifecycle.execute in processValidations because getRenderResponse is true from one of the after listeners I think this is the reason why my action

RE: ADF Blowing Up

2006-02-01 Thread Jeremy Sager
Adam - I wrote a response yesterday, not sure why it never went through. You were right. I had it registered in both places, as soon as I took it out of faces-config everything started working fine (except my damned resource servlet, which isn't skinning my pages). Jeremy Sager Data

Re: Integration of jsp and jsf

2006-02-01 Thread Vladimir Coutinho
There is a way to put this object disponible in facescontext? On 2/1/06, Pierpaolo Follia [EMAIL PROTECTED] wrote: use an _expression_ like #{sessionScope.YOUR_OBJECT_HERE.YOUR_PROPERTY_HERE}byeVladimir Coutinho wrote: How to use in a jsf page a session object created in a jsp page? -- Vladimir M

Re: Fileupload size limit Message for user ?

2006-02-01 Thread Ravi Gidwani
Thanks All : I got it working.. the maxlength attribute works , i guess the problem was with the setting in the web.xml. I kept them same as that in the samples...and now it works..Thanks again.~Ravi.

tree2 expand myfaces 1.0.9

2006-02-01 Thread Yixing Ma
How to expand tree in MyFaces 1.0.9? I've been using tree2 for a while. So far only the myfaces 1.0.9 works for my program. Other implementations have this and that problems, andnot quite stable. I want to use the expand function of the tree2. How to implement it in myfaces 1.0.9? Which

problems using panelnavigation2

2006-02-01 Thread Marko Huebler
Hi, I have some problems using the t:panelnavigation tag: In the jsp below a file is included which contains a panelnavigation2 menu. The strange thing is, that the t:outputText value=xyz / is rendered BEFORE the menu. The file menu.jsp does not contain any html, body, view or subview tags. Is

Need help with HtmlCommandLink inside a UIForm

2006-02-01 Thread lij
Hi! I have the following page setup : UIViewRoot-UIForm-HTMLPanelGrid-HTMLDataTable...-UIColumn-HtmlCommandLink registered with an ActionLister to do some column sorting inside a table. When I click on the HtmlCommandLink, the view gets restored, but in applyRequestValues Phase's

Make all components ReadOnly

2006-02-01 Thread Ravi Gidwani
Hi Experts: i was wondering if there was Quick way of making all the components under a view or all the views or all pages readonly/Disabled.Or Is there a way i can do that from code (i mean manipulating the components using the component tree ) ? Thanks~Ravi

Re: Make all components ReadOnly

2006-02-01 Thread Martin Marinschek
There is the attribute: displayValueOnly on Tomahawk components which you can set on a component (or also on a container-component, in which case it will be inherited down the tree). You can of course go through the tree and set the attributes yourself - this will only work for the current view,

Re: Need help with HtmlCommandLink inside a UIForm

2006-02-01 Thread Martin Marinschek
Hi Jörg, what is not working - I think I don't understand you. The commandLink is not firing? Are you using a dataTable-model which is stored over requests? regards, Martin On 2/1/06, lij [EMAIL PROTECTED] wrote: Hi! I have the following page setup :

Refreshing a subview with AjaxAnywhere - is it possible?

2006-02-01 Thread myfaces
Good day all and thanks for this project! I'm sorry if this is slightly off topic, but I think that masny in the community may have related experience that will be insightful to my problem/question. First some background; I'm attempting to build what I am referring to as a composite

Sandbox Schedule Component: First Tooltip is displayed for all events in ie6 ie7 only, Any suggestion?

2006-02-01 Thread Yogesh Chaudhari
Hi,Sandox I am using Sandbox Schedule component using Oracle ADF (Sun RI) app. server OC4j. Tooltip themes were not working, so I extracted all _javascript_ css files from sandbox.jar and put it into my web project, I put the reference to these files in my page. link href="" rel=stylesheet

Re: Sandbox Schedule Component: First Tooltip is displayed for all events in ie6 ie7 only, Any suggestion?

2006-02-01 Thread Yogesh Chaudhari
I am using schedule component from Sandbox 1.1.1 .On 2/1/06, Yogesh Chaudhari [EMAIL PROTECTED] wrote: Hi,Sandox I am using Sandbox Schedule component using Oracle ADF (Sun RI) app. server OC4j. Tooltip themes were not working, so I extracted all _javascript_ css files from sandbox.jar and

commandLink : enabled

2006-02-01 Thread Dave
t:commandLink has enableOnUserRole. Sometimes user rolesare not sufficient to enable/disable a command link. Should it have "enabled" to bind to any method?Right now I have to use outputText if the commandLink is disabled. Do you Yahoo!? With a free 1 GB, there's more in store with Yahoo!

Re: readonly fileupload component

2006-02-01 Thread Andrew Robinson
I suppose you could try java-script to listen for key presses and handle it yourself to revert the value or, if possible, abort the key press. I am not 100% sure you can do this for security reasons though. If you could script the file upload, then on submit, you could easily change the file to

RE: Tree2 node selection [again]

2006-02-01 Thread rahmoune patrick
Hi, Here is how I managed this issue. If I remember,it may has been already discussed here.Assuming you have a binding of your tree2 component in your managed bean,you can add an actionListener to the commandLink for each facet of your treesomething like h:commandLink

Re: problems using panelnavigation2

2006-02-01 Thread Thomas Spiegl
You must surround the include with a f:subview. regards Thomas On 2/1/06, Marko Huebler [EMAIL PROTECTED] wrote: Hi, I have some problems using the t:panelnavigation tag: In the jsp below a file is included which contains a panelnavigation2 menu. The strange thing is, that the t:outputText

Re: Sandbox Schedule Component: First Tooltip is displayed for all events in ie6 ie7 only, Any suggestion?

2006-02-01 Thread Yogesh Chaudhari
I compared the pages generated from http://bison.ugent.be:8090/myfaces/schedule/example3.jsf my website for IE. onmouseover is written for a from http://bison.ugent.be and my website is generating it on td. Here are sample tags . http://bison.ugent.be a onmouseover=return

_new Target Attribute and Tabs

2006-02-01 Thread Elam Daly
Hi all,I have the need to have a link that has an icon that opens the results of it's operation in a new browser window. Specifically, it's a link to a pdf that my Faces application generates that needs to open in a separate window. Now the problem is that all my options to do this seem limited in

AW: Need help with HtmlCommandLink inside a UIForm

2006-02-01 Thread Jörg Liegler
Hi Martin! Thank you first for your time and interest. - Yes, the commandLink is not firing it's action-listener. - I am not sure if I am using a dataModel over requests. I did not consider that detail. If it clears things out, would you mind to elaborate about his point? On the bottom is the

AW: How to use the HtmlTag component when programmatically building the UI?

2006-02-01 Thread Matthias Kahlau
Hi! Is there nobody else who had the requirement to programmatically render HTML elements like H1, H2 etc.? This is an important requirement when creating Web pages which have to follow accessibility guidelines... Regards, Matthias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED]

'Simulating' commandLink from Javascript

2006-02-01 Thread Laurie Harper
Hi, I need to do the equivalent of clicking a commandLink in Javascript; in other words, I need to write an onClick handler that does the same thing as clicking on a commandLink would. Is there a standard way to do that? I'm not sure if the JSF spec includes any specifics on client-side APIs.

AW: Need help with HtmlCommandLink inside a UIForm

2006-02-01 Thread Jörg Liegler
I believe i got the point of your question regarding the dataModel. - A null of UIData is served via getProjectTable and the current value is set via setProjectTable. - The binding of the component is a list of all current projects via getAllProjects. - As there is no corresponding

AW: Need help with HtmlCommandLink inside a UIForm

2006-02-01 Thread Jörg Liegler
Err, mixed things up. Should be value - allProjects and binding - projectTable. Thanks Jörg -Ursprüngliche Nachricht- Von: Jörg Liegler [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 2. Februar 2006 00:07 An: 'MyFaces Discussion'; [EMAIL PROTECTED] Betreff: AW: Need help with

stay signed on

2006-02-01 Thread frohman
A lot of web sites allow a user to stay signed on. That is, if they sign on, there is an option so that when they close the browser, the next time the go to the site, they do not need to log on again. It involves a persistent cookie. I was wondering if anyone knows of a framework, or best

RE: Managed beans not being instantiated - No resolution?

2006-02-01 Thread John
---JSP PAGE - WORKS FINE ACCEPT BEAN DATA--- AT THIS POINT ONLY testdata should work [EMAIL PROTECTED] uri="http://www.atanion.com/tobago/component" prefix="t"%[EMAIL PROTECTED] uri="http://java.sun.com/jsf/core" prefix="f"%[EMAIL PROTECTED] tagdir="/WEB-INF/tags/layout"

Re: 'Simulating' commandLink from Javascript

2006-02-01 Thread Ryan Wynn
On 2/1/06, Laurie Harper [EMAIL PROTECTED] wrote: Hi, I need to do the equivalent of clicking a commandLink in Javascript; in other words, I need to write an onClick handler that does the same thing as clicking on a commandLink would. Is there a standard way to do that? I'm not sure if the JSF

AW: Managed beans not being instantiated - No resolution?

2006-02-01 Thread Jörg Liegler
For a starting point, I think that  setHithere() must be setHithere(String) for java beans convention. Furthermore - I think I have read that cyclic dependencies are not allowed the way you have used  both com.jak.EMP.QuarantineBean in faces-config. Sorry, i am myself a newbie, but

Re: AW: Managed beans not being instantiated - No resolution?

2006-02-01 Thread Dennis Byrne
Cyclic managed bean references only apply to the name of the bean, not the type. You are correct about the setter though. Dennis Byrne -Original Message- From: Jörg Liegler [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 1, 2006 07:54 PM To: ''MyFaces Discussion'' Subject: AW:

Any way to disable/sidestep converters/validators while processing a ActionListener event?

2006-02-01 Thread Senior Consultants Inc.
Hello: We would like to be able to handle the ActionListener event without convertersand validators (associated with fields on the form) generating error messages.When the form is submitted, we do want the field converters and validators to generate appropriate error messages. Is there a way to

RE: AW: Managed beans not being instantiated - No resolution?

2006-02-01 Thread John
The setter is public void setHithere(String hithere) Sorry for the red herring... I had reposted the original post before changing that code. Still doesn't instantiate the bean. John -Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 01, 2006

Re: stay signed on

2006-02-01 Thread Craig McClanahan
On 2/1/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: A lot of web sites allow a user to stay signed on. That is,if they sign on, there is an option so that when they close the browser, the next time the go to the site, theydo not need to log on again. It involves a persistent cookie.I was

h:inputText size does not work

2006-02-01 Thread Dave
h:inputText value="#{bean.value}" size="2"/I expected the input field to be 2 characters wide, but it can hold 6 characters. Any ideas? Thanks, Yahoo! Autos. Looking for a sweet ride? Get pricing, reviews, & more on new and used cars.

Re: AW: Managed beans not being instantiated - No resolution?

2006-02-01 Thread Dennis Byrne
When you say the constructor does not fire, at which point during the application life cycle are you looking for this to happen ? Your quarantine bean is in session scope. Dennis Byrne -Original Message- From: John [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 1, 2006 08:40 PM

Re: h:inputText size does not work

2006-02-01 Thread Dennis Byrne
I believe you are looking for the maxlength attribute. Dennis Byrne -Original Message- From: Dave [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 1, 2006 08:50 PM To: users@myfaces.apache.org Subject: h:inputText size does not work h:inputText value=#{bean.value} size=2/ I

Re: h:inputText size does not work

2006-02-01 Thread Dave
maxLength is for the size of content, not forUI component visible size on screen.Dennis Byrne [EMAIL PROTECTED] wrote: I believe you are looking for the maxlength attribute.Dennis Byrne-Original Message-From: Dave [mailto:[EMAIL PROTECTED]Sent: Wednesday, February 1, 2006 08:50 PMTo:

RE: Returning to same page within t:dataScroller?

2006-02-01 Thread Tom Butler
Onur, Thanks. Can you help me understand though or provide an example for how to use binding with f:view tag to your backing bean? Thanks -Original Message- From: Onur Tokan [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 01, 2006 2:24 AM To: MyFaces Discussion Subject: Re:

Some questions about collapsiblePanel component.

2006-02-01 Thread Adam Koprowski
Hi there!I've been trying to put the collapsiblePanel component to some use as I need exactly this behaviour. This turned out not to be that easy as I couldn't find any documentation whatsoever but I decided to try on. Here are the problems that I encountered: -) I want to use collapsiblePanel

grey out a jscookmenu item?

2006-02-01 Thread tony kerz
anyone aware of a way to grey out a jscook menu item dynamically?

Re: 'Simulating' commandLink from Javascript

2006-02-01 Thread Laurie Harper
Ryan Wynn wrote: On 2/1/06, Laurie Harper [EMAIL PROTECTED] wrote: Hi, I need to do the equivalent of clicking a commandLink in Javascript; in other words, I need to write an onClick handler that does the same thing as clicking on a commandLink would. Is there a standard way to do that? I'm not

Re: Any way to disable/sidestep converters/validators while processing a ActionListener event?

2006-02-01 Thread Laurie Harper
Senior Consultants Inc. wrote: Hello: We would like to be able to handle the ActionListener event without converters and validators (associated with fields on the form) generating error messages. When the form is submitted, we do want the field converters and validators to generate appropriate

Re: AW: How to use the HtmlTag component when programmatically building the UI?

2006-02-01 Thread Laurie Harper
If you're building the view programmatically, why can't you just use ResponseWriter directly? writer.startElement(h1); writer.writeText(header 1); writer.startElement(h2); writer.writeText(nested header 2); writer.endElement(h2); writer.endElement(h1); L. Matthias Kahlau wrote:

Re: Page Refresh Problem

2006-02-01 Thread Laurie Harper
Ali Raza wrote: Greetings, Is there any way to determine whether a page has been refresehed ? Is there some object in the request Map or something to indicate that the page has been refreshed from the client instead of actual postback from some submit button ? My problem is that when the page

validating multiple fields

2006-02-01 Thread frohman
I want to create a validator that works on multiple fields. Basically, if one is entered the other two must be entered. If it set the validator on any one field and it isn't entered, the validator is not run, so I must put it on all three fields. Then I need to worry about if the error message has

RE: validating multiple fields

2006-02-01 Thread Balaji Kalyansundaram
Hi In the validator method (in the backing bean) add a message for the hidden component and set it as invalid. public void validateDate(FacesContext context, UIComponent toValidate, Object value) { FacesMessage facesMessage = null; if (!validDate) {

Re: How to use the HtmlTag component when programmatically building the UI?

2006-02-01 Thread Travis Reeder
Try something like this:HtmlTag t = new HtmlTag();t.setValue(h1);HtmlOutputText text = new HtmlOutputText();text.setValue(This is the body);t.getChildren().add(text); TravisOn 2/1/06, Matthias Kahlau [EMAIL PROTECTED] wrote: Hi!Is there nobody else who had the requirement to programmatically

Re: Page Refresh Problem

2006-02-01 Thread Ali Raza
hey Laurie,I browsed the shale package details etc and all the functionality was either devlopoing or evolving in terms of stability ratings. are there any stable alternatives ?Thanx ALI On 2/2/06, Laurie Harper [EMAIL PROTECTED] wrote: Ali Raza wrote: Greetings, Is there any way to determine

Re: Page Refresh Problem

2006-02-01 Thread Craig McClanahan
On 2/1/06, Ali Raza [EMAIL PROTECTED] wrote: hey Laurie,I browsed the shale package details etc and all the functionality was either devlopoing or evolving in terms of stability ratings. are there any stable alternatives ? No ... it's too early for that kind of guarantee. But, if you look at the

Re: Page Refresh Problem

2006-02-01 Thread Laurie Harper
Well, packages marked 'developing' *are* stable, reasonably. Any changes should just extend the existing functionality without breaking compatibility with what's there today. The shale.view package in particular, which provides the features I cited below, should be pretty solid at this point.

Can you give an example of differences between state saving method on client and server?

2006-02-01 Thread Emily Gu
Hi,What is the recommand method for context-paramparam-namejavax.faces.STATE_SAVING_METHOD/param-nameparam-valueclient/param-value/context-param The default value is server. What can go wrong if I change it to client? I would like to use a popup frame from jenia4faces. It requires client as the

RE: AW: Managed beans not being instantiated - No resolution?

2006-02-01 Thread John
I'm expecting the constructor to fire when it is first dereferenced in the code which is the: t:out value=#{quarantine.hithere} /t:out BTW: I realize that *now* the code has no System.out.println in the constructor. -Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED]

Re: Page Refresh Problem

2006-02-01 Thread Ali Raza
Thanx a lotAliOn 2/2/06, Laurie Harper [EMAIL PROTECTED] wrote: Well, packages marked 'developing' *are* stable, reasonably. Any changesshould just extend the existing functionality without breakingcompatibility with what's there today. The shale.view package inparticular, which provides the

Adding Child Components to a custom Component Dynamically

2006-02-01 Thread Ali Raza
Greetings yet again,can i add child components to my existing custom components dynamically without having to generate HTML i.e. encode everything myself? I found an exmple of this at http://www.jsffaq.com/Wiki.jsp?page=HowToAddFormComponentsDynamically but it didnt work as it was supposed to

FW: Any way to disable/sidestep converters/validators while processing a ActionListener event?

2006-02-01 Thread Jesse Alexander \(KBSA 21\)
-Original Message- From: Jesse Alexander (KBSA 21) Sent: Thursday, February 02, 2006 8:24 AM To: MyFaces Development Subject: RE: Any way to disable/sidestep converters/validators while processing a ActionListener event? Hello: We would like to be able to

Re: problems using panelnavigation2

2006-02-01 Thread Marko Huebler
Hi, I've already tried this: In this case the text is rendered on the correct position but the panelnavigatoin2 looses all its css-styles. Only ordinary html links are displayed. Is there a reason for that? Thanks regards, Marko You must surround the include with a f:subview. regards

Re: {ANN] Oracle JDeveloper 10.1.3 Production Released

2006-02-01 Thread Nicklas Karlsson
Actually I personally think the UI of the oracle tool is quite fast, butI have lots of ram (Which you need for server side dev anyway, due to the juggling between ide, app server, db etc...)I think the 2Gb on my T42p should be enough. How much do you need!? ;-)I mostly use Eclipse so it is hard to

Re: Adding Child Components to a custom Component Dynamically

2006-02-01 Thread Cagatay Civici
Hi,Once I've written an entry on this; Could give you an idea,http://www.jroller.com/page/cagataycivici?entry=dynamically_adding_components_to_a Regards,Cagatay Civici,On 2/2/06, Ali Raza [EMAIL PROTECTED] wrote: Greetings yet again,can i add child components to my existing custom components