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, logic:iterate id=test name=mybean property=name liembean:write name=test//em/li % String myName = instance.getName(mybean.getName()); System.out.println(myName); % /logic:iterate Now, how

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..

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. html:checkbox property=checkmate disabled=true / We

Html:Link

2001-05-15 Thread Shane Warne
Hello All, I would like to use the html:link which would include dynamic parameters. I need something like, a href=/myAction.do?action=readid=%= id%Hit me /a html:link paramID=target paramName=linkParams paramProperty=target paramScope=request