Should @Insert encode whitespace?

2007-01-30 Thread Wes Bramhall
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

RE: Proper way to get ApplicationStateManager?

2006-12-14 Thread Wes Bramhall
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

Javascript enabling/disabling validated fields

2006-08-16 Thread Wes Bramhall
. 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]