Re: SV: SV: [Shale] Backingbean beeing created twice

2006-03-31 Thread Gary VanMatre
>From: Hermod Opstvedt <[EMAIL PROTECTED]> > > Hi > > You are right. This is happening further up the stack, and as far as I have > been able to determine, it has to do with the extension mapping with faces > and Clay. So now I am trying to sort this out. > I took another look at the stack

Re: The Mytical stagnation

2006-03-31 Thread Asad Habib
Do WE think that Dakota has said his fair share and that his ideas are STALE? Do WE think that Dakota should stop harassing others on this list? Do WE think that too much Dakota talk is bad? Do WE think that Dakota is talking nonsense? Yes, indeed, WE do! Paul, I, and lots of others on this lis

SV: SV: [Shale] Backingbean beeing created twice

2006-03-31 Thread Hermod Opstvedt
Hi You are right. This is happening further up the stack, and as far as I have been able to determine, it has to do with the extension mapping with faces and Clay. So now I am trying to sort this out. Hermod -Opprinnelig melding- Fra: Gary VanMatre [mailto:[EMAIL PROTECTED] Sendt: 1. ap

Re: The Mytical stagnation

2006-03-31 Thread Dakota Jack
Do you think there is any value in letting a situtation which led to the problem go by without lessons learned, Paul? Do you think just because the people who coded the hairball are not talking about it we should just let it drop and believe that they won't do the same thing with WebWorks? Is tha

SV: SV: [Shale] Backingbean beeing created twice

2006-03-31 Thread Hermod Opstvedt
Hi The managed beans have request scope. I am about to see if this is a problem specific to me or not by seeing what happens with the shale-use-cases app. I'll come back with more. Med vennlig hilsen Hermod Opstvedt Webmaster Seiling.org/Norlys.org -Opprinnelig melding- Fra: Gary VanMat

Re: The Mytical stagnation

2006-03-31 Thread Dakota Jack
So you are ecstatic that your design choice of Struts 9 months ago has been determined by the Struts committers to be a bad choice? You should fit right in around here with your logic. Webworks has not be "included", Busschots. Webworks, which was around when you made your BRILLIANT choice, is n

Re: is not sending the checked checkboxes value

2006-03-31 Thread Max Cooper
2 things come to mind: 1) Make sure your ActionForm has the appropriate setter method. It wont be setDenyCodes(String value) since there can be many values. IIRC, you need a setter that takes a String array as an argument. I could be wrong -- do some research to be sure. 2) Make sure the URL

problem on url rewriting and cookies , what is differences

2006-03-31 Thread Legolas Woodland
Hi Thank you for reading my post I have a problem with my hosted application , when i click on some of my links in the web application the server return an exception like : java.lang.IllegalArgumentException: Path http://www.mysite.com/ does not start with a "/" character org.apache.struts.acti

Re: Tomcat SSL Enabled - Popup information on pages : Contains secure and non secure items

2006-03-31 Thread Neil Erdwien
I wonder if Firefox and Mozilla don't complain because you've turned that setting off. In Firefox, try "about:config" and then filter for "warn". The setting security.warn_viewing_mixed must be set to true in order to get the warning. If it already is true, then I think you've got to look fo

Re: SV: [Shale] Backingbean beeing created twice

2006-03-31 Thread Gary VanMatre
>From: Hermod Opstvedt <[EMAIL PROTECTED]> > > Hi > > I applied your patch, but my backing bean is still beeing created twice. > > Once in restoreView, and then again in createView > What scope is you managed bean defined in? If your bean is not defined in a scope (NONE), it will be create

SV: [Shale] Backingbean beeing created twice

2006-03-31 Thread Hermod Opstvedt
Hi I applied your patch, but my backing bean is still beeing created twice. Once in restoreView, and then again in createView Hermod -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sendt: 31. mars 2006 08:55 Til: user@struts.apache.org Emne: RE: [Shale] Backing

Re: Multiple Forms on one page

2006-03-31 Thread Eric Rank
Thanks Michael, That helps out quite a bit. I thought that was going to be the answer. I was just having a hard time thinking beyond 1 to 1 relationships. What you say makes sense. Thanks! Eric Rank www.lo-fi.net On 3/31/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > On 3/31/06, Eric Rank <

Re: [OT] Re: Tomcat SSL Enabled - Popup information on pages : Contains se cure and non secure items

