I've been testing the new version of the standard tags library
and I'm having some difficulties.

I used to work successfully with version standard-20020130 but
with versions standard-beta1 or standard-20020326 I'm facing problems :

- I couldn't find the documentation of the new tags : out, forEach etc.
  Since the syntax has changed it would be very useful to have the
  description of the new syntax somewhere. I've upgraded my pages by looking at
  the examples but it is not very convenient.

- I've a class which is extended from an AbtractList. I added some
  methods which are needed by my application (A couple of getSomething())
  but in my JS page, using <c:out value="${my_instance.something}">,
  an exception is raised complaining that a conversion to integer (?)
  is not possible for a List. It seems that the server does not 
  understand that my_instance is not a pure List but something
  inheriting from a List.

- In a class I've a method preparing the list of options available
  for some choice : getOptionList(). It returns a string which is
  a concatenation of <option>choice A</option> ...
  But in the JSP <c:out value = "${sample.optionList}" /> is not displayed
  if it is nested in a <select></select> where it should be. 
  To find out what was wrong I moved the <c:out> outside the <select>
  block and my string was displayed.

These two problems didn't happen with teh previous versions of the
library. Finally I've moved back to my older version of the standard tags ...

-- 
____________________________________________________________________________

Jean-Paul Le Fèvre  * Mail : [EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to