Taglib to convert http:// to link

2004-05-19 Thread Satish Satish
Hi, Is there a taglib to convert a string starting with http:// or https:// to a link. Example: Suppose the data in the db is "Please click the link http://www.home.com for more details" When I retrieve this data and put it in jsp (using ) the url is not a link. So is there a taglib which can

No getter Method for property

2004-05-18 Thread Satish Satish
Hi, I have tried a lot of stuff but I am still getting the same exception..need help... I am getting the following exception [ServletException in:/jsp/qa/mytc/mytcview.jsp] No getter method for property status of bean testResultForm' javax.servlet.jsp.JspException: No getter method for property st

Re: RE: struts logic-iterate and accessing nested index properties

2004-05-13 Thread Satish Satish
Hi Prasad and all, How come this part works <% ArrayList Test = tForm.getTestResult(); if(Test == null) { logger.debug("Test is null");} else { logger.debug("Test sixe: " + Test.size()); } %> and for this section it throws exception as mentioned below Hello [ServletException in:/jsp/qa/

Fwd: Creating a table of radio buttons

2004-05-13 Thread Satish Satish
forwarded message attached --- Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag--- Begin Message --- Hi, I am trying to create a table of radio buttons but have been unsuccessfully. I am getting

Creating a table of radio buttons

2004-05-13 Thread Satish Satish
Hi, I am trying to create a table of radio buttons but have been unsuccessfully. I am getting the following exception [ServletException in:/jsp/qa/mytc/mytcview.jsp] No getter method for property testResultList of bean testResultForm' javax.servlet.jsp.JspException: No getter method for property t