java.net.URL validating in form bean

2002-05-02 Thread Ric Searle
to catch this in the form's validate method and tell the user politely. How do I do this? Thanks, Ric Searle Web Application Developer -- Dialogue Communications Ltd http://www.dialogue.co.uk -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional c

Custom tags problem...

2002-04-20 Thread Ric Searle
ns.size(). Any suggestions of how I should do this? Ideally I don't want to have Java in the JSP. I'm surprised that the tag doesn't allow me to equate two beans, instead of a bean and a constant, or have I got this wrong? TIA, Ric Searle Web Application Developer

Re: within

2002-04-19 Thread Ric Searle
Many thanks, changed the scope of my 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 > a reques

Re: within

2002-04-19 Thread Ric Searle
ot;)+ ""); > else > if(list.getRequiredInd().equalsIgnoreCase(dgApplication.SKILL_IS_DESIRED) > ) > out.println("" + > ServletUtilities.getResourceMessage(pageContext, > "jobbrief.label.skill.required.desired")+ ""); > > %> >

within

2002-04-19 Thread Ric Searle
[populated] --- The code above returns: javax.servlet.ServletException: No bean found under attribute key app at request time. Any ideas? Regards, Ric Searle Web Application Developer -- Dialogue Communications Ltd http://www.dialogue.co.uk +44 (0) 114 221 0307 --

Business Logic Javabeans

2002-04-11 Thread Ric Searle
ich has an addUser(myUser) method? I imagine the Database class to be a front-end to the SQL. Any thoughts would be appreciated, particularly if I'm way off the mark! Ric Searle Web Application Developer -- Dialogue Communications Ltd, Sheffield, UK http://www.dialogue.co