Re: ajax4jsf

2006-06-30 Thread Gregg Bolinger
30/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: I am curious to know if anyone has used or is currently using this library and their general thoughts on it along side MyFaces components.  I have downloaded it and am in the process of adding it to my project to do some initial testing. Tha

ajax4jsf

2006-06-30 Thread Gregg Bolinger
I am curious to know if anyone has used or is currently using this library and their general thoughts on it along side MyFaces components.  I have downloaded it and am in the process of adding it to my project to do some initial testing. Thanks for any feedback.Gregg

Re: selectManyCheckbox and pre-selected values

2006-06-30 Thread Gregg Bolinger
o? An undocumented feature of new for .. in loop? a small bug?   Just checking,   Fintan   -Original Message-From: Gregg Bolinger [mailto:[EMAIL PROTECTED]] Sent: 29 June 2006 21:59To: MyFaces DiscussionSubject: selectManyCheckbox and pre-selected valuesI have written som

Re: selectManyCheckbox and pre-selected values

2006-06-29 Thread Gregg Bolinger
Alright, good news for me.  I was able to go ahead and test it and it seems to work just fine.  Is this Wiki worthy or does everyone already know how to do this?Thanks.On 6/29/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: I have written some code that I am waiting for some of the DAO stuff

selectManyCheckbox and pre-selected values

2006-06-29 Thread Gregg Bolinger
I have written some code that I am waiting for some of the DAO stuff to get finished before I can test it.  So thought I'd go ahead and ping this list and see if what I am trying to do might actually work.I have an Article.  Each article contains a List.  When I view the Article details for review/

Re: NoClassDefFoundError: org/apache/myfaces/custom/buffer/HtmlBufferResponseWriterWrapper on server startup.

2006-06-28 Thread Gregg Bolinger
What are:myfaces-shared-core-2.0.2.jarmyfaces-shared-impl-2.0.2.jarmyfaces-shared-tomahawk-2.0.2.jar??GreggOn 6/28/06, Rick <[EMAIL PROTECTED]> wrote: Did you see this:http://wiki.apache.org/myfaces/More_tips_on_Upgrading_to_Tomahawk_1%2e1%2e3You need the following jar files: myfaces-api-1.1.3.jar

Re: Design Type Question

2006-06-28 Thread Gregg Bolinger
about adding how you did it to the wiki and pass on your know-how as I'm sure others will be facing the same problem :) From: Gregg Bolinger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2006 3:33 PMTo: MyFaces DiscussionSubject: Re: Design Type Question New info.  If I place al

Re: Design Type Question

2006-06-28 Thread Gregg Bolinger
New info.  If I place all this code in a function and call that function on document load, it works fine.  So I guess I'll just go that route.On 6/28/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: Alright.  Thanks for the info.  Getting closer.  I have the following being spit out on my

Re: Design Type Question

2006-06-28 Thread Gregg Bolinger
ould reference the selectOne components via ids - you might have to pass dummy select items but these will get removed then replaced by the JS as it loads. Remember that the page is rendered before its loaded by the browser so the JS will execute after the rendering has been performed. From: G

Re: Design Type Question

2006-06-28 Thread Gregg Bolinger
Gregg Bolinger <[EMAIL PROTECTED]> wrote: Scratch that.  I am getting the value. But all the code is escaped. >, < etc.  So it doesn't register correclty.  Trying something else.... On 6/28/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: Alright, maybe a stupid question...For tes

Re: Design Type Question

2006-06-28 Thread Gregg Bolinger
Scratch that.  I am getting the value. But all the code is escaped. >, < etc.  So it doesn't register correclty.  Trying something elseOn 6/28/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: Alright, maybe a stupid question...For testing I have a property in my backing bean ca

Re: Design Type Question

2006-06-28 Thread Gregg Bolinger
e to prefix the component ids with "formname:"   From: Gregg Bolinger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2006 2:31 PMTo: MyFaces DiscussionSubject: Re: Design Type Question Doh!  Didn't even think about that.  Thanks. On 6/28/06, Julian Ray <[EMAIL PROTECTED]&

Re: Design Type Question

