o yes! I need to use <html:select> instead of <select>
Lemme try this now right away
 
Thanks!

Wendy Smoak <[EMAIL PROTECTED]> wrote:
> From: as as [mailto:[EMAIL PROTECTED] 

Keep this, in the Action:
> String formISBN= book.getISBN();
> bookForm.setISBN(formISBN);

This isn't right:
> If you want Struts to pre-select the correct item based on the value ofthe Form 
> bean, you have to use a Struts tag, in this case .Here is an example from 
> subscription.jsp of the struts-example webappthat came with Struts 1.1. 
> labelProperty="label"/>You'll have to figure out the correct attributes for 
> depending on your 
> situation:http://jakarta.apache.org/struts/userGuide/struts-html.html#optionsYou do 
> not have to do the iteration manually, the 'options' tag will doit for you, and the 
> enclosing tag will "pick" the rightone.-- Wendy SmoakApplication Systems Analyst, 
> Sr.ASU IA Information Resources Management 
> ---------------------------------------------------------------------To unsubscribe, 
> e-mail: [EMAIL PROTECTED] additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster.

Reply via email to