Hi,
Display tags can be used to get paging functionalities, plus sorting on a
table that u display. U can simply iterate thru your record collection using
a iterate tag and can display them on the page...some thing like..

<logic:iterate>
  <bean:write> to display the records u have..
....
</logic:iterate>


Regards,
Mano
-----Original Message-----
From: Balwinder [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 14, 2006 3:35 PM
To: Struts Users Mailing List
Subject: Dynamically adding row!

Hi All!

I am trying to add a row in a table dynamically to add new record in 
Struts web application.

Iam using struts 1.1 and need to implement non-Ajax solution.

Will display tags has solution to this situation?

Any help  will be appreciated.

Thanks and Regards,
Balwinder Kumar

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to