Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RidgewayM

    Using Bash Pipes in Expect Script

    I've never used expect scripting before and I'm trying to create a small script which has gone well except for this final part. I have a key stored in the $key variable and I am trying to write this key to a file on the remote machine. I've tried various puts command and bash scripts but...
  2. RidgewayM

    passing variable to actionLink

    Hi Dian, I tried your suggestion for: <a:actionLink href="#{dirname}" target="new" value="click Here" /> the page returns the alfresco login url for: <a:actionLink href="http://#{dirname}" target="new" value="click Here" /> the page returns http:/// Looks to me like actionLinks do not...
  3. RidgewayM

    passing variable to actionLink

    thanks for your help, Dian, but it looks like I'll have to abandon the actionLink idea and go back to straight html in the jsp page. When I put the ${dirname} in the actionLink as you suggested, I get http://${dirname} in the hyperlink on the page. Thanks again. Regards,
  4. RidgewayM

    passing variable to actionLink

    Thanks for your reply, Dian. I tried your suggestion but all I get is http://www.<%= dirname%> in the hyperlink. ActionLink is a custom tag that obviously behaves differently than expected. I'm going to try and use <c:set> Regards,
  5. RidgewayM

    passing variable to actionLink

    Hi All, I'm new to JSP. Can anyone tell me how to pass the dirname variable below into the actionLink tag? <% String dirname="google.com";%> <a:actionLink href="http://www." + <%= dirname %> target="new" value="click Here" /> Thanks in advance for any help
  6. RidgewayM

    Samba works as root

    Thank you everyone for your assistance. The problem was a one line mistake: I changed "security = share" to "security = user" in the smb.conf file. Problem fixed Thanks again
  7. RidgewayM

    Samba works as root

    Hi All, I worked on this for a week now and was reluctant to ask any questions on this forum, but I can't find the answer anywhere else. host: CentOS 4.4 client: Windows XP Users : one account I'm very new to Linux but I've got CentOS installed and Samba configured and running. Here's my...
  8. RidgewayM

    transparent dbctrlgrid

    There are no properties associated with a dbgrid to do that. All you can do is re-write the component. Good luck. You may find articles that can help you with Delphi programming here: http://www.findingfacts.com/L2/L2_2_28.php
  9. RidgewayM

    How can I have a DLL write data to my application's form?

    I have found that I must allow a lot of extra time in my budget when DLL's are involved, because they are tricky to setup. However, from your code, it looks like you are trying to return a result from the DLL to the calling application. I have never been able to do that. There are probably...

Part and Inventory Search

Back
Top