2006-03-31 Thread vijay venkataraman
Thanks to everyone who offered help. I just figured out the problem is with IE 6 + SSL + flash. IE Doesn't work fine when specific headers are set. http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=fdc7b5c Thanks, Vijay Venkataraman Dave Newton wrote: vijay venkataraman wrote:

[OT] Re: Tomcat SSL Enabled - Popup information on pages : Contains se cure and non secure items

2006-03-31 Thread Dave Newton
vijay venkataraman wrote: > I checked all files. js, css, jsp and other files. There is debug > statements and all request go through a specific filter. There is not > even a single http request. > I am looking for something like live http header for IE. I found > something by name ieHTTPHeaders -

Re: Tomcat SSL Enabled - Popup information on pages : Contains se cure and non secure items

2006-03-31 Thread vijay venkataraman
Quinn, I checked all files. js, css, jsp and other files. There is debug statements and all request go through a specific filter. There is not even a single http request. I am looking for something like live http header for IE. I found something by name ieHTTPHeaders - but doesn't seem to work

RE: Tomcat SSL Enabled - Popup information on pages : Contains se cure and non secure items

2006-03-31 Thread Quinn Stone
Vijay: Did you check for references to other resources, not just "links"? I think that if you have images, external javascript, stylesheets, etc. that are referenced with "http" you'll get that message. Q -Original Message- From: vijay venkataraman [mailto:[EMAIL PROTECTED] Sent: Friday

Re: Tomcat SSL Enabled - Popup information on pages : Contains se cure and non secure items

2006-03-31 Thread vijay venkataraman
Richard thanks for information. This happens only with IE. There is no content in the page, which refers to a http request. Pages come fine with Firefox and Mozilla. I understand that the server will be strained, if i use https for all the pages. -Vijay Venkataraman Yee, Richard K CTR DMDC wr

Re: Tomcat SSL Enabled - Popup information on pages : Contains secure and non secure items

2006-03-31 Thread Joe Moore
The underlying protocol may be https, but the links using http aren't. The browser resolves the link with the protocol specified - in this case http. Therefore you have a mix between http and https protocols and hence the issue. HTH, Joe [EMAIL PROTECTED] - Original Message From: vij

Re: Tomcat SSL Enabled - Popup information on pages : Contains secure and non secure items

2006-03-31 Thread vijay venkataraman
Dave, Thanks for your input. Yes i have links without an http or https coded directly in it. But the underlying protocol the page uses is https and i don't see where the problem is. The pages work fine with fire fox and Mozilla. I want to know, what makes IE think that the pages have mixed con

Re: Multiple Forms on one page

2006-03-31 Thread Michael Jouravlev
On 3/31/06, Eric Rank <[EMAIL PROTECTED]> wrote: > Greeting friends, > > I'm looking for a best-practice strategy for what to do when a page has > multiple forms. My questions: > > 1. Is there a way to specify multiple form beans for one action? No. > 2. Assuming there's _not_ a way to specify mu

RE: Tomcat SSL Enabled - Popup information on pages : Contains se cure and non secure items

2006-03-31 Thread Yee, Richard K CTR DMDC
The behavior you describe is a feature of the browser. You cannot prevent the browser from displaying it when there are non-secure links when viewing a secure page. One think you could do is make everything https, but then your server may be strained by the extra use of https. -Richard -Orig

Re: is not sending the checked checkboxes value

2006-03-31 Thread Tarun Reddy
Hi Vijay, It's working fine now. I've just added a method="GET" attribute to tag. It's working perfectly fine. I don't have any idea how this solved the problem. Thanks for all your time. Thanks, Tarun. On 3/31/06, Tarun Reddy <[EMAIL PROTECTED]> wrote: > > Thanks Vijay! I've verified the value

Re: Tomcat SSL Enabled - Popup information on pages : Contains secure and non secure items

2006-03-31 Thread Dave Newton
vijay venkataraman wrote: > I am stuck - Any pointers would be really helpful. If you navigate using a link without an http or https coded directly it will use the protocol of the page you're navigating from. Dave - To unsubsc

Re: is not sending the checked checkboxes value