2006-06-28 Thread Gregg Bolinger
Doh!  Didn't even think about that.  Thanks.On 6/28/06, Julian Ray <[EMAIL PROTECTED]> wrote: Couldn't you use a     From: Gregg Bolinger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2006 1:38 PMTo: MyFaces DiscussionSubject: Re: Design Type Questi

Re: t:inputCalendar using MyFaces 1.1.3 and Tomahawk 1.1.3

2006-06-28 Thread Gregg Bolinger
No offense Ricardo, but is that really helpful?  It sounds more like a push for Facelets rather than a solution to Mike's problem.Mike, I am still running Tomahawk 1.1.2 and MyFaces 1.1.3.  I'll try upgrading and see if I have similar issues. GreggOn 6/28/06, Ricardo Memória <[EMAIL PROTECTED]> wro

Re: Design Type Question

2006-06-28 Thread Gregg Bolinger
/06, Julian Ray <[EMAIL PROTECTED]> wrote: Here is an example, I have not tested it but have used similar approaches   http://www._javascript_kit.com/script/script2/multiplecombo.shtml     From: Gregg Bolinger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2006 11:45 AMTo: MyFaces

Re: valueChangeListener method called only once

2006-06-28 Thread Gregg Bolinger
Ok, I just did a saveState on both category and subCategory and it works now.  The wonderful world of JSF. :)Thanks.GreggOn 6/28/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: Well, when I do the saveState I keep getting NotSerializableException's on various faces components.  Any othe

Re: valueChangeListener method called only once

2006-06-28 Thread Gregg Bolinger
Well, when I do the saveState I keep getting NotSerializableException's on various faces components.  Any other solutions?Thanks.On 6/28/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: I'll try it.  Thanks.On 6/28/06, Rogerio Pereira < [EMAIL PROTECTED]> wrote: I solved this

Re: valueChangeListener method called only once

2006-06-28 Thread Gregg Bolinger
I'll try it.  Thanks.On 6/28/06, Rogerio Pereira <[EMAIL PROTECTED]> wrote: I solved this after put the bean in session scope, maybe u can solve this by using t:saveState to save your bean entirely.2006/6/28, Gregg Bolinger < [EMAIL PROTECTED]>: On my form I have 3 selectO

Re: Design Type Question

2006-06-28 Thread Gregg Bolinger
h drop downs [2] Use 2 backing beans, 1 for the drop down and 1 for the articles. Lazily load all getters. Use t:saveState to store the filter bean. [3] Use Ajax From: Gregg Bolinger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 28, 2006 10:20 AMTo: MyFaces DiscussionSubject: Design Type Qu

valueChangeListener method called only once

2006-06-28 Thread Gregg Bolinger
On my form I have 3 selectOneMenu's.categorysubCategorysubSubCategoryWhen category is changed, I call changeCategory(ValueChangeEvent event).  When subCategory is changed I call changeSubCategory(ValueChangeEvent event). I have noticed that when changeCategory is called, changeSubCategory is also c

Re: Design Type Question

2006-06-28 Thread Gregg Bolinger
y not get all the articleson each "getArticles" call.. this method should simply return a member variable, and a different method "applyFilter" should load its value,looking at the current filter settings.Hope this helpsCosma2006/6/28, Gregg Bolinger < [EMAIL PROTECTED]>

Design Type Question

2006-06-28 Thread Gregg Bolinger
This isn't about MyFaces specifically so I apologize but this list is the best JSF resource I know of. ;)I have a page that contains a list of Articles.  There are also filter criteria to filter the list of Articles.  The article list is a dataTable who's value is a method in the backing bean that

Re: commandLink not working: FaceTrace

2006-06-23 Thread Gregg Bolinger
I added preserveDataModel="true" to my dataTable and it seems to be working for now.GreggOn 6/23/06, Gregg Bolinger < [EMAIL PROTECTED]> wrote:Has anyone had a chance to look at this by any chance?  I still cannot find a way to resolve this. Thanks.GreggOn 6/22/06, Gregg B

Re: commandLink not working: FaceTrace

