You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Struts Newsgroup (@Basebeans.com)" <st...@basebeans.com> on 2002/03/23 00:40:02 UTC

Struts Fast Track: J2EE/JSP Framework: Practical Application with Database Access and Struts Extension

Subject: Struts Fast Track: J2EE/JSP Framework: Practical Application with Database Access and Struts Extension
From: "Nav Sandhu" <na...@integral.com>
 ===
This might be of some help.

Struts Fast Track: J2EE/JSP Framework: Practical Application with Database
Access and Struts Extension

http://www.amazon.com/exec/obidos/ASIN/0971661901/qid%3D1016818089/sr%3D1-2/
ref%3Dsr%5F1%5F2/002-8523198-7363226




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Need some quick help

Posted by Daniel Jaffa <ja...@hotmail.com>.
I need a quick question answered.

I have the following code

     <logic:iterate id="theLoop" name="chargeHistory">
      <form action="/domesticviolence/charges/ChargeHistory.do" name =
"form<%=i%>" />
       <html:hidden property="chargeID" name="theLoop"/>
       <html:hidden property="caseID" name="theLoop" />
       <tr>
        <td width="20%" align = "center"><font size="-1"
COLOR="#663300"><bean:write name="theLoop" property="law" /></font></td>
        <td width="20%" align = "center"><font size="-1"
COLOR="#663300"><bean:write name="theLoop" property="chargeDescription"
/></font></td>
        <td width="5%" align = "center"><font size="-1"
COLOR="#663300"><html:text property="countNumber" name="theLoop" size="3"
/></td>
        <td width="5%" align = "center"><font size="-1"
COLOR="#663300"><html:radio property="topCharge"  name="theLoop" value="Y"
onclick="Javascript: switchAll();" /></td>
        <td width="5%" align = "center"><font size="-1"
COLOR="#663300"><html:checkbox property="activeFlag"  name="theLoop" />
</font></td>
        <td width="5%" align = "center"><font size="-1"
COLOR="#663300"><html:submit property="updateInsert"
>Update</html:submit></font></td>

       </tr>
      </form>
     </logic:iterate>

what i would like to do is this


<html:radio property="topCharge"  name="theLoop" value="Y"
onclick="Javascript: switchAll(<%=i%>);" />

but i am getting the following error. Any sugestions.


unclosed string literal probably occurred due to an error in
/charges/Chargehistory.jsp line 41:
<td width="5%" align = "center"><font size="-1" COLOR="#663300">
<html:radio property="topCharge" name="theLoop" value="Y"
onclick="Javascript: switchAll(<%=i%>);" /></td>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: Struts Fast Track: J2EE/JSP Framework: Practical Application with Database Access and Struts Extension

Posted by "Andrew H. Peterson" <ap...@e-gineering.com>.
I purchased this book and was very, very disapointed in it.  It is not even
worth the paper it is written on.  Needless to say, I returned it.  Checkout
the reviews on Amazon and you'll see what I mean.

Andrew

-----Original Message-----
From: Struts Newsgroup [mailto:@Basebeans.comstruts@basebeans.com]
Sent: Friday, March 22, 2002 6:40 PM
To: struts-user@jakarta.apache.org
Subject: Struts Fast Track: J2EE/JSP Framework: Practical Application
with Database Access and Struts Extension


Subject: Struts Fast Track: J2EE/JSP Framework: Practical Application with
Database Access and Struts Extension
From: "Nav Sandhu" <na...@integral.com>
 ===
This might be of some help.

Struts Fast Track: J2EE/JSP Framework: Practical Application with Database
Access and Struts Extension

http://www.amazon.com/exec/obidos/ASIN/0971661901/qid%3D1016818089/sr%3D1-2/
ref%3Dsr%5F1%5F2/002-8523198-7363226




--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>