RE: latest sandbox is broken, error restoring view

2006-09-29 Thread L Frohman
I am getting the exact same error. Quick fix - change param-namejavax.faces.STATE_SAVING_METHOD/param-name to param-valueclient/param-value until the problem is corrected. -Original Message- From: sharath reddy [mailto:[EMAIL PROTECTED] Sent: Friday,

RE: Build Failure!

2006-09-19 Thread L Frohman
Also, mvn clean install -Pregenerate-component-code gets an error: generate-components:[INFO] [ERROR] BUILD ERROR[INFO] [INFO] Error

RE: [VOTE] Release Apache Tobago 1.0.8

2006-09-13 Thread L Frohman
I was wondering the same thing, why isn't Tobago being merged into Tomahawk? -Original Message- From: Mike Kienenberger [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 8:34 AM To: MyFaces Development Subject: Re: [VOTE] Release Apache Tobago 1.0.8 On 9/13/06, Craig

RE: GENERATED CODE BEGIN (do not modify!)

2006-09-09 Thread L Frohman
/06, L Frohman [EMAIL PROTECTED] wrote: Thanks, There is a codegenerator under build-tools under maven. No documentation? (stupid question?) -Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 12:11 PM To: MyFaces Development Subject

RE: GENERATED CODE BEGIN (do not modify!)

2006-09-07 Thread L Frohman
in this nostalgic thingy :-) Manfred On 9/5/06, L Frohman [EMAIL PROTECTED] wrote: Thanks, There is a codegenerator under build-tools under maven. No documentation? (stupid question?) -Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05

JIRA TOMAHAWK-659

2006-09-06 Thread L Frohman
Could someone take a quick look at this before I commit it? Just to make sure I am not doing anything that isn't kosher. Thanks, Lance

re: GENERATED CODE BEGIN (do not modify!)

2006-09-05 Thread L Frohman
In several of the myfaces components, there is code marked GENERATED CODE BEGIN (do not modify!) (in particular org.apache.myfaces.component.html.ext.HtmlPanelGroup) How is this generated?

RE: GENERATED CODE BEGIN (do not modify!)

2006-09-05 Thread L Frohman
cases where many of us have done this, and for good reasons. Dennis Byrne -Original Message- From: L Frohman [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 5, 2006 03:00 PM To: ''MyFaces Development'' Subject: re: GENERATED CODE BEGIN (do not modify!) In several of the myfaces

example_messages.properties for sandbox

2006-08-22 Thread L Frohman
Where are they?

RE: [Myfaces Wiki] Update of FrontPage by LanceFrohman

2006-08-10 Thread L Frohman
is there a way to rename a wiki page? -Message d'origine- De : Mike Kienenberger [mailto:[EMAIL PROTECTED] Envoyé : jeudi 10 août 2006 18:52 À : MyFaces Development Cc : L Frohman Objet : Re: [Myfaces Wiki] Update of FrontPage by LanceFrohman On 8/10/06, Apache Wiki [EMAIL PROTECTED

RE: [jira] Commented: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

2006-05-19 Thread L Frohman
) Add orientation parameter to NewspaperTable On 5/18/06, L Frohman [EMAIL PROTECTED] wrote: quick question, I have the following line in HtmlTableRendererBase.java. boolean newspaperVerticalOrientation = !horizontal.equals(getNewspaperOrientation(component)); horizontal should be a constant

RE: [jira] Commented: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

2006-05-18 Thread L Frohman
I originally had the attribute be orientation with values horizontal and vertical, but I figured since there were only two values, it was better to make it boolean. But I can change it back. Yes, it only affects newspaperColumn tables. I was going to ask you to look it over, but you beat me to it.

RE: [jira] Commented: (TOMAHAWK-440) Add orientation parameter to NewspaperTable

2006-05-18 Thread L Frohman
), and HtmlTableRendererBase is in the shared code, it shouldn't reference tomahawk. So where should I put the constant for horizontal? -Original Message- From: L Frohman [mailto:[EMAIL PROTECTED] Sent: Thursday, May 18, 2006 2:19 PM To: 'Mike Kienenberger (JIRA)' Subject: RE: [jira

RE: [jira] Commented: (TOMAHAWK-123) Add orientation parameter to NewspaperTable

2006-05-17 Thread L Frohman
No problem. Should I just wait until TOMAHAWK-5 is committed and rework my patch to the new code? (can you let me know when it's committed?) Do you want me to do anything else beforehand? P.S. I also have patch TOMAHAWK-178, but it sounds like your change TOMAHAWK-5 will make it irrelevant. What