2006-06-23 Thread Gregg Bolinger
Has anyone had a chance to look at this by any chance?  I still cannot find a way to resolve this.Thanks.GreggOn 6/22/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: I think I might know what is going on.  It just hit me.  When the page is first loaded, the dataTable is empty.  I populate it

More than one managed bean w/

2006-06-22 Thread Gregg Bolinger
I am getting a WARNING from MyFaces:2006-06-22 14:15:12,113  WARN (FacesConfigurator.java:588) - More than one managed bean w/ the name of 'ModifyUserBean' - only keeping the lastI get a warning for every managed bean that I have.  Is this normal?  Bad? Gregg

Re: More than one managed bean w/

2006-06-22 Thread Gregg Bolinger
Fixed it.  I had specified faces-config.xml in web.xml.  Forgot to yank that out.GreggOn 6/22/06, Gregg Bolinger < [EMAIL PROTECTED]> wrote:I am getting a WARNING from MyFaces: 2006-06-22 14:15:12,113  WARN (FacesConfigurator.java:588) - More than one managed bean w/ the name of 'Mod

Re: commandLink not working: FaceTrace

2006-06-22 Thread Gregg Bolinger
I think I might know what is going on.  It just hit me.  When the page is first loaded, the dataTable is empty.  I populate it after I select a category from the dropdown and click the ok button.Now, how do I resolve that if that is truly the case? On 6/22/06, Gregg Bolinger <[EMAIL PROTEC

Re: commandLink not working: FaceTrace

2006-06-22 Thread Gregg Bolinger
To add another piece to the puzzle, I placed a commandLink with a different ID and the same actionListener outside othe dataTable, and it triggers the actionListener method just fine.Thanks. On 6/22/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: Let me deliver this problem a bit different

Re: commandLink not working: FaceTrace

2006-06-22 Thread Gregg Bolinger
items);    return parentCategoriesSelectOneMenu;    }    public void setParentCategoriesSelectOneMenu(    HtmlSelectOneMenu parentCategoriesSelectOneMenu)     {    this.parentCategoriesSelectOneMenu = parentCategoriesSelectOneMenu;    }       public void editCategory(ActionEvent event)    {      

commandLink not working: FaceTrace

2006-06-22 Thread Gregg Bolinger
I have a page where the commandLink isn't triggering the associated actionListener.  The link on the page is identical to the link on another similar page.  They are just using different managed beans.                    binding="#{SubCategoryAdminBean.categoryData}"                    value="#{Sub

Re: Organizing dataList to multiple columns/rows

2006-06-22 Thread Gregg Bolinger
How about just using a dataTable with a columns="2" attribute?GreggOn 6/22/06, Ondrej Svetlik < [EMAIL PROTECTED]> wrote:Hello all,I'm displaying values using dataList, but I'd like to display them as a grid.simple layout does this:value1 value2 value3 value4unorderedList layout does this:* value1*

Re: IRC Channel #myfaces

2006-06-21 Thread Gregg Bolinger
How do you use it?  I've never connected to an IRC channel before.  I use Trillian which has a plugin for the client though.On 6/21/06, Julian Ray < [EMAIL PROTECTED]> wrote: Does anybody use this channel? whenever I check it seems somewhat under-represented :)  

Re: t:updateActionListener and commandButton

2006-06-21 Thread Gregg Bolinger
x27;m sure I'll be back to ask for help. :) Thanks.On 6/21/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: Should work with UICommand(commandLink or commandButton for the standard ones)What's wrong ?On 6/21/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: > Should t:updateActio

t:updateActionListener and commandButton

2006-06-21 Thread Gregg Bolinger
Should t:updateActionListener work with a commandButton or does it only work with commandLinks?Thanks.

Re: Typical Validation Issues

2006-06-21 Thread Gregg Bolinger
ed to invalidate each component by getting it from tree or by using a binding. From: Gregg Bolinger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 21, 2006 11:04 AMTo: MyFaces DiscussionSubject: Re: Typical Validation Issues Thanks for the code.  The problem though is if I leave the required=&q

Re: Typical Validation Issues

2006-06-21 Thread Gregg Bolinger
; } [3] In your JSP use the validation="" attribute with a method binding to the method defined in [2]. For example               From: Gregg Bolinger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 21, 2006 10:04 AMTo: MyFaces DiscussionSubject: Re: Typical Validation Issue

