 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
EDWARD THOMPSON Guest
|
Posted: Fri Feb 03, 2006 3:06 pm Post subject: Jasper Error compiling JSP with tags |
|
|
My JSP has the following code:
<c:forEach items="${status.value}" var="processingOptions">
<option>
<c:out value="${processingOptions}"/>
</option>
</c:forEach>
And when I try to run my code, the build on my JSP returns:
"turboSnapAdmin.jsp": org.apache.jasper.JasperException:... According to TLD or attribute directive in tag file, attribute items does not accept any expressions
Now the items attrribute in foreach is pretty standard. Not sure what the complaint is about.
This is my first time trying to test JSP from within jBuilder2006, so any help appreciated. |
|
| Back to top |
|
 |
EDWARD THOMPSON Guest
|
Posted: Fri Feb 03, 2006 6:19 pm Post subject: Re: Jasper Error compiling JSP with tags |
|
|
I am not sure what the attachments group is. I looed thru the forums and did not see anything |
|
| Back to top |
|
 |
Kevin Dean [TeamB] Guest
|
Posted: Fri Feb 03, 2006 8:02 pm Post subject: Re: Jasper Error compiling JSP with tags |
|
|
EDWARD THOMPSON wrote:
| Quote: | My JSP has the following code:
c:forEach items="${status.value}" var="processingOptions"
option
c:out value="${processingOptions}"/
/option
/c:forEach
And when I try to run my code, the build on my JSP returns:
"turboSnapAdmin.jsp": org.apache.jasper.JasperException:... According to
TLD or attribute directive in tag file, attribute items does not
accept any expressions
Now the items attrribute in foreach is pretty standard. Not sure what
the complaint is about.
This is my first time trying to test JSP from within jBuilder2006, so any
help appreciated.
|
You're right, that doesn't make sense. Do you have a really small test
case you can upload to the attachments group?
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
NEW WHITEPAPERS
Team Development with JBuilder and Borland Enterprise Server
Securing Borland Enterprise Server
http://www.datadevelopment.com/papers/index.html
Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html |
|
| Back to top |
|
 |
Lori M Olson [TeamB] Guest
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|