Re: nested tag problem - image not shown

2004-02-16 Thread lixin chu
prolem found: need to use relative path : nested:image src=images/tree/km_plus.gif property=toggle/ ~~~ --- hi, i am trying the nexted MOnkey example, everything works fine except that the image is not shown.

nested tag problem - image not shown

2004-02-15 Thread lixin chu
hi, i am trying the nexted MOnkey example, everything works fine except that the image is not shown. In my TreeNode.jsp: nested:image src=/images/tree/km_plus.gif property=toggle/ The only difference is that TreeNode is a Tile now. I am using IE 6.0, Win XP, Struts 1.1 thanks in advance, li

nested tag problem in weblogic

2003-09-17 Thread Coolyogs
Hi All, I have used nested tags in my jsp pages (nested nest) It is working fine in JRun4 but it is giving problem in weblogic7. Its giving servlet exception in that page. Actually I am nesting a bean that contains a vector that again contains beans. but it is giving null in weblogic7 pls

Nested tag problem

2003-03-10 Thread Yaron Sela
Hi All the iterator and nested tags worked until I have added another bean:write (bean:write name=region property=value/) to the value of a check box and I have got an error: org.apache.jasper.JasperException: /searchDira.jsp(335,108) equal symbol expected If I wrote the bean:write (sign with

Re: Nested tag problem

2003-03-10 Thread David Graham
You can't use a tag as the input to another tag's attribute. David From: Yaron Sela [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Nested tag problem Date: Mon, 10 Mar 2003 20:08:39 +0200 Hi All the iterator

Re: Nested tag problem

2003-03-10 Thread Dave Newton
On Mon, 2003-03-10 at 13:15, David Graham wrote: You can't use a tag as the input to another tag's attribute. Hey, On a lot of other lists there's a monthly/weekly (or, in our case, perhaps hourly ;) FAQ posted. Would it make any sense to create a very short FAQ that's either sent out on

Re: Nested tag problem

2003-03-10 Thread David Graham
] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Nested tag problem Date: 10 Mar 2003 13:19:20 -0500 On Mon, 2003-03-10 at 13:15, David Graham wrote: You can't use a tag as the input to another tag's attribute. Hey, On a lot of other lists there's a monthly/weekly (or, in our case

Re: Nested tag problem

2003-03-10 Thread Dave Newton
On Mon, 2003-03-10 at 13:23, David Graham wrote: We already provide FAQ pages on the Struts site. Unfortunately, this particular issue wouldn't benefit from an FAQ because users assume it's a problem with the tag instead of their usage of it. Faq Question: Can I use bean output as a

Re: Nested tag problem

2003-03-10 Thread Yaron Sela
Dear David Thanks a lot for your help. Yaron - Original Message - From: David Graham [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 10, 2003 8:23 PM Subject: Re: Nested tag problem We already provide FAQ pages on the Struts site. Unfortunately, this particular issue

NESTED TAG PROBLEM .....

2002-04-24 Thread Dragan Kocic
I trying to work with this nesteg tags from jakarta-struts-20020422 but I get no results, even no exceptions ... I got crazy .. I have a Bean called FrageBean filled with some attributes (Strings and Integers) I fill a hashtable with some of these Beans ... put this hastable into the Session ...

Re: NESTED TAG PROBLEM .....

2002-04-24 Thread Arron Bates
The nested tags work off a structure defined within a bean. Not a collection itself. So wrap the hashtable in a bean and you're on your way. You're not using a form obviously, so you'll need the nested:root tag to start everything off. Point this to the name you put the bean into your session