Exception handling - please help!

2003-10-28 Thread Bård Arve Evjen
Hi, I'm trying hard not to rip out hair from my scalp. I cannot get the exception handling in struts to work. What am I doing wrong? Please help me before I go insane... I have an action that contains: ActionMessages actionMess = new ActionMessages(); ActionMessage error = null; in the start

How to access a session object from a form class

2003-08-27 Thread Bård Arve Evjen
I need to be able to get a session variable from a form class. How can access it? Cheers, Bard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Attempt to clear a buffer that's already been flushed

2003-08-22 Thread Bård Arve Evjen
I cannot figure out why I get this message when trying to export the result using the displaytag. I have included all the files I need using jsp:include page=filename / without having the flush=true Why do I get this? cheers, Bard

Re: Problems with logic:iterate (indexId has no effect) - doesn't anyone know the solution?

2003-07-08 Thread Bård Arve Evjen
. sandeep --- Bård Arve Evjen [EMAIL PROTECTED] wrote: I didn't think this was a big problem for you Struts-gurus, but maybe I'm wrong :-) I have a vector called variationmargins and in it I have a property called loadProfile that is either 1 or 2 for all postings. I have tried

RE: Problems with logic:iterate (indexId has no effect) - doesn't anyone know the solution?

2003-07-08 Thread Bård Arve Evjen
. logic:iterate name=someName property=someProperty should not be used if the above case is true. sandeep --- Bård Arve Evjen [EMAIL PROTECTED] wrote: I didn't think this was a big problem for you Struts-gurus, but maybe I'm wrong :-) I have a vector called variationmargins and in it I

Problems with logic:iterate (indexId has no effect) - doesn't anyone know the solution?

2003-07-07 Thread Bård Arve Evjen
I didn't think this was a big problem for you Struts-gurus, but maybe I'm wrong :-) I have a vector called variationmargins and in it I have a property called loadProfile that is either 1 or 2 for all postings. I have tried to use the logic:iterate tag to output the result using the loadProfile