Re: Action.execute() only being invoked the first time a url is requested ??!!!

2005-11-26 Thread Mon Cab
Thanks Wendy Alas, I ended up uninstalling Ethereal, a while ago, due to system issues. --- Laurie Harper <[EMAIL PROTECTED]> wrote: > Do you get that behaviour *with* the cache control > stuff in place or > without it? If without, have you checked the > response (say with > Ethereal) to se

Re: Using message resources to specify value in an button

2005-11-26 Thread Mon Cab
Thanks Everyone for your help with this. It's working now. I opted to nesting in the submit tag), per Wendy/Frank/Hermod. --- "Frank W. Zammetti" <[EMAIL PROTECTED]> wrote: > Wendy Smoak wrote: > > (Does no one trim their posts anymore?! That > thread is nearly > > impossible to follow with

Re: Action.execute() only being invoked the first time a url is requested ??!!!

2005-11-26 Thread Mon Cab
Got it. Thanks Michael. --- Michael Jouravlev <[EMAIL PROTECTED]> wrote: > On 11/25/05, Mon Cab <[EMAIL PROTECTED]> wrote: > > It's understandable that my browser would retireve > > from cache when I hit the back button. BUT: > Should my > > browser also be retrieving from cache when I click >

Re: [struts-faces] iterating managed bean properties

2005-11-26 Thread Laurie Harper
Laurie Harper wrote: Craig McClanahan wrote: On 11/26/05, Laurie Harper <[EMAIL PROTECTED]> wrote: Craig McClanahan wrote: Using the following tag: com.mycompany.mypackage.MyBundle "/> exposes the contents of the named resource bundle as a Map in request scope under the specified key

Re: saving a value in jsp?

2005-11-26 Thread hem hem
Hi , you said But if you stick to this then you can create a hidden field called name and on the onChange of the dropdown list set the value of the hidden field to the selected name. i was struct here mate.i already used hidden field to achieve this but i am getting the (name)val

Re: [struts-faces] iterating managed bean properties

2005-11-26 Thread Laurie Harper
Craig McClanahan wrote: On 11/26/05, Laurie Harper <[EMAIL PROTECTED]> wrote: Craig McClanahan wrote: Using the following tag: com.mycompany.mypackage.MyBundle "/> exposes the contents of the named resource bundle as a Map in request scope under the specified key. Now you can bind to

Breaking out of an HTTPS session

2005-11-26 Thread Frank Burns
I have created a Web application using Struts 1.2 with Tomcat 5.5. Some parts of the Web app are protected using HTTPS -- specified in the security contraints section of web.xml. When these protected pages are accessed, Tomcat automatically switches to HTTPS (on port 8433). However, how can I s

Re: nul value in action

2005-11-26 Thread Michael Jouravlev
On 11/26/05, Malhotra, Amitkumar (Exchange) <[EMAIL PROTECTED]> wrote: > > > > Am trying to pass parameters to the action class in the following manner, > > View Details > > when I try to retrive the same in the action class using > request.getParameter("name"), it gives me a null value, Try Vi

Re: Action.execute() only being invoked the first time a url is requested ??!!!

2005-11-26 Thread Michael Jouravlev
On 11/25/05, Mon Cab <[EMAIL PROTECTED]> wrote: > It's understandable that my browser would retireve > from cache when I hit the back button. BUT: Should my > browser also be retrieving from cache when I click on > the same url twice, even if the url/uri is a get > request. Yes, it might do so if

Re: [struts-faces] iterating managed bean properties

2005-11-26 Thread Craig McClanahan
On 11/26/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > Craig McClanahan wrote: > > Using the following tag: > > > > > > > > exposes the contents of the named resource bundle as a Map in request > scope > > under the specified key. Now you can bind to it ... for example, to > create > > the

Re: [struts-faces] iterating managed bean properties

2005-11-26 Thread Laurie Harper
Craig McClanahan wrote: Using the following tag: exposes the contents of the named resource bundle as a Map in request scope under the specified key. Now you can bind to it ... for example, to create the localized label for the username field on a login screen, you might say: where

Re: struts version query

2005-11-26 Thread Craig McClanahan
On 11/26/05, Martin Gainty <[EMAIL PROTECTED]> wrote: > > I was unsure of any dependencies posed by DTD 'version' in > struts-config.xml upon "Implementation-Version" header in manifest.mf > Thanks for the clarification, > M- Ah ... that goes like this: * Struts 1.0 can process 1.0 DTD versions

Re: struts version query

2005-11-26 Thread Martin Gainty
I was unsure of any dependencies posed by DTD 'version' in struts-config.xml upon "Implementation-Version" header in manifest.mf Thanks for the clarification, M- - Original Message - From: "Craig McClanahan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" ; "Martin Gainty" <[EMAIL PR

Re: [struts-faces] iterating managed bean properties

2005-11-26 Thread Craig McClanahan
On 11/26/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > > Craig McClanahan wrote: > > In my localized apps, I bury that sort of thing inside the getter method > for > > the SelectItems list. You can figure out what Locale you need to > localize > > for, for the current request, by calling: > > > >

Re: struts version query

2005-11-26 Thread Craig McClanahan
On 11/26/05, Martin Gainty <[EMAIL PROTECTED]> wrote: > > the answer is ? To which question? If you are referring to Stephen's original question (how do I know what version of Struts I am using) he had it right -- check the "Implementation-Version" header in the META-INF/MANIFEST.MF file of stru

Re: Action.execute() only being invoked the first time a url is requested ??!!!

2005-11-26 Thread Laurie Harper
Do you get that behaviour *with* the cache control stuff in place or without it? If without, have you checked the response (say with Ethereal) to see if there are Expires or other caching-related headers being included by something else? L. Mon Cab wrote: It's understandable that my browser

Re: nul value in action

2005-11-26 Thread Laurie Harper
Malhotra, Amitkumar (Exchange) wrote: Am trying to pass parameters to the action class in the following manner, View Details when I try to retrive the same in the action class using request.getParameter("name"), it gives me a null value, Is there some thing I am missing here. My application

Re: [struts-faces] iterating managed bean properties

2005-11-26 Thread Laurie Harper
Craig McClanahan wrote: In my localized apps, I bury that sort of thing inside the getter method for the SelectItems list. You can figure out what Locale you need to localize for, for the current request, by calling: FacesContext.getCurrentInstance().getViewRoot().getLocale() with per-Loca

Re: nul value in action

2005-11-26 Thread Martin Gainty
Amit- Have you looked at DynaActionForm http://www.ajug.org/meetings/download/struts.pdf Anyone else? M- - Original Message - From: Malhotra, Amitkumar (Exchange) To: Struts Users Mailing List Sent: Saturday, November 26, 2005 3:42 AM Subject: nul value in action Am tryi

Re: struts version query

2005-11-26 Thread Martin Gainty
the answer is ? - Original Message - From: "Craig McClanahan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, November 25, 2005 1:46 PM Subject: Re: struts version query On 11/25/05, Martin Gainty <[EMAIL PROTECTED]> wrote: > > I *thought* the 2nd line of struts-confi

Struts news releases this weekend and status links

2005-11-26 Thread netsql
http://wiki.apache.org/struts/SnapshotGuide11 A lot going on, I just linked a guide for wiki .V CEO http://pointcast.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

nul value in action

2005-11-26 Thread Malhotra, Amitkumar \(Exchange\)
Am trying to pass parameters to the action class in the following manner, when I try to retrive the same in the action class using request.getParameter(“name”), it gives me a null value,   Is there some thing I am missing here. My application does not have a form bean , the user click