Re: Typical Validation Issues

2006-06-21 Thread Gregg Bolinger
preference). From: Gregg Bolinger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 21, 2006 9:49 AMTo: MyFaces DiscussionSubject: Typical Validation Issues I am facing a pretty typical JSF validation issue.  I have a list of commandLinks which are Categories.  On the right side of the page I

Typical Validation Issues

2006-06-21 Thread Gregg Bolinger
I am facing a pretty typical JSF validation issue.  I have a list of commandLinks which are Categories.  On the right side of the page I have a form with details about the category.  You can also use this form to add or update a category. Obviously, the category name is required.  But since it is b

Re: Get All Values of SelectOneListBox

2006-06-20 Thread Gregg Bolinger
t the server to do this.  Actually, pretty rediculous.  Sure, I could incorporate some Ajax to update the model so I wasn't having to send so much across the pipe, but even that seems silly. I'd still like to know if there are any alternatives.On 6/20/06, Gregg Bolinger <[EMAIL PROTECTED] >

Re: Get All Values of SelectOneListBox

2006-06-20 Thread Gregg Bolinger
electListId);    for(var i = 0;i < selectList.length;i++)    {    selectList.options[i].selected = true;    }   From: Gregg Bolinger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 20, 2006 8:08 AMTo: MyFaces DiscussionSubject: Get All Values of SelectOneListBox Can anyone suggest the best

Get All Values of SelectOneListBox

2006-06-20 Thread Gregg Bolinger
Can anyone suggest the best way to get all the values of an HtmlSelectOneListbox in the managed bean?  I have a page where I need to add keywords to a category so I have an inputText and I use _javascript_ to add inputed keywords into the list box.  But I am unclear on how to get all of those value

Re: Handling and displaying action errors

2006-06-19 Thread Gregg Bolinger
JSF in Action actually uses similar methods.  They build a BaseBean class that all managed beans extend and this BaseBean class has some methods for setting error and informational messages.Gregg On 6/19/06, Julian Ray <[EMAIL PROTECTED]> wrote: No problem. Feel free to enhance, fix any errors/inco

Re: dataList displaying horizontal

2006-06-19 Thread Gregg Bolinger
TED] > wrote: try adding around the commandLink tag. From: Gregg Bolinger [mailto:[EMAIL PROTECTED]] Sent: Monday, June 19, 2006 10:42 AMTo: MyFaces DiscussionSubject: dataList displaying horizontal I created a dataList        I thought the "simple" layout

dataList displaying horizontal

2006-06-19 Thread Gregg Bolinger
I created a dataList        I thought the "simple" layout was supposed to beCat1Cat2Cat3...But it is appearing as: Cat1 Cat2 Cat3Should this be happening?Thanks.

Re: Force creation of managed bean

2006-06-15 Thread Gregg Bolinger
Julian, thanks a bunch for the code.  Worked like a champ.  This should be on the wiki.  There is a jsffaq link in the conversation but it doesn't appear to work.GreggOn 6/15/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: I found the info.  Thanks.  Trying it out.On 6/15/06, Gre

Re: Force creation of managed bean

2006-06-15 Thread Gregg Bolinger
I found the info.  Thanks.  Trying it out.On 6/15/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: This list or a forum? On 6/15/06, Julian Ray <[EMAIL PROTECTED] > wrote: I posted some code oin the forum which shows how to get the faces context from within a servlet. You might want to

Re: Force creation of managed bean

