Ulf Dittmer wrote:What kind of client is this? How is it accessing the service?
Paul Clapham wrote:I don't know what the "asXML" method does in dom4j, and I don't feel like hunting down its documentation on the web. So I'm just going to guess that you should be using some other method there. Like the getRootElement method for example. You didn't say why you wanted to do this or what the output should have been, so guessing is the only way forward.
Poonam Agarwal wrote:hello ranchers,
I am trying to solve this problem since a quite long but there is no result which can help me out to get the right result. I want to have radio buttons (<nested:radio>) works in a group so that at a time there is only one button can be selected by the user. i knw the problem sounds very familiar but please guys advice me get it done.
here is my code
filterNo is the property of FilterFormBean which I need to aceess via using <nested:radio>. please help me out in this![]()
![]()
Vinod Vijay wrote:How to use the error handling properly so that i can avoid the primary key violation ?
Thanks in advance
smitha mulu wrote:I need to implement Tabs in Struts
Please advice me how it can be done
Thanks
harendra juturu wrote:hi,
harendraj
a kishore wrote:
while(rs.next())
{
fmActionForm = new FileManagementActionForm();
status = rs.getString("status");
statusList.add(status);
fmActionForm.setStatuslist(statusList);
}
<html:select property="selectedstatus" styleClass="select">
<html:options collection="statuslist" labelProperty="status" property="status"/>
</html:select>
Ulf Dittmer wrote:
same code I am using except I removed the id ="tdId" from td tag.
How can you select the cell directly if you remove the ID tag?![]()
If you select the TD element, then you'd use innerHTML directly; leave out the ".firstChild".
Ulf Dittmer wrote:
What code did you use for that?