RE: Logic:Equal

2004-01-07 Thread Kamal Gupta
Hi, I am trying to store a value of a list into a variable on a jsp page. the clode below writes the information pf planstarttime on the jsp page. bean:write name=results property =planStartTime / if i want to store the value of plan start time into an int what should i do can anyone help

Re: Logic:Equal

2004-01-07 Thread Mark Lowe
Reckon you'll need to post the struts user list rather than the developer list. Before anyone will respond. On 7 Jan 2004, at 12:58, Kamal Gupta wrote: Hi, I am trying to store a value of a list into a variable on a jsp page. the clode below writes the information pf planstarttime on the jsp

Re: Logic:Equal

2004-01-07 Thread David Graham
--- Kamal Gupta [EMAIL PROTECTED] wrote: Hi, I have a list which has some values which i get from database. I want to loop through the list and get values which are not duplicated for this i think the best way in struts is to use logic:equal. Please post this question to struts-user.