RE: logic:equal within logic:iterate

2002-04-19 Thread Bill Page
something like this? logic:iterate name=DisplayJobBriefForm property=skillList id=list type=JobBriefSkillBean tr tdbean:write name=list property=name//td % if(list.getRequiredInd().equalsIgnoreCase(dgApplication.SKILL_IS_REQUIRED_AL L_REQS)) out.println(td +

Re: logic:equal within logic:iterate

2002-04-19 Thread Ric Searle
That looks fine, except I don't really like having Java code in my JSP pages, and I thought that that was what the logic:equal tag was supposed to do. Ric On Friday, April 19, 2002, at 02:19 pm, Bill Page wrote: something like this? logic:iterate name=DisplayJobBriefForm

Re: logic:equal within logic:iterate

2002-04-19 Thread Ric Searle
Many thanks, changed the scope of my logic:equal tag and it works perfectly. Ric On Friday, April 19, 2002, at 03:39 pm, Joachim Martin wrote: Hi- I'm not on the Struts list, but I noticed your email on the archive. The id defined by an iterate tag is _page_ scoped, you are looking for