Re: Text Field property at run time!!!Urgent

2003-08-11 Thread Nagendra Kumar O V S








  HI,
  check out these in the struts docs (help on the indexed 
  properties)... 
   
  docs: faqs\indexedprops.html
   
  --nagi
   
  ---Original Message---
   
  
  From: Struts Users Mailing 
  List
  Date: Monday, August 
  11, 2003 12:25:58 PM
  To: Struts Users Mailing 
  List
  Subject: Text Field 
  property at run time!!!Urgent
   Hi All,I have a scenario in which the property of 
  my text box will be set at runtime. In my action form I have declared 
  all the property names that will beavailable in my jsp.The jsp 
  text box will have property name as txtField1 , txtField2 
  ,txtField3.The action form will have these properties 
  available.In my jsp i am doing it like this inside logic:iterate 
  and using bean:definefor "fieldname"but I am displayed a blank 
  jsp. Any solution to acheive this scenario.Thanks,Anurag 
  Garg-To 
  unsubscribe, e-mail: [EMAIL PROTECTED]For 
  additional commands, e-mail: [EMAIL PROTECTED].





	
	
	
	
	
	
	




  IncrediMail - 
Email has finally evolved - Click 
Here



Re: Text Field property at run time!!!Urgent

2003-08-11 Thread Koni Roth
How does your action mapping in struts-config.xml look like? Is it using 
the right Action/ActionForm?

struts-config.xml:


myJsp.jsp:

...

...

Hope it helps?
Koni
Anurag Garg wrote:

Hi All,

I have a scenario in which the property of my text box will be set at run
time. In my action form I have declared all the property names that will be
available in my jsp.
The jsp text box will have property name as txtField1 , txtField2 ,
txtField3.
The action form will have these properties available.

In my jsp i am doing it like this inside logic:iterate and using bean:define
for "fieldname"


but I am displayed a blank jsp. Any solution to acheive this scenario.

Thanks,
Anurag Garg
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]