I have an app that displays a list of filenames to the user. I'm looping
over a list of File objects and displaying the names using an insert
component. Here's a barebones example:
It is possible to have filenames like "A B", "A B", and "AB".
Sent to the insert component, they g
Are you able to use Java 1.5? The way we do it is by injection using
annotations.
@InjectState("adminVisit")
Public abstract AdminVisit getAdminVisit();
We inject the visit on our base page and have a convenience method on
our base component to get it from the page. ASOs can also be accessed in
o
.
I could use some ideas, or let me know if this isn't possible in T4.
Thanks,
-Wes Bramhall
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]