Logic:equals..

2001-06-15 Thread Shane Warne
Hi, I have this corky situation while using the logic:equal tag. Things is i have two iterators which get the same element from the dbase. <%out.println("It works");%> This doesn't work. Is there something wrong that i'm doing. If the value is compared to a constant then the equal t

Logic-Iterate

2001-06-04 Thread Shane Warne
Hi, I was trying to us the logic-iterate tag and i'm stuck at a point. Please go thru the snippet below, <% String myName = instance.getName(mybean.getName()); System.out.println(myName); %> Now, how do i get one of the properties of a bean when i'm iterating through a collection of a bean

RE: Radio Button question

2001-05-16 Thread Shane Warne
Amar, The idea's good. But the radio button values have to be set. Like the dbase would hold the values for the radio button or the check box and i have display the disabled radio or checkbox depending on what value is coming from the dbase. We have the property in Struts, i'm not sure whether it

Re: Radio Button question

2001-05-16 Thread Shane Warne
Amar, I was looking for a similar solution too. I was wondering how do i disable a radio button/ check box when the page to be displayed is just read only.. I can use the normal form elements to get the job done but is it possible using Struts??? Shane..

Html:Link

2001-05-15 Thread Shane Warne
Hello All, I would like to use the which would include dynamic parameters. I need something like, Hit me detail.html This is how it struts generally works incase i have only one parameter to pass. I'm not sure how to include the String hit me as the main link. Can