Custom Validation Messsage for required in 1.2.0 (Issue #: 81)

2007-09-10 Thread fischman_98
Saw that Enable the message displayed for required validation, conversion, and validation to be overridden by the page author (JSP or non-JSP). has been included in the latest core release. Is the change in the h:inputText? What is the attribute? Has the javadoc been updated? Thanks. --

NullPointerException after Session expiration - MYFACES-1075

2007-09-18 Thread fischman_98
To All: Can I get a little more description on this fix...what happens now if a page is refreshed, button or link clicked (requiring navigation), etc. and the session has expired? What takes place to prohibit an exception and what happens on the client side? Thanks for the new release. --

web.xml error-page and extensionFilter Mapping

2007-09-20 Thread fischman_98
I am having trouble understanding why a file with the url-pattern .jsf works for the error page but the url-pattern /faces/* doesn't. Any thoughts? Thanks. filter-mapping filter-mapping filter-nameextensionsFilter/filter-name url-pattern*.jsf/url-pattern /filter-mapping filter-mapping

error-page navigation - javascript errors

2007-09-20 Thread fischman_98
Sticking to the same subject of error-page (at this point I'm looking into another solution)...any reason why the t:commandLink's are generating javascript errors when the error-page is displayed? I have a footer with hardcoded strings in the action but the upon clicking the link...a javascript

getRowIndex() = -1 when restoring saved view state

2006-12-23 Thread fischman_98
Upon restoring a view from a saved state (see: http://www.nabble.com/How-can-i-manually-save-and-restore-a-view%27s-state--tf1258390.html#a3414026 manually save and restore a view's state (by: Nico Krijnen) I am seeing something I don't understand I am binding a transient UIData variable

Re: getRowIndex() = -1 when restoring saved view state

2006-12-24 Thread fischman_98
components under t:columns. Put your t:commandLink inside a t:column. On 12/23/06, fischman_98 [EMAIL PROTECTED] wrote: Upon restoring a view from a saved state (see: http://www.nabble.com/How-can-i-manually-save-and-restore-a-view%27s-state--tf1258390.html#a3414026 manually save and restore

t:validateEmail - doesn't ignore white space

2007-02-15 Thread fischman_98
Is there any way to get t:validateEmail / to ignore leading and trailing spaces? It currently fails if there are spaces leading or trailing (or both) an otherwise valid email. Is javascript (I'm thinking in the onSubmit of the form) the only way to resolve this? Thanks. -- View this message

tld documentation for tomahawk 1.1.5 released April 18, 2007

2007-04-26 Thread fischman_98
To All: Is there tld link for the latest 1.1.5 (released April 18, 2007) available anywhere...or anywhere else to find documentation on the new features describe in the release notes ( http://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12312397styleName=HtmlprojectId=12310272

Re: tld documentation for tomahawk 1.1.5 released April 18, 2007

2007-04-26 Thread fischman_98
of Tomahawk see http://myfaces.apache.org/tomahawk/project-reports.html Paul Spencer fischman_98 wrote: To All: Is there tld link for the latest 1.1.5 (released April 18, 2007) available anywhere...or anywhere else to find documentation on the new features describe in the release notes ( http

Is Tomahawk 1.1.9 Compatible with MyFaces-2.0.0-beta-3

2010-04-19 Thread fischman_98
Is Tomahawk 1.1.9 Compatible with MyFaces-2.0.0-beta-3? OR is there a Tomahawk nightly build that is compatible with MyFaces-2.0.0-beta-3? I'm getting a series of errors, starting with this one: SEVERE: Exception wile retrieving addResource java.lang.NoClassDefFoundError:

n x n dataTable (myFaces)

2006-03-29 Thread fischman_98
Can someone help me make a nxn dataTable using myFaces. I want 3 columns and n number of rows) Trying to use Tomahawk t:dataTable and t:columns, can't work it all out. Can't figure out how to loop through the rows and only show the number of columns I want to display. Thanks. View this

Re: n x n dataTable (myFaces)

2006-03-29 Thread fischman_98
I guess I should have included this in the original message (probably thinking it but didn't write it!)... I want to put one row of database data into a single table column. So in a 3xn table, the first three rows fetched from the database make three columns of the first row in the displayed

Re: n x n dataTable (myFaces)

2006-03-29 Thread fischman_98
So for option 2, how do you reference index 0's one, two and three objects? I was trying to reference the t:dataTable var in the t:columns? This wasn't working. ie: t:dataTable value=#{...} var=row ... . . t:columns value=#{row.getColumn() I understand how to create the list of objects you

Re: n x n dataTable (myFaces)

2006-03-31 Thread fischman_98
Thanks for the help. So for this solution, I am locking in the three columns and go back to using t:column (no s)is that right? Was trying to make it dymamic for the future, but can't figure out how to make the row and column data work in conjunction with one another. Need to somehow

What is faces-config.xml.l4t?

2007-10-10 Thread fischman_98
Can anyone tell me what this file - faces-config.xml.l4t - is? How was it generated? I was using exadel studio pro. I'm now using Red Hat Developer Studio...it's been there since the beginning. -- View this message in context:

Horizontal Panel Navigation - panelNavigation2

2006-08-01 Thread fischman_98
Having a lot of trouble getting then Horizontal PanelNavigation to work like the irian example - http://example.irian.at/example-simple-20060801/panelnavigation_4.jsf http://example.irian.at/example-simple-20060801/panelnavigation_4.jsf The dynamic dropdown part is not dynamically displaying

Re: Horizontal Panel Navigation - panelNavigation2

2006-08-03 Thread fischman_98
This image displays what's happening with the menu...Clicking the 'E' or the 'I' only highlights the letter and doesn't display the menu options. I have posted the code below. http://www.nabble.com/user-files/189/menu.gif Added the forceId, didn't seem to change anything. Is there something

STATE_SAVING_METHOD client security

2006-09-24 Thread fischman_98
I am using STATE_SAVING_METHOD set to client. I have a session scoped bean that performs login/logout methods and has two properties with public getter/setters, username password. The problem: 1. A user logs in successfully, does some work, logs out. 2. The session is invalidated when the

STATE_SAVING_METHOD client state resubmitted

2006-09-24 Thread fischman_98
I am using STATE_SAVING_METHOD set to client. I have a session scoped bean that performs login/logout methods and has two properties with public getter/setters, username password. The problem: 1. A user logs in successfully, does some work, logs out. 2. The session is invalidated when the

getRenderKitId exception

2006-09-28 Thread fischman_98
I'm getting an exception (see below) when calling uiViewRoot.getRenderKitId(). I've started reading about renderers with custom components, but I'm not doing anything special here... Anyone know how to solve this? BTW - I'm using this from excellent code provide by Nico Krijnen Mar 14, 2006;

Re: getRenderKitId returning null

2006-09-29 Thread fischman_98
- From: fischman_98 [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 09:36 PM To: users@myfaces.apache.org Subject: getRenderKitId exception I'm getting an exception (see below) when calling uiViewRoot.getRenderKitId(). I've started reading about renderers with custom

Re: getRenderKitId exception

2006-09-29 Thread fischman_98
this is not happending when you call UIViewRoot.getRenderKitId(). Is this code from Nico in the MyFaces repository? Dennis Byrne -Original Message- From: fischman_98 [mailto:[EMAIL PROTECTED] Sent: Thursday, September 28, 2006 09:36 PM To: users@myfaces.apache.org Subject

Re: getRenderKitId returning null

2006-09-29 Thread fischman_98
://issues.apache.org/jira/browse/MYFACES-1155 -Original Message- From: fischman_98 [mailto:[EMAIL PROTECTED] Sent: Friday, September 29, 2006 11:29 AM To: users@myfaces.apache.org Subject: Re: getRenderKitId returning null You're right and the title will lead to confusion...what I meant to ask

Access Request Scope Bean in Servlet Filter

2006-10-03 Thread fischman_98
Is there anyway to access a ManagedBean that is set in the faces config file to request scope in a ServletFiler? What I want to do is confirm that the bean exists before letting the view display. Thanks. -- View this message in context:

Re: Access Request Scope Bean in Servlet Filter

2006-10-04 Thread fischman_98
for not doing this at all and changing to Phase Listeners and staying within the JSF framework which I think is an important topic for continued discussion. Marco P?hler-2 wrote: Hi fischman_98, I think you can use methods from Nabbles AccessFacesContextFromServlet. http://wiki.apache.org/myfaces

LifecycleFactory - no factory DEFAULT configured for this application

2006-10-10 Thread fischman_98
Do I need to set something up in the faces-Config.xml file to make this work? Trying to add a phaseListener to a requestScope managedBean and get java.lang.IllegalArgumentException: no factory DEFAULT configured for this application. Thanks. Matt Code: try {

datascroller - hidden input autoscroller moves /td to next line

2006-10-12 Thread fischman_98
I just set up MyFaces and Tomahawk to 1.1.5 Snapshot to deal with the issue solved by http://issues.apache.org/jira/browse/TOMAHAWK-644 TOMAHAWK-644 . Now, in IE (obviously), the html code generated from the datascroller is adding an new line before a closing /td...this is messing up the format

Re: datascroller - hidden input autoscroller moves /td to next line

2006-10-13 Thread fischman_98
After searching a little on the web, I found the following CSS solution... add td img {display:block} in your CSS. http://www.thescripts.com/forum/thread96754.html http://www.thescripts.com/forum/thread96754.html MF I just set up MyFaces and Tomahawk to 1.1.5 Snapshot to deal with the issue

Navigation Rule vs No Rule and dataTable First Row

2006-10-24 Thread fischman_98
I have a page that implements the dataTable and dataScroller. Below the table I have a login form. Lets say I scroll to page six...submit the form with a successful return...with no navigation rule (I want to display the same page!), the page is restored and rendered with the dataTable still

TOMAHAWK-606 - t:commandLink does not work - stil having problems

2006-12-06 Thread fischman_98
I saw that this issue was marked resolved http://issues.apache.org/jira/browse/TOMAHAWK-606?page=comments#action_12437022 TOMAHAWK-606 BUT I am still getting it even after downloading the latest (12/6/2006) nightly builds. Even tried to change the tag to h: and still seems to appear. Any

Re: Integrate flash movie in JSF

2008-12-09 Thread fischman_98
I saw the media component was released in version 1.1.7, but I don't see it in any of the tld or api documentation. Is it included in Tomahawk 1.1.7 and beyond? Thank you. Matt Hazem Saleh-2 wrote: use the media component. On Fri, Oct 17, 2008 at 7:23 PM, Andreas Niemeyer [EMAIL

inputTextHelp - style of help text

2008-12-11 Thread fischman_98
Is there a way to make the help text a different color and/or font. For example: I would like to the help text to be light grey...and the text the user enters to be black. Can this be done? Don't see any style attributes associated with the help text. Thanks. Matt -- View this message in

Email validation for comma separated list - in 1.1.5?

2009-03-06 Thread fischman_98
What is the name of the validation tag to validate comma separated emails? I see in the release notes for MyFaces Tomahawk v1.1.5 Release that this is a ** New Feature * [TOMAHAWK-182] - new validator - validate comma separated entries by splitting them and validating individually Can't find

Re: PARTIAL_STATE_SAVING_METHOD

2009-04-09 Thread fischman_98
It appears that by adding this; context-param param-namejavax.faces.PARTIAL_STATE_SAVING_METHOD/param-name param-valuefalse/param-value /context-param to the web.xml file, the warnings go away (MyFaces 1.1.6, Tomcat 6.X, JDK 1.6.0_07). When was it

Re: File download and out of memory

2009-10-05 Thread fischman_98
To All: So far I've found that using the old fashioned servlet is the only ( Quickest as far as download speed) way to go. I would love to see a managedBean solution if someone comes up with one. I am going to attempt the phaseListener approach (

Streaming Large Files: OutOfMemory Exception

2009-10-05 Thread fischman_98
To All: So from all the other posts it appears that this is a problem with no true resolution. From what I can gather, JSF buffers all output into memory so the output can be further processed by filters. So, downloading a large file results to an OutOfMemory Exception. The Servlet is an

Clear (Reset) dataTable (w/dataScroller) on new Query

2006-04-21 Thread fischman_98
Have the standard search/search results display user interaction. After performing a search, I scroll to page three, then go back and perform another search. The results of the second query start on page 3 (not page 1). How do I get the dataTable to ALWAYS start at page 1? Results are

Re: Clear (Reset) dataTable (w/dataScroller) on new Query

2006-04-21 Thread fischman_98
So I need to bind the dataScroller to the bean and call the .setFirst(1) prior to each query? As for the other way, How can you make sure the same UIData object is not re-used for each query? Many thanks. -- View this message in context:

t:selectManyCheckbox - Make Checkbox label a link

2006-05-03 Thread fischman_98
Anyone know how to make the itemLabel of a SelectItem a href? I'd like to produce a checkbox that looks like this: COLUMBIA RIVER (WASHINGTON) SUN CLOUDS View this message in context: t:selectManyCheckbox -

Two dataScrollers, One dataTable throwing ServletException

2006-07-11 Thread fischman_98
I'm using one dataTable and two data scrollers and I am getting the following error... javax.servlet.ServletException: facet 'first' already has a child associated. current associated component id: _idJsp45:data:_idJsp46 class: org.apache.myfaces.component.html.ext.HtmlGraphicImage Any

component binding causing duplicate ids on browser refresh - t:datatable

2006-07-13 Thread fischman_98
Using MyFaces 1.1.3 and Tomahawk 1.1.3... I have a t:datatable and have implemented t:datascroller in the header/footer facet. When I add component binding to the dataTablethe page is rendered fine...but when I hit refresh on the browser, I receive the following error...

binding in t:datatable causing duplicate id's on browser refresh

2006-07-13 Thread fischman_98
I am binding a sessionScoped managed-bean UIData property to a t:dataTable (also using t:dataScroller in the header/footer facets). Initial display is fine. Upon hitting refresh on the browser...I get the following error (full error below). javax.servlet.ServletException: Client-id :

Does Package Naming have Meaning for Tomahawk

2013-02-05 Thread fischman_98
For Example: nbsp; HTMLInputSecretTag found in 3 Tomahawk.jar packages In the tomahawk.jar (1.1.10), I'm finding the same class in multiple packages. Is there meaning to the package naming [generated vs shared_tomahawk vs ext]? If I'm extending a class, is there a specific package to use?

Re: addResource to add CSS JS - Only working on PostBack

2016-04-19 Thread fischman_98
So are you confirming/agreeing that the result of an addResource call is handled in the Apply Request phase? And as to /only need to adjust the code a bit/, what code and where? I was trying in a phaselistener, are you suggesting a custom ViewHandler, custom component or ? Matt -- View this

Re: addResource to add CSS JS - Only working on PostBack

2016-04-19 Thread fischman_98
I created this simple test phaseListener before my original post and it only works an a postback, not an initial request. /Put the code in both phases just in case./ *No Luck*. package com.ngsimages.cart.phaselistener; import javax.faces.event.PhaseEvent; import javax.faces.event.PhaseId;

Re: addResource to add CSS JS - Only working on PostBack

2016-04-19 Thread fischman_98
Mike, Thanks...yeah were all good with the understanding of the Lifecycle... I'm just curious why the addResource call *WORKS* in an /encodeEnd /of a Custom Component, which is fired in the */Render Response/* phase, but... *DOES NOT WORK* when the addResource is called directly from a

Re: addResource to add CSS JS - Only working on PostBack

2016-04-19 Thread fischman_98
*FYI*: When added the call to addResource in encodeEnd method of a Custom Component it works on both /*initial request*/ and /*postback */. Here's the initial request; RESTORE_VIEW(1) :: Before RESTORE_VIEW(1) :: After RENDER_RESPONSE(6) :: Before *AddResource Here!* RENDER_RESPONSE(6) :: After

Re: addResource to add CSS JS - Only working on PostBack

2016-04-19 Thread fischman_98
Gentlemen, After all this (/My initial attempt at doing this was using a phaselistener after all/), I now see */WHEN /*the phaselistener solution is not working. The question now is */why/*? When I use the URL: http://localhost:8080//index.jsf -* IT WORKS* When I use the URL:

Re: addResource to add CSS JS - Only working on PostBack

2016-04-19 Thread fischman_98
OK. Moved the org.apache.myfaces.webapp.filter.*WelcomeFileFilter* after the *Extensions Filter* in the /*web.xml*/ and the *PhaseListener *approach to *addResource *seems to be working. More testing to follow and I will report any issues. That was a lot of investigation due to Filter

addResource to add CSS JS - Only working on PostBack

2016-04-14 Thread fischman_98
To all, I still have a MyFaces 1.1.6/Tomahawk 1.1.10 in production, client not giving the time to migrate to 2.X. That said, I'm trying to add javascript to specific pages https://www.owasp.org/index.php/Cross_Frame_Scripting;>Cross_Frame_Scripting ). Instead of just adding it to the pages