2006-06-15 Thread Gregg Bolinger
This list or a forum?On 6/15/06, Julian Ray <[EMAIL PROTECTED]> wrote: I posted some code oin the forum which shows how to get the faces context from within a servlet. You might want to do a search and get take a look. - Original Message From: Gregg Bolinger < [EMAIL PROT

Re: Force creation of managed bean

2006-06-15 Thread Gregg Bolinger
Ok, the problem with all this is that it's being done from within JSF driven code.  I need to be able to do this from a plain jane servlet that just happens to exist along side all the JSF stuff, if possible.  Either method listed thus far returns a null faces context from within the servlet. Thank

Re: Force creation of managed bean

2006-06-15 Thread Gregg Bolinger
alue; } -----Original Message-From: Gregg Bolinger [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 15, 2006 11:31 AMTo: MyFaces DiscussionSubject: Force creation of managed beanApologies of this is not an appropriate place to ask this since it's not specifically MyFaces relate

Force creation of managed bean

2006-06-15 Thread Gregg Bolinger
Apologies of this is not an appropriate place to ask this since it's not specifically MyFaces related, however...The project I am working on is a mix of Flash (customer side) and JSF (admin side).  We are not allowed to use Spring (long sad story) and so I was using JSF's managed bean facility to i

Re: Websphere 6

2006-06-09 Thread Gregg Bolinger
ss.doc/info/exp/ae/crun_classload.html and for the error... everything is ok in web.xml file for FacesServlet, definition & mapping? Regards, Mert On 6/9/06, Gregg Bolinger <[EMAIL PROTECTED] > wrote: I think I am getting somewhere.  I am now getting the following error message when try

Re: Websphere 6

2006-06-09 Thread Gregg Bolinger
I think I am getting somewhere.  I am now getting the following error message when trying to access my application.Error 404: SRVE0201E: Servlet [javax.faces.webapp.FacesServlet]: not a servlet classAny ideas? Thanks.On 6/9/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: Ok, I have done

Re: Websphere 6

2006-06-09 Thread Gregg Bolinger
Ok, I have done as you described.  I set the war to module and set it as PARENT_LAST.  And I am having the same issues.  I am going to bounce and server and see if it solves the problem On 6/9/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: At the moment?  I have none. HA.  This is my

Re: Websphere 6

2006-06-09 Thread Gregg Bolinger
put all the jars under the web-inf lib of your war, the problem shouldn't arise. Whats your classloader adjustments at the moment... Regards, Mert On 6/9/06, Gregg Bolinger <[EMAIL PROTECTED] > wrote: Um, can you elaborate?Thanks.On 6/8/06, Mert Çalışkan < [EMAIL PROTECTED]> wrot

Re: Conversion Error on Validation - Trying Something New

2006-06-09 Thread Gregg Bolinger
Gave it a shot.  That is pretty nice.  I was actually able to set the entire user object in my ModifyUserBean vs individual properties of that object as the wiki has for it's example.  Not too shabby. Thanks for the tip. GreggOn 6/9/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: Thanks f

Re: Conversion Error on Validation - Trying Something New

2006-06-09 Thread Gregg Bolinger
TED]> wrote: Gregg,have you tried to use the "updateActionListener" for some master/detail stuff?It works pretty good! http://wiki.apache.org/myfaces/ExecutingMethodsFromLinkButtonParameters-MatthiasOn 6/9/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote:> What I've discovered is t

Re: A doubt on Action & Model Bean

2006-06-09 Thread Gregg Bolinger
Typically, you'll have one backing-bean/managed-bean/model bean for each form.  So all the actions for said form will be declared inside the same object.GreggOn 6/9/06, chandra sekhar saripaka <[EMAIL PROTECTED]> wrote: Hi,What is the best practice to call an action method from the UIComponent

Re: Conversion Error on Validation - Trying Something New

2006-06-09 Thread Gregg Bolinger
wever, would it be a true statement to say that the properties of the backing bean are persisted across the request, but that the actual backing bean object is not? Thanks.On 6/9/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: I am currently trying something that I haven't seen anyone else

Conversion Error on Validation - Trying Something New

2006-06-09 Thread Gregg Bolinger
I am currently trying something that I haven't seen anyone else do (doesn't mean someone else isn't doing it).  In UserAdminBean I have a dataTable with a list of users.  When I click on one of the users in the dataTable I am taken to ModifyUser.jsp which uses ModifyUserBean.In the action method i

Re: Websphere 6