2006-03-31 Thread Tarun Reddy
Thanks Vijay! I've verified the value returned by request.getParameterValues("denyCodes") even before sending out this mail. I don't have any clue on how to proceed further. I'll try debugging it more. Thanks, Tarun. On 3/31/06, vijay venkataraman <[EMAIL PROTECTED]> wrote: > > Tarun, > If the va

Re: is not sending the checked checkboxes value

2006-03-31 Thread vijay venkataraman
Tarun, If the value in being rendered is in string array pointed by the property it will be rendered with checked attribute set. I know it works. It is bit weired that the set method is not being called i am not able to find what is happening. Do you see the values coming fine in the HttpReques

Re: Tomcat SSL Enabled - Popup information on pages : Contains secure and non secure items

2006-03-31 Thread vijay venkataraman
I am stuck - Any pointers would be really helpful. Vijay vijay venkataraman wrote: I just enabled SSL in Tomcat Server 5.5.9 for my application. When i fetch a page i get a popup with message "This page contains both secure and non secure items. Do you want to display the non secure items."

Re: is not sending the checked checkboxes value

2006-03-31 Thread Tarun Reddy
Hi Vijay, Thanks for the reply! I had a look at the HTML source generated by JSP page which contains multibox tag. Here are some sample entries, 216 415 05 Let me tell you, tag nested in the tag takes care of setting this value attirbute

Re: The Mytical stagnation

2006-03-31 Thread Joel Alejandro Espinosa Carra
What are the popular technologies in your area? If you talk about web applications then .NET, or anything else that maintain people (managers) brainwashed with marketing instead of looking for the best option, in the worst case non technical people make technical decisions about development.

servlets filters

2006-03-31 Thread temp temp
I have a servlet filter which should behave different for different ".do's" and init params are different for different ".do's" . One way of solving this situation is below. SearchResultsFilter.CheckIn com.reisys.fema.ndsp.web.filter.SearchResultsF

Re: is not sending the checked checkboxes value

2006-03-31 Thread vijay venkataraman
The struts doc goes like this : *Multibox:* ** Renders an HTML element of type |checkbox|, whose "checked" status is initialized based on whether the specified value matches one of the elements of the underlying property's array of current values. This element is useful when you have large n

is not sending the checked checkboxes value

2006-03-31 Thread Tarun Reddy
Hi All, I've been wasting my time on one issue pertaining to tag. I'm writing a code which should generate multiple checkboxes dynamically on a JSP page. The JSP should send the checked checkboxes value to the Action class. But it's not sending any values. I've tried many approaches like 1)initial

Multiple Forms on one page

2006-03-31 Thread Eric Rank
Greeting friends, I'm looking for a best-practice strategy for what to do when a page has multiple forms. My questions: 1. Is there a way to specify multiple form beans for one action? 2. Assuming there's _not_ a way to specify multiple form beans (only one 'name' attribute allowed in the 'action

Tomcat SSL Enabled - Popup information on pages : Contains secure and non secure items

2006-03-31 Thread vijay venkataraman
I just enabled SSL in Tomcat Server 5.5.9 for my application. When i fetch a page i get a popup with message "This page contains both secure and non secure items. Do you want to display the non secure items." When i did a view source on the page, there is a flash component which points to ht

Re: [java:Conditional Operators]

2006-03-31 Thread Martin Gainty
Agreed..I like to simplify the situation to make it maintainable- Thanks, Martin- - Original Message - From: "Slattery, Tim - BLS" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, March 30, 2006 3:52 PM Subject: RE: [java:Conditional Operators] > I did not understand

Re: [FRIDAY] Rarely available images - Berners Lee, Gates, Jobs, et al

2006-03-31 Thread netsql
We should on wiki have "mug shots" of the Struts devs!!! You think? I have meat in person most of them, but ... other might want to see. So if someone want to start a gallery on wiki (or a photo site) if the like. .V ps: not a dev, but here is one mug shot of me http://struts.1up.com Ted Husted

Drawing of Struts web application

2006-03-31 Thread chuanjiang lo
Hi all, I've recently developed a struts web application and with all the mappings here and there..i think it would be good for me to have some visual documentation on how the web application flows from a page to another. Is there any good open source tool or plugins to netbeans or eclipse i can

[FRIDAY] Rarely available images - Berners Lee, Gates, Jobs, et al

2006-03-31 Thread Ted Husted
Worth the click :) * http://jroller.com/page/m_ravi -T. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]