commons-fileupload

2006-05-08 Thread James Ellis
I have a strange situation where the components on a form are dynamically built and the form is submitted to an action method "create" on a Controller class. Basically the form looks like this: HtmlPanelGrid (ROW 1) --HtmlOutputText --HtmlPanelGrid HtmlSelectOneRadio HtmlInputFileUpload

[ANNOUNCE] JSF-related BOF at JavaOne

2006-05-08 Thread Kito D. Mann
This year, I'm pleased to be hosting another BOF session at JavaOne in San Francisco next month (May 16-19). The BOF (#2311) is entitled "Evolution of a Web Application Architecture". Here's the abstract: --- This session explores the evolution of JSFCentral.com, a community site focused on Jav

RE: preserve page index with dataScroller

2006-05-08 Thread Julian Ray
Several people have been asking the same questions (me among them) and a session-scoped bean would not be appropriate for our design. Perhaps the dataScroller could be extended to include this functionality. -Original Message- From: vace117 [mailto:[EMAIL PROTECTED] Sent: Monday, May 08,

RE: message and rendered flag

2006-05-08 Thread Julian Ray
Carl,   You should use a validator on the input component and validate the value passed into the backing bean. The validator would throw an exception against the component which, in turn would cause the page to be re-displayed and all non-validating error messages shown. So..   create a vali

Re: preserve page index with dataScroller

2006-05-08 Thread vace117
You could try to bind your dataScroller to a session scoped backing bean. -- View this message in context: http://www.nabble.com/preserve-page-index-with-dataScroller-t1580208.html#a4289598 Sent from the MyFaces - Users forum at Nabble.com.

h:message and rendered flag

2006-05-08 Thread Carl Sziebert
Is there a convenient way to check an individual component for validity or errors in the rendered flag of the h:message tag?  My backing bean has getters/setters like so:   private User user = new User();   public User getUser() {     return user; }   public void setUser(User user) {     t

preserve page index with dataScroller

2006-05-08 Thread Robert Handschmann
Hi! I have a list page and a detail page. On the list page there is a datatable with a dataScroller for pagination. For each row a button is rendered to show this row on the detail page. Now when I come back to the list page, I want to see the same page as before. But I could not figure out ho

Sandbox examples -- error loading filter

2006-05-08 Thread Julian Ray
I'm having problems getting the nightly build sandbox exmples WAR file to load on Tomcat 5.15 (both linux and XP). When deploying a "SEVERE: Listener Start" exception is thrown but there are no listeners listed in the web.xml and nothing to let me know where to start lookinig.   Is this prob

RE: f:param and commandButton

2006-05-08 Thread Rhys Parry
You can uses j4j:param anywhere in a form. Getting the param from faces works the same as the link param tag. http://www.jsftutorials.net/param.html Rhys -Original Message- From: Lisaa [mailto:[EMAIL PROTECTED] Sent: May 8, 2006 1:00 PM To: users@myfaces.apache.org Subject: Re: f:param

Re: Using tree2 with facelets

2006-05-08 Thread Mike Kienenberger
On 5/8/06, Sean Schofield <[EMAIL PROTECTED]> wrote: FYI - just checked in a fix for tree2 and facelets. Can the tree2/facelets people please test that it is working for you (without any hacks)? My initial tests look promising but I am not really using facelets in a project ATM so I have limite

Re: Using tree2 with facelets

2006-05-08 Thread Sean Schofield
FYI - just checked in a fix for tree2 and facelets. Can the tree2/facelets people please test that it is working for you (without any hacks)? My initial tests look promising but I am not really using facelets in a project ATM so I have limited usecases to test. Sean On 4/24/06, Mike Kienenberg

MyFaces and Axis

2006-05-08 Thread Enrique Medina
Hi,Don't know exactly if the root of my problem comes from MyFaces, but have you ever deployed one Axis web service together with your JSF web application? I need to do so in order to be able to use Spring objects from my WS implementation. But if I create a simple TestCase to test the WS, then I g

t:buffer exception on form failure

2006-05-08 Thread Michael Harry Scepaniak
I used the Tomahawk buffer tag for the first time yesterday. In general, it works the way I want, but it throws an exception when invoked as part of a form-submission failure-postback event. My usage is as follows: Privacy Policy

[OT] IDEA-6704: Fwd: [JETBRAINS-JIRA] Commented: (IDEA-6704) The new progress bar is always on top, even when i change applications]

2006-05-08 Thread Volker Weber
Hi, sorry for posting this here, but i think i need some audience. I know some of you also uses idea, there is a i annoying bug, filed in february and no progress since. Maybe some more votes could help. Thanks Volker Original Message Subject: [JETBRAINS-JIRA] Commented:

Re: [jira] Closed: (TOMAHAWK-405) Running under ServletExec 5 two TLD attribute elements have the same name

2006-05-08 Thread Dennis Byrne
Chris, You will get rid of the ClassDefNotFoundError once commons-lang-2.1.jar is in the classpath. Dennis Byrne >-Original Message- >From: Christopher J. Bowerman [mailto:[EMAIL PROTECTED] >Sent: Monday, May 8, 2006 10:42 AM >To: ''Dennis Byrne \(JIRA\)'' >Subject: RE: [jira] Closed: (

Re: SelectOneRadio+title (tooltip)

2006-05-08 Thread Mert Çalışkan
f:selectItem doesn't have a title property. So I think you can't specify a title for each option. Although it has a itemDescription property. javadoc says: Description of this option, for use in development tools. I've seen no examples for that even with development tools. On 5

get value of HtmlSelectOneRadio

2006-05-08 Thread James Ellis
I have a strange situation where the components on a form are dynamically built and the form is submitted to an action method "create" on a Controller class. Basically the form looks like this: HtmlPanelGrid (2 columns) --HtmlOutputText --HtmlPanelGrid (2 columns) HtmlSelectOneRadio Htm

SelectOneRadio+title (tooltip)

2006-05-08 Thread Lisaa
Hi., I have something like: I would like to place title (tooltip) for the rendered 2 radio buttons each one with different texts (not setting "title" attribute common for both buttons). Lets say with equivalent HTML: Male: Female: How could I achieve that? Any help is high

Re: f:param and commandButton

2006-05-08 Thread Lisaa
Hi., As martin said u can't use Parameters within command buttons. But u could try like this: and ur binding property in backing bean should be of type HTMLInputHidden. Perhap this helps you. Greetz. -- View this message in context: http://www.nabble.com/f%3Aparam-and-commandButton-t1517

[ANNOUNCE] MyFaces Tobago 1.0.7

2006-05-08 Thread Arvid Hülsebus
The MyFaces Tobago team is pleased to announce the release of MyFaces Tobago 1.0.7. The goal of Tobago is to provide the community with a well designed set of user interface components based on JSF and run on MyFaces. Tobago is more than just a tag library, it contains some powerful tools for layo

Re: Sandox - Interactive Ajax Map

2006-05-08 Thread Emmanouil Batsis
Aleksei Valikov wrote: Yes, there's a great demand in a Map Viewer which could be integrated into JSF applications. I would suggest taking a look at Community Map Builder (http://communitymapbuilder.org) before going on. +1 on that. Manos

RE: Sandox - Interactive Ajax Map

2006-05-08 Thread Julian Ray
Hi Lexi, I certainly agree with you as an (ex) geoinsider myself :). However, While Yahoo maps, mapquest, google etc. are not true GIS's I do tend to think that there is valuable place for them in business as tools for quick address verification, rendering of contextual and spatially juxtaposed in

RE: f:param and commandButton

2006-05-08 Thread damonsmith
I've just tried using an updateActionListener tag inside a commandLink tag, as it sounds like a brilliant solution, but I get an error saying that the parent tag (the HtmlCommandLink object) is not an instance of EditableValueHolder. I'm using the current release versions of myfaces-1.1.2 and tom

Re: td align="center" howto setup it in datatable

2006-05-08 Thread Bruno Aranda
No problem, everything should be centered if you apply the style to the td tag, for instance... Bruno On 5/8/06, Juergen Melzer <[EMAIL PROTECTED]> wrote: Thanks, but I want to center a checkbox. >From: "Bruno Aranda" <[EMAIL PROTECTED]> >Reply-To: "MyFaces Discussion" >To: "MyFaces Discussi

Re: td align="center" howto setup it in datatable

2006-05-08 Thread Juergen Melzer
Thanks, but I want to center a checkbox. From: "Bruno Aranda" <[EMAIL PROTECTED]> Reply-To: "MyFaces Discussion" To: "MyFaces Discussion" , [EMAIL PROTECTED] Subject: Re: td align="center" howto setup it in datatable Date: Mon, 8 May 2006 14:49:58 +0100 Hi, the property name should be 'text

Re: Sandox - Interactive Ajax Map

2006-05-08 Thread Aleksei Valikov
Hi. Thanks for the note. The map viewer I'm talking about is just a wrapper around various publicly available online mapping services rather than a full blown GIS application. The requirements would be restricted to: [...] My perspective may be a bit "geoinsider" perspective, but I think that

RE: Sandox - Interactive Ajax Map

2006-05-08 Thread Julian Ray
Hi Lexi, Thanks for the note. The map viewer I'm talking about is just a wrapper around various publicly available online mapping services rather than a full blown GIS application. The requirements would be restricted to: [1] Geocode one or more locations and display on a map. [2] Provide pan, zo

Re: td align="center" howto setup it in datatable

2006-05-08 Thread Bruno Aranda
Hi, the property name should be 'text-align': .tableColumnCenter { text-align:center; } Regards, Bruno On 5/8/06, Juergen Melzer <[EMAIL PROTECTED]> wrote: I have the same problem Nicola Benaglia had in October 2005. He asked how the td attribute 'center' is generated when he use a datatab

Re: Sandox - Interactive Ajax Map

2006-05-08 Thread Aleksei Valikov
Hi. Is there any interest from the group for an interactive map control in the Sandbox? We have one which uses Yahoo's AJAX free mapping service (http://developer.yahoo.com/maps/index.html ) which I am willing to donate. The service provides a variety of cool feature

td align="center" howto setup it in datatable

2006-05-08 Thread Juergen Melzer
I have the same problem Nicola Benaglia had in October 2005. He asked how the td attribute 'center' is generated when he use a datatable. I readed the anwser from Marius Kreis but it doesn't help. This is my output: my css: .tableColumnCenter { align:center; } I use InteliJ and it says that

Problem with generation of client Id's

2006-05-08 Thread Phanidhar Adusumilli
  Based on JSF specification section 3.1.6 and Portlet Specification section 12.3.4, MyFaces implementation (UIViewRoot and UIComponentBase) do not provide unique client id's.   In the current implementation(s) (1.1.1 & 1.1.2)   UIViewRoot.createUniqueId() is implemented as follows:       /* Prov

Using Context to report errors

2006-05-08 Thread jelmstrom
Hi, I'm trying to use the FacesContext to report exceptions thrown by code accessed by BackingBeans, but I cannot access the view component to alter the state of the controls. This is simply because it has not been created yet, because as far as the JSF framework knows, this is a new request.

RE: Sandox - Interactive Ajax Map

2006-05-08 Thread Julian Ray
Interesting, thanks for the link. My control pretty much does the same except it has a pluggable geocode component and uses Yahoo's maps not Google's (yet). Very similar functionality though. -Original Message- From: Bruno Aranda [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 5:50

Re: Sandox - Interactive Ajax Map

2006-05-08 Thread Bruno Aranda
Although I haven't tried it, you can also have a look at the Google Map Viewer Component from Java Blueprints AJAX components [1]. Regards, Bruno [1] https://blueprints.dev.java.net/ajaxcomponents.html On 5/8/06, FSchaare <[EMAIL PROTECTED]> wrote: Hi Julian, > Is there any interest from th

Re: Sandox - Interactive Ajax Map

2006-05-08 Thread FSchaare
Hi Julian, Is there any interest from the group for an interactive map control in the Sandbox? We have one which uses Yahoo's AJAX free mapping service (http://developer.yahoo.com/maps/index.html ) which I am willing to donate. sounds very interessting. We have an E