This week's book giveaway is in the Programmer Certification forum.
We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Urgent Help required in Struts-Layout Suggest !!

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am working on a J2EE project with JSPs, Struts 1.1, JBoss, MySQL, and the works.

I found the Struts-Layout Suggest via the internet -
"http://struts.application-servers.com".

I am trying to use it! It is basically having what I wanted, i.e. struts support with the auto-complete/suggest feature (like there is in the google suggest website)

I think it is combining the struts tag lib and the AJAX Framework.

There is a problem though! In fact two of them.

1. I would like to have a combo-box instead of the usual text box that comes with the <layout:suggest> tags. This is required since I want to show a particular string value as the label and catch an ID value in the background after the 'label' is selected, as it usually happens in the combo box in <HTML:select> tag of the struts library.

"i.e --> I want the feature of suggest in a combo box"

2. As soon as I use the <layout:suggest> tags, I loose the local formatting of my JSP page, which is using several css and IFRAMES!! I am not able to remedy this, even tried omitting the <html:layout> but doesn't help!!

Can you guide me how to do this?? I am posting this here since I am not able to find the email to post this to the authors of the <struts:layout>!!

And also, can anyone suggest any other better example or technique which could help me implement the 'suggest' feature while giving a bit more flexibility to the developer?

Thanks a lot in anticipation!!

C.K.
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi, thx for ur exploration i came to know : chk this link : http://struts.application-servers.com/suggest/index.html
-eswar
 
C Khurana
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No problem eswar...
But can anyone help me out in my question??
CK
 
Ravi Seshu
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hey thx for ur suggestaction, but i dont have library could u send me thelink so i can download
 
Seriously Rick? Seriously? You might as well just read this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic