I'm having a problem getting custom tag libraries to evaluate EL
expressions in attributes (the tags receive the actual expression
rather than the evaluated result) which I believe is a result of the
fact that I'm not referencing the web-jsptaglibrary_2_0.dtd in my TLD
file (which is XDoclet ge
Shaun wrote:
> Within the class comment of my InventoryBean I've included the
> following @jboss tag:
>
> * @jboss.unknown-pk
> * class="InventoryBean"
> * field-name="inventoryId"
> * column-name="inventory_id"
> * jdbc-type="INTEGER"
> * sql-type="INTEGER"
> * a
Within the class comment of my InventoryBean I've
included the following @jboss tag:
* @jboss.unknown-pk
* class="InventoryBean" *
field-name="inventoryId" *
column-name="inventory_id"
* jdbc-type="INTEGER" *
sql-type="INTEGER"
* auto-increment="true" *
@
--- "Blasdel, Jerry" <[EMAIL PROTECTED]> wrote:
> I had posted last week with a question but I will
> reword and try again.
>
> We are trying to access the user's loginId from
> within the DaoImpl class
> where we make our connection to the database. Is
> this possible using
> XDoclet?
>
I do no