returning error from action page to jsp

2007-01-02 Thread Meenakshi j
Hello, Can someone tell me, in case a null value, how I can use ActionErrors to return an error to a jsp page and show a pop up to a user describing the error? Thanks in advance for your help. MJ __ Do You Yahoo!? Tired of spam? Yahoo! Mail

struts row rags

2006-12-19 Thread Meenakshi j
Hello, I am new to struts and would like to change the code below logic:iterate indexId=idx id=director name=ProposalSummaryForm property=directors % if ( ((idx.intValue())%2) == 0 ) { % tr class=evenrow % } else

Re: struts row rags

2006-12-19 Thread Meenakshi j
% } % and replace it with 'evenStyleClass' and 'oddStyleClass' MJ Meenakshi j wrote: Hello, I am new to struts and would like to change the code below logic:iterate indexId=idx id=director name=ProposalSummaryForm property=directors % if ( ((idx.intValue())%2) == 0