My app (simplified)
ProductSearch.jsp – display a search box (searchForm) for product name 

-- > Action - > Get name string create product bean

 --> (AGAIN) ProductSearch.jsp display list of products bellow the search box.

--> In the list display QTY from product bean – but allow user to change it – submit 
every line to GetPrice action with changed product bean (changed qty).

Questions:

1>    Any example of similar code ? – pass parameter to the same JSP (preferred 
request scope)

2>    A table row displays i/p bean property as well as allows user to change – any 
such example?

3>    Basically for some reason my parameter passing is not working – if any one wants 
to help I’ll send the code. My guess – I do not understand bean creation / resetting.

 

Thanks

 

Harshal.



---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Reply via email to