RE: Templates Images

2001-08-15 Thread Aaron Ravenberg
Using template:put tag show below is trying to put an image file as include into the JSP.template, then asking the JSP.template to compile. What you really want to display is the String '/images/example.gif'. So you have to specify a my.JSP that contained the text '/images/example.gif',

RE: Struts Design Question

2001-08-08 Thread Aaron Ravenberg
Yes you can do the add/edit all on the same form. If have a database generated code or key you can put that in a hidden field. When in the action examine the form or request obj to see if that key is there, if it is you have a modify, if not add the record. Have you page that lists the songs

Action Errors

2001-08-06 Thread Aaron Ravenberg
Hello all, I did not find an example of the use of this ActionError method. If someone could point me to a good example or reply with one I would appreciate it. I just wasn't clear how the Object part of the method works. What object(s) can you use? How are they structured so they can

RE: Confirmation page

2001-08-03 Thread Aaron Ravenberg
Sorry, every one just noticed the follow up on this thread, didn't see it in th e 112 msgs I got this morning :) Aaron Ravenberg -Original Message- From: Aaron Ravenberg [mailto:[EMAIL PROTECTED]] Sent: Friday, August 03, 2001 9:01 AM To: [EMAIL PROTECTED] Subject: RE: Confirmation page

logic:iterate and html:option

2001-07-26 Thread Aaron Ravenberg
Hi all, I want to use the iterate tag to develop the html:option set for a html:select, is there a way to specify the html:option value=??? with the bean:write name=list property=value / tag that can be used in the iteration of my webVendorTreeMap? html:select property=webVendorKey

RE: logic:iterate and html:option

2001-07-26 Thread Aaron Ravenberg
I firgured out thx, was looking at the wrong tag description :) - Aaron -Original Message- From: Aaron Ravenberg [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 9:58 AM To: [EMAIL PROTECTED] Subject: logic:iterate and html:option Hi all, I want to use the iterate tag

RE: html:tags and templates

2001-07-19 Thread Aaron Ravenberg
, 2001 4:43 AM To: [EMAIL PROTECTED] Subject: Re: html:tags and templates You certainly have an error in 'login.jsp' or 'myheader.jsp', caught by the get tag. Have you try to call these pages directly ? Do they work ? Cedric Aaron Ravenberg wrote: Hi, My html:TAGS are not working

html:tags and templates

2001-07-18 Thread Aaron Ravenberg
in the source but do not do anything. Any pointers would be appreciated. Sample code included below. I am using weblogic 5.1 sp 9 Thank you, Aaron Ravenberg index.jsp template:insert template=/template.jsp template:put name=header content=/myheader.jsp direct=false / template:put name=body content

Struts Deployment

2001-07-17 Thread Aaron Ravenberg
seems to need the action mapping described in the web.xml. I am using weblogic 5.1 sp 9 Thank you, Aaron Ravenberg