First, we are using struts - and we do refer to tag libraries in our pages.

Our form pages, which have no active logic, just forms that submit to actions, work fine in BBEdit. But pages that perform processing (logic, iterative, etc.) and also contain actual java code such as:

<logic:iterate name="searchForm" property="pageRange" id="pp" indexId="index">
   <% if (index.intValue() > 0) { %>
        ,
   <% } %>
   <logic:equal name="pp" value="<%= searchForm.getPageNo() %>">
    <bean:write name="pp" />
   </logic:equal>

...seem to cause BBEdit a headache.

Help?

Thanks.

Mike


----------
It is a snare for one to say rashly, "It is holy,"
    and begin to reflect only after making a vow.



--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to