Yeah, leave it to IE to not work with DOM-compliant code :) I guess I
only tried it in FF, which is odd since I don't generally use FF (it was
probably just open at the time!). Glad you got it working!
Frank
Puneet Lakhina wrote:
On 8/3/06, Puneet Lakhina <[EMAIL PROTECTED]> wrote:
Any
On 8/3/06, Puneet Lakhina <[EMAIL PROTECTED]> wrote:
Any form elements created dynamically on the client-side will have no
> intrinsic link to the ActionForm. However, this is not necessarily a
> problem... imagine if your ActionForm has this in it:
>
> private String firstName;
> public voi
Any form elements created dynamically on the client-side will have no
intrinsic link to the ActionForm. However, this is not necessarily a
problem... imagine if your ActionForm has this in it:
private String firstName;
public void setFirstName(String inFirstName) {
firstName = inFirstName;
}
Any form elements created dynamically on the client-side will have no
intrinsic link to the ActionForm. However, this is not necessarily a
problem... imagine if your ActionForm has this in it:
private String firstName;
public void setFirstName(String inFirstName) {
firstName = inFirstName;
}
pu
you were hung up (maybe I read into your question incorrectly). So are
you actually hung up on the JavaScript to dynamically add fields?
Yes, i am able to add text fields to my page, but I dont know what all
attributes to specify in the input tag so that my user bean recieves the
values fro
On Tue, August 1, 2006 5:05 am, Puneet Lakhina wrote:
>>
>>
>> http://struts.apache.org/1.x/userGuide/building_controller.html
>>
>> Specifically, section 4.3.3 Map-backed ActionForms.
>
>
> have already read that. But in that the page is generated dynamically, it
> doesnt change once rendered on t
http://struts.apache.org/1.x/userGuide/building_controller.html
Specifically, section 4.3.3 Map-backed ActionForms.
have already read that. But in that the page is generated dynamically, it
doesnt change once rendered on the client, which is what I want to do.
--
Puneet
Hi,
Have a look here:
http://struts.apache.org/1.x/userGuide/building_controller.html
Specifically, section 4.3.3 Map-backed ActionForms.
Frank
Puneet Lakhina wrote:
I have a set of text fields on a form. but the number of the text fields il
need is soemthing that depends on the user using t
8 matches
Mail list logo