You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Per Jensen <pe...@net-es.dk> on 2003/05/23 15:55:46 UTC

No selector attribute error

List,

I get this

[ServletException in:/WEB-INF/pages/EditOfferItem1.jsp] No selector
attribute (cookie/header/name/parameter) was specified'

at various points on a specific jsp page. Sometimes the page does not
show at all, sometimes I am shown approx. 50 %. 

In the 50% case, it always stops when filling a drop down with 239
lines. One would guess, that the collection used to fill the dropdown
is broken, but that is not the case. A similar drop down is created
just before. This for some reason succeeds everytime.

This is used to fill the dropdown:

<TD>
  <html:select name="cur_item" property="destination">
     <html:options collection="countries_list" property="code"
labelProperty="name"/>
  </html:select>
</TD>


Any hint would be appreciated

/Per

-- 
----------------------------------------------------------------------
Per Jensen        http://www.net-es.dk/~pj         Linux rules! 
----------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org