Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. murtazac

    Pre=Populating drop down menus

    Hi, i have a form that i want to pre-populate from a bean. the following works fine w. text boxes: <html:text name="user" property="city"/>, but i also need to prepopulate a drop down drop for State. right now it always displays teh default which is alabama. so how do i go around displaying...
  2. murtazac

    Disabling a text box

    Hey guys, have another question.. i want to disablle a text box i.e grey it out after it has been populated with soem data.. here is my code for a regular editable text box with prepopulted data: <tr> <th align="right">Username:</th> <td align="left"...
  3. murtazac

    Populating html text boxes dynamically

    thanks guys. got it to work.
  4. murtazac

    Populating html text boxes dynamically

    Hi, i am trying to populate a html textbox in a JSP page dynamically, from a bean,but i keep getting an error message below is the code and the error message: <td align="left" class="formTable"><html:text property="last" value="<bean:write name="user" property="lastname"/>" /><html:errors...

Part and Inventory Search

Back
Top