Nested object reference inside of a nested iterator

2001-10-26 Thread Minh Tran
Hi, could someone please take a look at this snippet of code and let me know what i'm doing wrong? I built this from snippets of facts that I found throughout the messages on the list.. please let me know if any info is incorrect.. Thanks, Minh In the following code.. I have several nested

RE: How to customize the way Validation Error is display

2001-10-05 Thread Minh Tran
- From: Minh Tran [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 3:40 PM Subject: How to customize the way Validation Error is display Does anyone know how to control and customize the way the validation error is display when when fills out

RE: Bug in Struts Template

2001-10-03 Thread Minh Tran
Hi, It is a bug from your web container, not from Templates lib. Which web Container do you use ? You can bypass this problem by adding flush=true in all your get tags (i.e. : template:get ... flush=true /) Cedric Minh Tran wrote: Hi, can someone please let me

Dynamically changing template and template source on a Master JSP page

2001-10-03 Thread Minh Tran
Has anyone ever tried to do this? I would like to have a master JSP page this looks something like this: %@ taglib uri='/WEB-INF/struts-template.tld' prefix='template' % template:insert template='/SiteTemplate.jsp' template:put name='title' content='SCMTest' direct='true' /

How to customize the way Validation Error is display

2001-10-03 Thread Minh Tran
Does anyone know how to control and customize the way the validation error is display when when fills out incorrect form information? Thanks, Minh

RE: Dynamically changing template and template source on a Master JSP page

2001-10-03 Thread Minh Tran
and template source on a Master JSP page I had the same need and was thinking about doing this: template:insert template='%=session.userTemplate%' the sesion var will be set upon successful login. Might work. Thinh -Original Message- From: Minh Tran [mailto:[EMAIL PROTECTED]] Sent

Struts MVC Framework Vs. XSLT Tranformation for Web UI Handling

2001-10-02 Thread Minh Tran
for the UI. I am currently pushing for Struts.. but I need some more ammo so that I can push struts as the framework for us. Thanks, Minh Tran

Bug in Struts Template

2001-10-02 Thread Minh Tran
Hi, can someone please let me know if there is a known bug with the struts template libs.. on how it produces html code... notice in the html output below has the html structure defined in the template at the end with all of the dynamic data printed ahead of it... there is definitely something