RE: Dynamically adding components to pages (using struts and custom tags)

2005-06-01 Thread Marius Botha
>In my opinion, using custom tags for this purpose is not the best way >to go. Custom tags are meant to decouple code from markup. I tend to agree with you. >I would (A) either use a controller/navigation switch for this (B) >or use some logic on the page for this, e.g. , etc. What do you mean

Dynamically adding components to pages (using struts and custom tags)

2005-05-31 Thread Marius Botha
e any pointers? Much appreciated. Marius Botha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Struts-EL with Hibernate and LazyInitializationException (no session)

2004-12-20 Thread Marius Botha
are you "lazily" loading it? Regards, David -Original Message- From: Marius Botha [mailto:[EMAIL PROTECTED] Sent: Monday, December 20, 2004 9:56 AM To: [EMAIL PROTECTED] Subject: Struts-EL with Hibernate and LazyInitializationException (no session) Hi there, I'm h

Struts-EL with Hibernate and LazyInitializationException (no session)

2004-12-20 Thread Marius Botha
he tag cannot find the Hibernate session associated with the current user at runtime. I had a similar problem with ActionForms, however I created a servlet filter which wraps the request in a user transaction, but it doesn't seem to work... Any help or hints wil