RE: Alternatives for onclick for NavigationMenuItem

2005-12-16 Thread Neal Haggard
and submit it. Anyone else have any ideas? Anyone else want something like this? -- Neal Haggard Senior Systems Developer Knowledge Management Center SAS Institute -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Thursday

Alternatives for onclick for NavigationMenuItem

2005-12-15 Thread Neal Haggard
they really meant to click delete. As I'm sure you all know, onchange isn't an option on NavigationMenuItem. So does anyone have any ideas on a work around, or perhaps the willingness to figure out how to add onclick to it? -- Neal Haggard Senior Systems

RE: JSCookMenu in 1.1.1RC3 -- Problem

2005-10-27 Thread Neal Haggard
This has been around since 1.1.0 actually. It is fixed in the nightly builds, but not 1.1.1. -- Neal Haggard Senior Systems Developer Knowledge Management Center SAS Institute From: Jay Kaul [mailto:[EMAIL PROTECTED] Sent: Wednesday, October

RE: Help: JSCookMenu stop displaying

2005-10-25 Thread Neal Haggard
Yee, Can you post your JSF code for this page? Did you just recently download the latest nightly? Neal -- Neal Haggard Senior Systems Developer Knowledge Management Center SAS Institute From: Yee CN [mailto:[EMAIL PROTECTED] Sent: Tuesday

RE: FileDownload capability?

2005-10-21 Thread Neal Haggard
[] getDocument(); You could do something similar using Poi (to generate and output a spreadsheet). -- Neal Haggard Senior Systems Developer Knowledge Management Center SAS Institute -Original Message- From: CONNER, BRENDAN (SBCSI) [mailto:[EMAIL

Tomahawk Date vs. Calendar

2005-10-11 Thread Neal Haggard
component's functionality isn't collapsed into the Date component? Neal -- Neal Haggard Senior Systems Developer Knowledge Management Center SAS Institute

RE: Tomahawk Date vs. Calendar

2005-10-11 Thread Neal Haggard
all the popup configuration that calendar has. Neal -- Neal Haggard Senior Systems Developer Knowledge Management Center SAS Institute From: Zhong Li [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 11, 2005 2:46 PMTo: MyFaces DiscussionSubject

Using java.sql.Timestamp with a Calendar component?

2005-08-15 Thread Neal Haggard
java.sql.Timestamp getCurrentDate(); When we try and go to the page, we get the following EL exception: javax.servlet.jsp.el.ELException: Attempt to coerce a value of type java.util.Date to type java.sql.Timestamp Has anyone gotten around this? -- Neal Haggard

Changes over the last 3 months?

2005-08-11 Thread Neal Haggard
invalid for images? Am I missing something? It appears that HtmlGraphicImageTag still has a setBorder() method. Is it possible someone accidentally deleted the border attribute on the image TLD? -- Neal Haggard Senior Systems Developer Knowledge Management

RE: [Tiles] Included tile not compiled (additional info)

2005-06-22 Thread Neal Haggard
layouts for our site. Perhaps could you give us a code snippet that shows where your 'content' tile is inserted in your layout tile definition and then some of your searchForm.jsf or something? Sorry you're having such problems and hope they clear up, Neal Haggard Senior Developer SAS Institute

RE: [Tiles] Included tile not compiled (additional info)

2005-06-22 Thread Neal Haggard
C. Clarke who said: Any sufficiently advanced technology will be indistinguishable from magic. Glad that I happen to see this in my days ;-) Cheers, Olaf -Ursprüngliche Nachricht- Von: Neal Haggard [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 22. Juni 2005 15:27 An: MyFaces

RE: Google Open Source

2005-06-02 Thread Neal Haggard
We would love to see the AJAX-based components, but don't have anything other to offer than a strong yes vote for that. -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 11:41 AM To: MyFaces Development; MyFaces Discussion Subject:

Getting Subclipse to connect

2005-05-11 Thread Neal Haggard
Hi, I'm using Eclipse 3.1M4 and Subclipse 0.9.30 and I'm having trouble connecting to the Apache repository for MyFaces. My work has a Proxy for web connections, which I have configured under the Install/Update portion of the preferences per the Subclipse instructions. When I try and add a

RE: Getting Subclipse to connect

2005-05-11 Thread Neal Haggard
- From: Grant Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 3:11 PM To: MyFaces Discussion Subject: Re: Getting Subclipse to connect Neal Haggard wrote: Hi, I'm using Eclipse 3.1M4 and Subclipse 0.9.30 and I'm having trouble connecting to the Apache repository for MyFaces. My work

Navigation Menu's and being a bit smarter

2005-04-14 Thread Neal Haggard
We're using a panelNavigation object to navigate between sections of a detailed view of an object (in this case, a contact object). Here's a sample: x:panelNavigation itemClass=nav activeItemClass=navact x:commandNavigation value=Overview action=contacts_overview /

RE: dataTable with Set?

2005-04-11 Thread Neal Haggard
Hibernate allows you to use a Bag in their terms to store unordered collections, but still have it implemented with a List. This is how we got around this. From: Heath Borders [mailto:[EMAIL PROTECTED] Sent: Saturday, April 09, 2005 4:59 PMTo: MyFaces DiscussionSubject: Re: dataTable with

RE: Where to store DB connection in JSF session

2005-04-08 Thread Neal Haggard
Aaron, We are using the SpringFramework to help with a lot of stuff like this. We have installed a servlet filter that starts the hibernate session at the beginning of the request and ends it at the end of the request. This has been a huge boon for us in allowing lazy loading of our

RE: Jscookmenu - ThemeOffice - Images not displaying?

2005-04-07 Thread Neal Haggard
the internal images that the _javascript_ loads on the right hand side of the sub-child elements are not rendering. I get the image not found placeholder (the infamous red 'X'). Is there something else I need to add to my Extensions Filter configuration to let that work? -O

RE: Which jar for multipartfilter?

2005-04-01 Thread Neal Haggard
Check your web.xml, the package is now org.apache.myfaces.custom.fileupload.ExtensionsFilter, not Net.sourceforge.myfaces.custom.fileupload.ExtensionsFilter. -Original Message- From: Patrick B Haggood [mailto:[EMAIL PROTECTED] Sent: Friday, April 01, 2005 12:24 PM To: MyFaces

RE: Jscookmenu - ThemeOffice - Images not displaying?

2005-03-31 Thread Neal Haggard
on the right hand side of the sub-child elements are not rendering. I get the image not found placeholder (the infamous red 'X'). Is there something else I need to add to my Extensions Filter configuration to let that work? -Original Message- From: Neal Haggard [mailto:[EMAIL PROTECTED

Using Sets in Expression Language

2005-03-28 Thread Neal Haggard
So I can see how we access variables in a List and a Map via the JSF EL. Is there a cooresponding way to work with sets? Neal

RE: Request for suggestions on Resource Bundle keys?

2005-03-25 Thread Neal Haggard
I found my problem, yes you can use it as a map, allowing bundle keys with '.' in them. -Original Message- From: Neal Haggard [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 6:10 PM To: MyFaces Discussion Subject: Request for suggestions on Resource Bundle keys? I noticed

RE: Does everything have to be validated?

2005-03-24 Thread Neal Haggard
Found my problem, wasn't to do with the validation, more to do with a file not being put in the war properly. Never mind on this one. Thanks -Original Message- From: Neal Haggard [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 5:13 PM To: MyFaces Discussion Subject: Does

Request for suggestions on Resource Bundle keys?

2005-03-24 Thread Neal Haggard
I noticed in JSF In Action (Mann) that he had all his resource bundle keys that he was going to use in his JSF views defined more like standard variables than standard resource bundle keys. For example: PathNotFound=Path {0} not found. Internally, we have tools which will do

RE: Reading Tiles config gives Null Pointer Exception

2005-03-23 Thread Neal Haggard
Exception Neal- perhaps I missed something, but the *original* example WAR works, and only your *custom* is not working? Did you also included the DTD inside your tiles.xml ? Like tiles.xml in example of MyFaces does (see [1]) ? HTH, Matthias [1] http://tinyurl.com/4bhy6 Neal Haggard wrote

Complexity of using MyFaces with Weblogic 8.1

2005-03-22 Thread Neal Haggard
We are evaluating what container to use for new development and are looking at JBoss 4.0.1 and Weblogic 8.1. Management is trying to push on why we need to go with Jboss. What, if any hoops does it take to get MyFaces configured running under Weblogic? Anyone with experience in this, could

Reading Tiles config gives Null Pointer Exception

2005-03-22 Thread Neal Haggard
[Jboss 4.0.1, Jboss IDE, Eclipse 3.1, MyFaces 1.0.9] Ok, this is really strange, I can get the tiles examples to run, no problem in Jboss. My implementation, apparently is somehow inherantly flawed. The only thing I can see is that when Jboss deploys my war file, it doesn't copy out all the

RE: commandButton does not work with Tiles

2005-03-17 Thread Neal Haggard
@incubator.apache.org Subject: RE: commandButton does not work with Tiles Hi See my reply to previous post. Hermod -Original Message- From: Neal Haggard [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 5:48 PM To: MyFaces Discussion Subject: RE: commandButton does not work

RE: commandButton does not work with Tiles

2005-03-17 Thread Neal Haggard
that WAR: http://myfaces.apache.org/builds/1.0.9/rc1/myfaces-1.0.9-tiles-example.tgz It has been build today... Also I think its tiles.xml has been changed since 1.0.7 thanks, Matthias Neal Haggard wrote: I'm getting the following exception when I try and use tiles with myfaces. I've tried

RE: commandButton does not work with Tiles

2005-03-16 Thread Neal Haggard
Matthias, I have a question about 'you must use global navigation rulez for command components'. Why was this decided? Why can't the sub-view find the view-id for the parent? I'm new to JSF, so please forgive any ignorance here. My group is trying to evaluate how to move to

RE: commandButton does not work with Tiles

2005-03-16 Thread Neal Haggard
hope it was clear to you :) -Matthias Neal Haggard wrote: Matthias, I have a question about 'you must use global navigation rulez for command components'. Why was this decided? Why can't the sub-view find the view-id for the parent? I'm new to JSF, so please forgive any