RE: include page + Resource bundle

2004-06-24 Thread Gaurav_Goyal
try doing it without a struts tag first... do request.setAttribute("header","global.commandinformation.title") in the calling jsp and String somestring = request.getAttribute("header"); in the CommandSaveIncludeHeader.jsp although if global.commandinformation.title is already defined in your Appl

RE: [OT] Arraylists/Collections

2004-06-24 Thread Gaurav_Goyal
A possible way to do this could be to insert the collection into a temp table in the database and access that using the PL/SQL proc to do your processing. -Original Message- From: Bill Siggelkow [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 11:14 AM To: [EMAIL PROTECTED] Subject

RE: strange problem while implementing validation

2004-06-25 Thread Gaurav_Goyal
Looks to me like something in doStartTag is looking for something from request or session and its not finding it since its a startup and so it throws an exception. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 25, 2004 10:12 AM To: 'Struts Users Ma