Re: Refresh button and Back button

2001-07-24 Thread Web Programmer
Basically, the problem is with browsers' caching. For example, IE will ignore header settings you sent. In several references you will find methods to set headers, but they all ignore to recognize that it is after all the browser that decides and/or ignores. Back buttons are developers' nightma

RE: How to get the entire URL of referring page

2001-07-22 Thread Web Programmer
e. --- Billy Talton <[EMAIL PROTECTED]> wrote: > See the servlet 2.2 API... specifically the HttpUtil > package. > > -Original Message- > From: Web Programmer > [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 20, 2001 7:34 AM > To: [EMAIL PROTECTED] >

How to get the entire URL of referring page

2001-07-20 Thread Web Programmer
Hi All! I am trying to capture of the entire URL of where the user has come from - i.e., the URL of the previous page. I am getting null value when I invoke the getReferrer() method. Thanks. __ Do You Yahoo!? Get personalized email addresses from

RE: Obtaining multiple values from dynamically generate textboxes

2001-04-27 Thread Web Programmer
I think the problem with strut is that, when it iterates it puts the same name for all the form elements which it picks up from what you have set as property in the tag. --- "Walker, John H." <[EMAIL PROTECTED]> wrote: > Thanks for that, > It would be nice if struts handled > th

RE: Obtaining multilpe values from dynamically generate textboxes

2001-04-27 Thread Web Programmer
See Scott Walker's response to my question earlier today which worked. If you can't get it, post again. --- "Gogineni, Pratima" <[EMAIL PROTECTED]> wrote: > Hi - I am doing something similar. Dont know if its > the best way to do it. > > My form bean has an indexed property over a vector > of

Re: Obtaining multilpe values from dynamically generate textboxes

2001-04-27 Thread Web Programmer
I ahd the same question earlier today and Scott Walker's response helped me. Check earlier mail. --- "Walker, John H." <[EMAIL PROTECTED]> wrote: > We have the senereo where we are dynamically > generating a number of > textfields. The number of textfields are not a known > entity so we cannot >

Re: Does strut support dynamically generated form?

2001-04-27 Thread Web Programmer
, given that they > are 'dynamic' i kinda doubt it... > > i think we need more info on what 'dynamic' means. > > c > > At 05:11 AM 4/27/2001 -0700, Web Programmer wrote: > >Does strut support forms generated dynamically from > >the database?

Does strut support dynamically generated form?

2001-04-27 Thread Web Programmer
Does strut support forms generated dynamically from the database? How would you get user-entered values in the FormBean when you don't know how many elements to expect or their names. I haven't seen any strut example that does that or anything in the mail list. ___

redisplaying the (prepopulated) form

2001-04-25 Thread Web Programmer
Hi All! I am creating a membership form as follows: I first create a form dynamically with information from the database (using logic:iterate) The user enters information and indicates how many associates he would like to add. If the user selects to add 1 or more associates, I would like to re

RE: Using , tags with strut template

2001-04-17 Thread Web Programmer
Thanks Tobias, it worked. I had the taglib only in the template. Need to put in every file. --- Tobias Meyer <[EMAIL PROTECTED]> wrote: > Hi "Web Programmer" :) > > > When I use or tags with > strut > > template, these tags do not get parsed. Has anyo

Using , tags with strut template

2001-04-17 Thread Web Programmer
When I use or tags with strut template, these tags do not get parsed. Has anyone experienced this? Any solution? Thanks. __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/

iterating text boxes and radio buttons within iterate tags

2001-04-09 Thread Web Programmer
Hi all: I am iterating the text boxes and radio button. The names are coming from the database. The HTML should like this. I have my strut snippnet at the end. Perhaps some one has tun into this type of situation. book1, book2, book3 and qty1, qty2, qty3 are coming from the