Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
TS6.1 - UI is broken *DELETED*
System
Post deleted by Smitty77
Find more posts tagged with
Comments
Gregg Faus
What was the simple change?
Migrateduser
You're too fast for me Gregg. Here's what happened. I opened a support case about my new Tab label problem - I created a new tab (this was a relic from 6.0 in ui_custom.xml) and it uses a resource bunble to translate the label of the tag. Well the label on the tab ends up being the reference name, not what it should translate to in the strings.properties file. So originally my ui_custom.xml file contains this line outside of the <tab> tag:
<iwov-ui resourceBundle="com.nike.ccpro.strings">
This worked in 6.0 and displayed the name associated with the label. Support told me to move the resourceBundle attribute inside the <tab> tag like this:
<tab id="customer.customer_samples.tab_workflow_custom.user.link"
label="custom.tab.current_user.title"
resourceBundle="com.nike.ccpro.strings"
url="/showcurrentuser"
useDefaultShowTabUrl="true"
target="_top" />
But that seems to be my problem because when I reverted back to the original ui_custom.xml with the resourceBundle defined in the <iwov-ui> tag, I can once again get the login screen to come up. I'll contact support again.
Dave Smith
Sr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com
Migrateduser
Well i know this is hard to believe, but this turned out to be my own stupid mistake. When I commented out the
<iwov-ui resourceBundle="com.nike.ccpro.strings">
line, I neglected to replace it with an
<iwov-ui>
tag and so it barfed after rebuilding the webapps. Once I added that in, everything worked just swell, even the label. Kudos to support for catching my stupidness.
Dave Smith
Sr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com
Edited by Smitty77 on 06/03/04 10:48 AM (server time).
JonathonG
I assume that:
<iw-v-ui>
is supposed to read:
<iwov-ui>
Just wanted to join support in pointing something out....<g>
Jonathon
Independent Interwoven Contractor
Migrateduser
As much as I'd love to blame my keyboard, that was another example of my stupidness. Thanks Jonathon - I edited my post.
Dave Smith
Sr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com
lhdavis
"Kudos to support..." from Smitty.
I bet this has been printed up and posted all over their call centers. Probably sent out over their internal mail list as well
Luke Davis
Open Technology Group, Inc.
luke.davis@med.va.gov
Migrateduser
Ha! That's funny, and probably true. But when I waste their time with my own stupid mistakes, then I have to give credit where credit is due and Marcia from support did the job in setting me temporarily unstupid.
Dave Smith
Sr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com
nipper
>Marcia from support did the job in setting me temporarily unstupid.
I do not know if I would go that far.
Migrateduser
Let me clarify...
temporarily
= .5 milliseconds
Does that make it a little more realistic?
Dave Smith
Sr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com