2006-06-08 Thread Gregg Bolinger
Um, can you elaborate?Thanks.On 6/8/06, Mert Çalışkan <[EMAIL PROTECTED]> wrote: even over the classloader mode and policy? if you can adjust them for the ear & war you can solve the problem. Regards, MertOn 6/9/06, Gregg Bolinger < [EMAIL PROTECTED]> wrote: I know all the is

Websphere 6

2006-06-08 Thread Gregg Bolinger
I know all the issues surrounding running MyFaces in Websphere 6.  I searched this mailing list and found plenty of useful tips.  However, I am having problems getting any of them to work.  If I remove jsf-api.jar and ws-jsf.jar then not only does my app not work, but the server console app stops

Tiles and commandLink/commandButton

2006-06-08 Thread Gregg Bolinger
Yes, I know this has come up before.  Last night I was helping a friend of mine.  He called me up and was having an issue because commandLinks and commandButtons weren't working in his dataTable.  I knew that he was using Tiles with MyFaces and I knew that there was some sort of issue like this wth

Re: Link Tabs

2006-06-07 Thread Gregg Bolinger
/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: I am needing a Tabbed Pane component but not exactly what MyFaces provides.  I'd call it more of a Link Tab component that renders tabs with links to pages but that actually navigate to a new page, not just flipping a panel on or off. I know

Link Tabs

2006-06-07 Thread Gregg Bolinger
I am needing a Tabbed Pane component but not exactly what MyFaces provides.  I'd call it more of a Link Tab component that renders tabs with links to pages but that actually navigate to a new page, not just flipping a panel on or off. I know I could do this with CSS and commandLinks but wanted to c

Re: Passing Object to Page

2006-06-07 Thread Gregg Bolinger
Yes, I have tried that and it worked.  That is what I am currently going with for now.Thanks.On 6/7/06, Cosma Colanicchia < [EMAIL PROTECTED]> wrote:Can't you simply put it into requestScope instead of sessionScope? (You should then avoid s)Cosma2006/6/6, Gregg Bolinger <[E

Passing Object to Page

2006-06-06 Thread Gregg Bolinger
Currently, I know how to pass an object by value binding it to the session.FacesContext context = FacesContext.getCurrentInstance();Application application = context.getApplication();application.createValueBinding ("#{sessionScope.someObject}").setValue(context, someObject);    I then access th

Re: Client Side Validation

2006-06-06 Thread Gregg Bolinger
Ugh, thanks but no thanks. :)  I'll just right my own _javascript_ until something else comes along as part of MyFaces.GreggOn 6/6/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote:Hi Gregg! > I could have sworm MyFaces could do Client Side (_javascript_)> validation.  Am I wrong?  I've search the we

Client Side Validation

2006-06-06 Thread Gregg Bolinger
I could have sworm MyFaces could do Client Side (_javascript_) validation.  Am I wrong?  I've search the web and mailing lists and didn't fine anything.Thanks.Gregg

Re: Internationalization for Error Messages

2006-02-17 Thread Gregg Bolinger
I *think* it should work the same way as all your other properties files.  Follow the example given on page 237 of JSF in Action and in the secondary language properties files, place your overridden error messages in the appropriate language.  I haven't tried this, but I believe it should work. Gre

Strange Exception out of nowhere

2004-12-22 Thread Gregg Bolinger
Yesterday, everything worked fine. Today I have started getting a strange exception when I deploy my app. I haven't really even changed anything. Here is the exception: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: javax.faces.application.StateManager$Ser

Re: Tree Node Selection Events

2004-12-22 Thread Gregg Bolinger
Thanks a lot. That is a big help. Gregg Adrien FOURES wrote: // build a class which implement treeSelectionListener(catche event when you select a node) // build a class which implement iconProvider (update image of a node) public class Tree1Action implements TreeSelectionListener{ public Tr

Tree Node Selection Events

2004-12-21 Thread Gregg Bolinger
I can't seem to find any documentation on how to handle node selection events with the Tree component. Does anyone have any information on this? Thanks. Gregg

regular expression validator

2004-11-10 Thread Gregg Bolinger
g? I need to allow only digits and no a-z. -- Gregg Bolinger