• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

<sx:tabbedpanel with textbox issue

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I m using <sx:tabbedpanel and displaying two tabs,

Say Assumptions and Constraints, I m using iterator to display this tabs.

By default each tab will display 3 text field So user can enter assumptions and constraints.


I m using iterator to display the textfields also

When it complets Assumption Tab, it creates textfield list[0].textfield ,list[1].textfield,list[2].textfield

When it comes to Constatint tab again list[0].textfield ,list[1].textfield,list[2].textfield.

Anyone can tell me, how do I make it as list[3].textfiled,list[4].textfiled,list[5].textfiled,.

I dont know how to change #status.index to userdefined value

It really helps, so that I can populate the list in my action class.






>
 
Everyone is a villain in someone else's story. Especially this devious tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic