Re: basic struts application

2010-03-10 Thread Paweł Wielgus
=book property=name //td  /tr  /logic:iterate /logic:present -- View this message in context: http://old.nabble.com/basic-struts-application-tp27844692p27844692.html Sent from the Struts - User mailing list archive at Nabble.com

Re: basic struts application

2010-03-10 Thread Saeed Iqbal
          logic:iterate name=BookForm property=bookList id=book  tr  tdbean:write name=book property=name //td  /tr  /logic:iterate /logic:present -- View this message in context: http://old.nabble.com/basic-struts-application-tp27844692p27844692.html Sent from the Struts - User mailing

Re: basic struts application

2010-03-10 Thread tesla
: http://old.nabble.com/basic-struts-application-tp27844692p27844692.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e

basic struts application

2010-03-09 Thread tesla
/ /action-mappings data.jsp logic:present name=BookForm logic:iterate name=BookForm property=bookList id=book tr tdbean:write name=book property=name //td /tr /logic:iterate /logic:present -- View this message in context: http://old.nabble.com/basic-struts-application

help in basic struts application

2006-12-15 Thread ajay ajay
Hi... i am new to struts... i need some help i am developing a sample basic application in struts.in that application i have two web pageson one page there are some check boxes..user will select one or more or all check boxes...i want to display values of all selected check boxes on

RE: help in basic struts application

2006-12-15 Thread Scott Purcell
like templating, dao, business layer. Struts in Action would get you running with struts 1.x in no time at all. Scott -Original Message- From: ajay ajay [mailto:[EMAIL PROTECTED] Sent: Friday, December 15, 2006 10:16 AM To: user@struts.apache.org Subject: help in basic struts application